Пікірлер
@mikegomez70
@mikegomez70 18 сағат бұрын
Hi, can you share the code?
@HAGIWO
@HAGIWO 17 сағат бұрын
The code is not published because it is the copyrighted work of a book.
@mikegomez70
@mikegomez70 11 сағат бұрын
@@HAGIWO can I buy the book? Let me know (Y) Many thanks!
@kevindewinter8235
@kevindewinter8235 Күн бұрын
Would be Nice in stereo with an extra stereo notch filter to get a pulteq cure arround 50hz :)
@rdbrookes
@rdbrookes 2 күн бұрын
Love how the look.... but unfortunately flexible filament LEDs have a huge current pull which can tax the module or the power supply. works great for gates and triggers!
@ВасилийМельников-з8м
@ВасилийМельников-з8м 2 күн бұрын
На этой штуке можно полноценный семплер запустить, по типу amigo pro tracker, а они из него сделали 555. Небо не видело такого позорного пацака!
@summerlaverdure
@summerlaverdure 2 күн бұрын
this is beautiful, you made an amazing little VCO
@taboo_tech7274
@taboo_tech7274 2 күн бұрын
Nuestro héroe, saludos desde Bogotá Colombia ❤
@MrGuillermofrancisco
@MrGuillermofrancisco 2 күн бұрын
simple and elegant my HERO!! good job
@djproducerty88
@djproducerty88 2 күн бұрын
can i use a other arduino for this vco?
@HAGIWO
@HAGIWO 2 күн бұрын
Can be replaced by Arduino uno R4.
@djproducerty88
@djproducerty88 2 күн бұрын
@@HAGIWO no other?
@_DRMR_
@_DRMR_ 20 сағат бұрын
@@djproducerty88 It needs to be 32bit, most Arduinos are only 8bit.
@CausticCatastrophe
@CausticCatastrophe 3 күн бұрын
You always bless us with great projects!
@edwardfletcher7790
@edwardfletcher7790 3 күн бұрын
This new breed of tiny cheap microcontrollers is just incredible 👍😁
@MJLouer
@MJLouer 3 күн бұрын
Hi all. My arduino nano does not have ports D14,D15,D16 etc etc. Should the D not be A?? Please correct the schematic. Thanks.
@HAGIWO
@HAGIWO 17 сағат бұрын
The Arduino nano should have pin D14; it has a function assigned to the same pin as pin A0. edistechlab.com/arduino-nano-pin-out/?v=55add3d845bf
@DrAnarhcy
@DrAnarhcy 4 күн бұрын
can you build a sawtooth lfo?
@benogden3682
@benogden3682 5 күн бұрын
Absolutely beautiful sound
@jovica721
@jovica721 5 күн бұрын
did you update this processor?
@sebastian52217
@sebastian52217 5 күн бұрын
Can this be made with a standard RP2040 found on AliExpress?
@HAGIWO
@HAGIWO 17 сағат бұрын
XIAO RP2040 is recommended. This is because the number of ADC pins is insufficient for a typical raspberry pi pico.
@MJLouer
@MJLouer 6 күн бұрын
Hi guys. My Oled display has 4 pins, gnd,vcc,scl and sda. The one in the video has 7 pins. Uhm confusion hits me... any advice?
@HAGIWO
@HAGIWO 17 сағат бұрын
I think the communication method is different between I2C and SPI. you need to use SPI type (7pin) OLED.
@MJLouer
@MJLouer 6 күн бұрын
Hi guys. My Oled display has 4 pins, gnd,vcc,scl and sda. The one in the video has 7 pins. Uhm confusion hits me... any advice?
@massimookissed1023
@massimookissed1023 9 күн бұрын
That CentreVillage CLKM is very nice in just 2hp.
@therealpepeu
@therealpepeu 9 күн бұрын
Oh! They all seem to pack a lot of punch in such small footprints!
@xpump876
@xpump876 9 күн бұрын
It's amazing what you have accomplished !
@canglong1663
@canglong1663 16 күн бұрын
Is there a full version?
@JoseMiguel-im9jz
@JoseMiguel-im9jz 18 күн бұрын
Is there a place in the US to buy some?
@miklos7503
@miklos7503 19 күн бұрын
Awesome, can wait to finish building mine. I just have the gate to trigger part built so far, if anyone else is building along R10 seems to be 330K. I tried 330 ohm first and it didn't work.
@ckngmad1357
@ckngmad1357 20 күн бұрын
04:49 Is it power consumption 50ma too small? I heard arduino nano consume 40ma each pin
@mutedsounds2k
@mutedsounds2k 21 күн бұрын
By the way, vactrols are very easy to build (just a LED, a resistor and an LDR)
@MrGuillermofrancisco
@MrGuillermofrancisco 21 күн бұрын
Good job professor 👏
@TimeTripper
@TimeTripper 22 күн бұрын
Nice Demo !
@ckngmad1357
@ckngmad1357 22 күн бұрын
What kind of jack is that?
@HAGIWO
@HAGIWO 22 күн бұрын
Please check this video kzbin.info/www/bejne/rpi5qad6Zr12d7ssi=1JPnaLRCMiO9mu4n
@normdurkin6425
@normdurkin6425 22 күн бұрын
phenomenal.. thanks Professor
@sebastian52217
@sebastian52217 22 күн бұрын
Can an MCP4725 be used to make this?
@HAGIWO
@HAGIWO 22 күн бұрын
It is probably replaceable, but some changes to the VREF connection and part of the source code might be necessary.
@DCPier
@DCPier 22 күн бұрын
So let's see if this works with the usual shrink tubing DIY vactrol then 🙂. LCR-0203 are made of Unobtainium over here 😉
@NahNoThankYou
@NahNoThankYou 22 күн бұрын
You are such an inspiration ❤
@safetybreakroc
@safetybreakroc 23 күн бұрын
Hi, I'm working on this build now, and digging into the code a bit to understand it. Can you show how you calculated the variable voctpow in the arduino code? I'm planning on adapting it to hz/volt to work with my ms-20.
@HAGIWO
@HAGIWO 21 күн бұрын
Please check below document. note.com/solder_state/n/nd2c22a73e8fe f = f0 * 2^(5*LSB/1024) This formula is used.
@safetybreakroc
@safetybreakroc 20 күн бұрын
​@@HAGIWO thanks very much, missed this section somehow. For anyone else trying this, the equation for hz/volt is just linear. There should be enough room in the flash to add both sets of coefficients and make it switchable between them if anyone has this use case. I believe this is correct: =((CV)*(highest frequency-lowest frequency)/1024)+lowest frequency.
@GrandmastaPheezy
@GrandmastaPheezy 27 күн бұрын
one day i will learn this stuff and make the volca acid, a volca sized box with vco/a/f+distortion and a 64 step seq. Thanks for the continued inspiration.
@MiguelRodriguez-ed7yc
@MiguelRodriguez-ed7yc 28 күн бұрын
Hello, I really like your work that I follow closely. Please can you tell me what type of switch did you use in this project spst on-off-on or on-on-on? Thank you very much.
@HAGIWO
@HAGIWO 21 күн бұрын
Thank you.SW is ON-OFF-ON type.
@FreejackVesa
@FreejackVesa Ай бұрын
Love it! Sending respect to Japan from New Orleans, USA ⚜️⚜️🤘
@justinhuffman2430
@justinhuffman2430 Ай бұрын
Harnony sucked me in right away
@MrGuillermofrancisco
@MrGuillermofrancisco Ай бұрын
Very nice professor 🎉
@harrywoodell7008
@harrywoodell7008 Ай бұрын
Use a filter on a higher overtone to change up a sequence and add different notes? Thank you for this idea!
@modulove
@modulove Ай бұрын
Solid jam ❤ love this.!
@Gluttonite
@Gluttonite Ай бұрын
Maestro!
@gerardstrik2555
@gerardstrik2555 Ай бұрын
Nice man! Thanks for sharing.
@CircularMirror7
@CircularMirror7 Ай бұрын
Link?
@M1music811
@M1music811 Ай бұрын
I did basically the same with ChatGPT God ChatGPT 3 sucks! lol Hours of typos and restarting but I finally made it. My prototype both VCA’s ground together so they effect one another. Weird but cool. Good to know for future. I would love to see how you microcompute the screens to work I hate coding and haven’t touched a teensy or arduino etc
@ComminuoFascis
@ComminuoFascis Ай бұрын
Hey, love this design. I was looking for something simple like this! Quick question, why are the TL074 power pins reversed on the schematic? Pin 4 (+12V) goes to the negative rail and pin 11 (-12V) goes to the positive rail. No worries if you don't have the time to answer, thanks for everything you do for DIY modular!
@HAGIWO
@HAGIWO Ай бұрын
Thank you for letting me know! It was a mistake in the schematic. I’ll correct it right away.
@LeanderSeige
@LeanderSeige Ай бұрын
First of all: thanks for sharing! I was looking for something like this for quite a while. One question: U1C, U1D and U2 seem to work just as buffers with 1:1 (no) amplification. Running them as voltage followers would have the same effect and eliminate 8 resistors. Wouldn't it?
@HAGIWO
@HAGIWO Ай бұрын
Yes, that’s correct. Using them as voltage followers would eliminate the need for resistors. The input op-amp inverts the phase, so I used inverting amplifiers to invert the phase back. However, since phase inversion doesn’t cause any significant issues, you can definitely replace them with voltage followers.
@Sykuro42
@Sykuro42 Ай бұрын
i was searching for a channel like this months ago but gave up. now i found you just by coincidence
@mutedsounds2k
@mutedsounds2k Ай бұрын
It reminds me the Doepfer A-139-2 "Headphone Amplifier". Even the size (6HP) is the same. But that one uses 2 power transistors, instead. I suppose it's because headphones require a higher signal level.
@mutedsounds2k
@mutedsounds2k Ай бұрын
But yours is better, in that it also features a line output.
@InterplainMusic
@InterplainMusic Ай бұрын
Hi, Thank you for uploading this. i have been trying to get this working. i have uploaded the code. But none of the button presses are being taken and the rotary encoder fails to do anything. I would really love to build this and get it going. I am almost there. All the parts and connections.
@HAGIWO
@HAGIWO Ай бұрын
I need to determine whether the issue is software or hardware. Have you installed the <EEPROM.h> library?
@InterplainMusic
@InterplainMusic Ай бұрын
@HAGIWO Yes, I have this library installed. And the Encoder.h and MCP4725 library. I have the same red DAC. The Encoder I am trying it one with no board, but 3 pins on one side and 2 on the other side. I now have the "working " button, pressing once, and it toggles the little triangle on and off. Hold it down, and select the first bar only.
@InterplainMusic
@InterplainMusic Ай бұрын
Everything is working now, Thank you.
@javieraparicio2259
@javieraparicio2259 Ай бұрын
does it reach 20khz?
@HAGIWO
@HAGIWO Ай бұрын
It is probably difficult to display it correctly.