summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2009-07-22interpolation.cc/.h: Spline-Bugfixes: Crash bug at tempos close to 0, wrong c...Hans Baier
2009-07-22interpolation.cc/.h: first working but buggy implementation of cubic Spline i...Hans Baier
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-21fix clicking when processors become active/inactive; reduce crazy 2.5sec dela...Paul Davis
2009-07-21implement set-send-gains-to-{track_level,zero,unity}Paul Davis
2009-07-21first part of fixing up send/return metering ; make send-controlling faders w...Paul Davis
2009-07-20Stop playhead jumping around on locate.Carl Hetherington
2009-07-20correct name of dependency in wiimote wscriptPaul Davis
2009-07-20Clean up handling of add/remove/rename channels in the port matrix. Hence ma...Carl Hetherington
2009-07-19replace fixed-point linear interpolation with double-based version, thereby r...Hans Baier
2009-07-19revert commit 5386 in favor of MTC usersHans Baier
2009-07-19audio_diskstream.cc: new interpolation classes which replace the old interpol...Hans Baier
2009-07-19make slaves work by defaultHans Baier
2009-07-17hopefully fix the build, and actually use the optionsPaul Davis
2009-07-17massive changes to waf build scripts so that nearly everything "should" be wo...Paul Davis
2009-07-15more hacking on the processor list and processor box - note that ctrl-x/c/v n...Paul Davis
2009-07-15processor naming tweaks, processor visibility tweaks and more, trying to fini...Paul Davis
2009-07-14add display name to processors (so that it can differ from the "real name"); ...Paul Davis
2009-07-13more removal of PlacementPaul Davis
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-07-04Add option to collect a route group, so that its member routes are reordered ...Carl Hetherington
2009-07-04Use std::string for order key map.Carl Hetherington
2009-07-04Fix crash on session teardown.Carl Hetherington
2009-07-04Fix uninitialised variable.Carl Hetherington
2009-07-02switch glibmm/giomm to 2.18Paul Davis
2009-07-02fixes to make sure glibmm2 builds under scons from scratchPaul Davis
2009-07-02upgrade to glibmm 2.16Paul Davis
2009-07-01Separate route list code from Editor into its own object, EditorRouteList. H...Carl Hetherington
2009-07-01reinstate solo button for master out ; make solo button show state even if in...Paul Davis
2009-07-01include <cstdio> so that printf() is declaredPaul Davis
2009-07-01separate solo & listen. some minor fixes and additional related fixes still t...Paul Davis
2009-06-29editor toggle button fix from lincoln; refresh location display when loop ran...Paul Davis
2009-06-29lincoln's patch from mantis 2757 to add route group property checkboxes in th...Carl Hetherington
2009-06-26Fix up automation-follows-regionsCarl Hetherington
2009-06-26allow automation-follows-relevant-regions againPaul Davis
2009-06-26Better fix for Amp visibility in the plugin automation menu.Carl Hetherington
2009-06-25Various adjustments to make more operations respect the Edit property on rout...Carl Hetherington
2009-06-25startup assistant patch from tinman; cleanup fix backported from 2.X ; easy(i...Paul Davis
2009-06-23make solo-in-front controllable. a few tweaks left to do.Paul Davis
2009-06-23save&restore gain levels; provide GUI control over relative route group bit; ...Paul Davis
2009-06-23make RouteGroup gain control work again ; fix what solo button label shows un...Paul Davis
2009-06-23interpolation: fix some warningsHans Baier
2009-06-23interpolation.h / audio_diskstream.cc: make varispeed sound well again, by re...Hans Baier
2009-06-23Fix some warnings.Carl Hetherington
2009-06-23Xinterpolation.*: Add old fixed point and double linear interpolation as alte...Hans Baier
2009-06-23Interpolation -> LibSamplerateInterpolation, keep state per channelHans Baier
2009-06-23Interpolation: first working version with sincHans Baier
2009-06-23Interpolation: First working but buggy version using libsamplerateHans Baier
2009-06-23fix management of port connection state - THIS INVALIDATES PRE-EXISTING SESSI...Paul Davis
2009-06-21Merge edit and mix groups to just being route groups. Add properties to rout...Carl Hetherington