You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resolved :)
i use dynamic instance from Tone.Player for manage my loops with interface from WaveSurfer... Samples are preloaded with Tone.Sampler in browser cache.
Hello,
is possible create a loop dynamic from Tone.Sampler ?
This is my code :
`public playSampleOnKeyPress(key: string): void {
const note = this.keyToNoteMap[key];
}
public releaseSampleOnKeyRelease(key: string): void {
const note = this.keyToNoteMap[key];
}`
on key press sound is started , if i use another keypress in same time , started too, all is OK. example : I can play chord or play a melody.
But i would like use a sample with a loop. How to do it in my code ?
thanks !
The text was updated successfully, but these errors were encountered: