summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-06-01Remove sigc 2.0.18Doug McLain
2008-06-01Translations from Petter, now in the correct branch. Now only for €19.99.Sampo Savolainen
2008-05-26Updated translations from PetterSampo Savolainen
2008-05-25* splitted midi++/event.h in header and implementationHans Baier
2008-05-24Changed Byte to uint8_t in some files (left out from drobilla's previous commit)Sakari Bergen
2008-05-23Remove pointless Byte typedef that didn't really match any other typedef in a...David Robillard
2008-05-23* added midnam test file for xpathHans Baier
2008-05-23* fixed: wrong conversion from double for pitch bender in MidiModel::control_...Hans Baier
2008-05-23*fix the bugfix: Input and Output Ports exchanged in Track/Bus inspectorHans Baier
2008-05-23* changed return type for pbd/xml++ xpath support to use boost::shared_ptrHans Baier
2008-05-22Fix rounding errors in region/source length calculuation in import (regions a...David Robillard
2008-05-22Fix corrupt MIDI file writing when meta events are present (fixes missing fir...David Robillard
2008-05-22Fix source/region length on MIDI import.David Robillard
2008-05-22Arbitrarily increase MIDI process buffer size to avoid overruns with very den...David Robillard
2008-05-22* added more tests and profiling for pbd/xml++ xpath supportHans Baier
2008-05-22* added XPath support to pbd/xml++Hans Baier
2008-05-22Fix MIDI selection/tool issues (issue #0002415 and other bugs).David Robillard
2008-05-21* bugfix: Inputs and Outputs swapped in the Track/Bus InspectorHans Baier
2008-05-21More petty clean ups of MIDI stuff.David Robillard
2008-05-21* Made the MIDI standard names show up for controllers instead of just contro...Hans Baier
2008-05-21Separate audio and MIDI disk buffer size (and track read ahead) parameters.David Robillard
2008-05-21Clean up MidiDiskstream code, more closely match audio diskstream.David Robillard
2008-05-21Don't read inactive tracks in Diskstream (merge oops, now matches 2.0).David Robillard
2008-05-16* fix out of range MIDI event detectionHans Baier
2008-05-16Don't create tracks for empty MIDI channels on import (i.e. make import look ...David Robillard
2008-05-16Fix out of range MIDI event error detection (duuuhhhhh).David Robillard
2008-05-16* Fixed crash on closing MIDI automation tracks, because ARDOUR::Parameter::o...Hans Baier
2008-05-16Fix invalid error message during MIDI recording (or files with stuck notes).David Robillard
2008-05-16Tidy up MIDI debugging output.David Robillard
2008-05-16Fix crash on out of range MIDI events (though this shouldn't be possible at a...David Robillard
2008-05-15Re-comment-out MIDI iteration debug prints (oops).David Robillard
2008-05-15Fix silly bugs introduced in previous commit.David Robillard
2008-05-15Eliminate excessive allocation (for every event) during MidiModel iteration.David Robillard
2008-05-13* formattingHans Baier
2008-05-13Fix event allocation issues with MidiModel iteration.David Robillard
2008-05-12Remove junk from MidiModel::write_toDavid Robillard
2008-05-12* added files in patch for ardour-3.0 to compile on OS X thanks to Sakari Ber...Hans Baier
2008-05-12* applied patch for ardour-3.0 to compile on OS X thanks to Sakari BergenHans Baier
2008-05-12* Quick Fix: assertion converted into warning in MidiModel::write_toHans Baier
2008-05-12* fixed various event size bugsHans Baier
2008-05-12Fix various MIDI corruption bugs.David Robillard
2008-05-11* disabled some debugging outputHans Baier
2008-05-11* Added a couple of guards to prevent MIDI::Events with NULL buffers to enter...Hans Baier
2008-05-10* fixed bug: MIDI automations could not be restored from XML (NullAutomationT...Hans Baier
2008-05-09* formatting/style guideHans Baier
2008-05-09* adjusted formatting a bit to style guideHans Baier
2008-05-08* fixed some valgrind issues (uninitialized instance vars)Hans Baier
2008-05-06* fixed crash bug in MidiModel::const_iterator::operator=: copied iterator fr...Hans Baier