1 #include "../server/supernova/server/synth.hpp"
9 test_synth(int node_id
, synth_prototype_ptr
const & prototype
):
10 abstract_synth(node_id
, prototype
)
16 virtual void set(slot_index_t slot_id
, sample val
)
19 virtual void set_control_array(slot_index_t slot_id
, size_t count
, sample
* val
)