Vuo  2.4.0
VuoMidiOutputDevice.h
Go to the documentation of this file.
1
10#pragma once
11
20#include "VuoInteger.h"
21#include "VuoText.h"
22
26typedef struct
27{
31
35
36#define VuoMidiOutputDevice_SUPPORTS_COMPARISON
39
49
53static inline VuoMidiOutputDevice VuoMidiOutputDevice_make(VuoInteger id, VuoText name) __attribute__((const));
55{
56 return (VuoMidiOutputDevice){id, name};
57}
58