#include <SynthNote.h>
◆ SynthNote()
| SynthNote::SynthNote |
( |
float | freq, |
|
|
float | vel, |
|
|
int | port, |
|
|
int | note, |
|
|
bool | quiet ) |
◆ ~SynthNote()
| virtual SynthNote::~SynthNote |
( |
| ) |
|
|
inlinevirtual |
◆ finished()
| virtual int SynthNote::finished |
( |
| ) |
const |
|
pure virtual |
Return if note is finished.
- Returns
- finished=1 unfinished=0
Implemented in ADnote, PADnote, and SUBnote.
◆ legatonote()
| virtual void SynthNote::legatonote |
( |
float | freq, |
|
|
float | velocity, |
|
|
int | portamento_, |
|
|
int | midinote_, |
|
|
bool | externcall ) |
|
pure virtual |
◆ noteout()
| virtual int SynthNote::noteout |
( |
float * | outl, |
|
|
float * | outr ) |
|
pure virtual |
◆ relasekey()
| virtual void SynthNote::relasekey |
( |
| ) |
|
|
pure virtual |
Release the key for the note and start release portion of envelopes.
Implemented in ADnote, PADnote, and SUBnote.
◆ setVelocity()
| void SynthNote::setVelocity |
( |
float | velocity_ | ) |
|
◆ legato
The documentation for this class was generated from the following files:
- /home/runner/work/lmms-fork/lmms-fork/plugins/ZynAddSubFx/zynaddsubfx/src/Synth/SynthNote.h
- /home/runner/work/lmms-fork/lmms-fork/plugins/ZynAddSubFx/zynaddsubfx/src/Synth/SynthNote.cpp