mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
fix all manner of wrongness with port buffer offsets
git-svn-id: svn://localhost/ardour2/branches/3.0@9098 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
61cbf95f99
commit
665f3bea5a
17 changed files with 61 additions and 112 deletions
|
|
@ -133,8 +133,6 @@ GenericMidiControlProtocol::reload_maps ()
|
|||
return;
|
||||
}
|
||||
|
||||
cerr << "Found " << midi_maps->size() << " MIDI maps along " << spath.to_string() << endl;
|
||||
|
||||
for (vector<string*>::iterator i = midi_maps->begin(); i != midi_maps->end(); ++i) {
|
||||
string fullpath = *(*i);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue