summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2009-08-24Set format = 0 on calling sf_open as required by libsndfile.Carl Hetherington
2009-08-24Remove unused method in RouteTimeAxisView. Fix bug with switching to layered...Carl Hetherington
2009-08-23Some improvements to performance with crossfades: don't recompute a whole tra...Carl Hetherington
2009-08-23Fix uninitialised member variable.Carl Hetherington
2009-08-22Introduce an accurate version of coefficient_to_dB and use it in non speed-cr...Carl Hetherington
2009-08-19Fix crash on startup if an LV2 plugin has a bad .ttl file.Carl Hetherington
2009-08-17move assignments out of assert() in editor_drag (thanks lincoln); change mous...Paul Davis
2009-08-17Fix uninitialised variable.Carl Hetherington
2009-08-13MIDI cut&paste round two (not done yet); a small region trim fix from lincoln s.Paul Davis
2009-08-10first part of MIDI cut/copy/paste ; fix for input/output_streams of an IOProc...Paul Davis
2009-08-09fix (no)use of offset in AudioEngine::get_sync_offset()Paul Davis
2009-08-08waf build works on OS X ; new bindings file and processing system in place fo...Paul Davis
2009-08-04Coding style. Fix a valgrind warning. Stop a close on a handle of -1.Carl Hetherington
2009-08-02Fix update of brackets around processor name on activate / deactivate.Carl Hetherington
2009-08-02Set up IO bundles properly so that mixer strip IO button text is set correctly.Carl Hetherington
2009-08-02Fix import dialog so that file number progress gets updated correctly. Stop ...Carl Hetherington
2009-08-02Improve import status messages slightly.Carl Hetherington
2009-07-29avoid crashes caused by the process buffer set being larger than expected whe...Paul Davis
2009-07-28remove all MIDI-specific editing modes by making standard work either at obje...Paul Davis
2009-07-28Fix some more warnings.Carl Hetherington
2009-07-24interpolation.cc/h: Remove all failed and obsolete attempts, leave linear and...Hans Baier
2009-07-24Another failed attemt at natural spline interpolationHans Baier
2009-07-24fixes for 64 bit compilation - see commentPaul Davis
2009-07-23libs/ardour/wscript: unit tests get a target name, inorder to be able to buil...Hans Baier
2009-07-23audio_diskstream.h/session.h: Use simple cubic interpolation now instead of l...Hans Baier
2009-07-23interpolation.cc/h: Fix crash bug and introduce add simple cubic interpolationHans Baier
2009-07-23install ardour.menus and bindings file (elthariel) ; initial, basic MIDI gain...Paul Davis
2009-07-22Update autowaf.David Robillard
2009-07-22make i18n build work ; add mackie dir back to build ; token work on amp for M...Paul Davis
2009-07-22spline interpolation: fix crash bugs on negative speed and NULL inputsHans Baier
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