summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_scene_changer.cc
AgeCommit message (Expand)Author
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2016-12-29allow all types of range location (loop, start, end etc.) to be glued to bars...nick_m
2016-12-03Remove Evoral::MIDIEventDavid Robillard
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2015-12-07change API for accessing session MIDI ports so that (1) boost::shared_ptr<> i...Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-06-29use the frame/sample based inter-scene gap, not the msecs one (now removed)Paul Davis
2015-06-29add API for controlling and determining active status of a SceneChangePaul Davis
2015-06-29integrate Session::remove_routes() from Tracks and replace Session::remove_ro...Paul Davis
2015-06-29fix bank ID when MIDI Scene change handles a program change messageGZharun
2014-12-30Fix some mangled whitespace (noop).David Robillard
2014-11-30Trim the include tree.David Robillard
2014-11-10refactor MIDISceneChange color property addition by moving it into SceneChang...Paul Davis
2014-11-10when creating a new MIDI scene change, check existing scene changes for equal...Paul Davis
2014-11-05catch up with waves/tracks version of MIDI scene changer codePaul Davis
2014-10-24port changes to ARDOUR::Location and ARDOUR::Locations APIs from Tracks to Ar...Paul Davis
2014-08-31Remove unused variables (fix warnings).David Robillard
2014-05-02a variety of changes to finalize (?) (MIDI) SceneChange functionalityPaul Davis
2014-04-30use per-channel signals to pick up scene changes, rather than global onesPaul Davis
2014-04-28merge (squash) with scenechange topic branch to provide MIDI-driven scene cha...Paul Davis