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:
Paul Davis 2011-03-07 19:06:42 +00:00
parent 61cbf95f99
commit 665f3bea5a
17 changed files with 61 additions and 112 deletions

View file

@ -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);