We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I keep gettingthe following error: error with user submitted code: TypeError: Cannot read property '0' of undefined
To replicate, please open "using the Arp object" help file. Run the following lines:
myarp = Arp( [0,2,4,5], 4, 'updown' ) devices['bass'].note.seq( myarp, 1/16 )
Then, change the myarp object and run the following lines: myarp = Arp( [0,2,4,5], 2, 'updown' ) devices['bass'].note.seq( myarp, 1/16 )
You should get the error. I was just trying to decrease the number of octaves of the arpeggiator.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I keep gettingthe following error:
error with user submitted code: TypeError: Cannot read property '0' of undefined
To replicate, please open "using the Arp object" help file. Run the following lines:
myarp = Arp( [0,2,4,5], 4, 'updown' )
devices['bass'].note.seq( myarp, 1/16 )
Then, change the myarp object and run the following lines:
myarp = Arp( [0,2,4,5], 2, 'updown' )
devices['bass'].note.seq( myarp, 1/16 )
You should get the error. I was just trying to decrease the number of octaves of the arpeggiator.
The text was updated successfully, but these errors were encountered: