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
While testing examples: examples/Libraries/sound/SineWave/SineWave.rpde fails, with a crashed applet and error text in the sketch console area.
processing.app.SketchException: Invalid argument:
import(language)
Expected:
import(Symbol)
at rprocessing.mode.run.SketchRunner.convertREvalError(Unknown Source)
at rprocessing.mode.run.SketchRunner.access$300(Unknown Source)
at rprocessing.mode.run.SketchRunner$2.run(Unknown Source)
at java.lang.Thread.run(Thread.java:748)
It might be a regression related to the latest release of Processing.R -- or something to do with changes in the Sound library.
While testing examples: examples/Libraries/sound/SineWave/SineWave.rpde fails, with a crashed applet and error text in the sketch console area.
It might be a regression related to the latest release of Processing.R -- or something to do with changes in the Sound library.
Tested on (failed the same on both):
The text was updated successfully, but these errors were encountered: