SynthDIY

diyelectromusic,
@diyelectromusic@mastodon.social avatar

It's International Women's Day and a Friday, so we could do a #FollowFriday!

Do drop me your links to all the amazing women DIY synth makers and musicians you know on the Fediverse! Who am I not following that I should be :)

And here is article from Synth Anatomy from a couple of years back about some of the synth pioneers too:
https://synthanatomy.com/2021/03/5-women-of-electronic-music-history-who-influenced-my-life.html

#InternationalWomensDay #IWD2024 #SynthDIY #MIDI #InternationalWomensDay2024

bornach,
@bornach@fosstodon.org avatar

@diyelectromusic
Sarah Belle Reid explores a vintage modular
https://youtu.be/CiqhM-bNBrY

diyelectromusic,
@diyelectromusic@mastodon.social avatar

Some great responses to this so far! So who I have got already... let's see.

Here are some who I know have done music things :)

@helenleigh

@alexglow

@blitzcitydiy

@sarahangliss

@shieladixon

@woof

@hhhhhennies

@catsynth

@helenbellmusic

Apologies if I've missed anyone!

frepa314,

Synth workshop today with friends. Assembled three APCAPCAPC synth boards. Got all of them working, now we just have to figure out how to play them!

The APCAPCAPC synth assembled.

defaultmediatransmitter,
@defaultmediatransmitter@social.bitwig.community avatar

I needed more attenuverters, so I designed my own 4x attenuverter module. I made a few mistakes. The power header silkscreen footprint is the wrong way. Not a big problem, just mount the power header the other way. Another mistake was that I did not put resistors between the op-amps and the outputs. This means that if I patch an output into another output, the op-amp will probably be fried. But, at least it works, and that's not bad for a first PCB design.

Back side of a PCB with mounted components, including a eurorack power header, 2 TL062 IC's, capacitors, diodes, and resistors.

defaultmediatransmitter,
@defaultmediatransmitter@social.bitwig.community avatar

Who needs fancy front panels or 3d printers when you can just cut out a front panel from an empty ice cream box?

defaultmediatransmitter,
@defaultmediatransmitter@social.bitwig.community avatar

I've upgraded from the ice cream box front panel to an aluminium front panel. It's not very easy to make precise holes using a hand drill, but I got it close enough to fit.

turi,

Picophonica — A Raspberry Pi Pico synth engine for a toy keyboard, with instrument presets and Midi out.

A friend gifted me a cheap toy musical keyboard. The sound quality was atrocious, and it could only play one note at a time. So I removed its circuitry while keeping its enclosure, speaker, and keybed, and with some tinkering and a Raspberry Pi Pico I turned it into something usable.

Source code: https://github.com/TuriSc/Picophonica
Making-of video (with a soundtrack played on the Picophonica): https://www.youtube.com/watch?v=ianoJ4pmsFE

A bright pink musical keyboard. Its logo says 'Picophonica'.
A feature sheet for the Picophonica. It shows which buttons enable instrument control, and which ports expose Midi out and Audio out.

todbot,
@todbot@mastodon.social avatar

Very excited by this: morphing wavetable synth in CircuitPython! https://www.youtube.com/watch?v=4hgDi6MNfsI It's still rough around the edges, but is sounding really cool. Since it's wavetable-based, swapping wavetables gives the synth an entirely different character. (did you know of this awesome set of wavetables? https://waveeditonline.com/ Just drop these WAVs in the CIRCUITPY drive & get new sounds) All on a little QTPy RP2040! https://github.com/todbot/qtpy_synth

todbot,
@todbot@mastodon.social avatar

How about a complete battery-powered MIDI monosynth in CircuitPython synthio? Three oscillator w/ 2-pole resonant low-pass filter. Great for basslines! Both USB & Serial MIDI. Responds to MIDI velocity & CCs to adjust loudness, filter, vibrato, and release time.
https://www.youtube.com/watch?v=S1-TDjxE3Qs
#CircuitPython #SynthDIY #MIDI #synthio

jepyang,
@jepyang@wandering.shop avatar

Fun fact: the hardest thing about and DIY electronics is not soldering (takes practice but most folks can do it) or knowing how electronics work (a lot of it can be approached like building LEGO or following a recipe).

The hardest part about DIY electronics is the fit and finish. (Not even aesthetics or an intuitive UI, though that’s all hard too!)

Just getting it all in a box such that it’s enjoyable to use and not in danger of falling apart.

symmetrizer,

@jepyang I've yet to design something from scratch so I have no experience making a nice usable package for one's thingy.

I think troubleshooting is the hardest part. After reflowing all the joints, taking measurements that looks reasonable, looking for polarity errors and or sketchy components and then still having some weird fucking problem still persisting - I'm completely at a loss. Luckily, it doesn't happen all that often but god damn it's frustrating when it does happen.

enby_of_the_apocalypse,

@symmetrizer @jepyang so like with coding (I’ve spent so much time in utter despair trying to find out why my thing doesn’t work, only to realize I’ve made a slight typo somewhere). I feel like if debugging code is already this frustrating, troubleshooting diy electronics must be on a whole other level.

polykit,
@polykit@chaos.social avatar
Sandelinos,

@polykit @synthdiy Actually Juanito does have a blog: https://modularforthemasses.blogspot.com

kbob,
@kbob@chaos.social avatar

@polykit @synthdiy Émilie Gillet released all her Mutable Instruments designs and earlier work like Shruthi as open source. Things are scattered around, but this is probably a good starting URL.

https://github.com/pichenettes

svgeesus,

Spun up another little board over the weekend, this one is a low-drift, low-tempco voltage reference (for pitch DACs) using an LT1236 ceramic chip.

https://oshpark.com/shared_projects/1GJAu9IG

@oshpark

jepyang,
@jepyang@wandering.shop avatar

anyone have any favorite DIY low-pass gate schematics/projects they like? gonna have some spare vactrols!

polykit,
@polykit@chaos.social avatar
polykit,
@polykit@chaos.social avatar

Repost: How I built a PATCHABLE ANALOG SYNTH from scratch
Youtube: https://www.youtube.com/watch?v=aMLMR25Tyi0
Peertube: https://makertube.net/w/wnHfv35agss8ginKZyKQMo

polykit,
@polykit@chaos.social avatar
todbot,
@todbot@mastodon.social avatar

More synthio fun! I took an existing CircuitPython algorithmic melody generator (bouncing balls on an 8x8 LED grid) and added a few lines of synthio. I also made it so it plays randomly in a scale (mixolydian) Thanks again for synthio @stylus!
https://www.youtube.com/watch?v=JjPl3-Bz1E4
code: https://gist.github.com/todbot/1ecc3ba51c44bfe0c9a4c6db6d4a6b7e

yougenius, (edited )

If it's almost 8PM but the UPS tracking says my package will be delivered "by end of day" do you think it will come today?

JohnS_AZ,
@JohnS_AZ@mastodon.social avatar

@yougenius I don't know what time it is where you are but we regularly get UPS deliveries at 8 or 9pm

JohnS_AZ,
@JohnS_AZ@mastodon.social avatar

@yougenius 42 minutes ... fingers crossed! <grin>

  • All
  • Subscribed
  • Moderated
  • Favorites
  • SynthDIY
  • DreamBathrooms
  • mdbf
  • ethstaker
  • magazineikmin
  • cubers
  • rosin
  • thenastyranch
  • Youngstown
  • InstantRegret
  • slotface
  • osvaldo12
  • kavyap
  • khanakhh
  • Durango
  • megavids
  • everett
  • tacticalgear
  • modclub
  • normalnudes
  • ngwrru68w68
  • cisconetworking
  • tester
  • GTA5RPClips
  • Leos
  • anitta
  • provamag3
  • JUstTest
  • lostlight
  • All magazines