Page 1 of 1

JAVASCRIPT YM2612!!!

Posted: Mon Jun 27, 2011 8:28 pm
by neologix
STEP 1 OF MY MASTER PLAN IS COMPLETE!!!!!!!!!!

Ladies and gentlemen, I present to you as a proof of concept: the JS2612.

http://www.luxatom.com/vst-2612.php

Not only did I FINALLY get graphable output, I also succeeded in mocking up the connection between a YM2612 (based on genplus-gx) and some implementation (albeit reduced) of the VST SDK. The output is from a constant fnum, but now I can actually put a frequency-to-fnum conversion to take a given MIDI note and generate.

One day I will update my supporting VST.js to actually output sound instead of the raw numbers, but not today! Today is for celebrating the BIRTH of the JS2612!

ym2612-js on github

(cross-posted to smspower, spritesmind, project2612)

Re: JAVASCRIPT YM2612!!!

Posted: Fri Jul 01, 2011 5:01 pm
by stalepie
Totally rad! great job!!

Re: JAVASCRIPT YM2612!!!

Posted: Fri Jul 01, 2011 5:07 pm
by neologix
audio preview now works in firefox >= 4, safari 5, AND chrome! many thanks to the XAudioJS library by grantgalitz for making this possible.

Re: JAVASCRIPT YM2612!!!

Posted: Mon Aug 29, 2011 7:44 pm
by neologix
ym2612 now updated w/eke's latest (beginning of august) optimizations and a speed-up (hopefully) for converting floats to ints!

https://github.com/apollolux/ym2612-js

JAVASCRIPT YM2612!!!

Posted: Sat Jul 05, 2014 8:26 pm
by neologix
IT FINALLY WORKS PROPERLY!!!! Get it at GitHub :)

JAVASCRIPT YM2612!!!

Posted: Tue Jan 06, 2015 6:48 pm
by dissident93
good work.