remove unused variable
[ardour.git] / libs /
2014-05-17 Robin Gareuspartial fix for #5871 - midi-buffer size
2014-05-17 Robin Gareusvst - fix effGetParameterProperties; label may be unset.
2014-05-17 Robin Gareusvst-scanner app: properly init and use libpbd's Transmitter
2014-05-16 Robin Gareusmore gettimeofday() -> g_get_monotonic_time()
2014-05-16 Robin Gareusand one more gettimeofday() transition (mackie timers)
2014-05-16 Robin Gareusyet another gettimeofday() removal (glibmm idle)
2014-05-16 Robin Gareusoutline portable implementation to replace clock_gettime()
2014-05-16 Robin Gareusreplace gettimeofday() with g_get_monotonic_time()
2014-05-15 Robin GareusDummyAudioBackend: configurable number of MIDI ports
2014-05-14 Robin GareusDummyAudioBackend: prepare configurable number of midi...
2014-05-14 Robin Gareusfix midi output on audio-tracks (e.g. audio->midi plugins)
2014-05-14 Devin J. Pohlydon't use llrint on already-integral variables
2014-05-14 Devin J. Pohlyfix accumulated rounding error in BBT grid
2014-05-10 John EmmasBug fix imported from Mixbus2 (SVN r11025)
2014-05-07 Paul Davisfirst pass at tightening up waveform drawing algorithm...
2014-05-06 Robin Gareusprovide plugins with all available buffers.
2014-05-06 John EmmasAdd some more missing #includes
2014-05-06 John Emmas'atomic_ops' to use glib, rather than Waves's inbuilt...
2014-05-06 John EmmasAdd a return value to 'WCMRPortAudioDeviceManager:...
2014-05-06 John EmmasAdd a couple of pthread helper macros
2014-05-06 John EmmasAdd 'waves_backend.vcproj'
2014-05-06 John EmmasAdd the 'porttime' source file for Windows
2014-05-06 John EmmasAdd some type guards to 'wstdint.h' (in case we previou...
2014-05-06 John EmmasAdd some casting and namespace specifiers to keep MSVC...
2014-05-06 John EmmasAdd a couple of missing header files (needed for cin...
2014-05-06 John EmmasAdd 'midi_scene_change' sources to ardour.vcproj
2014-05-02 Paul Davisa variety of changes to finalize (?) (MIDI) SceneChange...
2014-05-02 Paul Davistell the SceneChanger to emit any relevant scene change...
2014-05-02 Paul Davischanging the start (position) of a marker with a scene...
2014-05-01 Adrian KnothIntroduce global default-fade-shape configuration variable
2014-05-01 Adrian KnothDrop unused set_default-fade(float, framecnt_t) prototype
2014-05-01 Paul Davisfix crash in butler when destroying before thread is...
2014-05-01 Paul Davisfix install path for ./waf install of waves backend
2014-05-01 Paul Davissecond part of windows/osx macro change - forgot *...
2014-05-01 Paul Davisalter platform-dependent preprocessor macros to use...
2014-05-01 Paul Davisfix compile for waves backend, after recent API change
2014-05-01 Paul Davisuse AudioBackendInfo::already_configured() to correctly...
2014-05-01 Paul DavisAdd AudioBackend::info() method to retrieve AudioBacken...
2014-04-30 Paul Davismore previously applied changes required to build Waves...
2014-04-30 Paul Davissecond part of (previously applied) change to be able...
2014-04-30 Paul Davis2nd attempt at updated Waves audio backend, with added...
2014-04-30 Paul Davisuse per-channel signals to pick up scene changes, rathe...
2014-04-30 Paul Davisfix for storing 14 bit MIDI controller values
2014-04-29 Paul DavisRevert "update wavesaudio backend, now supports Windows...
2014-04-29 Paul Davisupdate wavesaudio backend, now supports Windows (ASIO...
2014-04-29 Carl HetheringtonMerge branch 'cairocanvas' of git.ardour.org:ardour...
2014-04-29 Robin GareusDummyAudioBackend: fix freewheelin' typo
2014-04-29 Robin GareusDummyAudioBackend: implement /fake/ system ports
2014-04-29 Robin GareusDummyAudioBackend: NOOP, white-space, clarify variable...
2014-04-29 Paul Davisremove redundant os.path.join() calls when specifying...
2014-04-29 Paul Davisfinish unfinished work at basing all install paths...
2014-04-29 Paul Davisadd another missing file
2014-04-29 Paul Davisadd missing file
2014-04-28 Paul Davismerge (squash) with scenechange topic branch to provide...
2014-04-28 Robin GareusDummyAudioBackend: port-engine, midi-buffers and the...
2014-04-28 Robin GareusDummyAudioBackend: basic process threads and support...
2014-04-28 Robin Gareusskeleton dummy audio-engine
2014-04-20 Robin Gareusclose stdin as first attempt to terminate process cleanly.
2014-04-20 Robin Gareusfix issue with duplicate entry in "Recent" menu after...
2014-04-20 Robin Gareusfix SystemExec for windows
2014-04-18 Robin Gareusno vfork wrapper on windows
2014-04-17 Robin Gareusfix VST GUI swallowing for windows
2014-04-17 Paul Davisnew transport option, "loop-is-mode" which optionally...
2014-04-16 Paul Davisadd new config parameter controlling visibility of...
2014-04-15 Paul Davisfix ridiculous spelling error
2014-04-14 John EmmasMake sure that the input string doesn't go out of scope...
2014-04-14 Robin Gareusremove code intended for use with basename(), fix memor...
2014-04-14 Robin Gareusclean up 6cc2812f2e8 (interim vst fixes)
2014-04-14 Robin Gareusdespite what MSVC thinks, C is not C++.
2014-04-14 Paul Davismore work on linking file existence and removability
2014-04-14 Paul Davischeck whether a source with the same path exists in...
2014-04-14 Paul Davisfurther code simplification and rationalization related...
2014-04-14 Paul Davisdramatic change in logic and naming for operations...
2014-04-12 Robin Gareusremove unnecessary include
2014-04-11 unknownanother stab at a working vst on windows
2014-04-11 unknownmore vst tweaks
2014-04-11 unknowninterim vst fixes
2014-04-11 Robin Gareusamend previous commit, remove cruft, no more extern...
2014-04-11 Robin Gareusexport fst functions (for MSVC)
2014-04-11 John EmmasOops - correct some typos in my previous commit
2014-04-11 John EmmasMake sure we use the correct style of filepath separato...
2014-04-11 John EmmasRemove 'pipex' from my pbd.vcproj as it's not needed...
2014-04-11 Paul Davisfinal eradication of jack header files from anything...
2014-04-10 Paul Davisremove use of JACK headers to allow building on systems...
2014-04-10 Paul Davisredesign technique for naming/creating regions for...
2014-04-10 Paul Davisremove inclusion of jack.h so that we can build on...
2014-04-10 Paul Davisname-change of RuntimeProfile element
2014-04-10 Paul Davisadd new element to ARDOUR::RuntimeProfile
2014-04-08 John EmmasAdd the main VC project files for building Ardour3...
2014-04-07 Sakari BergenMake tests build again (fix linker issues)
2014-04-04 Paul Davisafter cloning a MIDI region, mark the source file as...
2014-04-04 Paul Davisfix conceptual error/thinko in EnvironmentalProtectionA...
2014-04-04 Paul Davisclarify comments for SndFileSource constructors
2014-04-04 Paul Davisfix typo in comment
2014-03-24 Paul Daviscomment tweak
2014-03-24 Paul Davisfix a race condition between the death of a thread...
2014-03-24 John EmmasModify some initialization slightly to keep MSVC happy
2014-03-24 Paul Davisfix return in ::drop_device()
2014-03-24 Paul Daviscall AudioBackend::drop_device() when dropping a backend.
2014-03-24 Paul Davisadd ::drop_device() method to ARDOUR::AudioBackend
next