summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-23add back "q" for MIDI note quantizePaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8075 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-23semi-functioning vbap panning, still not donePaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8074 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-23Improve shift-selection behaviour in processor box.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8073 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-23Make double-click on a processor box entry toggle visibility of the plugin ↵Carl Hetherington
window rather than always opening it. git-svn-id: svn://localhost/ardour2/branches/3.0@8072 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-23Fix hang on closing the dialogue in some circumstances. Further fix for #3560.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8071 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-23Fix multiple selection with Ctrl-Click in DnDVBox.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8070 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-22Fix warnings.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8069 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-22Simplify strip silence dialogue threading, hopefully fixing #3560 in the ↵Carl Hetherington
process. git-svn-id: svn://localhost/ardour2/branches/3.0@8068 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-22possible fix for some waf glitchiness - explicitly list directories that ↵Paul Davis
contain only source git-svn-id: svn://localhost/ardour2/branches/3.0@8067 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-21Update ghost note presence when mouse mode is changed. Fixes #3559.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8066 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-21Fix untranslateable strings.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8065 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-21Thought-to-be-fix for #2794; fix route process order sorting.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8064 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-20more debuggingPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8063 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-20debuggingPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8062 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-20Save/restore aux send levels. Fixes #3546.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8061 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-19Fix trimming of old processor window proxies. May fix #3547.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8059 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-19Fix crash on updating route IOs, and clean up confusing method names slightly.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8058 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-19Fix typo causing CPU burn.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8057 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-19non-crashing (but also non-functional) integration of VBAP with panner ↵Paul Davis
"architecture" git-svn-id: svn://localhost/ardour2/branches/3.0@8056 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-18steps toward a working VBAP pannerPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8055 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-18add license info to vbap codePaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8054 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-18initial check in of VBAP implementation (not coupled to any existing ardour ↵Paul Davis
objects yet) git-svn-id: svn://localhost/ardour2/branches/3.0@8053 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-17Add std::string specialization for ConfigVariableWithMutation which handles ↵Carl Hetherington
spaces correctly. Fixes #3541. git-svn-id: svn://localhost/ardour2/branches/3.0@8052 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-17Remove debug output.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8051 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-16fix linux side of semaphore abstractionPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8050 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-16handle OS X's lack of unnamed semaphores, phase 1Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8049 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-16Move mouse cursor stuff out of Editor into its own class.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8048 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-16Small cleanups.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8047 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-16No-op: whitespace only.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8046 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-15Modify region trim cursor if a region can only be trimmed in one direction.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8045 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-15nominally add MIDI input support for AudioUnit pluginsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8044 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-15fix missing symbol errors on OS XPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8043 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-15fix missing symbol errors on OS XPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8042 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-15Present trim cursors over region view name bar.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8041 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-15Fix crash on coming out of record that I introduced a few commits ago.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8040 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-14Fix crashes after removing markers.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8039 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-14Put clock in the centre of the menu bar in full-screen mode.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8038 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-14Fix some cursor hot spots.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8037 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-14Use a couple more cursors in the summary.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8036 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-14Fix up summary mouse cursors.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8035 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-14Fix up fade in/out cursors.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8034 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-14Don't try to do sub-pixel text placement as cairo doesn't support it. Fixes ↵Carl Hetherington
#3534. git-svn-id: svn://localhost/ardour2/branches/3.0@8033 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-14Fix updates of LV2 plugin parameters. Fixes #3341.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8032 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-14Fix region name highlight drawing slightly (#2948)Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8031 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-14Fix initial display of automatic regions.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8030 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-14Fix non-update of region list when not showing automatic regions. Fixes #3098.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8029 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-14Use the edit position to decide what items to put in the region context ↵Carl Hetherington
menus, rather than the mouse position. git-svn-id: svn://localhost/ardour2/branches/3.0@8028 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-14Fix crash on opening region menu.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8027 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-14Create a new layer if required on record to a track in stacked mode. Fixes ↵Carl Hetherington
#3391. git-svn-id: svn://localhost/ardour2/branches/3.0@8026 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-14const fix.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8025 d708f5d6-7413-0410-9779-e7cbd77b26cf