ccherrett / oom

The Open Octave Project exists to provide professional level orchestral midi orchestration tools.
http://www.openoctave.org
GNU General Public License v2.0
82 stars 19 forks source link

remove debug messages #76

Open ccherrett opened 12 years ago

ccherrett commented 12 years ago

remove debug messages like songPlayChanged(). Especially messages in threads that run a lot

ccherrett commented 12 years ago

MidiInstrument::populatePatchModel()

another one

falkTX commented 12 years ago

the messages are there for testing purposes, and will be removed on the final stage. I always use 'qWarning()', so it's easy to find and remove them.