Online Sequencer Forums
Programming Challenge - Printable Version

+- Online Sequencer Forums (https://onlinesequencer.net/forum)
+-- Forum: Online Sequencer (https://onlinesequencer.net/forum/forum-3.html)
+--- Forum: News (https://onlinesequencer.net/forum/forum-4.html)
+--- Thread: Programming Challenge (/thread-1361.html)

Pages: 1 2


Programming Challenge - Jacob_ - 08-22-2017

I want to add more synth instruments, since they support longer notes and don't use any bandwidth, but I don't know anything about audio synthesis. If you can come up with a JS function that plays a sound given the note name and length I might decide to make it a new instrument! Here is the code for the 8 bit instruments to start with: https://pastebin.com/AWTDnsCG


RE: Programming Challenge - Frank - 08-23-2017

Your JS is either too cryptic and/or I am too illiterate. Can you specify what variable(s) controls the sound wave?
Also, I researched 8-bit noise channels and you should try setting the sample value to a random number from a pool of discrete numbers to achieve 8-bit noise.


RE: Programming Challenge - Diamond Heist - 08-24-2017

(08-22-2017, 07:47 PM)Jacob_ Wrote: I want to add more synth instruments, since they support longer notes and don't use any bandwidth, but I don't know anything about audio synthesis. If you can come up with a JS function that plays a sound given the note name and length I might decide to make it a new instrument! Here is the code for the 8 bit instruments to start with: https://pastebin.com/AWTDnsCG



RE: Programming Challenge - Frank - 08-26-2017

1. See new reply and get excited
2. Find it is just spam
3. Realize chat is bloated
4. Profit


RE: Programming Challenge - Frank - 09-09-2017

*cough* *cough*
IT HAS BEEN NEARLY 2 WEEKS DO YOU CARE?


RE: Programming Challenge - Frank - 03-11-2018

Still waiting.


RE: Programming Challenge - dfhwze - 03-13-2019

I don't get it, you want to create custom sine/triangle sounds?


RE: Programming Challenge - GamemakerX1 - 03-13-2019

(08-22-2017, 07:47 PM)Jacob_ Wrote: I want to add more synth instruments, since they support longer notes and don't use any bandwidth, but I don't know anything about audio synthesis. If you can come up with a JS function that plays a sound given the note name and length I might decide to make it a new instrument! Here is the code for the 8 bit instruments to start with: https://pastebin.com/AWTDnsCG

I do. I have done audio synthesis sense 2012. Just watch me


RE: Programming Challenge - act55555 - 08-30-2019

I don't know if this helps, but you might want to check out Tone.js library on github - https://tonejs.github.io


RE: Programming Challenge - Cringe_Gaming_64yt - 02-20-2020

has anyone done anything with this code yet?