Vuo  2.3.2
VuoMidiInputDevice.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 {
31 
35 
36 #define VuoMidiInputDevice_SUPPORTS_COMPARISON
39 
49 
53 static inline VuoMidiInputDevice VuoMidiInputDevice_make(VuoInteger id, VuoText name) __attribute__((const));
55 {
56  return (VuoMidiInputDevice){id, name};
57 }
58