RolandJansen / intermix

Typescript/Javascript framework for building sequencer-based audio apps
GNU Lesser General Public License v3.0
6 stars 0 forks source link

SoundWave.js: Implement xhr loading of multiple files #45

Closed RolandJansen closed 8 years ago

RolandJansen commented 8 years ago

Done. Now using the fetch api and promises instead of the more conservative XMLHttpRequest object.