diff options
author | David Robillard <d@drobilla.net> | 2008-01-02 17:53:38 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-01-02 17:53:38 +0000 |
commit | 997076f3d45274f3c1d5747a95e8fe6bac33abba (patch) | |
tree | 7abfb16edc9fc034095644993224df1415a194e5 /src/engine | |
parent | bbaa070e8071f952b441553f9344e8bac06c04da (diff) | |
download | machina-997076f3d45274f3c1d5747a95e8fe6bac33abba.tar.gz machina-997076f3d45274f3c1d5747a95e8fe6bac33abba.tar.bz2 machina-997076f3d45274f3c1d5747a95e8fe6bac33abba.zip |
Fix canvas scroll buttons.
git-svn-id: http://svn.drobilla.net/lad/machina@1007 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine')
-rw-r--r-- | src/engine/JackDriver.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/JackDriver.cpp b/src/engine/JackDriver.cpp index 752b372..2e588ec 100644 --- a/src/engine/JackDriver.cpp +++ b/src/engine/JackDriver.cpp @@ -244,7 +244,6 @@ JackDriver::on_process(jack_nframes_t nframes) // Machine was switched since last cycle, finalize old machine. if (machine != _last_machine) { - cout << "MACHINE CHANGED!" << endl; if (_last_machine) { assert(!_last_machine.unique()); // Realtime, can't delete _last_machine->set_sink(shared_from_this()); |