This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
Tone.js
Watch
2
Star
0
Fork
You've already forked Tone.js
0
mirror of
https://github.com/Tonejs/Tone.js
synced
2024-12-28 04:23:15 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
bfc3d7ed15
Tone.js
/
Tone
/
instrument
/
index.ts
3 lines
70 B
TypeScript
Raw
Normal View
History
Unescape
Escape
exporting instruments
2019-07-18 18:48:02 +00:00
export
{
Synth
}
from
"./Synth"
;
exporting modules from main entry
2019-07-25 15:29:36 +00:00
export
{
Sampler
}
from
"./Sampler"
;
Reference in a new issue
Copy permalink