|
Post by slowscape on Oct 10, 2019 17:08:48 GMT
Circuitjs is a really nice tool that has tons of demo circuits and even allows for generating sounds. It's fun to tinker with and can lead to some really interesting DIY modules! Online version:
Downloadable version: A little intro tutorial:
|
|
|
Post by slowscape on Oct 10, 2019 17:12:01 GMT
This is a passive (simple) ring modulator that I built based on this paper. Simply copy the code below and paste it in Circuitjs. File > Import from text
$ 1 0.000015625 2.4737822143832555 50 5 42 v 160 128 160 208 0 1 40 5 0 0 0.5 v 496 400 400 400 0 1 200 5 0 0 0.5 g 160 128 160 96 0 g 496 400 496 432 0 r 160 208 160 288 0 1000 r 336 512 272 512 0 1000 r 272 512 208 512 0 1000 g 272 512 272 544 0 d 160 288 272 288 2 default d 272 288 272 400 2 default d 272 400 160 400 2 default d 160 400 160 288 2 default r 400 400 336 400 0 1000 w 336 400 272 400 0 w 272 288 336 288 0 w 336 288 336 512 0 w 208 512 160 512 0 w 160 512 160 400 0 211 336 512 416 528 0 1 8000 2 211 208 512 192 544 0 1 8000 3 211 160 288 96 288 0 1 8000 4
|
|
|
Post by NightMachines on Oct 10, 2019 22:02:48 GMT
Great find! They even have a Chua Chaos circuit example: tinyurl.com/y2crasmwSo cool! I need to try and build that one for AE Modular at some point.
|
|
|
Post by slowscape on Oct 16, 2019 22:56:56 GMT
I attempted to build the ring modulator that I modeled above in circuitjs, but unfortunately it didn't seem to work as expected.
There was a faint hint of modulation but the two signals simply mixing was much more prominent.
I believe this is due to AEM's audio signal not dropping below zero. When I read the paper it seems that signals must fall below zero in order to get the effect.
Anyway, if anyone more knowledgeable in circuit building wants to give it a go I'm all ears!
|
|