Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chout and cherr don't print to miniAudicle console #71

Open
jwmatthys opened this issue Aug 21, 2023 · 2 comments
Open

chout and cherr don't print to miniAudicle console #71

jwmatthys opened this issue Aug 21, 2023 · 2 comments

Comments

@jwmatthys
Copy link

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

@gewang
Copy link
Member

gewang commented Aug 21, 2023

thank you and acknowledged, and just in time as we are readying to put out patch release 1.5.1.1; will investigate and report back!

@gewang
Copy link
Member

gewang commented Aug 22, 2023

this issue has been addressed in e51b00d (including accompanying fixes in chuck core) and will be part of 1.5.1.1. thank you very much, Joel!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants