Post Categories:   ModulesTags:   ,

15 thoughts on “Smooth Operator

  • Cool project!

  • This is great, thanks for sharing. I have an old sound card with all of the circuitry all set up. It will be interesting to try using it as it is on the sound card but adding your control stuff.

    • I’m not totally sure how to control the ISA bus with an Arduino, but I’m sure there is a way. I think that’s basically what you would have to do in order to interface with the sound card vs. the sound chip itself. Good luck and let me know if it works!

    • That’s pretty cool! What sound chip are you using?

    • Really cool YouTube site btw. There are some pretty sweet projects on there, and the OPL4 device is especially impressive. I would be way too intimidated to take that on!

  • I have used the YMF262 in some of the modules, but for this module I used the YMF704 chip (Wavetable mode)

  • Hi, I’m currently doing battle with the YMF262 in 4 op mode, I don’t suppose you’d be able to share your Arduino code?
    I’m trying to figure out which operators are connected to which voice/channel, the YMF262 datasheet is difficult to follow.

    • The operator layout of the YMF262 should be very similar to the YM3812, but to get to op 3/4 of a voice you need to turn on the second address pin. Check out the article series for the YM3812–especially the first couple of episodes and you should get a good feel for how the registers are laid out. On the YMF262, the OP3/4 addresses should be the same as their op1/2 counterparts.

      I’d send you the code for this module, but honestly, it’s a mess and you’d likely be better off adapting the YM3812 code instead.

      Also, make sure to turn on the output channels for the operators in both banks. I made that mistake and it drove me crazy when only two of the operators would generate sound. Anyway, good luck and let me know if you get it to work!

  • Thanks, I have it mostly working, are you planning to sell your PCBs?
    Would be super nice to have one.

    • Glad to hear you got it working! The PCBs definitely still have a few issues / quirks, so I’d probably need to do a new revision before I ever sell them.

  • Hi, awesome project, any chance to share the PCB?

  • hey, love ur design, would u share the design files? would love to give the smooth operator or the soundblaster aynth a shot…thx

  • Wow awesome project. Are you selling your pcbs somewhere? Or any downloads …Gerbers or sth?

    • Hey Tom,

      I haven’t been selling the PCBs as they have a few quirks / issues. I think they were the first ones I ever had printed. Perhaps at some point I will redesign them and re-launch. I’m happy to send you the Gerbers if you want them though. 🙂

Leave A Reply

YM3812 Part 1 – Register BasicsNoise & VC Tone Filter Module