Vuo  2.0.0
VuoMidiOutputDevice.h
Go to the documentation of this file.
1 
10 #pragma once
11 
20 #include "VuoInteger.h"
21 #include "VuoText.h"
22 
26 typedef struct
27 {
30 
31  char blah[42];
33 
37 
38 #define VuoMidiOutputDevice_SUPPORTS_COMPARISON
41 
51 
57 {
58  VuoMidiOutputDevice md = { id, name, "" };
59  return md;
60 }
61