summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-24Small cleanup.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@5574 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-24Remove unused method in RouteTimeAxisView. Fix bug with switching to ↵Carl Hetherington
layered region mode. Optimise Playlist::relayer(). git-svn-id: svn://localhost/ardour2/branches/3.0@5572 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-23Some improvements to performance with crossfades: don't recompute a whole ↵Carl Hetherington
track's crossfade curves when one region is moved and the display is overlaid; use a std::map for an AudioStreamView's crossfades list so that add_crossfade can find whether a CrossfadeView already exists without looking through the whole list. git-svn-id: svn://localhost/ardour2/branches/3.0@5571 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-23Fix uninitialised member variable.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@5570 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-22Fix crash on drag selection.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@5569 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-22Fix remainder of bug 1605 so that when snapping to region starts / ends, the ↵Carl Hetherington
crossover between the current snap and the next one happens halfway between the two. git-svn-id: svn://localhost/ardour2/branches/3.0@5568 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-22Introduce an accurate version of coefficient_to_dB and use it in non ↵Carl Hetherington
speed-critical code. Fixes mantis 2833. git-svn-id: svn://localhost/ardour2/branches/3.0@5565 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-20Apply patch from mantis 2761 from tinram to add padding and make a string ↵Carl Hetherington
translatable. git-svn-id: svn://localhost/ardour2/branches/3.0@5561 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-20Fix mantis 2804: improve title of recent sessions dialogue and make it ↵Carl Hetherington
translatable. git-svn-id: svn://localhost/ardour2/branches/3.0@5560 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-20Apply patch from mantis 2766 to fix apply sensitivity when editing the meter ↵Carl Hetherington
marker at 0. Cleanup visual appearance of tempo and meter dialogues. git-svn-id: svn://localhost/ardour2/branches/3.0@5559 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-20Remove an unused action and some duplicated code.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@5558 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-20Don't locate summary view box on a click outside it, to be consistent with ↵Carl Hetherington
fader behaviour. Allow Ctrl-drag (zoom) from anywhere in the summary. git-svn-id: svn://localhost/ardour2/branches/3.0@5557 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-20minor fixes/changes based on comparison with existing bindingsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@5554 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-20fix accelmap generation in fmt-bindingsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@5553 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-19Fix crash on startup if an LV2 plugin has a bad .ttl file.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@5548 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-18make shift-click for extend-selection sort-of work for MIDIPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@5541 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-17move assignments out of assert() in editor_drag (thanks lincoln); change ↵Paul Davis
mouse mode buttons when in internal/MIDI mode; arrow key control of note velocity, value and position - hey look ma, MIDI editing! git-svn-id: svn://localhost/ardour2/branches/3.0@5539 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-17Fix uninitialised variable.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@5535 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-14fix up display of notes when creating/editing a MIDI region with the pencil; ↵Paul Davis
fix position of paste for regions that are not at frame zero git-svn-id: svn://localhost/ardour2/branches/3.0@5527 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-13more MIDI paste improvements, plus move region-mute binding to PRIMARY-m and ↵Paul Davis
use "m" for toggle-internal-editing git-svn-id: svn://localhost/ardour2/branches/3.0@5525 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-13actually paste MIDI at the right spotPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@5521 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-13kinda-sorta paste MIDI at the right spotPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@5519 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-13MIDI cut&paste round two (not done yet); a small region trim fix from lincoln s.Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@5517 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-10Fix route group collect option.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@5515 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-10add new filePaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@5512 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-10first part of MIDI cut/copy/paste ; fix for input/output_streams of an ↵Paul Davis
IOProcessor being reported in a misleading way; in/out translation fix from 2.X, sort of git-svn-id: svn://localhost/ardour2/branches/3.0@5510 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-10region trimming and height patch from lincoln. great workPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@5507 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-09fix (no)use of offset in AudioEngine::get_sync_offset()Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@5500 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-08waf build works on OS X ; new bindings file and processing system in place ↵Paul Davis
for mnemonic-us git-svn-id: svn://localhost/ardour2/branches/3.0@5498 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-04Coding style. Fix a valgrind warning. Stop a close on a handle of -1.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@5493 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-04Fix sizing of port matrix column labels.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@5492 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-04Don't add auditioner and click to MIDI connection port matrices.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@5491 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-04Split up Editor::button_press_handler and fix assert failures on various ↵Carl Hetherington
double-clicks. git-svn-id: svn://localhost/ardour2/branches/3.0@5490 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-04Assert to check for memory overwrite.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@5489 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-04Fix uninitialised variable.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@5488 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-04Modified patch from drmoore to fix mantis 2808 (drag rectangle left behind ↵Carl Hetherington
after loop or punch range drag) git-svn-id: svn://localhost/ardour2/branches/3.0@5487 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-03Patch from drmoore to fix mantis 2807 (crash on creating new return)Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@5459 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-02Another similar fix for use of an uninitialized variable.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@5457 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-02Fix update of brackets around processor name on activate / deactivate.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@5456 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-02A couple of port matrix cleanups.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@5455 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-02Set up IO bundles properly so that mixer strip IO button text is set correctly.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@5454 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-02Fix sync of editor and mixer route ordering.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@5453 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-02Tweak prompt wording.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@5452 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-02Fix import dialog so that file number progress gets updated correctly. Stop ↵Carl Hetherington
a new progress dialog being popped up for each file. git-svn-id: svn://localhost/ardour2/branches/3.0@5451 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-02Fix random-crash-inducing use of uninitialized variable.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@5450 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-02Improve import status messages slightly.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@5449 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-31include mouse bindings even in merged cheat sheetsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@5448 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-31more or less fully-functional binding & cheat sheet generator, with ↵Paul Davis
merge-ability for existing binding files git-svn-id: svn://localhost/ardour2/branches/3.0@5447 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-31largely complete automated generation of cheat sheets & bindings from ↵Paul Davis
templates, but more tweaks on the way git-svn-id: svn://localhost/ardour2/branches/3.0@5446 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-30this is just a (re)start on a tool to produce bindings cheatsheets (original ↵Paul Davis
was lost in the Great Berlin Disk Crash git-svn-id: svn://localhost/ardour2/branches/3.0@5444 d708f5d6-7413-0410-9779-e7cbd77b26cf