Factor out sequencing related things into an independant new library: "evoral".
[ardour.git] / libs / ardour / midi_port.cc
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-05-23 Hans Baier*fix the bugfix: Input and Output Ports exchanged in...
2008-05-22 David RobillardArbitrarily increase MIDI process buffer size to avoid...
2008-04-04 Hans Baier* bugfix: Connecting/disconnecting MIDI ports did not...
2008-01-13 David RobillardFix MIDI playback.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-11-26 David RobillardUse normal Processor run_in_place interface on Meter.
2007-10-31 Paul Davisnew port design, probably about 90% done (i.e it mostly...
2007-10-25 David RobillardClean/strengthen up constructor/type stuff in new port...
2007-10-23 Carl HetheringtonRe-work Port construction slightly so that _flags is...
2007-10-16 Paul Davisvirtualize Port object; clean up automation tracks...
2007-08-01 David RobillardBetter MidiModel command framework, ready to go for...
2007-07-20 David RobillardRemove random access interface from MidiBuffer, towards...
2007-06-09 David RobillardUse double MIDI timestamps (towards tempo based time...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-07 Paul Davisrequire new JACK API; fix inheritance bug in AudioRegio...
2007-05-03 Paul Davisoptimize some performance bottlenecks; remove jack_nfra...
2007-05-01 Paul Davisinitial fixes to get build to work without new JACK...
2007-04-12 David RobillardMerged with trunk R1705.
2007-01-09 David RobillardMerged with trunk R1283.
2006-08-16 David RobillardProgress on the disk side of things:
2006-08-13 David RobillardMore signal path cleanup, IO now has one deliver_output...
2006-08-11 David Robillard- Changed IO's vector<Port*>'s to PortList