mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 16:17:58 +00:00
using new Sampler
This commit is contained in:
parent
1e148a9c74
commit
99bbadc8d2
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
|
||||
<script>
|
||||
|
||||
var piano = new Tone.MultiSampler({
|
||||
var piano = new Tone.Sampler({
|
||||
'A0' : 'A0.[mp3|ogg]',
|
||||
'C1' : 'C1.[mp3|ogg]',
|
||||
'D#1' : 'Ds1.[mp3|ogg]',
|
||||
|
|
Loading…
Reference in a new issue