summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2009-02-18Fix ardour2 -> ardour3 issues.David Robillard
2009-02-17Make range selection context menu work again.Carl Hetherington
2009-02-17Remove unnecessary/unused template parameter from canvas sysex flags.David Robillard
2009-02-17Fix the horrible mess that was anything related to sources and paths.David Robillard
2009-02-17Fix for visual glitch due to race between Editor::update_current_screen being...Carl Hetherington
2009-02-16Fix crash on audio record (time converter segfault wackiness).David Robillard
2009-02-16Move duplicated AudioFileSource::Flags and SMFSource::Flags into Source.David Robillard
2009-02-16* First prototype of SysEx GUIHans Baier
2009-02-16Fix a bunch of the ol' trivial audio-specific-for-no-particular-reason things.David Robillard
2009-02-16Fix time / positioning of PC flags (beat time).David Robillard
2009-02-16Don't do a linear search through controls for program change for no reason.David Robillard
2009-02-16Don't bind playlist_modified with a shared_ptr<Playlist> parameter.David Robillard
2009-02-16Fix crash when NullAutomation is created (which shouldn't be happening, but h...David Robillard
2009-02-16Time unit translation for AutomationLine (correctly display MIDI controller d...David Robillard
2009-02-16Move all beats <-> frames time conversion into a single object that can be pa...David Robillard
2009-02-16Fix horizontal positioning of PC flags.David Robillard
2009-02-15Trim include dependency tree (particularly on evoral/Sequence.hpp).David Robillard
2009-02-15Bring the note mode menu back from the dead.David Robillard
2009-02-15Factor out region layering.David Robillard
2009-02-15Remove dead code.David Robillard
2009-02-15Fix genererally retarded and broken note range / diskstream display / etc. re...David Robillard
2009-02-15The Big Change: Store time in MidiModel as tempo time, not frame time.David Robillard
2009-02-15Oops. Fix XML stuff in GUI as well.David Robillard
2009-02-15More contrast for MIDI notes.David Robillard
2009-02-15Shutup.David Robillard
2009-02-14If a bundle's channel has no ports associated with it, you can't connectCarl Hetherington
2009-02-14Make DnD copy processors using their XML representations. Remove unusedCarl Hetherington
2009-02-14Fix send copying by paste and drag n drop.Carl Hetherington
2009-02-14Less weak plugin preset system (maybe AU preset stuff can use the 'normal' th...David Robillard
2009-02-13* Added CanvasSysEx class for displaying SysExesHans Baier
2009-02-12* Swapped MidiSource to LibSMFHans Baier
2009-02-11Fix segfault on:Carl Hetherington
2009-02-11Fix some problems with dragging more than 1 region to a new track.Carl Hetherington
2009-02-11Offer routes on mixer strip IO menus. Fixes to these menus on MIDI routes.Carl Hetherington
2009-02-10Duh. Simplify previous commit.Carl Hetherington
2009-02-10Add a rescan button.Carl Hetherington
2009-02-10Bit of a hack to make the port matrix for port inserts at least vaguely usable.Carl Hetherington
2009-02-10Fix disassociation of all from a single channel.Carl Hetherington
2009-02-10Fix disassociate all to only disassociate if required.Carl Hetherington
2009-02-09Remove references to connection manager from the build.Carl Hetherington
2009-02-09Fixes to bundle manager to make it vaguely usable.Carl Hetherington
2009-02-09Remove old connection editor.Carl Hetherington
2009-02-05Small fixes to port matrix rendering, mostly visible when using the bundle ma...Carl Hetherington
2009-02-04Reduce header dependencies.Carl Hetherington
2009-02-04Fix minor visual glitch with mouseover when a label is partially out-of-sight.Carl Hetherington
2009-02-03* typo buss -> busHans Baier
2009-02-03Click and hold button 1 over a channel name in the port matrix highlightsCarl Hetherington
2009-02-03Do not display orphaned Show: labels when they are not required.Carl Hetherington
2009-02-02Fix auto-return, hopefully not at the expense of anything else.Carl Hetherington
2009-02-02Re-enable creation of stereo bundles for system IO, so that the mixer stripCarl Hetherington