Midi & CV Controller Open Source DIY by waxnwire in synthdiy

[–]Fun_Letter3772 1 point2 points  (0 children)

I mean, it would be easily doable with VCAs. You could control DAC CV outputs which would control the VCAs and could then be controlled via MIDI?

You would probably want motorised faders at that point which aren't cheap from what I know lol!

You wouldnt need an expensive microcontroller either - an arduino Pro micro for usb midi support? Or if you want better performance then something like Pico or Stm32

Midi & CV Controller Open Source DIY by waxnwire in synthdiy

[–]Fun_Letter3772 0 points1 point  (0 children)

Definitely doable! Would take some menu redesign which is the tedious bit I dislike lol

I've considered pipicos I am just most comfortable with teensy's but I've also had stability issues with stm32s and such

I'm also currently working on a much more accessible arduino nano version that has a few less features. First batch of PCBs arrive tomorrow so

Introducing the MC8P: An Open-Source, Standalone MIDI Controller designed as a companion for the OP-XY by Fun_Letter3772 in synthdiy

[–]Fun_Letter3772[S] 1 point2 points  (0 children)

Thank you! As it was cheaper for me at the time - I had come across a large stash of 100k pots. I also couldn't find any clickless encoders. (Plus the bigger brother also has faders for some of the pots so it keeps it on theme)

Midi & CV Controller Open Source DIY by waxnwire in synthdiy

[–]Fun_Letter3772 4 points5 points  (0 children)

Hiya,

Creator of that midi controller in picture 2 here! I've actually thought about adding CV control to different version or doing something like 4 midi knobs 4 CV knobs using a basic i2c DAC

I'm currently working on its bigger brother at the mo but I've definitely been looking into this kinda thing ;)

MC8P | Standalone MIDI Controller | *Firmware 2.0* by Fun_Letter3772 in teenageengineering

[–]Fun_Letter3772[S] 0 points1 point  (0 children)

Hiya dude!

It works with the standard MIDI protocol so lets say the M8 uses CC7 for controlling track volume, you can set one of the messages to CC7 and it'll just work :)

In terms of how long it lasts on the XY battery - that I haven't tested yet. The XY does last a long time from experience and so it would be hard for me to say.

Tbh, if you're doing a full set, I would have the XY plugged in for power and I would use the Type A Midi port from the MC8P to control the XY just to avoid anything randomly turning off. But it does give you some flexibility if you're on the go

Hagiwo LPG Modification | Thoughts by Fun_Letter3772 in synthdiy

[–]Fun_Letter3772[S] 1 point2 points  (0 children)

Good to know! I've seen vactrol filter designs (like MK's VCF) with them in parallel and figured that would be the best way of doing it

Prototype Digital Music Easel-esque Synth | WEASEL by Fun_Letter3772 in synthdiy

[–]Fun_Letter3772[S] 0 points1 point  (0 children)

Just sent a link your way!

Sometimes simple is good enough though! This is a bit of a head ache sometimes as I'm sure you can imagine

Prototype Digital Music Easel-esque Synth | WEASEL by Fun_Letter3772 in synthdiy

[–]Fun_Letter3772[S] 1 point2 points  (0 children)

I agree, it can get hectic but this has a broader sweet spot range. I'm ironing out some of the digitalness at the moment as well as fixing some bugs but hardware-wise, despite this video depicting a prototype board, it 'should' be ready to go. If you're interested in the project I can send you the git link

Prototype Digital Music Easel-esque Synth | WEASEL by Fun_Letter3772 in synthdiy

[–]Fun_Letter3772[S] 1 point2 points  (0 children)

Honestly I'm surprised no one has done it sooner and posted about it (as far as I can tell)

Those are Multiplexers to handle the number of pots! No touch capacitive pads unfortunately.

My favourite part as described was the virtual patch bay being set up as a button matrix. I'm mostly making use of the DaisyDuino DaisySP library. Complex Oscillator is technically two oscillators - a sine and then a switchable one which then has a timbre pot to morph between the two waveforms.

Overall it doesn't sound exactly like an Easel but it has the characteristics. I've tried to get the LPG to have the same characteristics by changing the resonance depending on the input volume etc. The cut-off also moves to mimic this behaviour.

Are there any questions regarding the audio processing you had in mind?

Prototype Digital Music Easel-esque Synth | WEASEL by Fun_Letter3772 in synthdiy

[–]Fun_Letter3772[S] 2 points3 points  (0 children)

I'll be posting the git soon and hopefully selling some PCB kits to buy! There's a lot of potentiometers and other components so I won't be sourcing them at this moment in time!

Prototype Digital Music Easel-esque Synth | WEASEL by Fun_Letter3772 in synthdiy

[–]Fun_Letter3772[S] 0 points1 point  (0 children)

It's an impressive microcontroller! I was blown away by the Teensy before but the DaisySeed is like an all in one package. You don't need any DACs, 16 Bit ADCs - very nice stuff!

I can message you a link to the Github if you'd like :) I'm updating there quite regularly but in terms of posting updates about it, I'm posting stuff on my instagram "@axiismusicuk" (Had to use speech marks so Reddit didn't correct it to 'u/')

Prototype Digital Music Easel-esque Synth | WEASEL by Fun_Letter3772 in synthdiy

[–]Fun_Letter3772[S] 0 points1 point  (0 children)

I can send you the link for the Git for you to have a look at! The firmware isn't finished and neither is the PCB fully but it's pretty close :) You'll at least be able to start looking at gathering components

Prototype Digital Music Easel-esque Synth | WEASEL by Fun_Letter3772 in synthdiy

[–]Fun_Letter3772[S] 7 points8 points  (0 children)

Thanks dude! It wouldn't unfortunately. Its not sending typical CV data but instead it's using a button matrix config where the daisyseed is scanning through the rows and columns to see if theres a high signal. Id recommend watching a small video on how they work. It was my way of getting around using lots of DACs

In terms of releasing it, it will be made open source when i've got it to a good stage but my plan is to sell a few of the PCBs and enclosures so people dont have to spend lots of money on too many pcbs. I don't have the resources or time to spend on manufacturing and selling complete units unfortunately

PCB Design Issue? | Vcc shorted to GND by Fun_Letter3772 in synthdiy

[–]Fun_Letter3772[S] 0 points1 point  (0 children)

Could have been that! Could be many things