tario / music.js

Music.js, status: Proof of Concept

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatic Casting

tario opened this issue · comments

Automatic type conversion to prevent user to have to worry about what wrapper should be used on each situation. For example, you should be able to use a simple playable (e.g. a sound) as instrument

iseq("A A A   A", music.sound("src/sound/Kick 1.wav"));