summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
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
2011-11-23Missing file.Carl Hetherington
2011-11-23Rename linux VST files to be more friendly.Carl Hetherington
2011-11-23Trim function that is only used once.Carl Hetherington
2011-11-23Remove VST current_program variable, since that stuff isCarl Hetherington
2011-11-23Implement latest LV2 state extension (0.4).David Robillard
2011-11-23Merge some linux/windows VST GUI code.Carl Hetherington
2011-11-22Use same VST callback for both Linux and Windows VSTs.Carl Hetherington
2011-11-22Add missing files.Carl Hetherington
2011-11-22Push most of LXVSTPlugin and WindowsVSTPlugin up to VSTPlugin parent.Carl Hetherington
2011-11-22No-op; tidy-up.Carl Hetherington
2011-11-22Fix tests.Carl Hetherington
2011-11-22Share main VSTFX / FST struct between windows / linux VSTs.Carl Hetherington
2011-11-22Share VSTHandle and VSTInfo between windows/linux VSTs.Carl Hetherington
2011-11-22Use same aeffectx.h for windows and linux VSTs.Carl Hetherington
2011-11-22Remove VESTIGE_HEADER stuff since we will always use it.Carl Hetherington
2011-11-21Make the windows VST callback use int32_t rather than long (to make it the sa...Carl Hetherington
2011-11-21Missing file.Carl Hetherington
2011-11-21Share VSTKey struct beween linux and windows VST.Carl Hetherington
2011-11-21Rename windows VST stuff with a Windows prefix.Carl Hetherington
2011-11-21Re-add code to support do-not-record-plugins (#4487).Carl Hetherington
2011-11-21Implement the LV2 urid extension and remove implementation of (experimental) ...David Robillard
2011-11-21Remove unused with_processors parameter toCarl Hetherington
2011-11-20Make a few things private in Delivery; couple of minorCarl Hetherington