add a fixed priority to panner modules
[ardour.git] / libs / surfaces /
2013-12-21 Paul Davisfix up OSC support to conform to new CP API and pay...
2013-12-21 Paul Davisconform to new CP API
2013-12-21 Paul Davisconform to new CP API
2013-12-21 Paul Davisnew CP API and fix several egregious bugs with port...
2013-12-21 Paul Davisremove debug output
2013-12-21 Paul Davisconform to new CP API design
2013-12-21 Paul Davisconform to new CP API design
2013-12-21 Paul Davisclean up aspects of ControlProtocol API
2013-12-21 Paul Davisclean up aspects of ControlProtocol API
2013-12-14 Paul Davisfix a crash caused by not checking if MackieControlProt...
2013-12-13 Paul Davischange Generic MIDI control so that it handles a SendFe...
2013-12-13 Paul DavisMackie Control support now saves & restores port connec...
2013-12-13 Paul Davisremove some unused code from mackie support
2013-10-15 Paul Davisreduce default height of mackie control GUI, as per...
2013-10-15 Paul Davisfix signed/unsigned issue pointed out by old apple gcc
2013-09-16 Paul Davisfix language issue
2013-09-16 Paul Davisallow waf to handle inconsistent case where cwiid.h...
2013-09-06 Paul Davisfix merge conflicts with audioengine
2013-09-06 Paul Davistighten up error handling a little bit during various...
2013-09-05 Paul Davismove MidiPortManager from AudioEngine to Session
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-09-03 Paul Davisfix error introduced during recent changes to Mackie...
2013-08-24 Paul Davisfix confusion about whether flip_mode in the Mackie...
2013-08-14 Paul Davisfix merge issues with master
2013-08-14 Paul Davisremove misleading + incorrect documentation
2013-08-09 Paul DavisMerge branch 'master' into audioengine
2013-08-08 Paul Davismajor redesign of MIDI port heirarchy and management...
2013-08-05 Paul Davisfix conflicts after merge with master
2013-07-28 Robin Gareusfix compiler warnings.
2013-07-24 Paul Davispart-way through getting the audioengine changes to...
2013-07-16 Paul DavisRevert "C++11 Building - Use new style struct field...
2013-07-16 Robin GareusMerge branch 'clang' of https://github.com/axetota...
2013-07-16 Michael R. FisherC++11 Building - Use new style struct field inititializing
2013-06-10 Paul Davissave and restore Generic MIDI threshold/smoothing value
2013-06-09 Paul DavisMerge branch 'master' of git@git.ardour.org:ardour...
2013-06-07 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-06-07 Robin GareusRevert all close-on-exec changes from earlier today
2013-06-07 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-06-07 Robin Gareusmore OSC socket fcntl() close-on-exec
2013-06-07 Robin GareusOSC bail out if server cannot be started
2013-06-07 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-06-07 Robin Gareusclose network sockets on fork
2013-06-06 Robin Gareusfix compiler warnings
2013-06-06 Paul Daviscorrect previous premature commit re: OSC and send...
2013-06-06 Paul Davisimplement OSC /ardour/route/send/gainabs and /ardour...
2013-06-06 Paul Davismove control surface prefs onto their own tab in the...
2013-05-01 Paul DavisMerge branch 'license-fix' of https://github.com/adikno...
2013-04-22 Adrian KnothDrop obsolete powermate code from libs/surface
2013-04-06 Paul Davisrename Route::is_hidden() to Route::is_auditioner(...
2013-04-06 Paul Davisfix reload of Generic MIDI binding state when the targe...
2013-04-05 Paul DavisMerge branch 'nsm' of https://github.com/royvegard...
2013-04-05 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-30 Julien de KozakFix some compilation warnings
2013-03-20 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-20 Paul Davisinitial, prototype modifications to permit compilation...
2013-03-18 Paul Davismissing part of the midi map fix
2013-03-18 Paul Davisreturn the full MIDI map search path from system_midi_m...
2013-03-17 Robin Gareusremove cruft (old cvsignore files)
2013-03-06 Paul Davisfor MCP devices that don't handshake, turn them on...
2013-01-21 Paul Davisfix crash when deleting a processor with a controllable...
2013-01-17 Paul Davisa few small fixes that help pitchbend control of things...
2013-01-17 Paul Davisfix up Location::first_location_(after|before) to do...
2013-01-16 Paul Davisadd copyright comments
2013-01-07 Paul Davisreinstate wiimote support, thanks to work by jannis...
2013-01-06 Paul Davisfix continuing SNAFUs with ::set_state() for control...
2012-12-31 Paul Davisavoid crash when switching devices in mackie control...
2012-12-31 Paul Davisavoid crashing in a wierd case (possibly a race) in...
2012-12-19 Paul Davisfeedback for toggled MIDI controls now sends 0 or 127...
2012-12-19 Paul Davisprevent crash when saving learned MIDI binding that...
2012-10-24 Paul Davissave + restore OSC active+feedback state (#5023)
2012-10-17 Paul Davisforward part the backend part of the generic MIDI contr...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-23 Paul Davisforward-port generic MIDI and transport controllable...
2012-06-28 Carl HetheringtonConnect to controllable->Destroyed in all cases; fixes...
2012-06-28 Carl HetheringtonAdd what I think is a missing lock when reading control...
2012-06-28 Paul Davisfix MIDI binding stuff when the controllable does actua...
2012-06-26 Paul Davissome generic midi debugging plus an assert
2012-06-26 Paul Davisfix up some issues introduced by lifecycle tracking...
2012-06-26 Paul Davisdisconnect from a Controllable when it is destroyed
2012-06-25 Carl HetheringtonPatch from royvegard to add a set-bank midi function
2012-06-25 Paul Davisadd late/lazy binding between generic MIDI bindings...
2012-06-23 Tim MayberryRemove unused or unnecessary header includes
2012-06-23 Tim MayberryUse std::string and Glib instead of pbd/filesystem...
2012-06-23 Tim MayberryUse Glib instead of pbd/filesystem.h in GenericMidiCont...
2012-06-23 Tim MayberryUse Glib::file_test instead of PBD::sys::exists
2012-06-23 Tim MayberryUse std::string instead of PBD::sys::path in pbd/search...
2012-06-19 Carl HetheringtonHush some debug messages.
2012-06-16 Carl HetheringtonReturn silence from read_from_sources() if we try to...
2012-06-16 Paul DavisMCP: patch from seablade to fix pot displays (both...
2012-06-14 Carl HetheringtonFix uninitialised variable.
2012-06-13 Carl HetheringtonSlightly tweaked patch from royvegard to add optional...
2012-06-13 Carl HetheringtonFix some uninitialised variable warnings.
2012-06-13 Rodrigo SeveroSmall change to Timecode display (SMTPE) in the Mackie.
2012-06-13 Rodrigo SeveroPrevents a master fader being created without a control...
2012-06-12 Rodrigo SeveroBogus commit to comment commit 12689:
2012-06-12 Rodrigo Severogit-svn-id: svn://localhost/ardour2/branches/3.0@12689...
2012-06-09 Carl HetheringtonSend OSC URL announcement to the info stream.
2012-06-09 Carl HetheringtonFix crash in tests; not sure about the root cause.
2012-06-09 Carl HetheringtonFix crash when MackieControlProtocol has gone away.
2012-06-09 Paul DavisMCP: latest patch from Rodrigo:
next