summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_diskstream.cc
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-05-22Arbitrarily increase MIDI process buffer size to avoid overruns with very den...David Robillard
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-13* formattingHans Baier
2008-05-12Fix various MIDI corruption bugs.David Robillard
2008-05-11* Added a couple of guards to prevent MIDI::Events with NULL buffers to enter...Hans Baier
2008-05-02Fixes for GCC 4.3.David Robillard
2008-04-21* persisting/restoring track channel settings works nowHans Baier
2008-04-21* UI fixes for track channel selectionHans Baier
2008-03-18refactor JACK MIDI port to allow writing from a non-process() thread, and mov...Paul Davis
2008-02-18Channel-aware note recording in MidiModel (i.e. multi-channel note input does...David Robillard
2008-02-18Preliminary (read: kludgey) MIDI import support.David Robillard
2008-02-02Merge with trunk R2978.David Robillard
2007-10-14Fix displaying of notes in auto-created MIDI region when it's the first regio...David Robillard
2007-10-07Fix several MIDI timestamp related problems:David Robillard
2007-08-11Saving of edited MIDI data to disk (on session save).David Robillard
2007-08-11Fix MIDI file names on recording (don't write out a ton of useless empty .mid...David Robillard
2007-08-01Better MidiModel command framework, ready to go for all your canvas editing n...David Robillard
2007-07-30Basic canvas note event handling framework.David Robillard
2007-07-28Use 'show contents' note range by default (fix uninitialized value).David Robillard
2007-07-28Playback from MIDI model, playback of clicked-in events.David Robillard
2007-07-20Remove random access interface from MidiBuffer, towards killing fixed/limited...David Robillard
2007-06-29Further automation refactoring - bring in the concept of Controllable, work t...David Robillard
2007-06-26(Untested) loop recording support in MIDI Diskstream (fix compilation broken ...David Robillard
2007-06-23Insert/Redirect refactoring, towards better MIDI support in mixer strip, andDavid Robillard
2007-06-09Use double MIDI timestamps (towards tempo based time, and more-than-sample-ac...David Robillard
2007-05-31Rewrote MidiRingBuffer to more efficiently pack data (flat pack stamps, sizes...David Robillard
2007-05-10Added nicer looking wrapper methods for ChanCount::get(DataType), sedified co...David Robillard
2007-05-03optimize some performance bottlenecks; remove jack_nframes_t that crept back ...Paul Davis
2007-05-02make session restore work by using explicit data types when creating new play...Paul Davis
2007-03-18Merged with trunk R1612.David Robillard
2007-01-15Moved editor scrollbar to right side.David Robillard
2007-01-09Merged with trunk R1283.David Robillard
2006-11-19Merged with trunk R1141David Robillard
2006-10-21Merged with trunk R992.David Robillard
2006-08-29Merged with trunk R861David Robillard
2006-08-24Merged with trunk R846David Robillard
2006-08-23- Fixes for some recording bugsDavid Robillard
2006-08-21Recording to SMF. Playback not quite working yet, just some buglets left to ...David Robillard
2006-08-16Progress on the disk side of things:David Robillard
2006-08-14More solid "fake" recording and serializationDavid Robillard
2006-08-14- MIDI "recording" - rec region creation/drawing, actual MIDI region creation...David Robillard
2006-08-12Towards MIDI:David Robillard
2006-08-11- Replaced integer port counts (and input/output maximum/minimum) with ChanCo...David Robillard
2006-08-11- Changed IO's vector<Port*>'s to PortListDavid Robillard
2006-08-01Mostly Cosmetic/Design changes to bring trunk and midi branch closerDavid Robillard
2006-07-30Abstraction cleanups/polish, towards merging with trunkDavid Robillard
2006-07-19Work towards removal of Session's Diskstream list.David Robillard