Connect to controllable->Destroyed in all cases; fixes crash on route removal.
[ardour.git] / libs / surfaces /
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:
2012-06-06 Paul DavisMCP: latest patch from Rodrigo:
2012-06-02 Paul DavisMCP: another patch from rodrigo:
2012-06-01 Paul Davisrevert part of earlier MCP patch from rodrigo
2012-06-01 Paul DavisMCP: Patch from Rodrigo that:
2012-05-30 Paul DavisMCP: metering changes from rodrigo, makes metering...
2012-05-30 Paul DavisMCP: remove misleading and confusing and out of date...
2012-05-29 Paul DavisMCP: correct display of timecode
2012-05-29 Paul DavisMCP: fix assigment of outbound sysex messages, and...
2012-05-29 Paul Davisfix missing negation from previous MCP commit
2012-05-29 Paul Davispatch from rodrigo severo to make mackie timecode displ...
2012-05-27 Paul DavisMCP: remember to drain the x-thread FIFO that tells...
2012-05-25 Paul Davismissing method for MCP
2012-05-24 Paul Davisadd support for <HasMeters value=XX/> stanza in MCP...
2012-05-24 David RobillardCompile cleanly with clang.
2012-05-22 Paul DavisMCP: pay attention to listen changes as well as solo...
2012-05-21 Paul Davissplit apart mackie meter messages when we have to send...
2012-05-21 Paul Davisremove Tranzport configure option, since the code will...
2012-05-18 Paul Davismajor rationalization of use of search paths. ardour...
2012-05-14 Paul Davisremove inclusion of boost/signasl2.hpp
2012-05-14 Paul Davisremove virtual inheritance of sigc::trackable by Receiv...
2012-05-12 Paul Davisfully tear down Mackie GUI when disabling mackie
2012-05-11 Paul Davisprovide some support for mackie devices like Steinberg...
2012-05-09 Paul Davisremove debug output
2012-05-09 Paul Davisadd a (potentially temporary) discover button for macki...
2012-05-05 Paul Davistweak MCP search paths
2012-05-05 Paul Davischange detection system for liblo to use pkgconfig...
2012-05-02 Paul Davisa variety of mostly unused parameter errors from OS...
2012-04-30 Paul Davisfix up some const-ness issues starting from Evoral...
2012-04-28 Paul Daviscontrol surfaces: make it possible to keep display...
2012-04-27 Paul DavisMCP: failure to rebank for cases where num_routes ...
2012-04-26 Paul DavisMCP: ctrl-select toggle selections status, analogous...
2012-04-26 Paul DavisMCP: more sensible version of previous commit, and...
2012-04-26 Paul DavisMCP: fix handling of vpot presses
2012-04-26 Paul Davisfix initialization of control protocols so that brand...
2012-04-26 Paul DavisMCP: properly (?) handle bank/channel scrolling with...
2012-04-26 Paul DavisMCP: lots of good stuff - recenable bug fixed, cursor...
2012-04-25 Paul DavisMCP: dynamic ipMIDI ports, more default key bindings...
2012-04-25 Paul Davisremove the apparently unnecessary "ui_bind()" macro...
2012-04-25 Paul DavisMCP: quick build fix
2012-04-25 Paul DavisMCP: various fixes, plus removal of ui_bind() (just...
2012-04-24 Paul Davisrevert previous commit (it should work, but did not...
2012-04-24 Paul Davismake generic MIDI support handle SendFeedback() in...
2012-04-24 Paul Davislikely fix for various odd problems with cross-thread...
2012-04-24 Paul Daviseventloop and abstractui debugging, lots more commentin...
2012-04-24 Paul DavisMCP: remove debug output
2012-04-24 Paul DavisMCP: remove debugging related to selection that turned...
2012-04-24 Paul Davisremove various debugging output
2012-04-24 Paul Davisadd support for IP MIDI (multicast MIDI over IP UDP...
2012-04-23 Paul DavisControlProtocol doesn't actually need any record of...
2012-04-22 Paul DavisMCP: another bevy of changes, including working jog...
2012-04-22 Paul DavisMCP: a fistful of improvements. probably best to just...
2012-04-20 Carl HetheringtonFix some warnings.
2012-04-18 Paul DavisMCP: some button handling fixes
2012-04-18 Paul Davisupdate timecode/position display where appropriate
2012-04-18 Paul DavisMCP: next try at vpot mode for pan width
2012-04-18 Paul DavisMCP: bettetr vpot mode for pan width
2012-04-18 Paul DavisMCP: space for %
2012-04-18 Paul DavisMCP: missing break
2012-04-18 Paul DavisMCP: maybe fix vpot display behavior for pan width
2012-04-18 Paul DavisMCP: maybe fix vpot behaviour as seen with pan width
2012-04-18 Paul DavisMCP: gui stuff
2012-04-18 Paul DavisMCP: maybe really fix fader dB display
2012-04-18 Paul DavisMCP: maybe fix fader dB display
2012-04-18 Paul DavisMCP: more fader debugging
2012-04-18 Paul DavisMCP: fader debugging
2012-04-18 Paul DavisMCP: gui changes; more debugging for button bnding...
2012-04-18 Paul DavisMCP:maybe functioning button binding stuff, plus save...
2012-04-17 Paul DavisMCP: somewhat functional (?) full keybinding GUI
2012-04-17 Paul DavisMCP: various work on the button binding GUI
2012-04-16 Paul DavisMCP: work on rec-enable
2012-04-16 Paul DavisMCP: work on vpots
2012-04-16 Paul DavisMCP: bit more debugging for vpot press
2012-04-16 Paul DavisMCP: no fake touch for anything, actually
next