-
Notifications
You must be signed in to change notification settings - Fork 6
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
printLine() function? #45
Comments
There isn't currently, though it would be pretty simple to add. The only potential issue is that because improviz works by evaluating the program every frame, printing numbers every frame is going to spam the console with a lot of output. not necessarily the end of the world, but not the most user friendly thing :D Certainly happy to add it in with the onus being on users to enable/disable it though. Possibly as simple as
|
|
Could the debug() only run once on code execution? |
so there's not really a good way to do this currently due to the constraints of how improviz works. Something that may make it more managable would be to use an external OSC message to control turning it on or off.
|
though another thought has just occured. if you use the debug function in some code in a |
Hey Guy,
Is there some king of print/echo fuction in improviz, to output numbers to the terminal?
I would like to see the values that i feed into my code, and not just having to guess if my math is correct.
The text was updated successfully, but these errors were encountered: