mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
more MIDI editing tweaks ; flip mouse mode buttons around for MIDI so that "object" mode is the most likely mode for both region \& region editing ; frame handle events (from lincoln's region trimming patch) are now handled more explicitly
git-svn-id: svn://localhost/ardour2/branches/3.0@5600 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
710ba02c70
commit
e7e071db1a
14 changed files with 218 additions and 91 deletions
|
|
@ -232,8 +232,6 @@ Processor::configure_io (ChanCount in, ChanCount out)
|
|||
_configured_output = out;
|
||||
_configured = true;
|
||||
|
||||
std::cerr << "******* CONF IN for " << _name << " set to " << in << std::endl;
|
||||
|
||||
ConfigurationChanged.emit (in, out);
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue