danigb / smplr

A web audio sampler instrument
https://danigb.github.io/smplr/
186 stars 19 forks source link

Playing notes does extra logging in the console #40

Closed hylu-dev closed 1 year ago

hylu-dev commented 1 year ago

Hi, with the recent updates, I'm seeing some new logging that's filling up the console whenever a note is played.

On note start it logs: Object { sample: {…} } On note end it logs ">>>> END undefined

Borrowing a recent user's codepen, you can see the console fill up as notes are played https://codesandbox.io/s/young-monad-forked-lw8pyj?file=/src/index.js

danigb commented 1 year ago

Yes, weird, because there's no console.log in the code base... I think I've accidentally publish a previous version. I'll fix it. Thanks for the codepen 👍

danigb commented 1 year ago

It is fixed in 0.10.2