cwTest.cpp : Added /flow_value to test cw::flow::value and record functions.

This commit is contained in:
kevin 2024-11-17 16:18:43 -05:00
parent 3bff581a4a
commit c8ef8c1cb6

View File

@ -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 },
};