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

Arp object crashes #4

Open
ktatar opened this issue Sep 23, 2018 · 0 comments
Open

Arp object crashes #4

ktatar opened this issue Sep 23, 2018 · 0 comments

Comments

@ktatar
Copy link

ktatar commented Sep 23, 2018

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.

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

No branches or pull requests

1 participant