cwTest.cpp : Added '/flow_value' test.
This commit is contained in:
parent
a1735740c7
commit
dded0e63be
@ -30,7 +30,10 @@
|
|||||||
#include "cwWaveTableBank.h"
|
#include "cwWaveTableBank.h"
|
||||||
#include "cwWaveTableNotes.h"
|
#include "cwWaveTableNotes.h"
|
||||||
|
|
||||||
|
#include "cwMidiDecls.h"
|
||||||
|
|
||||||
#include "cwFlowTest.h"
|
#include "cwFlowTest.h"
|
||||||
|
#include "cwFlowValue.h"
|
||||||
|
|
||||||
#include "cwThread.h"
|
#include "cwThread.h"
|
||||||
#include "cwThreadMach.h"
|
#include "cwThreadMach.h"
|
||||||
@ -60,6 +63,7 @@ namespace cw
|
|||||||
{ "/audio_transform", dsp::test },
|
{ "/audio_transform", dsp::test },
|
||||||
{ "/wt_note", wt_note::test },
|
{ "/wt_note", wt_note::test },
|
||||||
{ "/thread_tasks", thread_tasks::test },
|
{ "/thread_tasks", thread_tasks::test },
|
||||||
|
{ "/flow_value", flow::value_test },
|
||||||
{ "/numeric_convert", numericConvertTest },
|
{ "/numeric_convert", numericConvertTest },
|
||||||
{ nullptr, nullptr },
|
{ nullptr, nullptr },
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user