mirror of
https://github.com/thestk/stk
synced 2026-04-30 19:28:37 +00:00
Version 3.0
This commit is contained in:
committed by
Stephen Sinclair
parent
7c0ee03d60
commit
868787a5f9
15
syntmono/utilities.h
Normal file
15
syntmono/utilities.h
Normal file
@@ -0,0 +1,15 @@
|
||||
// Miscellaneous parsing and error functions for use with syntmono.
|
||||
//
|
||||
// Gary P. Scavone, 1999.
|
||||
|
||||
#include "../STK/Instrmnt.h"
|
||||
|
||||
int newInstByNum(int instNum);
|
||||
|
||||
int newInstByName(char *instName);
|
||||
|
||||
void errorfun(char *func);
|
||||
|
||||
int checkArgs(int numArgs, char *args[]);
|
||||
|
||||
int parseArgs(int numArgs, char *args[]);
|
||||
Reference in New Issue
Block a user