mirror of
https://github.com/thestk/stk
synced 2026-04-27 09:38:37 +00:00
Version 4.1
This commit is contained in:
committed by
Stephen Sinclair
parent
81475b04c5
commit
2f09fcd019
@@ -4,6 +4,7 @@
|
||||
|
||||
#include "Instrmnt.h"
|
||||
#include "WvOut.h"
|
||||
#include "Messager.h"
|
||||
|
||||
int voiceByNumber(int number, Instrmnt **instrument);
|
||||
|
||||
@@ -13,4 +14,6 @@ void usage(char *function);
|
||||
|
||||
int checkArgs(int numArgs, char *args[]);
|
||||
|
||||
int parseArgs(int numArgs, char *args[], WvOut **output);
|
||||
int countVoices(int nArgs, char *args[]);
|
||||
|
||||
void parseArgs(int numArgs, char *args[], WvOut **output, Messager **messager);
|
||||
|
||||
Reference in New Issue
Block a user