e-lie / renardo

Livecoding music with simple Python code (Modernized FoxDot Fork)
https://renardo.org
Other
36 stars 3 forks source link

every(4, "offadd" ... inconsistency #16

Open e-lie opened 1 month ago

e-lie commented 1 month ago

Dani : a strange thing is happening

if i run, separatley, these 2 players

p1 >> subbass(Pvar([5,3,0],[4,4,8]),amp=[1,1,0,1,1,1,1,0], dur=.5, sus=.5).every(4, "offadd",7)
p1 >> subbass([5]*4+[3]*4+[0]*8,amp=[1,1,0,1,1,1,1,0], dur=.5, sus=.5).every(4, "offadd",7)

even if in theory they are the very same,

in the first case the "offadd" doesnt work