You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code using chout and cherr (including the chout example from the Examples folder) prints nothing to the miniAudicle console. The same code works correctly if run in terminal.
Code using chout and cherr (including the chout example from the Examples folder) prints nothing to the miniAudicle console. The same code works correctly if run in terminal.
Sample code:
chout <= 1 <= " foo " <= 5.5 <= IO.newline();
cherr <= 1 <= " bar " <= 5.5 <= IO.newline();
Expected result:
[chuck]: (VM) sporking incoming shred: 1 (chout.ck)...
[chuck]: 1 foo 5.5
[chuck]: 1 bar 5.5
Result in miniAudicle:
[chuck]: (VM) sporking incoming shred: 1 (chout.ck)...
Tested on MacOS Ventura (13.4) running miniAudicle version 1.5.1.0 (latte) git: b410668
The text was updated successfully, but these errors were encountered: