summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_diskstream.cc
AgeCommit message (Expand)Author
2011-03-11sorta-kinda working latency compensation, latency reporting and capture align...Paul Davis
2011-03-09add new concept for managing alignment style (AlignChoice); switch to using w...Paul Davis
2011-03-08lots of stuff related to capture alignment. things appear to be working now, ...Paul Davis
2011-03-05fix monitoring so that MIDI tracks don't work the same way as audio (basicall...Paul Davis
2011-03-02remove entire "stub" file concept; open new audio and MIDI files on demand (a...Paul Davis
2011-03-01Make an aborted MIDI capture due to no data being received behave the same as...Carl Hetherington
2011-03-01Make the session watch sources' DropReferences and drop accordingly. Remove ...Carl Hetherington
2011-03-01Hopefully fix disappearing MIDI recorded regions on the first record of a new...Carl Hetherington
2011-02-25Fix previous patch a bit better.Carl Hetherington
2011-02-25Move playback_distance up to AudioDiskstream from Diskstream since it is only...Carl Hetherington
2011-02-25Fix midi playback stopping after moving a note (#3718).Carl Hetherington
2010-12-21Only calculate length_beats from length (in frames) if length property (in fr...David Robillard
2010-12-21Set new (recorded) MIDI source length to length of entire capture (instead of...David Robillard
2010-12-20Fix more broken whitespace.David Robillard
2010-12-12Clear existing data before reading new to make overwrite_existing_buffers() w...Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-10-08Update recorded MIDI regions as notes arrive. Fixes one cause of infinite no...Carl Hetherington
2010-10-05Improve GUI display during MIDI record in various ways.Carl Hetherington
2010-10-02Small cleanup.Carl Hetherington
2010-09-23Fix assert. Remove some debug output.Carl Hetherington
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-08-30Auto-connect outputs that appear as a result of e.g. instruments being added ...Carl Hetherington
2010-08-25clear_history -> clear_changes and some comments.Carl Hetherington
2010-08-17forward port 2.X changes up to and including rev 6909Paul Davis
2010-08-13Hopefully fix dropped MIDI notes on loop. Fixes #3133.Carl Hetherington
2010-07-16newly created files for use in recording appear in a .stubs folder, and are m...Paul Davis
2010-07-01add MidiModel::sync_to_source() to push model state into its existing source;...Paul Davis
2010-06-29allow zero-length SMF files on disk again; fix some gcc 4.X optimization-on c...Paul Davis
2010-06-26lots of details relating to MIDI file management; try to ignore ALSA sequence...Paul Davis
2010-06-24GUI-created MIDI regions now steal the pending MIDISource from the track's di...Paul Davis
2010-06-23midway snapshot of work done on managing Region & Source lifetimes correctly....Paul Davis
2010-05-26Remove empty MIDI regions which result from recordings made when no MIDI data...Carl Hetherington
2010-05-15Fix some excessive search-and-replaces.Carl Hetherington
2010-04-27Revert my revision 6996, which was wrong. Sources need to stay around in the...Carl Hetherington
2010-04-26Make Session listen to DropReferences from Sources, and remove them. Call dr...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-30Move region naming stuff from Session into RegionFactory, cleaning up some ve...Carl Hetherington
2010-03-27part one of hiding Diskstreams and making them a private object of a TrackPaul Davis
2010-03-02(1) remove most uses of MementoCommand for Playlist and Region (2) move froze...Paul Davis
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-11tweak Stateful/StatefulDiffCommand changes so that SessionObject's actually g...Paul Davis
2010-02-11More tinkering with State<>. Use some StateDiffCommands instead ofCarl Hetherington
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-04Use a shared_ptr for SessionPlaylists so that it can be explicitly destroyed ...Carl Hetherington