LMMS
Loading...
Searching...
No Matches
synth.h File Reference
#include <assert.h>
#include <math.h>
#include <memory.h>
#include <stdint.h>
#include <bitset>
#include <list>
#include <stack>

Go to the source code of this file.

Classes

class  dsp::keystack
class  dsp::voice
class  dsp::block_allvoices_base< Base >
class  dsp::block_voice< Base >
struct  dsp::basic_pool< T >
 A basic preallocated var-array with append and. More...
struct  dsp::basic_synth

Namespaces

namespace  dsp

Macros

#define for_all_voices(iter)

Functions

unsigned int dsp::midi_note_to_phase (int note, double cents, int sr)

Macro Definition Documentation

◆ for_all_voices

#define for_all_voices ( iter)
Value:
for (dsp::voice **iter = active_voices.begin(); iter != active_voices.end(); iter++)
Definition synth.h:105