1voct SID single voice test circuit. CV 1 to pitch and CV 2 to PWM. Messing about with different things in prep for making a 3 voice eurorack module. With SIDs so rare in the wild now it'll probably be reliant on SidKick or Swinsid to exist in any number in the wild. #eurorackmodule #sidchip #c64 #commodore64 #chiptune
@X_1_L_3 Really cool, can you explain more about what you've made and how you are addressing the SIDs?
@loudfpv Ceers. It's a test piece for a fully fledged 3 voice SID module. I'm using an atmega1284 to read incoming control voltages and write the corresponding note and pwm data to voice 1 of the SID. At the moment i'm just getting a feel for the chip, but i've done a similar thing with the AY3-8910 and YM2149 to good effect. The ultimate goal being to make a module where the chip behaves as closely as is possible to how it would in it's home environment via CV and gate inputs.
@X_1_L_3 Check out my USBSID-Pico, maybe you can embed it in your rack to handle the SID communication.
Working on uart control atm