summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@2539 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-10-10New matrix-style IO selector dialogue. Should allow you to do the same ↵Carl Hetherington
things as the old one did, but certainly a work in progress. git-svn-id: svn://localhost/ardour2/trunk@2538 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-10-10Make theme manager dialog's title similar in style to the others on the same ↵Carl Hetherington
menu. git-svn-id: svn://localhost/ardour2/trunk@2535 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-10-10A couple of capitalisation and space fixes for the main menu.Carl Hetherington
git-svn-id: svn://localhost/ardour2/trunk@2534 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-10-09Few cleanups related to signed-ness of minimum/maximum port counts.Carl Hetherington
git-svn-id: svn://localhost/ardour2/trunk@2532 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-10-08Various work on Bundles, especially dynamic ones so that you can, for ↵Carl Hetherington
example, pass tracks to busses by selecting the buss name from the track's output menu. git-svn-id: svn://localhost/ardour2/trunk@2530 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-10-07Re-work edit group selection in line with suggestions from Paul.Carl Hetherington
git-svn-id: svn://localhost/ardour2/trunk@2529 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-10-07Fix several MIDI timestamp related problems:David Robillard
Fix recording MIDI regions that start at t != 0. Fix display of MIDI events in regions that start at t != 0. Fix recording after relocating an already rec-armed MIDI track. git-svn-id: svn://localhost/ardour2/trunk@2528 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-10-06Make edit groups effective with lassoo selections.Carl Hetherington
git-svn-id: svn://localhost/ardour2/trunk@2526 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-10-06Make split region work across edit groups even if the region is not selected ↵Carl Hetherington
when the split occurs. git-svn-id: svn://localhost/ardour2/trunk@2525 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-10-06Add some comments to the RegionSelection class.Carl Hetherington
git-svn-id: svn://localhost/ardour2/trunk@2524 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-10-06Fix things so that selecting a region always selects equivalent regions in ↵Carl Hetherington
the same edit group, even if the appropriate tracks aren't selected at the time. git-svn-id: svn://localhost/ardour2/trunk@2523 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-10-05Add a label to the add midi port button in the options editor. Give the Add ↵Carl Hetherington
MIDI port dialog a slightly friendlier name. git-svn-id: svn://localhost/ardour2/trunk@2515 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-10-04Fix to stacked layering for the case when a region is dragged to overlap ↵Carl Hetherington
another. Remove unused signal LayeringChanged from Playlist. Cleanups in AudioRegion, and ensure that region envelopes cannot become empty when regions are split (and maybe in some other cases too). Empty envelopes cause crashes when e.g. AutomationList::truncate_at_start() is called. git-svn-id: svn://localhost/ardour2/trunk@2513 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-10-04Merge the two separate 'add notes to midi region' interfaces (note and ↵David Robillard
midievent). Update note range dynamically while recording to fit incoming notes. git-svn-id: svn://localhost/ardour2/trunk@2512 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-10-02Make hide all automation work again.Carl Hetherington
git-svn-id: svn://localhost/ardour2/trunk@2507 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-10-01Prevent plugins appearing twice on the automation submenu.Carl Hetherington
git-svn-id: svn://localhost/ardour2/trunk@2505 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-10-01Remove some apparently out-of-date code which was causing a segfault on show ↵Carl Hetherington
all automation. git-svn-id: svn://localhost/ardour2/trunk@2504 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-19Fix for incorrect directory being chosen in which to create session ↵Tim Mayberry
directory when manually entering directory in file chooser. Fixes bug 1852 for the trunk, similar fix has already been applied to 2.0-ongoing git-svn-id: svn://localhost/ardour2/trunk@2471 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-13Fix GTK warning.Carl Hetherington
git-svn-id: svn://localhost/ardour2/trunk@2464 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-11Always show CC region, whether empty or not (ie whether MidiModel contains ↵David Robillard
any events for that CC or not). Can't add events though... yet.... git-svn-id: svn://localhost/ardour2/trunk@2451 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-11Fix note range menu item initial value (it probably should be saved and ↵David Robillard
restored though...). git-svn-id: svn://localhost/ardour2/trunk@2449 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-10Fix note separator lines adaptation to changing track height.David Robillard
git-svn-id: svn://localhost/ardour2/trunk@2447 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-10Avoid dereferencing invalidated iterator when removing selected regions. ↵Tim Mayberry
Fixes bug 1703. git-svn-id: svn://localhost/ardour2/trunk@2443 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-06Fix automation region stacking.David Robillard
git-svn-id: svn://localhost/ardour2/trunk@2425 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-06Deep "automation regions" support.David Robillard
Fix zoom/height/etc changing for automation region views. Broke smooth automation region dragging (make omelette, break eggs, etc). git-svn-id: svn://localhost/ardour2/trunk@2424 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-05dont fill the initial gm rec, since it gets overdrawn by the metrics pixmap ↵Doug McLain
anyway git-svn-id: svn://localhost/ardour2/trunk@2421 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-05Fix opening session when manually entering path in the file chooser. Fixes ↵Tim Mayberry
bug 1853. git-svn-id: svn://localhost/ardour2/trunk@2419 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-04Use PBD::find_file_in_search_path instead of PathScanner in ↵Tim Mayberry
ARDOUR_UI::install_actions to test for AniComp git-svn-id: svn://localhost/ardour2/trunk@2395 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-04Only show child rows for session snapshots when there is more than 1 ↵Tim Mayberry
snapshot in the recent session treeview of the NewSessionDialog git-svn-id: svn://localhost/ardour2/trunk@2391 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-04Use ardour/session_state_utils.h in Editor::redisplay_snapshotsTim Mayberry
git-svn-id: svn://localhost/ardour2/trunk@2389 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-04Use functions from ardour/session_state_utils.h instead of ardour/session.h ↵Tim Mayberry
in ARDOUR_UI::redisplay_recent_sessions git-svn-id: svn://localhost/ardour2/trunk@2388 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-04Use functions in ardour/session_state_utils.h instead of ardour/session.h in ↵Tim Mayberry
NewSessionDialog::reset_recent git-svn-id: svn://localhost/ardour2/trunk@2387 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-04Rename PBD::SearchPath::get_string to PBD::SearchPath::to_stringTim Mayberry
git-svn-id: svn://localhost/ardour2/trunk@2369 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-03Move CC/Automation regions with parent correctly.David Robillard
git-svn-id: svn://localhost/ardour2/trunk@2363 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-31Fix CC region view length.David Robillard
git-svn-id: svn://localhost/ardour2/trunk@2360 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-28Split MidiModel::Note out to ARDOUR::Note in it's own file (midi_model.h was ↵David Robillard
getting fat). Initial work on MidiModel iterator. git-svn-id: svn://localhost/ardour2/trunk@2355 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-27Restrict template filechooser to displaying only template files. Fixes bug 1823.Tim Mayberry
It previously allowed ardour session files and session backup files to be selected as templates, this was causing strange behaviour or segmentation faults. see bug report for more details. git-svn-id: svn://localhost/ardour2/trunk@2348 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-17Per-region MIDI CC "automation".David Robillard
Extremely broken in several ways. This commit brought to you by the letters D, R, and my need to switch machines. git-svn-id: svn://localhost/ardour2/trunk@2323 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-16Make SMFSource suck significantly less.David Robillard
Read from MidiRingbuffer directly into model, don't read MidiRingBuffer into a new midi buffer, then into the model. Pass rec data to UI via model instead of a separate buffer. Read MIDI CC data into MidiModel (though not actually used yet). Made quantization toggle edited flag so model is saved. git-svn-id: svn://localhost/ardour2/trunk@2308 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-15fix invisible tearoff arrow for light themeDoug McLain
git-svn-id: svn://localhost/ardour2/trunk@2302 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-13Remove redundant view <-> model value mapping stuff from AudioRegionGainLine.David Robillard
git-svn-id: svn://localhost/ardour2/trunk@2296 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-13Fix region gain envelope line colour (was 100% transparent).David Robillard
git-svn-id: svn://localhost/ardour2/trunk@2295 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-11Saving of edited MIDI data to disk (on session save).David Robillard
Seems to be a pretty random problem with note duration restoring though... git-svn-id: svn://localhost/ardour2/trunk@2290 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-10Fix some evil "tabs".David Robillard
Switch canvas cursor for MIDI tools. Fix delete tool bug (touch delete always on). git-svn-id: svn://localhost/ardour2/trunk@2287 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-10Touch select (hold left <Shift> or <Control>).David Robillard
Fix crash on note delete. git-svn-id: svn://localhost/ardour2/trunk@2286 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-10Remove excessive printing during note dragging.David Robillard
git-svn-id: svn://localhost/ardour2/trunk@2285 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-09Fix rect select to work in all directions.David Robillard
git-svn-id: svn://localhost/ardour2/trunk@2284 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-09Make MIDI tools actually do something. Sorta. Sometimes.David Robillard
When the moon is right. Cosmic radiation may be a factor. Prayer may not be an entirely bad idea, just in case. git-svn-id: svn://localhost/ardour2/trunk@2283 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-08Added missing MIDI tool pixmaps.David Robillard
git-svn-id: svn://localhost/ardour2/trunk@2277 d708f5d6-7413-0410-9779-e7cbd77b26cf