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

Handle async printing #30

Open
capital-G opened this issue Dec 12, 2022 · 2 comments
Open

Handle async printing #30

capital-G opened this issue Dec 12, 2022 · 2 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@capital-G
Copy link
Owner

There is some stuff that happens async in SuperCollider (loading buffers, booting the server, Tdefs).
Currently there is no way to collect this information and display it somewhere - it even contradicts the jupyter idea to some extend, yet it still would be nice to have the same as a raw post window?

@capital-G capital-G added enhancement New feature or request question Further information is requested labels Dec 12, 2022
@capital-G
Copy link
Owner Author

Pexpect has async support - this is probably helpful here?

As Jupyter notebooks also allow to execute async python code it is also maybe worth taking a look at how they handle printing.

https://pexpect.readthedocs.io/en/stable/api/replwrap.html#pexpect.replwrap.REPLWrapper.run_command

@capital-G
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant