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

"The function getValue() does not exist." error in JOALSequencerDEMO #14

Closed
GoogleCodeExporter opened this issue Apr 14, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Run the JOALSequencerDEMO.

What is the expected output? What do you see instead?
Sketch does not run and outputs the error:
The function getValue() does not exist.
Referring to line 142 of AudioPattern:
note.setGain(automator!=null ? automator.getValue() : 1);

What version of the product are you using? On what operating system?
audioutils-0005
audioutils-0003-examples
OpenAL 2.0.3
Processing 1.0.9
Windows Vista SP2

Please provide any additional information below.
All the other examples seem to run just fine.

Original issue reported on code.google.com by bewegtbi...@googlemail.com on 24 Dec 2009 at 10:43

@GoogleCodeExporter
Copy link
Author

Just use automator.value instead of automator.getValue()

Original comment by arminwag...@gmail.com on 15 Jan 2010 at 5:05

@GoogleCodeExporter
Copy link
Author

Thanks.

But now I get the same error as noted in Issue 13.

Original comment by bewegtbi...@googlemail.com on 15 Jan 2010 at 11:30

@GoogleCodeExporter
Copy link
Author

bug fix checked in as v395 in SVN. More about that other problem in the other 
ticket

Original comment by toxmeister on 9 Feb 2010 at 1:25

  • Changed state: Verified

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

No branches or pull requests

1 participant