summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-25split out sndfile manager code into its own file; move a couple of utility fu...Paul Davis
2010-05-25Make discrete mode work for MIDI automation views. Fixes #3178.Carl Hetherington
2010-05-25Allow region-based automation axes to report whether theyCarl Hetherington
2010-05-25Remove some dead code. Clean up storage of automation axis menuCarl Hetherington
2010-05-25remove forward decl of non-existent ARDOUR::MenuPaul Davis
2010-05-25Implement shift-right-click to delete MIDI note (#3170)Carl Hetherington
2010-05-25stop range mode stuff from showing up when in internal edit modePaul Davis
2010-05-25Fix bug in a previous commit of mine; AutomationStreamViews create their own ...Carl Hetherington
2010-05-25Clean up snap-to code in various places. Fix a couple of typos. Should fix ...Carl Hetherington
2010-05-25Ensure a create note drag rectangle starts with both ends snapped,Carl Hetherington
2010-05-24Use debug macros for SMFSource.Carl Hetherington
2010-05-24Preserve source's model on clone() if it is not rebuilt. Should fix #3155.Carl Hetherington
2010-05-24Note the time of the last event that was read by read_unlocked, so that the c...Carl Hetherington
2010-05-24Prevent note creation drags with no movement of the pointer. May fix #3159.Carl Hetherington
2010-05-23Revert my rev. 7140 and fix it better.Carl Hetherington
2010-05-23Possibly fix non-appearing MIDI controls (#3143)Carl Hetherington
2010-05-23Fix behaviour of route group list's visible checkbutton.Carl Hetherington
2010-05-23Make track Hide option work again.Carl Hetherington
2010-05-23Prevent brief, spurious `importing 2 of 1' type messages.Carl Hetherington
2010-05-23Fix canvas_rect positioning with automation tracks. May fix #3145.Carl Hetherington
2010-05-22Add missing file.Carl Hetherington
2010-05-22Handle automation modes better with region-based (MIDI) automation. Should f...Carl Hetherington
2010-05-22Fix, or at least improve, automation line drawing behaviour with MIDI regions.Carl Hetherington
2010-05-22Make region properties dialogue work for MIDI regions too.Carl Hetherington
2010-05-21fix from 2.X for automation line clear command using the wrong object in the ...Paul Davis
2010-05-21update mute display when solo state changes, to keep things in syncPaul Davis
2010-05-21Set the select button tooltip in just one place rather than two. Hopefully f...Carl Hetherington
2010-05-20various minor MIDI fixes: prevent duplicate note entry with mouse, show note ...Paul Davis
2010-05-20fix visible version number to use the one defined in the top level wscriptPaul Davis
2010-05-20(1) make quantize actually use the main grid setting and not just default to ...Paul Davis
2010-05-20Remove debug output.Carl Hetherington
2010-05-20A few cleanups and rearrangements in the RC options. Add options for default...Carl Hetherington
2010-05-19Give a better message to warn of unsupported MIDI file audition.Carl Hetherington
2010-05-19Use SMFSource static method to look for MIDI file extensions.Carl Hetherington
2010-05-19When muting a route because another is soloed, takeCarl Hetherington
2010-05-19MIDI region forking, plus Playlist::regions_to_read() fix forward ported from...Paul Davis
2010-05-18change tooltip of mouse select button to indicate MIDI note editing role or r...Paul Davis
2010-05-18Tiny cleanup.Carl Hetherington
2010-05-17Remove muting behaviour from the Amp processor. Fix some smallCarl Hetherington
2010-05-17Fix assertion failure on time FX of MIDI regions (#3136)Carl Hetherington
2010-05-17Fix crash on attempting a TimeFX drag but not clicking on a region.Carl Hetherington
2010-05-17Number controllers in the MIDI automation menu, as per #3138. Also use 0-ind...Carl Hetherington
2010-05-16When inserting new notes with the pencil tool, make them the length of the gr...Carl Hetherington
2010-05-16Move FileManager code into libpbd. Use it for SMF read/write.Carl Hetherington
2010-05-16Fix crash when dragging something from another task over the editor window.Carl Hetherington
2010-05-16Detach submenu before its parent is destroyed. Fixes #3134.Carl Hetherington
2010-05-16Allow right-click on region list to select the region. Fixes #3129.Carl Hetherington
2010-05-15Fix some excessive search-and-replaces.Carl Hetherington
2010-05-14Keep to a quota of open files by closing least recently used ones as required...Carl Hetherington
2010-05-13Make butler handle auditioner again. Fixes #3128.Carl Hetherington