mirror of
https://github.com/thestk/stk
synced 2026-01-11 20:11:52 +00:00
Messager: add MessagerSourceType typedef
This commit is contained in:
@@ -46,10 +46,11 @@ extern "C" THREAD_RETURN THREAD_TYPE socketHandler(void * ptr);
|
|||||||
|
|
||||||
#endif // __STK_REALTIME__
|
#endif // __STK_REALTIME__
|
||||||
|
|
||||||
static const int STK_FILE = 0x1;
|
typedef int MessagerSourceType;
|
||||||
static const int STK_MIDI = 0x2;
|
MessagerSourceType STK_FILE = 0x1;
|
||||||
static const int STK_STDIN = 0x4;
|
MessagerSourceType STK_MIDI = 0x2;
|
||||||
static const int STK_SOCKET = 0x8;
|
MessagerSourceType STK_STDIN = 0x4;
|
||||||
|
MessagerSourceType STK_SOCKET = 0x8;
|
||||||
|
|
||||||
Messager :: Messager()
|
Messager :: Messager()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user