Multiple Parts in P5*js

Hi, I would like to know if it is possible to have multiple Parts running at the same time with P5's Sound Library. The idea is to have phrases playing with different BPMs at the same time. When I try to code this, only one Part remains active at a time, and sometimes I get a rather random behavior (steps being skipped or repeated).

I can't seem to find any other way of doing this, since Part is the only object that can take BPM info. Is there a way to change it directly from the Phrase object?

Thank you!

Sign In or Register to comment.