summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2007-06-09Use double MIDI timestamps (towards tempo based time, and more-than-sample-ac...David Robillard
2007-06-08Fix time skew after MIDI recording (added missing conversion from delta time ...David Robillard
2007-06-07Use ARDOUR::templates_dir_name in the NewSessionDialog classTim Mayberry
2007-06-07Fixed MIDI crash bug.David Robillard
2007-06-05Save MIDI files to interchange/sessionname/midifiles (instead of audiofiles).David Robillard
2007-06-04MIDI metering.David Robillard
2007-06-04Show selected MIDI track in editor mixer.David Robillard
2007-06-03Moved some colours from hardcoded to ardour.colour (hopefully for canvas them...David Robillard
2007-06-03Fix MIDI region loading.David Robillard
2007-06-02Fix note heights to be consistent.David Robillard
2007-06-02Fix vertical order of MIDI notes.David Robillard
2007-06-01Preliminary visible MIDI notes in MidiRegionView.David Robillard
2007-06-01potential fix for ctrl-middleclick crashPaul Davis
2007-06-01round 2 of denormal handling changes - detect DAZ support at runtime, and use...Paul Davis
2007-06-01merge denormal handling work from 2.0-ongoingPaul Davis
2007-05-31Rewrote MidiRingBuffer to more efficiently pack data (flat pack stamps, sizes...David Robillard
2007-05-31fixup botched xfade-as-audioregion; apply work from 2.0-ongoingPaul Davis
2007-05-30(MERGED FROM rev 1924 on 2.0-ongoing) fix some (all? not likely) problems wit...Paul Davis
2007-05-28make ARDOUR2_UI_RC work againDoug McLain
2007-05-26add missing png files for 2 new crossfade presets per r1889Doug McLain
2007-05-26Better method for redrawing gain meter pixmaps upon theme changeDoug McLain
2007-05-25New theme manager, with option to select between dark and light theme. Clea...Doug McLain
2007-05-23(merge from 2.0-ongoing -r1911:1912) fix audio clock handling of key press; f...Paul Davis
2007-05-21virtualize audioregion, make crossfade IS-A audioregionPaul Davis
2007-05-18Rename ARDOUR::Connection to ARDOUR::Bundle, a few minor cleanups along the way.Carl Hetherington
2007-05-18Remove region raise() and lower(). Try to do region layering better.Carl Hetherington
2007-05-18Change the return type of ARDOUR_UI::build_session to bool to indicate succes...Tim Mayberry
2007-05-18Move Session::find_session into a session_utils.h headerTim Mayberry
2007-05-18Remove unused variable and the accessor methods for it from ARDOUR_UITim Mayberry
2007-05-18Rename NewSessionDialog::get_current_page to on_new_session_pageTim Mayberry
2007-05-18Whitespace fixes in gtk2_ardour/ardour_ui.ccTim Mayberry
2007-05-18Use bool return type for ARDOUR_UI::unload_session to indicate success/failure.Tim Mayberry
2007-05-18Whitespace fixes in gtk2_ardour/ardour_ui.hTim Mayberry
2007-05-18Whitespace fixes in gtk2_ardour/new_session_dialog.ccTim Mayberry
2007-05-17Add stacked lanes mode which displays regions on different layers at differen...Carl Hetherington
2007-05-16tim mayberry's patches to fix middle-click pastingina couple of dialogsPaul Davis
2007-05-16add alternate filters for soundfile browserPaul Davis
2007-05-14Make DEBUG=1 default and make ardour.sh, ardev and ardbg dump cores by defaultSampo Savolainen
2007-05-14add new "lock position" feature for regionsPaul Davis
2007-05-14add new A/B comparison for plugins, plus ways of disabling all plugins quickl...Paul Davis
2007-05-14add new A/B comparison for plugins, plus ways of disabling all plugins quickl...Paul Davis
2007-05-14code readability change I forgot to add before committing, and removal of deb...Doug McLain
2007-05-14Add 'delta edit cursor' option to primary and secondary clocks. When in this...Doug McLain
2007-05-11Add some comments.Carl Hetherington
2007-05-11another redirect dialog fixPaul Davis
2007-05-11Conditionally compile CMT additions, enabled by default.Tim Mayberry
2007-05-10Switched some missed .get(DataType::AUDIO) -> n_audio.David Robillard
2007-05-10Re-work main right-click context menu to operate on the selection, and remove...Carl Hetherington
2007-05-10fix up middle button mess for redirectsPaul Davis
2007-05-10Fixed IO selector to show MIDI ports for MIDI IOs, instead of audio ports.David Robillard