sfztools / sfizz

SFZ parser and synth c++ library, providing a JACK standalone client
https://sfz.tools/sfizz/
BSD 2-Clause "Simplified" License
406 stars 58 forks source link

Ignore spaces and tabs when looking for a command for sfizz_jack #1275

Open acli opened 4 months ago

acli commented 4 months ago

Skip over leading spaces and tabs when parsing the command line; also treat tab as a delimeter to end the command. Fixes #1271 (plus make the behaviour of the interpreter less weird by treating tabs the same as spaces).