#include "iso_synth_types.h"
#include "iso_synth_exception.h"
#include "iso_synth_input_unit.h"
#include <iostream>
Include dependency graph for iso_synth_eta_unit.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | iso |
namespace | iso::synth |
Classes | |
class | iso::synth::ETAUnit |
received event values are transformed into a continuous "sample-and-hold" stream of data which can then be connected to any InputPort or ControlPort. This is the base class of the event to audio class tree and features no transformation whatsoever. More... |