![]()  | 
  
    VCV Rack API v2
    
   | 
 
#include <midi.hpp>
Public Member Functions | |
| void | subscribe (Input *input) | 
| Not public.   | |
| void | unsubscribe (Input *input) | 
| Not public.   | |
| void | onMessage (const Message &message) | 
| Called when a MIDI message is received from the device.   | |
| Public Member Functions inherited from rack::midi::Device | |
| virtual | ~Device () | 
| virtual std::string | getName () | 
Public Attributes | |
| std::set< Input * > | subscribed | 
| void rack::midi::InputDevice::subscribe | ( | Input * | input | ) | 
Not public.
| void rack::midi::InputDevice::unsubscribe | ( | Input * | input | ) | 
Not public.
| void rack::midi::InputDevice::onMessage | ( | const Message & | message | ) | 
Called when a MIDI message is received from the device.
| std::set<Input*> rack::midi::InputDevice::subscribed |