summaryrefslogtreecommitdiff
path: root/libs/surfaces/osc
AgeCommit message (Expand)Author
2016-01-22first compiling, mostly working version of group controls changesPaul Davis
2016-01-19Add all_tracks_rec actionsBen Loftis
2016-01-18add 10sec zoom actionBen Loftis
2016-01-18track scrolling and zoomingBen Loftis
2016-01-18add some horz and vert zoom actions; remove some whitespace from the code of...Ben Loftis
2016-01-18add more remote transport toggles for touchOSC: midi_panic, toggle_roll, sto...Ben Loftis
2016-01-18implement mark_in, mark_out, toggle_clickBen Loftis
2016-01-18implement remover_marker, jump_by_bars, and jump_by_secondsBen Loftis
2016-01-18add group disposition argument to Route::set_gain() and use it in various UIsPaul Davis
2016-01-18working version of new gain control designPaul Davis
2016-01-15Add a newly introduced source file to our MSVC project (ardour_osc)John Emmas
2016-01-15Fix build of OSC surface caused by missing include of i18n/gettext headerTim Mayberry
2016-01-15touchOSC compat for common route operationsRobin Gareus
2016-01-15fix OSC debug messagesRobin Gareus
2016-01-15OSC-debug: print argumentRobin Gareus
2016-01-14use PBD instead of C++11.Robin Gareus
2016-01-14OSC debugging, allow to log incoming & unhandled messagesRobin Gareus
2016-01-04OSC API update for surfaces that always send float parameters.Robin Gareus
2016-01-02change Controllable::set_value() API to include grouped control consideration.Paul Davis
2015-12-28redesign cross-thread registration/signalling systemPaul Davis
2015-12-16properly namespace hacked OSC callbacks, add some notes.Robin Gareus
2015-12-16redundant OSC commands to support TouchOSC and Lemur (vestigial float args)Ben Loftis
2015-12-02add session safeguards to OSC callbacksRobin Gareus
2015-12-02Cleanup to make it coding style compliant.Johannes Mueller
2015-12-02Add support to signal the transport state by OSCJohannes Mueller
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05remove i/ofstream from libardourRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-10-04always use session rt-event to un/set soloRobin Gareus
2015-09-17use pbd's gstdio compatibility wrapperRobin Gareus
2015-06-24rationalize save/restore of control surface "feedback" propertyPaul Davis
2015-06-09Don't close OSC server sockets explicitly (the subsequent call to 'lo_server_...John Emmas
2015-06-09Add a new preprocessor directive (UINTSDEFINED) which is rather annoyingly ne...John Emmas
2015-06-09Add a new link library that's needed when building against the newer version ...John Emmas
2015-04-25add OSC trim controlRobin Gareus
2015-04-15add ArdourSurface to OSC class to help reduce global namespace pollutionPaul Davis
2015-04-12allow to set/change loop-range via OSCRobin Gareus
2015-04-04fix OSC parameter mapping, fixes #6224Robin Gareus
2015-03-20fix AWOL semicolon in 9f842f3Robin Gareus
2015-03-20NOOP, whitespaceRobin Gareus
2015-03-20OSC log errorsRobin Gareus
2015-03-20OSC: fix crash when trying to set output paramsRobin Gareus
2015-03-20OSC fix plugin numbering:Robin Gareus
2015-02-16remove lib versioning for internal pluginsRobin Gareus
2015-01-12When building with MSVC make sure any backends / panners etc get copied to th...John Emmas
2014-11-03Reduce coupling between Plugin and PluginInsert.David Robillard
2014-11-02Move ParameterDescriptor from Plugin to its own header.David Robillard
2014-10-29Add support for USE_CAIRO_IMAGE_SURFACE when building with MSVCJohn Emmas
2014-08-28Make sure all our VC projects agree that the product is called 'Mixbus3' (as ...John Emmas