Online Sequencer Make music online
  • Sequences
  • Members
  • Chat
  • Forum
  • Wiki

Existing user? Sign In Create account
Login at Online Sequencer Forums

Online Sequencer Forums › Off Topic › General Discussion
« Previous 1 … 50 51 52 53 54 … 56 Next »

More Stupid Custom Instrument Tests

Thread tools
More Stupid Custom Instrument Tests
Frank Offline
Grey Hat Script Kiddie who can Compose Music
388 Posts:
 
#1
06-14-2018, 08:30 AM
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.


Kim Wrote:##878337 + https://js-game.glitch.me + Doesnt take peopel serious if their has badly speling gramer puntuatin
Reply



Users browsing this thread:   1 Guest(s)


  •  Return to Top
  •  Contact Us
  •   Home
  •  Lite mode
© Rush Crafted with ❤ by iAndrew
Powered By MyBB, © 2002-2025 MyBB Group.
Linear Mode
Threaded Mode
View a Printable Version
Subscribe to this thread
Add Poll to this thread
Send thread to a friend