1
0

EXAMPLE_USAGE.txt -> .md: actualize and fix

This commit is contained in:
Intel A80486DX2-66 2023-11-18 14:20:27 +03:00
parent 1183fdb696
commit aa25d770bc
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -1,4 +1,7 @@
$ echo 't&((t>>7)-t)&t>>8' | ./bytebeat_compiler.py - && ./render_bytebeat
## Example usage
```text
$ echo 't&((t>>7)-t)&t>>8' | python ./bytebeat_compiler.py - -p 44100 && ./build/render_bytebeat
Compiling
:: C bytebeat generator runtime unit
@ -12,3 +15,4 @@ Writing out file output.wav...
Done!
$
```