gibber-cc / gibber

An audiovisual live coding environment for the browser
MIT License
902 stars 79 forks source link

Uncaught TypeError: Cannot read properties of undefined (reading 'Annotations') #80

Closed PSW5 closed 1 year ago

PSW5 commented 2 years ago

When using the following code inside the html


verb =  Reverb( 'space' ).bus()
delay = Delay( '1/3' ).bus().connect( verb, .1 )

Clock.bpm = 140

verb = Reverb( 'space' ).bus() 
lead = Synth( 'cry', { gain:.1, octave:1 })
  .connect( verb, 1 )
  .note.seq( sine( .15, 7 ), [1/2,1,2] )

I got this error. How could it be fix? Many Thanks! Screen Shot 2022-04-21 at 2 10 32 PM t

charlieroberts commented 1 year ago

sorry for the delay, but this got fixed at some point :)