log main/OSCHandler.cpp @ 1960:abd3f881279c

age author description
2018-03-01 Chris Cannam Untabify
2017-02-27 Chris Cannam Update OSC handler: fix play (which wasn't working because it didn't resume audio driver) and speedup (wrong mapping for the new speed controls), and add more sensible new speed method
2016-12-15 Chris Cannam Moving around some UI bits levelpanwidget
2016-12-05 Chris Cannam Start incorporating level-pan widgets levelpanwidget
2016-04-20 Chris Cannam Merge branches 3.0-integration and imaf_enc to 3.0-plus-imaf 3.0-plus-imaf
2015-08-04 Chris Cannam Initial work toward switching to bqaudioio library (so as to get I/O, not just O) bqaudioio
2015-03-10 Chris Cannam More type fixes. We now build with -Wconversion, on this platform (64-bit Linux) at least. cxx11
2015-03-10 Chris Cannam More type fixes cxx11
2014-06-17 Chris Cannam Various size_t etc removals, and compiler warning fixes warnfix_no_size_t
2014-03-11 Chris Cannam Update to current state of tonioni and default branches tony_integration
2013-12-05 Chris Cannam Merge from default branch, fix build imaf_enc
2013-11-26 Chris Cannam Drop std:: from cerr, cout, endl; drop toStdString etc; build fix
2013-11-04 Chris Cannam IMAF load code from Jesus Corral Garcia imaf_enc
2012-01-30 Chris Cannam Give a dedicated key to toggling the centre line, and move it out of the overlay level setting -- reducing number of overlay levels to 3. Introduce two distinct vertical scale types (so that we can hide the spectrogram colour scale part easily)
2011-06-14 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
2011-06-14 Chris Cannam Merge from debug-output branch
2011-05-16 Chris Cannam Convert many cerrs to DEBUGs debug-output
2011-05-12 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
2011-05-11 Chris Cannam Use new write mode option for WavFileWriter
2009-03-03 Chris Cannam * "ffwd-similar"
2009-03-02 Chris Cannam * Add Zoom to Fit to OSC commands
2008-03-12 Chris Cannam * Move plugin/transform to plain transform. This way transform can depend on
2008-03-12 Chris Cannam * juggle some files around in order to free audioio, base, and system libraries
2008-02-27 Chris Cannam * Merge from trunk spectrogram-cache-rejig
2008-02-27 Chris Cannam * merge from trunk (1.2 ended up being tracked from trunk, but we may want 1.2-stable
2008-01-23 Chris Cannam * Various fixes to object lifetime management, particularly in the spectrum
2007-12-07 Chris Cannam * Merge from transforms branch -- switch over to using Transform object
2007-11-22 Chris Cannam * Pull out MainWindow::handleOSCMessage() into a separate file