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