index
:
fm-synth
compiled_notes
freq_env
master
updated_compiler
a phase modulation synthesizer
flo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
synth
/
cli.h
blob: d1f7a2b296878ce0b6f7199bb495bc09abed12e2 (
plain
)
1
2
3
4
5
6
#ifndef __CLI_H__
#define __CLI_H__
void
parse_args
(
int
argc
,
char
**
argv
);
#endif