switch to using boost::signals2 instead of sigc++, at least for libardour. not finish...
[ardour.git] / libs / ardour / ardour / midi_diskstream.h
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-10-24 David RobillardMove butler methods from Session to Butler.
2009-10-20 David RobillardFactor out duplicated code in AudioDiskstream and MidiD...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-11 Paul Davistrack note on/off and send appropriate note offs at...
2009-05-14 Carl HetheringtonFirst stage of options rework.
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
2009-05-04 David RobillardFix MIDI monitoring while recording.
2009-05-01 David RobillardFix MIDI playback.
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-15 David RobillardUse nframes_t for timestamps of real (jack) time MIDI...
2009-02-02 David RobillardDisable excessive console output (please comment this...
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2009-01-30 David RobillardTrim include dependency graph, especially for io.h...
2009-01-21 Carl HetheringtonRework Port class hierarchy a bit. Hopefully now simpl...
2008-10-12 David RobillardMIDI looping fixes from torbenh.
2008-10-10 David RobillardApply MIDI looping patch from torbenh, with minor changes.
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-05-21 David RobillardSeparate audio and MIDI disk buffer size (and track...
2008-05-12 David RobillardFix various MIDI corruption bugs.
2008-04-21 Hans Baier* UI fixes for track channel selection
2008-04-19 Hans Baier* first prototype for track based channel selection...
2007-10-07 David RobillardFix several MIDI timestamp related problems:
2007-07-28 David RobillardPlayback from MIDI model, playback of clicked-in events.
2007-06-26 David Robillard(Untested) loop recording support in MIDI Diskstream...
2007-05-31 David RobillardRewrote MidiRingBuffer to more efficiently pack data...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-03 Paul Davisoptimize some performance bottlenecks; remove jack_nfra...
2007-01-09 David RobillardMerged with trunk R1283.
2006-11-19 David RobillardMerged with trunk R1141
2006-08-29 David RobillardMerged with trunk R861
2006-08-24 David RobillardMerged with trunk R846
2006-08-23 David Robillard- Fixes for some recording bugs
2006-08-16 David RobillardProgress on the disk side of things:
2006-08-14 David RobillardMore solid "fake" recording and serialization
2006-08-14 David Robillard- MIDI "recording" - rec region creation/drawing, actua...
2006-08-11 David Robillard- Changed IO's vector<Port*>'s to PortList
2006-08-01 David RobillardMostly Cosmetic/Design changes to bring trunk and midi...
2006-07-30 David RobillardAbstraction cleanups/polish, towards merging with trunk
2006-06-26 David RobillardActually added the code mentioned in my last commit...