summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2009-02-20Make source length a dynamic thing.David Robillard
2009-02-19Only create a Curve for an AutomationList if we need it.David Robillard
2009-02-19Fix crash when using pencil on empty track areas while zoomer is fully zoomed...David Robillard
2009-02-19Introduce new time for session-relative frame time, and make source interface...David Robillard
2009-02-19Interpret tempo time based on read position (not source timeline position whi...David Robillard
2009-02-19Remove clear button from automation track headers so controller isn't cut off...David Robillard
2009-02-19Fix insane formatting (how did this even happen? copy paste from an email dif...David Robillard
2009-02-19I am become death, destroyer of boilerplate.David Robillard
2009-02-18Fix 'sticky' sliders when MIDI control feedback is enabled.David Robillard
2009-02-18Fix MIDI controller feedback.David Robillard
2009-02-18Fix ardour2 -> ardour3 stuff in po files.David Robillard
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