inline unary ops: fix sc_floor for non-sse4.1
[supercollider.git] / testsuite / supernova / test_synth.hpp
blobf2ef8e15468d4698d40fc0291a6b04fe3d64dd49
1 #include "../server/supernova/server/synth.hpp"
3 namespace nova
5 class test_synth:
6 public abstract_synth
8 public:
9 test_synth(int node_id, synth_prototype_ptr const & prototype):
10 abstract_synth(node_id, prototype)
13 void run(void)
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)