mirror of
https://github.com/thestk/stk
synced 2026-02-07 09:46:16 +00:00
Version 4.0
This commit is contained in:
committed by
Stephen Sinclair
parent
3f126af4e5
commit
81475b04c5
16
projects/demo/utilities.h
Normal file
16
projects/demo/utilities.h
Normal file
@@ -0,0 +1,16 @@
|
||||
// Miscellaneous parsing and error functions for use with STK demo program.
|
||||
//
|
||||
// Gary P. Scavone, 1999.
|
||||
|
||||
#include "Instrmnt.h"
|
||||
#include "WvOut.h"
|
||||
|
||||
int voiceByNumber(int number, Instrmnt **instrument);
|
||||
|
||||
int voiceByName(char *name, Instrmnt **instrument);
|
||||
|
||||
void usage(char *function);
|
||||
|
||||
int checkArgs(int numArgs, char *args[]);
|
||||
|
||||
int parseArgs(int numArgs, char *args[], WvOut **output);
|
||||
Reference in New Issue
Block a user