-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
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.
Tested on (failed the same on both):
- macOS Processing 3.4, Processing.R 1.0.8, sound 2.2.3
- macOS Processing 3.4, Processing.R 1.0.8, sound 2.3.1