Calling function with dynamic parameters #2080
Unanswered
mustafayukselaud
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am having trouble with creating different audio sequences in a timeline using call-function. I have a function that performs well outside of call-function as long as notes are defined in the list array.
But when I empty the list array inside the function and try to pass different sequences - parameters within a call-function like this:
it only plays the first note (in this example C1) and then stops playing with giving -Uncaught TypeError: Cannot read property 'addEventListener' of undefined- error.
My main aim is to play different sequences through the test which will be defined in timeline variables like this and ask participants whether two sequences were identical or different:
Thanks,
Mustafa
Beta Was this translation helpful? Give feedback.
All reactions