summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/midi_diskstream.h
AgeCommit message (Expand)Author
2010-06-24GUI-created MIDI regions now steal the pending MIDISource from the track's di...Paul Davis
2010-06-09dynamic playback & capture buffer resizing (though transport is stopped first)Paul Davis
2010-05-26Remove some unused methods.Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-01revisit setting up processors during route construction; remove several more ...Paul Davis
2010-03-27part one of hiding Diskstreams and making them a private object of a TrackPaul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-10-24Move butler methods from Session to Butler.David Robillard
2009-10-20Factor out duplicated code in AudioDiskstream and MidiDiskstream.David Robillard
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-09-11track note on/off and send appropriate note offs at transport stopPaul Davis
2009-05-14First stage of options rework.Carl Hetherington
2009-05-13more work on the new all-Processor-all-The-Time redesign of Route - LOTS OF B...Paul Davis
2009-05-04Fix MIDI monitoring while recording.David Robillard
2009-05-01Fix MIDI playback.David Robillard
2009-04-23remove offset from process callback tree. some breakage may have occured. yes...Paul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-15Use nframes_t for timestamps of real (jack) time MIDI events (i.e. in MidiBuf...David Robillard
2009-02-02Disable excessive console output (please comment this stuff before committing...David Robillard
2009-02-02Make (MIDI) event time stamp type a template parameter.David Robillard
2009-01-30Trim include dependency graph, especially for io.h and session.h.David Robillard
2009-01-21Rework Port class hierarchy a bit. Hopefully now simpler, and shouldCarl Hetherington
2008-10-12MIDI looping fixes from torbenh.David Robillard
2008-10-10Apply MIDI looping patch from torbenh, with minor changes.David Robillard
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-21Separate audio and MIDI disk buffer size (and track read ahead) parameters.David Robillard
2008-05-12Fix various MIDI corruption bugs.David Robillard
2008-04-21* UI fixes for track channel selectionHans Baier
2008-04-19* first prototype for track based channel selection worksHans Baier
2007-10-07Fix several MIDI timestamp related problems:David Robillard
2007-07-28Playback from MIDI model, playback of clicked-in events.David Robillard
2007-06-26(Untested) loop recording support in MIDI Diskstream (fix compilation broken ...David Robillard
2007-05-31Rewrote MidiRingBuffer to more efficiently pack data (flat pack stamps, sizes...David Robillard
2007-05-03optimize some performance bottlenecks; remove jack_nframes_t that crept back ...Paul Davis
2007-01-09Merged with trunk R1283.David Robillard
2006-11-19Merged with trunk R1141David 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-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-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-06-26Actually added the code mentioned in my last commit. Whoops.David Robillard