Search found 74 matches

by Aly James
Sun Dec 01, 2013 7:00 pm
Forum: Demos
Topic: SOUND: YM2612 CSM mode raw test
Replies: 9
Views: 8653

I agree with that on the quality side, but this is what interested me first :) I mean the character of the CSM speech is pretty unique, like LPC speech is unique for example, very characteristic. I like the "water like" artifacts. Its a bitch to program anyway for speech and I prefer PCM for underst...
by Aly James
Sun Dec 01, 2013 5:17 pm
Forum: Demos
Topic: SOUND: SN76489 PSG "SID" sound
Replies: 8
Views: 6433

I never thought of using this approach, but then again it is not very usable in a game environment (Hint eat lots of power). But same kind of stuff can be got by playing samples over the channels, but that can end up using lot of space, and CPU time is still scarce on the Z80 side... I agree that I...
by Aly James
Sun Dec 01, 2013 5:04 pm
Forum: Demos
Topic: SOUND: YM2612 CSM mode raw test
Replies: 9
Views: 8653

Great stuff ! 4 sines is kinda little for anything beyond basic vowels though... So here is some example of how to use CSM speech in a basic way. First a reminder : Example of CSM speech in the MSX game Zeilard : http://www.alyjameslab.com/tutorials/MSX_CSM.wav Example of CSM random speech in FMDri...
by Aly James
Sun Dec 01, 2013 4:59 pm
Forum: Demos
Topic: SOUND: YM2612 CSM mode raw test
Replies: 9
Views: 8653

Really interesting ! I already watched the video severals time :p Thanks for the test rom, i will try to play a bit with tomorrow ! By the way, there is a good example of CSM mode on Sega Megadrive, i don't know if you are aware of it but just in case : http://68000.web.fc2.com/bad_apple.html One o...
by Aly James
Sat Nov 30, 2013 3:00 pm
Forum: Demos
Topic: SOUND: SN76489 PSG "SID" sound
Replies: 8
Views: 6433

SOUND: SN76489 PSG "SID" sound

Nothin new but simple proof of concept that we simply can add the "SID" sound feature to a simple SN76489 PSG tone channel... I have tested the Z80 Hblank interrupt and use it as a Timer to write Volume data to the PSG register at audio rate... As far as the timer resolution goes, we can synchronize...
by Aly James
Sat Nov 30, 2013 2:45 pm
Forum: Demos
Topic: SOUND: YM2612 CSM mode raw test
Replies: 9
Views: 8653

SOUND: YM2612 CSM mode raw test

This was the very beginning of my noisy tests and researches on the YM2612 chip CSM mode (early speech synthesis tech). These tests have served the development of the FMDRIVE Vsti and the special implementation of the CSM I have used. http://www.alyjameslab.com This is a simple ROM (running on an Ev...
by Aly James
Sat Oct 12, 2013 12:51 am
Forum: Sound
Topic: FMDrive VST / YM2612 + Extended Vsti (Some News!)
Replies: 35
Views: 41535

Wireless YM2612 hand control test!...using leapmotion controller >> FMdrive VSTi and GenMDM
http://youtu.be/Xuui8f5Oafk
by Aly James
Tue Oct 01, 2013 9:31 am
Forum: Sound
Topic: New Documentation: An authoritative reference on the YM2612
Replies: 865
Views: 2336554

IIRC EG updates every 3 FM update cycles..
by Aly James
Tue Oct 01, 2013 9:26 am
Forum: Sound
Topic: GENNY VST - V1.16 New Release Feb 2020
Replies: 82
Views: 349738

Hope you got my beta testing log ;)
keep up the good work!
by Aly James
Tue Oct 01, 2013 9:05 am
Forum: Sound
Topic: FMDrive VST / YM2612 + Extended Vsti (Some News!)
Replies: 35
Views: 41535

Just to let you know that FMDrive vst got updated to 1.23! -added extra features and corrections. -accuracy improved again. -GenMDM midi mapping already done on startup for those who have one. Free for all registered user :) UPDATE >> http://youtu.be/Hdlj8Vjof6c what I usually do is making the song ...
by Aly James
Wed Jul 31, 2013 1:19 am
Forum: Sound
Topic: GENNY VST - V1.16 New Release Feb 2020
Replies: 82
Views: 349738

Yep, same for CSM :) You can even make some musical notes and unusual waveforms just with one operator and the SSG. The pitch resolution is quite acceptable and become more steppy as you go higher in envelope period (reduce the envelope time). It is quite similar to what you can do with the YM2149 s...
by Aly James
Fri May 31, 2013 8:36 pm
Forum: Megadrive/Genesis
Topic: New FM only forum.
Replies: 5
Views: 4423

Awesome !
by Aly James
Fri May 31, 2013 8:26 pm
Forum: Sound
Topic: New Documentation: An authoritative reference on the YM2612
Replies: 865
Views: 2336554

About the LADDER effect ... As previously stated in the FMDrive Vst thread, a simple way to implement the ladder effect is to add the clean output with the following... (same behavior is observed on the hardware when you mute a channel, you still ear the distorted part at lower volume..) This will p...
by Aly James
Fri May 31, 2013 8:08 pm
Forum: Sound
Topic: FMDrive VST / YM2612 + Extended Vsti (Some News!)
Replies: 35
Views: 41535

Regarding the ladder effect, I will post my latest implementation on the YM2612 sticky doc :)
I finally find a way to implement this at no cpu cost..
viewtopic.php?t=386&postdays=0&postorder=asc&start=684
by Aly James
Wed May 22, 2013 4:08 pm
Forum: Sound
Topic: FMDrive VST / YM2612 + Extended Vsti (Some News!)
Replies: 35
Views: 41535

YM2612 HARDWARE (non standard creative usage) Setup in these videos is: FMDrive VST sends MIDI data to the GENMDM MIDI interface that sends register writes to the YM2612 chip in REALTIME. REAL HARDWARE USE: Using SSG as a "fake" CSM vocal type effect. (fast SSG envelope can sort of emulate the auto ...