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