This website requires JavaScript.
Explore
Help
Sign In
allanger
/
ardour
Watch
1
Star
0
Fork
0
You've already forked ardour
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Activity
Files
e026adf4a945cc3c0d0585bedf80da9fa8d9f52a
ardour
/
libs
/
surfaces
/
generic_midi
History
Tim Mayberry
dd05f1e257
Fix bug
#5633
, Don't drop all midi bindings when a track is removed
...
Only drop the controllable that is being destroyed, not all of them.
2016-02-03 22:30:41 +10:00
..
MSVCardour_genericmidi
…
generic_midi_control_protocol.cc
adjust generic MIDI surface support to (1) properly use boost::shared_ptr<Port> (2) detect connection changes
2015-12-07 12:38:17 -05:00
generic_midi_control_protocol.h
adjust generic MIDI surface support to (1) properly use boost::shared_ptr<Port> (2) detect connection changes
2015-12-07 12:38:17 -05:00
gmcp_gui.cc
adjust generic MIDI surface support to (1) properly use boost::shared_ptr<Port> (2) detect connection changes
2015-12-07 12:38:17 -05:00
i18n.h
…
interface.cc
generic MIDI support does not have its own request buffer factory, so be sure to initialize descriptor member to null
2015-12-29 05:41:59 -05:00
midiaction.cc
…
midiaction.h
…
midicontrollable.cc
Fix bug
#5633
, Don't drop all midi bindings when a track is removed
2016-02-03 22:30:41 +10:00
midicontrollable.h
Fix bug
#5633
, Don't drop all midi bindings when a track is removed
2016-02-03 22:30:41 +10:00
midifunction.cc
Generic MIDI: add ToggleRecEnable action, and change all maps to use that instead of separate rec-enable, rec-disable, which didnt work
2016-01-14 16:37:54 -06:00
midifunction.h
Generic MIDI: add ToggleRecEnable action, and change all maps to use that instead of separate rec-enable, rec-disable, which didnt work
2016-01-14 16:37:54 -06:00
midiinvokable.cc
Generic MIDI: midi controller buttons should only trigger on the PUSH, not release. This might have to be reveisited later, but it looks right to me and it fixes operation on 2 different devices here
2016-01-14 16:39:50 -06:00
midiinvokable.h
NOOP, remove trailing tabs/whitespace.
2015-10-05 16:17:49 +02:00
wscript
…