Skip to content

Instantly share code, notes, and snippets.

@s3thi
Created January 11, 2016 12:39
Show Gist options
  • Save s3thi/8d9007b6d7d08d25eff9 to your computer and use it in GitHub Desktop.
Save s3thi/8d9007b6d7d08d25eff9 to your computer and use it in GitHub Desktop.
sampler.js – playback speed (template)
`
<div><button (click)='playSample()' [disabled]='loadingSample'>play</button></div>
<div><input type='range' min='0.01' max='5.0' step='0.01' [(ngModel)]='playbackRate'></div>
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment