From aa25d770bc8e8a2b0bae1119f4b0587678bcc7b6 Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Sat, 18 Nov 2023 14:20:27 +0300 Subject: [PATCH] EXAMPLE_USAGE.txt -> .md: actualize and fix --- EXAMPLE_USAGE.txt => EXAMPLE_USAGE.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename EXAMPLE_USAGE.txt => EXAMPLE_USAGE.md (64%) diff --git a/EXAMPLE_USAGE.txt b/EXAMPLE_USAGE.md similarity index 64% rename from EXAMPLE_USAGE.txt rename to EXAMPLE_USAGE.md index cecbc89..7bf2cec 100644 --- a/EXAMPLE_USAGE.txt +++ b/EXAMPLE_USAGE.md @@ -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! $ +```