Making A $2000 Synth For $99

  Рет қаралды 276,541

Edward Wang

Edward Wang

Күн бұрын

Пікірлер: 508
@edwardwav
@edwardwav Жыл бұрын
Drop your email address for updates about this synth + new one (that's way cooler) forms.gle/ntrVC7fAiz4T71zp9
@FlockofSmeagles
@FlockofSmeagles Жыл бұрын
Smart kid.
@darkxdivinityx6469
@darkxdivinityx6469 Жыл бұрын
That is so cool! Im currently working on building a modular synthesizer out of my old ddj 1000 flight case! Id love to learn more how you worked on the project in more detail. I dropped my email in the form!
@MrBeermagnet
@MrBeermagnet 7 ай бұрын
Hey mate, dropped my email on your list and am keen to see your updates = )
@fluiditynz
@fluiditynz Жыл бұрын
Your problem with the analogue is from charge sharing between inputs. Give a little longer for each input to settle, put small capacitors to ground from each input(I.E.10Nf), and use lower resistances on your ADC inputs to combat the charge sharing. It puzzled me for a bit too, back around 26 years ago!
@smellymala3103
@smellymala3103 2 жыл бұрын
You can buy a Juno but you can’t buy the engineering talent to make everything in your home from scratch, you are on point little bro
@3dmaxuser
@3dmaxuser 2 жыл бұрын
if you all want is the sound then you can reproduce that if you know what you are doing
@musiclifelove
@musiclifelove Жыл бұрын
@@3dmaxuser lol that's what they just said
@LimneticVillains
@LimneticVillains Жыл бұрын
Except this is a programming based digital emulation.
@DeiNostri
@DeiNostri Жыл бұрын
There is many amateur arduino-programmers doing amazing stuff. There is a ton of Arduino nerds on the internet that have learnt from scratch by chatting with other nerds on the internet, downloading manuals showing how to build your own synths. There was magazines about how to build analogue synths in the eighties when I was a kid, kindof the same thing. If I tried the same thing I would have earn´t the money to buy a Juno before I´ve even finished the project itself.
@sous8532
@sous8532 Жыл бұрын
@@LimneticVillains Still a very cool project tho.
@Steelplayer59
@Steelplayer59 Жыл бұрын
Long before the internet, Google, and KZbin, in the amateur radio community, we had the concept of an "Elmer". This was a benevolent individual who offered their knowledge to help new "hams" to kick-start sometimes daunting entry into the hobby. I applaud your tenacity and will to learn and meet your goal. Great work, and I'm sure you learned more than you may have expected. I hope you had your own "Elmer" to turn to for advice. As you mentioned, many times, even with professional designers (and in many fields), it can be quite easy to paint yourself into a corner. An extra set of eyes can oftentimes get you back on track after you have looked at it for the thousandth time. Best of luck to you, and keep on! You're doing great!
@MM-vs2et
@MM-vs2et Жыл бұрын
This is such a niche thing, I love it. You might be tapping into a specific subgroup of synth heads and homebrew engineers with this content such as I. Would like to see you build more synths!
@seanephram
@seanephram Жыл бұрын
same dude, this was a delight to stumble onto
@symbiat0
@symbiat0 Жыл бұрын
Shit, as a software developer, I’ve always wanted to do something like this, so thanks for sharing your process 😁
@KaitlinGaspar
@KaitlinGaspar Жыл бұрын
you can do it!!!!! i believe in you!!!
@edwardwav
@edwardwav Жыл бұрын
If you want some places to start: I learned a lot about the software from Prajwal Mahesh, also Notes and Volts when I was getting started in hardware. (link at bottom) For i2c, this video helped me a lot: kzbin.info/www/bejne/f6qqqKl9r9ekppo And for designing pcb I learned a lot from just importing praj's board into Eagle (free with student license), and zooming in to see how he did stuff. Here's a short playlist that you can follow along kzbin.info/aero/PL_vPxziaK2fkAHkkC08F1jBsdSDWrQhph After trying a bunch of different ICs for input expansion (multiplexer, i2c gpio expanders), I feel like praj's method is still the best. He essentially bought the ATMEGA4809, the CPU from the Arduino nano, and then wrote his own firmware to use it to read inputs. It only costs $2 (at his time of build), and has 48 pins, so a lot more cost effective. It can also read interrupts which is good for rotary encoders, and it's a lot easier to debug since you can just run your code on a full ardunio. The firmware part sounds pretty intimidating, but once you learn i2c (and get a good gpio library), it's pretty doable (probably some examples online you can copy too). Good luck!!!!! tag me when you're done www.youtube.com/@prajwalmahesh90 www.youtube.com/@NotesAndVolts
@danielmcanulty1562
@danielmcanulty1562 Жыл бұрын
Awesome, not only did you get a great synth, you got a great new pile of knowledge! And you shared it for other people to learn from. Super impressive and enjoyable to see.
@hypnotourist
@hypnotourist Жыл бұрын
That's a serious deep dive for a "starter" project ! I love the spirit.
@D_E_N_modular
@D_E_N_modular Жыл бұрын
you're braver than all! crazy challenge you achieved! i have looked into electronics when i started modular...i gave up when i grasped the amount of complexity layers. this is incredible what you achieved from scratch.
@HowToShopGreen
@HowToShopGreen Жыл бұрын
Really impressed that you where able to recreate an expensive and complex midi device with off the shelf parts for under $200.00. What you did is not something typically taught in a University environment. Beyond that, I feel that your keen awareness to share this journey online with others here is priceless. I hope you continue to innovate and share future creations here for us to enjoy. Time for me to pull out my old Teensie and see what midi accessory I can reproduce. . .
@AEA_909
@AEA_909 Жыл бұрын
The Juno is an analog synth, not a midi device but, yeah it’s cool
@HowToShopGreen
@HowToShopGreen Жыл бұрын
You are correct in saying the Juno is an analog synth. It is also a complex midi device since it’s an analog synth with digital oscillators.
@loreleiofthemist
@loreleiofthemist Жыл бұрын
​@@HowToShopGreenthe oscillators are fully analog, they're just digitally controlled. not exactly the same thing as midi, as the original juno 6 didnt even have midi but still had digitally controlled oscillators. (DCOs) so while there is definitely a digital component, this device is more accurately described as an analog synth rather than a midi device.
@HowToShopGreen
@HowToShopGreen Жыл бұрын
@lorelei of the mist I understand your point about this being an analog synth. Like you said though, the original did not even come with a MIDI interface . At the end of the day be it analog, digital and MIDI based is a huge feet for under $100 and it works well. The synth I bought that had anything close to analog cost $600.00 which was a Casio XW-P1.
@scooper72
@scooper72 Жыл бұрын
A quick search confirms that the Juno-106 has analog oscillators - and also has MIDI. Even “fully analog” synths can be controlled via MIDI via a MIDI-to-CV converter. @edwrdw, I gather that your home brew version uses digital oscillators? Once you get your hardware issues worked out, you can delve into virtual analog modeling in order to more accurately model the characteristics of the Juno’s oscillators and filters - not all are created equal! Awesome project 👍🏼👍🏼
@ezion67
@ezion67 2 жыл бұрын
So far well done, especially with little experience! You have a bounce problem and for the multiplexers you probably need to add some deadtime to make sure you are reading the signal from the pot or switch you intent to read from. On the bright side, for 99,9% sure it is all fixable by changing the software. Read pin, set multiplexer, WAIT, read next pin, etc...
@raphanunu6912
@raphanunu6912 2 ай бұрын
Other method is to use soft counters, one per key. This is how I debounce and it works with any key or encoder.
@stefankachaunov396
@stefankachaunov396 Жыл бұрын
I think the instability is coming from not having pull-down resistors on the multiplexer inputs. I've made a MUX circuit before to read a bunch of ultrasound distance sensors and the signals I was getting were all over the place,until I put some high-value (>10k as far as I can remember) resistors between each input and ground. You could bodge wire them to the pins of the THT parts so you don't have to solder to the fine-pitch IC, although you get extra cred if you do that :D
@Tyla_C0
@Tyla_C0 Жыл бұрын
Sounds pretty far away from a Juno 106, but don’t let that take away from the fact that this is a amazing show of determination, The end result is fantastic, it’s Junoesque, so I’d say it was an absolute success.
@robertpastorella
@robertpastorella Жыл бұрын
Dude, your ability to keep with it and work through your problems in public is awesome. Please keep documenting your journey, so inspiring for music peep and electronics alike. Let's go!
@TudorLaurini
@TudorLaurini Жыл бұрын
nothing but love
@zeikjt
@zeikjt Жыл бұрын
This is exactly the reason to get into a new field you don't have experience in like hardware/electronics/programming. You want a thing to exist but can't get it, so you make your own. A passion fueled relatively affordable project. Awesome stuff!
@irife2771
@irife2771 Жыл бұрын
The prices are so insane. I remember getting my 106 for like $350 in the late 2000's.
@BeniRoseMusic
@BeniRoseMusic Жыл бұрын
Yo thank you for acknowledging how much freaking work it takes to get over the CAD/PCB design part of circuit building. I feel pretty stuck here because it feels like you need to become pretty well versed in a lot of details from component libraries (both in your CAD and in your mental database of what's what) to CAD and 3D design to PCB layout. It's absurd and whenever I see a video of someone who went from knowing nothing to designing a PCB like it's no big deal I roll my eyes, so thanks for being forward about that part.
@surfthetsunami5596
@surfthetsunami5596 2 жыл бұрын
I hope you are inspired to keep making synths. Excellent work!!
@alexhauptmann298
@alexhauptmann298 Жыл бұрын
“bluh bluh but its VIRTUAL analog” yeah and its still like a third of the price of the dang Roland Boutique. didn’t know teensy audio was so comprehensive, might look into making my own synths with this now 🤔
@Rainersherwood
@Rainersherwood Жыл бұрын
This is very impressive man. But you made a hardware interface for some dsp, not emulated a Juno. And then the sin you committed of putting a flanger instead of a chorus as the main effect. Gasp. Hahah So much of the juno sound is analog imperfection, it’s inability to stay perfectly in tune across every voice, and that super smooth analog filter. Those things are incredibly hard to model well in software, and avoid things like audible value stepping when doing a filter sweep. I would recommend keeping the signal path dsp and then running the digital oscillator mix into an actual analog filter. That’s what many modern synths are doing to give more sound variety while still getting that amazing analog filter sound and no weird aliasing.
@Alex-nl6sy
@Alex-nl6sy Жыл бұрын
Fantastic! The Juno was my first synth....... I took 12th grade highschool off, in order to go to a music store and buy one. Anyway........ I just wanted to say, this is the best video I have ever seen on this/these sorts of subject matter. Remember........ I am older than dirt. Old enough to have bought a Juno new. I have been studying this stuff since then. That is a long enough time span for me to have at least learned what a good instructional video Is. Congratulations Thank you
@buckstarchaser2376
@buckstarchaser2376 Жыл бұрын
I'd like to see your schematic to give a better answer, but here's a couple of basic things about an array of switch inputs I noticed here. The first is that you don't seem to have enough resistors on your circuit board to implement the "Pull-up" scheme you describe at 5:18 . Each switch needs its own resistor, and it needs to have a fairly high resistance to prevent injecting noise onto the +5V buss in your drawing, but hopefully you aren't sending 5V into the inputs of a Teensy 4.0, as it's going to go all "CMOS Self Protection Mode" and it will behave erratically until it fries out completely. From looking at the routing attempt at 3:50, you're putting many small-signal/variable-loads from your sliders on the same power busses as your switches, which dump to ground. This will likely make your slidepots unstable, potentially bringing the GND buss above zero volts if the ground path is long, thin, and shared with other voltage sensitive components like shown on the schematic. Instead of using a software debounce "Algorithm", you can do it in hardware for higher performance. Simply use the built-in pull-up input resistors on a digital input, connect the switch to the input and the other lead to ground, while the switch is also paralleled with a low-value capacitor. I would try a 103, or .01uF, because I don't know what the internal pull-up resistor value is, but if it's 10kOhms, the .01uF cap should give roughly 10 clean clicks per second. The way this works is that the pull-up resistor charges the capacitor, and the input will be low for much of that time. When the capacitor is charged, the input is high, but when you hit the switch, the cap gets drained very rapidly, and needs time to recharge. This will keep your contact from bouncing far enough to change states, as long as your wiring inductance is low enough to prevent the capacitors from ringing from the LC circuit thus constructed. Therefore, keep the capacitors very close to each switch, and wire the switches to their respective digital inputs, and the chip's own ground pin, with no other components on that particular run. That's a bit "high-end" though. Most simple designs like this just have a power plane on one side, a ground plane on the other side, and pull back these flooded planes away from the wiring traces that also need to be there. Be sure that all digital chips have their power supply pins bypassed with 104 ( .1uF) caps as close to the chip as possible too. CMOS chips commonly have their inputs diode-protected to their power pins to route brief spikes and noise to their power pins, and so a cap to prevent sending out-of-spec signal between chips and to dissipate any trash that gets redirected internally, is usually not needed, but can solve a lot of weird haunting issues too. The MUX will have a settling time listed in its whitepaper. You need to give the chips time to send the command to select the input, and then wait for the output to stabilize before you can get a good reading from it. This will be listed in the whitepapers, but what you showed and said about your multiplexers doesn't match anyway. Perhaps there's a deeper issue here. You didn't give a part number, so I can't really look it up for you.
@raphanunu6912
@raphanunu6912 2 ай бұрын
The controller has built in resistors "switchable" to gnd or vcc by means of registers setup. All debounce can be software done, no need for extra cap.
@buckstarchaser2376
@buckstarchaser2376 2 ай бұрын
@@raphanunu6912 Software debounce to make up for something that could have been done in circuit? That's not very elegant, and is an overall shoddy practice.
@raphanunu6912
@raphanunu6912 2 ай бұрын
@@buckstarchaser2376 That's how I do, without delays, and it works pretty fine for a very gfew ressources.
@ericdavey6702
@ericdavey6702 Жыл бұрын
Ooo! Looks like a fun build. Doesn't hurt that it sounds awesome!
@blankspace0000
@blankspace0000 Жыл бұрын
Super cool DIY project. Makes sense as something to do for fun and just to be able to say you made your own Juno 106 lol. Would love to see an analog version tho! Seems doable and even though you might not be able to get all the same components, you may end up with something even cooler!
@ryanliston9967
@ryanliston9967 Жыл бұрын
For debouncing you can use a passive low pass filter placed between the button and pin as a hardware deboumcer. It's a cheap and easy solution that saves processing cycles on your microcontroller.
@Stabby666
@Stabby666 Жыл бұрын
The issue with the mux's might be propegation delay. They take some time to update, and so you may be reading the value from the previous port if you change the selector input and read immediately? Might just need to change your polling function to read from the current port, then change port, so by the time it "ticks" again, the newly selected port is ready to read.
@nitramdh
@nitramdh Жыл бұрын
I was thinking about his mux problems and it might be due to handling 3 truth tables? Also thanks for this "change your polling function to read from the current port, then change port, so by the time it "ticks" again, the newly selected port is ready to read" I never actually cross my mind that you can change the polling rate, I'll use it in my gardener project :D
@merseyviking
@merseyviking Жыл бұрын
Agreed. The timings will be in the datasheet for the mux chip.
@drkastenbrot
@drkastenbrot Жыл бұрын
I dont like that debounce algorithm because it adds latency. I just interrupt from the input and check if it has been x microseconds since the last call of that ISR, otherwise I ignore.
@junoestro
@junoestro Жыл бұрын
the outro is amazing. big fan. rewatched with one hand on loop
@BusyElectrons
@BusyElectrons Жыл бұрын
Very nice project. I'd love to see the hardware documented once you get a chance to do a second revision of the board.
@edwardwav
@edwardwav Жыл бұрын
linked eagle files in desc
@BusyElectrons
@BusyElectrons Жыл бұрын
@@edwardwav Thank you :)
@sennabullet
@sennabullet 11 ай бұрын
This video and your efforts are so awesome in so many ways. Thank you for sharing not only your successes...but also your trial and tribulations. Looking forward to building your synth...and hope JLCPCB gives you some love when I order.
@scottharris7222
@scottharris7222 Жыл бұрын
Talk about an accelerated learning curve; so impressed my Canadian friend. Looking forward to any updates if you decide to polish this and squash the input bugs that appeared. Wonderful stuff.
@peffken8834
@peffken8834 Жыл бұрын
Thanks Edward 4 sharing your process and experiences! I really appreciate.
@ThatSockmonkey
@ThatSockmonkey 2 ай бұрын
This is really cool man. I love electronics, music and diy, and ive built a few little hardware based CVOs, amps, envelope generators, but i have dozens of arduinos and parts, and i have a few ideas from this. Thanks for sharing.
@TopoVizio
@TopoVizio Жыл бұрын
damn i love this so much. ive been through similar processes in diy hardware/software projects but i love the perseverance and the end result sounded sick too! good shit
@meretrix
@meretrix 2 жыл бұрын
Well done, thanks for taking the time to document it. :3
@danieleden1856
@danieleden1856 Жыл бұрын
really cool man, well done getting it to where it is! in regards to the switches + keycaps, a standard keyboard layout is a 19.05mm grid, you can follow the cherry spec (and get the 3d models for a cherry switch) and in terms of keycaps, a typical rule of thumb is that they're 18mm (x/y), however some keycaps can be offset to that from manufacturing. If you're gonna build a case for this, ensure that you give your switches enough room from the edge of the case, that is typically 1mm, otherwise they will scrape against the case
@WynnTutt
@WynnTutt Жыл бұрын
I appreciate this video so much, as one attempting to build models like these on a much more grandiose scale, this is the most chock full informative video I've seen yet
@SignalDitch
@SignalDitch Жыл бұрын
Dude, nice build! Props for jumping into the deep end as a beginner.
@junhayakawa1538
@junhayakawa1538 Жыл бұрын
As an undergrad electrical engineering student who's also really interested in synthesis and electronic music, this is such a sick and inspiring thing to me. I appreciate that you included the missteps and the aspects you didn't understand as well, because honestly a lot of the time I feel like I have no idea what I'm doing in my classes, so knowing that this is something other engineers deal with makes me feel better about myself lol. I really wanna do this but for the Yamaha DX7 sometime, maybe as a senior project, like use the fourier series/transform and all the stuff I've learned in my analog signal processing class to model the FM algorithms in python or something
@locussst
@locussst Жыл бұрын
check out dexed if you haven't
@_FFFFFF_
@_FFFFFF_ 10 ай бұрын
The fact that you've been able to do this much, is very impressive, keep your chin up.
@link49672
@link49672 Ай бұрын
(im so excited for whats to come keep going bro!!)
@shokomiya6004
@shokomiya6004 Жыл бұрын
great vid, and brave you. as tube recording equpmt DIYer build past for over 300 machines, starting is harder than anything. want something badly helps you overcome that. you did it. not many can do, they only talk, ignore them. great work.
@ISOTROPOSPHERE
@ISOTROPOSPHERE Жыл бұрын
Love the turtle scene at the end. Encouraging video, thank you for your time invested.
@rickenbacker472
@rickenbacker472 Жыл бұрын
You can’t really make a 106 using just a Teensy since it’s an analog synth with DCOs. However, I applaud your effort, this is a fun project.
@fakshen1973
@fakshen1973 2 жыл бұрын
Have you considered making your own Teensy Eurorack modules? I'm sure you could figure out something interesting to do or a multifunction module.
@teazer999999
@teazer999999 3 ай бұрын
Great that you persevered and taught yourself. With that dedication to learn and do without giving, you can do anything.
@haminacan
@haminacan Жыл бұрын
Don't know why youtube recced this, but glad it did. Very cool video
@sharptrickster
@sharptrickster Жыл бұрын
Hi. Nice project. Congrats! If I can offer you some advice: Always check the datasheets of the components you are using. For example, your multiplexer looks to be the CD4067 (16-1), and the datasheet states the adress swap takes, internally, 650ns max. It means 1000ns, or (1 micro second) is enough, which is an order of magnitude less than 2ms and this way you can introduce less delay on your program. Checking the datasheet is a good way to know the limits of the components you are working with, check if your code logic does what the component expects it to do, and so on. If you are running few switches, I can also suggest "hardware debounce", in the form of a tiny ceramic capacitor of, say, 10nF in paralell with the switch.
@edwardwav
@edwardwav Жыл бұрын
Cool, thanks
@bluebaconjake405
@bluebaconjake405 Жыл бұрын
Bro the last thing i expected from watching this video is you triggering a core memory of fucking skylanders. That game was GOLD. I remember playing it so much as a kid and now i want to cry. Thanks bro 🤧. Also, amazing synth!
@coffee_bean__
@coffee_bean__ Жыл бұрын
Such an awesome video. Really impressive that you've managed to go from zero to hero. Would love to see more of this content from you!
@crackthefoundation_
@crackthefoundation_ Жыл бұрын
Awesome, thanks for sharing and explaining the way you did!
@serenityrainambience
@serenityrainambience Жыл бұрын
This is so cool. I’ve been wanting to make my own synth for a while so this was really inspiring!
@AgentPothead
@AgentPothead Жыл бұрын
This is awesome and rad on you for releasing your work.
@acriliqueofc
@acriliqueofc Жыл бұрын
Hey Edward, just started watching the video. You commented that there wasn't a way for you to know if your circuit was going to work without doing all the mounting work first. As a telecommunications engineer I wanted to tell you that there are applications that let you simulate full circuits like those. Intel's Quartus is the software that we use in our school in order to do digital circuits programming and you can simulate those circuits via its built-in tool Altera. In my experience, sometimes the programming+simulation work time is not worth it depending on the circuit you're building, as it is a different knowledge area that should also be learnt and practiced. Anyway, I'll go watch the rest of the video. You earnt a subscriber.
@edwardwav
@edwardwav Жыл бұрын
sick
@The2bcooper
@The2bcooper Жыл бұрын
this is so awesome man the demo sounds so incredible!!
@philiptownsend4026
@philiptownsend4026 10 ай бұрын
I'm very very impressed. I built a synth from a kit of parts and a PCB many years ago. It didn't work and I lacked the talent to resolve what was probably a myriad of issues. I enjoyed the process though.
@bobbrezina7268
@bobbrezina7268 Жыл бұрын
When you does not want waste your pins for LEDS, use Neopixel (WS2812) 5V LED RGB stripe. Is very easy to use if you use arduino for it.
@eFiddle
@eFiddle Жыл бұрын
Great information, I used to solder PCB making MIDI stuff. Respect, SUBBED.
@Mr.1.i
@Mr.1.i 5 ай бұрын
In 2020, Cherry Audio released the DCO-106 plugin, a juiced up version of the Juno-106 which was priced at $39 USD in 2020.[27][28
@TLervis
@TLervis Жыл бұрын
I feel a bit guilty because I have mint 106 sitting in my closet.. I bought it around 20 years ago for $600.00 cdn.
@Beorninki
@Beorninki Жыл бұрын
More sounds, please. Amazing project. i like to have juno 106 too.
@cuestaluis
@cuestaluis Жыл бұрын
I'm making a guitar pedal form scratch and have run into many issues, tolerances, funky wiring to the IC, wonky footprints with small holes. 2 revisions later I still got the input and output jacks inverted. It sounds awesome so at least it's playable. I can't imagine trying to recreate a whole synth, great job!
@SC-md2yk
@SC-md2yk Жыл бұрын
Overall great video, learnt some stuff, and you also recognized where you may have gone wrong which is great to hear
@LimitedWard
@LimitedWard Жыл бұрын
From the board to the editing, I love the homebuilt vibe to this video! For future iterations, I recommend trying to build and test subcomponents on a breadboard first. That way you can confirm each part works without errors. Only after should you try integrating it onto a PCB
@monostratmusic
@monostratmusic Жыл бұрын
Awesome video, as an engineer and a synth nerd myself this is really cool to see. Also I see you have a GCVI sweater, I went to Ross!
@richardstollar4291
@richardstollar4291 Жыл бұрын
Super project :) If you make a version-2, you can delegate the IO to another Teensy board (or even something cheper like an Arduino mini). Link both boards with one of the buses (I2C/SPI) the so the music board can poll the IO board to get the states of sliders and buttons. The IO board can also control the LED's automatically taking another function from the music board. Nice work!
@evicol2117
@evicol2117 Жыл бұрын
I like using shift registers over multiplexors. For one I'm more familiar with shift registers, and for another I can daisy chain them while keeping the pins to the microcontroller the same. If I wanted even more than 16 channels with a MOX, I'd have to use another 4 pins on the MC.
@PatrickWard4
@PatrickWard4 7 ай бұрын
Insanely cool project! I hope to eventually build something like that someday, though probably 10% of the complexity of this project. Impressive how far you got starting kind of from zero.
@stanbekker
@stanbekker Жыл бұрын
Awesome!! Thanks for sharing this video, inspirational!
@sstark9653
@sstark9653 Жыл бұрын
Dude, I usually spend $300 or more @ digikey every time and they plow my b hole with shipping and tariffs every time. Ur project is dope. I just finished a modular trigger to midi converter and it is clear to me now that I hate coding. Analog all day.
@Myll.o
@Myll.o Жыл бұрын
Built a $2000 synth for $99 gaining $50k/year worth of knowledge
@surfthetsunami5596
@surfthetsunami5596 2 жыл бұрын
My first synth was jump 106. For 300. In 98. Right before it started to skyrocket. Wish I had held on to that one
@iangomes
@iangomes Жыл бұрын
Wow, I'm pretty impressed you were able to figure that all out by yourself. Most of that I had to be taught.
@searchiemusic
@searchiemusic Жыл бұрын
i mean, i guess? it's an 'emulator' of a juno though, i certainly couldn't program a digital or design an analog synth so its obviously nitpicking but interesting nonetheless
@davepook6031
@davepook6031 2 жыл бұрын
If you use WS2812B LEDs you can get down to one pin :)
@TooSlowTube
@TooSlowTube Жыл бұрын
5:32 Where does start_state_1 come from? There's something missing there. IMO, the best debounce algorithm is "early accept with lockout period", or words to that effect - if a switch hasn't changed state in a while, you accept a change in state immediately. You then start a lockout period timer, and don't accept any more changes until it expires. This is the best solution for games, for example, because the button responds the moment you press or release it, not a few milliseconds later. It's better for things like a drum pad too - a millisecond delay, in sound, is like moving the instrument about a foot further away from your ears, or around 30cm.
@mikabreto
@mikabreto 2 жыл бұрын
Thank you for your explanation of multiplexing! I have always wondered what the process was, and your simple explanation was most helpful. Your progress through this project inspires me to start my own!
@newmonengineering
@newmonengineering Жыл бұрын
I have built a few pcb's they can be a real pain to route properly. Auto route works sometimes but often not well. Especially with audio frequency on pins. To do this well is hard. But you definitely did something correct because it at least didn't smoke when you turned it on!! Cool project and congrats. Maybe V2 will be better? Also did you do a copper pour for the ground? One funny thing happens with pcb design often is capacitance along near by traces. Often 2 traces next to each other will act like a capacitor and one will build up a charge when the other is on or has frequency on it which sounds like may be what has happened to you there. The amount ok knowledge it takes to make a pcb is impressive.
@softdorothy
@softdorothy Жыл бұрын
Very good. I've been using the free KiCad rather than Eagle. Get a Hakko soldering station and some good solder. My "soldering skills" improved with a good soldering station/solder (and keep your tip clean with wet sponge and metal wool). Maybe ghosting on the switches. A diode per switch will fix the ghosting.
@chefred7204
@chefred7204 Жыл бұрын
Yeah this is super inspiring! Thanks for this video and showing your talents!
@augustindelachapelle3364
@augustindelachapelle3364 Жыл бұрын
I've thumbed up at 0:29 ! you've earn it, man ! teensy at it's best !
@jonmtifa
@jonmtifa Жыл бұрын
Watching you do this gives me a lot more appreciation for the $400 module Roland sales, lol.
@elsongs
@elsongs 10 ай бұрын
I bought a Juno 106 in 2006 on eBay for $320. 😁 Had no idea they were THAT high these days. That's not a Juno, but that IS pretty damn impressive there. Props on your skills, and hope you get to release your own synth(s) on the market one day!
@shplade
@shplade Жыл бұрын
smaller diameter solder (0.3-0.5mm) will make SMD and even small through-hole soldering much easier
@rebmcr
@rebmcr Жыл бұрын
Rather misleading title. This isn't the equivalent of a $2000 Juno-106, it's the equivalent of a $60 Tal-U-No-LX licence (although in a very nice box).
@SlapShotts
@SlapShotts Жыл бұрын
Amazing my dude. Inspirational
@jnicoulakos
@jnicoulakos Жыл бұрын
I think you should document this for future reference. Also, you might think about getting together with a vendor to assemble and sell! looking good!
@AllanSavolainen
@AllanSavolainen Жыл бұрын
Caps help with debounce, just need to pull up or down the switch
@YungCortex
@YungCortex Жыл бұрын
Dude this was so rad, you snapped
@KiR_3d
@KiR_3d Жыл бұрын
Wow! Such a cool quest! I'm not into virtual synths now but your work shows that you're stubborn in a good meaning! Edward, if you're making such complex (to me!) PCB boards and soldering them... Why not just start to learn how analog synthesizers are working? I was inspired by Adamsky's YT channel in 2018. So I've started to make my own (with solderless breadboards) mono-synth... And you know what? It sounds totally different than I've heard of any real analog synths! This theme isn't so hard to learn. The basics of electric schematics... You know it already as I see. You just need to nail down the basics of analog parts: how to use them, where, the most popular cases. Then oscillators, VCAs, envelopes and etc. I mean those that are not emulated. They sounds different. In a better way. I'm telling it because I know what I'm talking about. I was designing some sort of VA synths by my own in Sync Modular in early 00s. After that (~2016 probably) I've deal with Synth Edit and with some other editor (it was very buggy so I even don't remember the name :D ). I've designed some pretty good VA VST synth with this program. It looks not awesome but sounds pretty good! But... I was mesmerized when I've heard how "Sanxion" music track sound on C64 computer. It's SID musical chip. It's the analog synth in one chip and it's simply amazing. That moment did started my quest with C64. I've found everything I've wanted: bought the breadbean C64 (with the dirtiest sounding chip SID 6581 - as I've wanted!) in a mint condition (that was a crazy luck!), bought a video converter (the lucky moment N2 - it's a pro device by Kramer, a used piece for few tens of bucks) and a virtual drive device (don't remember the name, it's not the best choice). Then I've found a used Kerberos - it's the best music related cartridge with MIDI sockets and it can handle "ROMs" for C64 (the images of game cartridges). The whole quest trophy now lays piecefully in my drawer with clothes :D )) But this quest did started my main line of making my own analog synth. Unfortunatelly now I'm procrastinating with my real analog synths. Because my main hobby is music writing. But I will come back to this quest again! I still have a big proto-project on a thick acryll sheet which was populated by solderless breadboards. It's not working for now but I'm not disassemblying it yet. Just need to solder VCOs and other parts properly. I use these solderless boards as inter-connectors and insert soldered proto-boards into them (they take less space). The proto-boards were became much worse than the blocks which were made on solderless breadboards. I don't know why but I suppose because these were made mostly using "air wire" connections, not PCB-like paths.
@KiR_3d
@KiR_3d Жыл бұрын
"Sanxion" was not the original I suppose... Probably it was this: kzbin.info/www/bejne/a3S4YZycrL6AmJI
@playeveryday01
@playeveryday01 Жыл бұрын
way more impressive than buying modules for eurorack, I got to assemble and solder a CV gate by hand and it felt incredibly rewarding, that's what I would like to see more of in the synth scene.
@brandobeaner
@brandobeaner Жыл бұрын
Dope tech. Thought I was done with the video but glad I stayed for the outro. kek
@gkelly
@gkelly Жыл бұрын
Digikey shipping to Canada is so good. Mouser and Digikey both have nothing close in the US. The cheapest rate is like 8USD and takes a week.
@zo1dberg
@zo1dberg Жыл бұрын
This is what you choose as a beginner project? Amazing!
@stickyfox
@stickyfox Жыл бұрын
This most definitely would not have cost $99 in 1984. CMOS logic chips were like $5 each at Radio Shack.
@thegrimadvocate
@thegrimadvocate Жыл бұрын
The activate windows in the bottom right corner is such a nice touch for a true engineer's pc build
@mikkeeyyy444
@mikkeeyyy444 Жыл бұрын
Well done 👏 I’ve always wanted to do this exact project!
@schuylerheinsohn8896
@schuylerheinsohn8896 Жыл бұрын
This is so cool! Kudos to you!! If you ever want to sell one let me know. I love the sound. It’s a dirty Juno and I love it
@blast_processing6577
@blast_processing6577 4 ай бұрын
I'm assuming multitimbrality would be difficult to implement, but how hard would it be to implement optional phase inversion for each of the wave forms? I'm thinking something similar-ish to Pearlman Oscillators in functionality would be very cool on the Juno.
Building a DIY Minimoog
20:07
Ryan Boggs
Рет қаралды 366 М.
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 6 МЛН
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 11 МЛН
One day.. 🙌
00:33
Celine Dept
Рет қаралды 52 МЛН
LMN 3: An Open-Source DAW-in-a-Box
12:22
Fundamental Frequency
Рет қаралды 253 М.
DIY MOOG STYLE MODULAR SYNTH
13:51
LOOK MUM NO COMPUTER
Рет қаралды 155 М.
Building a MIDI Controller Using Arduino
15:41
Switch & Lever
Рет қаралды 643 М.
I built an analog synth from 1979!
9:10
David Hilowitz Music
Рет қаралды 517 М.
DIY Laser Image Projector (100ft+ Range!)
20:08
Ben Makes Everything
Рет қаралды 472 М.
Let’s Create an Effects Pedal/Unit With Daisy Pod!
14:45
Sound Simulator
Рет қаралды 34 М.
Can the ARDUINO NANO handle 64 potentiometers?
26:55
Notes and Volts
Рет қаралды 17 М.
Building EXCEPTIONAL speakers using MODERN TECHNIQUES
22:20
DIY Perks
Рет қаралды 3,7 МЛН
My DIY Eurorack Modular Synth
30:11
Lilly Schwartz
Рет қаралды 86 М.
3 engineers race to design a PCB in 2 hours | Design Battle
11:50
Predictable Designs
Рет қаралды 440 М.