Online Sequencer Forums

Full Version: More Stupid Custom Instrument Tests
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Code:
var request = new XMLHttpRequest();
request.open('GET', 'https://d1u5p3l4wpay3k.cloudfront.net/minecraft_gamepedia/4/48/Calm4.ogg', true);
request.responseType = 'arraybuffer';
request.onload = function() {
   audioSystem.audioContext.decodeAudioData(request.response, x => audioSystem.sounds[0] = x);
};
request.send();
This modifies the electric piano. I just put in the first random .ogg file I could think of, that says something about me.