Fix more broken whitespace.
[ardour.git] / libs / ardour / midi_diskstream.cc
2011-03-15 David RobillardFix more broken whitespace.
2011-03-11 Paul Davissorta-kinda working latency compensation, latency repor...
2011-03-09 Paul Davisadd new concept for managing alignment style (AlignChoi...
2011-03-08 Paul Davislots of stuff related to capture alignment. things...
2011-03-05 Paul Davisfix monitoring so that MIDI tracks don't work the same...
2011-03-02 Paul Davisremove entire "stub" file concept; open new audio and...
2011-03-01 Carl HetheringtonMake an aborted MIDI capture due to no data being recei...
2011-03-01 Carl HetheringtonMake the session watch sources' DropReferences and...
2011-03-01 Carl HetheringtonHopefully fix disappearing MIDI recorded regions on...
2011-02-25 Carl HetheringtonFix previous patch a bit better.
2011-02-25 Carl HetheringtonMove playback_distance up to AudioDiskstream from Disks...
2011-02-25 Carl HetheringtonFix midi playback stopping after moving a note (#3718).
2010-12-21 David RobillardOnly calculate length_beats from length (in frames...
2010-12-21 David RobillardSet new (recorded) MIDI source length to length of...
2010-12-20 David RobillardFix more broken whitespace.
2010-12-12 Carl HetheringtonClear existing data before reading new to make overwrit...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-10-08 Carl HetheringtonUpdate recorded MIDI regions as notes arrive. Fixes...
2010-10-05 Carl HetheringtonImprove GUI display during MIDI record in various ways.
2010-10-02 Carl HetheringtonSmall cleanup.
2010-09-23 Carl HetheringtonFix assert. Remove some debug output.
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-08-30 Carl HetheringtonAuto-connect outputs that appear as a result of e.g...
2010-08-25 Carl Hetheringtonclear_history -> clear_changes and some comments.
2010-08-17 Paul Davisforward port 2.X changes up to and including rev 6909
2010-08-13 Carl HetheringtonHopefully fix dropped MIDI notes on loop. Fixes #3133.
2010-07-16 Paul Davisnewly created files for use in recording appear in...
2010-07-01 Paul Davisadd MidiModel::sync_to_source() to push model state...
2010-06-29 Paul Davisallow zero-length SMF files on disk again; fix some...
2010-06-26 Paul Davislots of details relating to MIDI file management; try...
2010-06-24 Paul DavisGUI-created MIDI regions now steal the pending MIDISour...
2010-06-23 Paul Davismidway snapshot of work done on managing Region & Sourc...
2010-05-26 Carl HetheringtonRemove empty MIDI regions which result from recordings...
2010-05-15 Carl HetheringtonFix some excessive search-and-replaces.
2010-04-27 Carl HetheringtonRevert my revision 6996, which was wrong. Sources...
2010-04-26 Carl HetheringtonMake Session listen to DropReferences from Sources...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-01 Paul Davisrevisit setting up processors during route construction...
2010-03-30 Carl HetheringtonMove region naming stuff from Session into RegionFactor...
2010-03-27 Paul Davispart one of hiding Diskstreams and making them a privat...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-02-23 David RobillardFix various code quality issues found by cppcheck ...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-11 Paul Davistweak Stateful/StatefulDiffCommand changes so that...
2010-02-11 Carl HetheringtonMore tinkering with State<>. Use some StateDiffCommand...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-04 Carl HetheringtonUse a shared_ptr for SessionPlaylists so that it can...
2009-12-04 Paul Davismove Session::Event into SessionEvent class; add Sessio...
2009-12-03 Carl HetheringtonMove some (most) playlist-related code and data into...
2009-11-08 Paul Davismonster commit: transport mgmt changes from 2.X (omnibu...
2009-10-25 Paul Davismake per-region note-tracking in MidiPlaylist work...
2009-10-24 David RobillardMove butler methods from Session to Butler.
2009-10-23 David RobillardFix crash on multiple record due to not initiating...
2009-10-21 David RobillardFix unused parameter warnings since GCC apparently...
2009-10-20 David RobillardTidy.
2009-10-20 David RobillardFactor out more duplicated code.
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-25 Paul Davisimplement MidiBuffer::merge_in_place() and use to suppo...
2009-09-21 Paul Davis(full commit): fix MIDI playback by not writing into...
2009-09-16 Paul Davisdo not allow smf_source's reads to stomp on cached...
2009-09-14 Paul Davisfix up marshall/unmarshall of note data for MidiModel...
2009-09-11 Paul Davistrack note on/off and send appropriate note offs at...
2009-08-28 Paul Davismore MIDI editing tweaks ; flip mouse mode buttons...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-17 Paul Davismassive changes to waf build scripts so that nearly...
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
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-07 David RobillardThe great audio processing overhaul.
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-20 David RobillardFix recording of the last disk chunk's worth of MIDI...
2009-02-19 David RobillardInterpret tempo time based on read position (not source...
2009-02-15 David RobillardFactor out region layering.
2009-02-15 David RobillardClean up.
2009-02-15 David RobillardUse nframes_t for timestamps of real (jack) time MIDI...
2009-02-10 Hans Baier* fix MIDI playback
2009-02-09 David RobillardShrink exposed SMF API.
2009-02-02 David RobillardDisable excessive console output (please comment this...
2009-02-02 Hans Baier* debugging output
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2009-02-01 David RobillardRemoved fixed/maximum event size assumption/limitation...
2009-01-30 David RobillardTrim include dependency graph, especially for io.h...
2008-10-12 David RobillardMIDI looping fixes from torbenh.
2008-10-10 David RobillardApply MIDI looping patch from torbenh, with minor changes.
2008-10-08 Paul Davistorben's port buffer reworking; torben's panner automat...
2008-09-22 David RobillardMove event specific ringbuffer stuff to evoral.
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-05-22 David RobillardArbitrarily increase MIDI process buffer size to avoid...
next