mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
major redesign of MIDI port heirarchy and management (part 2)
This commit is contained in:
parent
83a0c30c24
commit
1ab61b8564
62 changed files with 741 additions and 562 deletions
|
|
@ -33,7 +33,6 @@
|
|||
|
||||
namespace MIDI {
|
||||
class Channel;
|
||||
class Port;
|
||||
class Parser;
|
||||
}
|
||||
|
||||
|
|
@ -64,7 +63,7 @@ class MIDIFunction : public MIDIInvokable
|
|||
TrackSetSoloIsolate,
|
||||
};
|
||||
|
||||
MIDIFunction (MIDI::Port&);
|
||||
MIDIFunction (MIDI::Parser&);
|
||||
virtual ~MIDIFunction ();
|
||||
|
||||
int setup (GenericMidiControlProtocol&, const std::string& function_name, const std::string& argument, MIDI::byte* sysex = 0, size_t ssize = 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue