summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2009-02-26remove silly cd .. in ard* scriptsPaul Davis
2009-02-262nd part of fix for botched shared-fixup of ard* scriptsPaul Davis
2009-02-26Less weird name.David Robillard
2009-02-26Fix running with ard*.sh scripts with waf build.David Robillard
2009-02-26unify ard* scripts for both scons & waf buildsPaul Davis
2009-02-26Use stdin/stdout for menu file generation so waf picks up on the dependency.David Robillard
2009-02-26Waf: build UI/RC files, menu files, keybinding files, and fix paths in wrappe...David Robillard
2009-02-26Version file building stuff.David Robillard
2009-02-26Build VAmp plugins.David Robillard
2009-02-26Waf building of rubberband.David Robillard
2009-02-26Fix a bunch of warnings.David Robillard
2009-02-26Remove useless checks.David Robillard
2009-02-25Add missing gtk2_ardour wscript.David Robillard
2009-02-25Wrapper scripts for waf built version.David Robillard
2009-02-25Waf building of gtk2_ardour.David Robillard
2009-02-25Quote includes for control_protocol.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
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