OSC: no op, white space cleanup
[ardour.git] / libs / surfaces / osc / osc.cc
2016-11-26 Len OvensOSC: no op, white space cleanup
2016-11-26 Len OvensOSC: Make plugin and plugin parameter numbering 1 based...
2016-11-25 Len OvensOSC: Add patch from 7137 and make it work for manual...
2016-11-25 Len OvensOSC: Patch from 7136 added cleaned and tested.
2016-11-18 Len OvensOSC: mark session dirty if setup changes
2016-11-18 Len OvensOSC: issue 7116 fix send enable not working
2016-11-04 Len OvensOSC: Fix default strip types to include Auxes.
2016-10-31 Len OvensOSC: Make Aux buses able to be separate.
2016-10-29 Len OvensOSC: Slow down data storm at surface refresh
2016-10-24 Len OvensOSC fix debug logic for catchall messages
2016-10-24 Len OvensOSC Accept int in first parameter in path commands...
2016-10-13 Michiel de RooOSC added plugin activate/deactivate
2016-08-21 Len OvensOSC GUI: Add Strip types and feedback check boxes
2016-08-19 Len OvensOSC: Add setup to GUI
2016-08-19 Len OvensOSC: make remote port setting possible, add default...
2016-07-28 Len OvensOSC: MB spelling mistakes stopped compile fix
2016-07-26 Len OvensOSC: Fix cut-n-paste mistake 5.0-rc1
2016-07-26 Len OvensOSC: Make sends work for MB. Add pan to /path/strip
2016-07-24 Len OvensOSC: Make pan controls work properly with MB too.
2016-07-15 Len OvensOSC: LFE is a control not a position.
2016-07-14 Len OvensOSC: Fix Soloing to disable all solos in SIP mode as...
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-14 Len OvensOSC: Add surface save and restore
2016-07-14 Len OvensOSC: Fix off by one error
2016-07-13 Len OvensOSC: Add global soloing indicator/cancel
2016-07-12 Len OvensOSC: Add /path/band extension for eq_* bands
2016-07-12 Len OvensOSC: Added EQ control, use interface_to_internal to...
2016-07-11 Len OvensOSC: finish feedback for well known controls. Simplify...
2016-07-08 Len OvensOSC: Add well known controls for pan and compressor
2016-07-07 Len OvensOSC: Make sure selected strip is corrected when it...
2016-07-06 Paul Davisa few post-rebase cleanups
2016-07-06 Paul Davisrestore/extend/simplify ControlProtocol API to allow...
2016-07-05 Len OvensOSC: Signal for editor mixer change. (Selected or not)
2016-07-05 Len OvensOSC: /strip/select * should set new selected strip...
2016-07-04 Paul Davisuse session stripable selection API
2016-07-04 Len OvensOSC: select is global not per surface.
2016-07-04 Len OvensUI: Add editor_mixer route pointer to session so all...
2016-07-03 Len OvensOSC: select off by one bug, something must have changed...
2016-07-02 Len OvensOSC: Account for some select edge cases
2016-07-02 Len OvensOSC: make sure out of bank strip can not be converted...
2016-07-02 Len OvensOSC: Don't look for which stripable is selected until...
2016-06-30 Len OvensOSC: Select tweak.
2016-06-30 Len OvensOSC: Reworked select to follow Gui selected strip regar...
2016-06-22 Len OvensOSC: master/monitor forced to sort at end
2016-06-22 Len OvensOSC: Fix math off by one, Check for all stripable contr...
2016-06-22 Robin Gareusfix gcc4 builds C++98
2016-06-22 Len OvensOSC: Might help if I used the right variable, Really...
2016-06-22 Len OvensOSC: Fix out of range track. (crash)
2016-06-22 Len OvensOSC: Add strip type selection.
2016-06-18 John EmmasUse Glib::usleep() for consistency
2016-06-17 Len OvensOSC: take care of track order changes too. Deal with...
2016-06-16 Len OvensOSC: Blank some more feedback values when select observ...
2016-06-13 Len OvensOSC: Catch new strips, gone strips and redo banks and...
2016-06-11 Len OvensOSC: Add send enable control.
2016-06-11 Len OvensOSC: added solo isolate and solo safe/lock.
2016-06-10 Len OvensOSC: Constrain master pan position as width requires.
2016-06-10 Len OvensOSC: force non-active controls to zero. Keep pan within...
2016-06-10 Len OvensOSC: Finished Select send levels
2016-06-09 Len OvensOSC: change the word phase to polarity as per mailing...
2016-06-09 Len OvensOSC: add phase control
2016-06-09 Len OvensOSC: Added pan width to selected
2016-06-09 Len OvensOSC: select commands for pan and trim added, feedback...
2016-06-07 Len OvensOSC: reset select strip on bank change or select for...
2016-06-06 Len OvensOSC: Respond to GUI select.
2016-06-06 Len OvensOSC: More controls in /select/*, off by one fixed
2016-06-05 Len OvensOSC: Added feedback for /select
2016-06-04 Len OvensOSC: Bug fix for no monitor, bug fix heart beat on...
2016-06-03 Paul Davismove from PresentationInfo::global_order() to Presentat...
2016-06-01 Len OvensOSC: Fixed some button type commands to have path only...
2016-06-01 Len OvensOSC: finish /set_surface group of commands.
2016-05-31 Len OvensOSC: Paths changed, feedback added, etc.
2016-05-31 Paul Davisuse new record safe control in surface support
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2016-05-14 Robin Gareusupper parameter limit is inclusive.
2016-04-27 Len OvensOSC: Fix Solo to work with both SIP and Listen.
2016-04-19 Len OvensOSC: removed unused _namespace_root variable.
2016-03-29 Len OvensOSC: Changed gainVCA to gainfader as VCA is already...
2016-03-28 Len OvensOSC: fix issue 6839, make all OSC gaindB values below...
2016-03-26 Len OvensOSC: added a linear VCA style gain control for faders...
2016-03-19 Robin Gareusplug a tiny memory leak
2016-02-19 Robin Gareusthird time lucky
2016-02-19 Robin Gareusand now without typo
2016-02-19 Robin Gareusfix Windows OSC support
2016-02-16 Ben LoftisOSC: remove "/session/loaded" message altogether, for...
2016-02-15 Ben Loftisfix typo in previous commit
2016-02-15 Ben LoftisDefer session_loaded until AFTER lo_server_new.
2016-01-22 Paul Davisfirst compiling, mostly working version of group contro...
2016-01-19 Ben LoftisAdd all_tracks_rec actions
2016-01-18 Ben Loftisadd 10sec zoom action
2016-01-18 Ben Loftistrack scrolling and zooming
2016-01-18 Ben Loftisadd some horz and vert zoom actions; remove some white...
2016-01-18 Ben Loftisadd more remote transport toggles for touchOSC: midi_p...
2016-01-18 Ben Loftisimplement mark_in, mark_out, toggle_click
2016-01-18 Ben Loftisimplement remover_marker, jump_by_bars, and jump_by_seconds
2016-01-18 Paul Davisadd group disposition argument to Route::set_gain(...
2016-01-18 Paul Davisworking version of new gain control design
2016-01-15 Robin GareustouchOSC compat for common route operations
2016-01-15 Robin Gareusfix OSC debug messages
2016-01-14 Robin GareusOSC-debug: print argument
next