summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2011-12-29Revert internals of the last layering-related commit, and go back a slightly-...Carl Hetherington
2011-12-28a huge set of changes to tempo+meter handling. testing feedback requested. th...Paul Davis
2011-12-28Remove unused variable.Carl Hetherington
2011-12-27Fix up confusion with relayering after movement drags inCarl Hetherington
2011-12-27Basic DEBUG_TRACE for layering code.Carl Hetherington
2011-12-27Re-work layering in possibly debatable ways. Sketchy docs in doc/layering.Carl Hetherington
2011-12-27Remove some wrongly commited stuff. Sorry\!Carl Hetherington
2011-12-27Add configure option to raise a FP exception when a denormalCarl Hetherington
2011-12-26Remove unused method.Carl Hetherington
2011-12-26a grab bag of changes correcting and improving the way MIDI note on/off track...Paul Davis
2011-12-26Tidy up monitoring slightly so that it matches oofus' truthCarl Hetherington
2011-12-26Comments.Carl Hetherington
2011-12-23Rename a few bits and fix a undeclared method.Carl Hetherington
2011-12-23Remove unused declaration.Carl Hetherington
2011-12-23Clarify ensure vs. request for JACK monitoring, naming-wise.Carl Hetherington
2011-12-23Match request in function names to the eventual call to jack_port_request_mon...Carl Hetherington
2011-12-23Do some renaming in the ARDOUR::Port class tree.Carl Hetherington
2011-12-22Remove unused header.Carl Hetherington
2011-12-22Remove unused declaration.Carl Hetherington
2011-12-22main fix: when transport stops, clear per-region per-playlist note trackers e...Paul Davis
2011-12-21provide config parameter to allow non-quarter note pulses; off by default; no...Paul Davis
2011-12-20Now that notify_length_changed() just callsCarl Hetherington
2011-12-20Remove LengthChanged that no-one was listening to.Carl Hetherington
2011-12-17Remove unused code.Carl Hetherington
2011-12-17Remove unused code.Carl Hetherington
2011-12-17Make a fair bit of Region's interface private.Carl Hetherington
2011-12-15Add basic test of playlist layering.Carl Hetherington
2011-12-14send sustain=off and all-notes-off when a MIDI track is muted (may fix #4295)Paul Davis
2011-12-13fix up mess with unassigned Playlist::orig_track_idPaul Davis
2011-12-13more fun and games with meter and the tempo map: rename Meter::beats_per_bar(...Paul Davis
2011-12-12fundamentally alter how we compute frames_per_beat(). this follows much discu...Paul Davis
2011-12-12Set up region BBT time when frame position changes, if the region is glued to...Carl Hetherington
2011-12-11Save templates as directories with plugin state, ifCarl Hetherington
2011-12-11Keep track of MIDI region's start positions in beats, toCarl Hetherington
2011-12-10fix for most (all? we can dream ...) issues involved in #4399 (editing multip...Paul Davis
2011-12-10Slightly simpler implementation of framewalk_to_beats.Carl Hetherington
2011-12-10Comments.Carl Hetherington
2011-12-10Add fixed-up framepos_plus_beats() and use it for the BeatsFramesConverter, s...Carl Hetherington
2011-12-09Re-add erroneously-removed configure_io method.Carl Hetherington
2011-12-09centralize legal-session-name-checkng and include : and ; in characters that ...Paul Davis
2011-12-08Remove unused buffers and associated support code fromCarl Hetherington
2011-12-07improved WORKING fix for search path issuesPaul Davis
2011-12-07remove visible "sound notes" button,add Config parameter to control this (whi...Paul Davis
2011-12-02rename a Buffer/BufferSet method to be a little clearer as to its intent (is_...Paul Davis
2011-12-02new configuration variable to control display of periodic MIDI messagesPaul Davis
2011-12-01provide semantic ordering of simultaneous MIDI events; add operator== to Midi...Paul Davis
2011-11-30update CycleTimer to utilize NDEBUG and PBD::DEBUG so that we can leave them ...Paul Davis
2011-11-24Add option to glue new regions to bars and beats (#4202).Carl Hetherington
2011-11-24Save references to external files in LV2 state as symbolic links.David Robillard
2011-11-23Fix some confusion over getting parameter details fromCarl Hetherington