|
Anklang-0.3.0.dev551+gad1415e2 anklang-0.3.0.dev551+gad1415e2
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
Part specific note event representation. More...
#include "api.hh"
Public Member Functions | |
| bool | operator== (const ClipNote &) const |
| Fine Tune, -100 .. +100. | |
Public Attributes | |
| int32 | id |
| int8 | channel |
| ID, > 0. | |
| int8 | key |
| MIDI Channel. | |
| bool | selected |
| Musical note as MIDI key, 0 .. 127. | |
| int64 | tick |
| UI selection flag. | |
| int64 | duration |
| Position in ticks. | |
| float | velocity |
| Duration in number of ticks. | |
| float | fine_tune |
| Velocity, 0 .. +1. | |
| int8 Ase::ClipNote::channel |
| int64 Ase::ClipNote::duration |
Position in ticks.
Definition at line 257 of file api.hh.
Referenced by operator==(), and Ase::ClipImpl::serialize().
| float Ase::ClipNote::fine_tune |
| int8 Ase::ClipNote::key |
| bool Ase::ClipNote::selected |
Musical note as MIDI key, 0 .. 127.
Definition at line 255 of file api.hh.
Referenced by Ase::ClipImpl::change_batch(), operator==(), and Ase::ClipImpl::serialize().
| int64 Ase::ClipNote::tick |
UI selection flag.
Definition at line 256 of file api.hh.
Referenced by Ase::ClipImpl::Generator::generate(), operator==(), and Ase::ClipImpl::serialize().
| float Ase::ClipNote::velocity |