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

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

Online Sequencer Forums › Online Sequencer › Online Sequencer Discussion
« Previous 1 … 58 59 60 61 62 … 79 Next »

Client Side Custom Instruments

Thread tools
Client Side Custom Instruments
Frank Offline
Grey Hat Script Kiddie who can Compose Music
388 Posts:
 
#1
06-08-2018, 09:01 PM (This post was last modified: 06-09-2018, 07:16 AM by Frank.)
THE HOLY GRAIL?!
Code:
for (i = 0; i < settings.numInstruments; i++) {
    if (loadedInstruments[i] && !isSynthInstrument(i)) {
        for (j = 0; j < audioSystem.sounds[i].numberOfChannels; j++)
            audioSystem.sounds[i].copyToChannel(audioSystem.sounds[i].getChannelData(j).map(x => x > 0 ? 1 : -1), j);
    }
}
This just makes all the instruments ear-rapy, but it is a POC. Maybe. what have I done

Moral of the Story: HTML5 is lit  Fire Cool


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

Messages In This Thread
Client Side Custom Instruments - by Frank - 06-08-2018, 09:01 PM
RE: Client Side Custom Instruments - by Firebolt391d - 06-09-2018, 08:01 AM
RE: Client Side Custom Instruments - by Frank - 06-09-2018, 11:52 AM



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