cwTest.cpp : Added /flow_value to test cw::flow::value and record functions.
This commit is contained in:
parent
3bff581a4a
commit
c8ef8c1cb6
@ -28,7 +28,10 @@
|
||||
#include "cwWaveTableBank.h"
|
||||
#include "cwWaveTableNotes.h"
|
||||
|
||||
#include "cwMidiDecls.h"
|
||||
|
||||
#include "cwFlowTest.h"
|
||||
#include "cwFlowValue.h"
|
||||
|
||||
#include "cwThread.h"
|
||||
#include "cwThreadMach.h"
|
||||
@ -57,6 +60,7 @@ namespace cw
|
||||
{ "/audio_transform", dsp::test },
|
||||
{ "/wt_note", wt_note::test },
|
||||
{ "/thread_tasks", thread_tasks::test },
|
||||
{ "/flow_value", flow::value_test },
|
||||
{ nullptr, nullptr },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user