Anklang C++ API 0.0.0
Loading...
Searching...
No Matches
ClipNote

#include "api.hh"

Public Member Functions

booloperator== (const ClipNote &) const

Public Attributes

int8channel
int64duration
floatfine_tune
int32id
int8key
boolselected
int64tick
floatvelocity

Detailed Description

Part specific note event representation.

Member Function Documentation

operator==()

bool operator== ( const ClipNote & o) const

Fine Tune, -100 .. +100.

Member Data Documentation

id

int32 id

channel

int8 channel

ID, > 0.

key

int8 key

MIDI Channel.

selected

bool selected

Musical note as MIDI key, 0 .. 127.

tick

int64 tick

UI selection flag.

duration

int64 duration

Position in ticks.

velocity

float velocity

Duration in number of ticks.

fine_tune

float fine_tune

Velocity, 0 .. +1.