LMMS
Loading...
Searching...
No Matches
note-ports.h File Reference
#include "../plugin.h"
#include "../string-sizes.h"

Go to the source code of this file.

Classes

struct  clap_note_port_info
struct  clap_plugin_note_ports
struct  clap_host_note_ports

Typedefs

typedef struct clap_note_port_info clap_note_port_info_t
typedef struct clap_plugin_note_ports clap_plugin_note_ports_t
typedef struct clap_host_note_ports clap_host_note_ports_t

Enumerations

enum  clap_note_dialect { CLAP_NOTE_DIALECT_CLAP = 1 << 0 , CLAP_NOTE_DIALECT_MIDI = 1 << 1 , CLAP_NOTE_DIALECT_MIDI_MPE = 1 << 2 , CLAP_NOTE_DIALECT_MIDI2 = 1 << 3 }
enum  { CLAP_NOTE_PORTS_RESCAN_ALL = 1 << 0 , CLAP_NOTE_PORTS_RESCAN_NAMES = 1 << 1 }

Variables

static CLAP_CONSTEXPR const char CLAP_EXT_NOTE_PORTS [] = "clap.note-ports"

Typedef Documentation

◆ clap_host_note_ports_t

◆ clap_note_port_info_t

◆ clap_plugin_note_ports_t

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
CLAP_NOTE_PORTS_RESCAN_ALL 
CLAP_NOTE_PORTS_RESCAN_NAMES 

◆ clap_note_dialect

Enumerator
CLAP_NOTE_DIALECT_CLAP 
CLAP_NOTE_DIALECT_MIDI 
CLAP_NOTE_DIALECT_MIDI_MPE 
CLAP_NOTE_DIALECT_MIDI2 

Variable Documentation

◆ CLAP_EXT_NOTE_PORTS

CLAP_CONSTEXPR const char CLAP_EXT_NOTE_PORTS[] = "clap.note-ports"
static