DIY Multitrack Looper (An ESP32 Audio Kit - Arduino audio project)

  Рет қаралды 14,316

Marcel Licence

Marcel Licence

Күн бұрын

Пікірлер: 51
@rocknreplay
@rocknreplay 2 жыл бұрын
This is absolutely amazing. I have bought and sold just about every looper pedal ever made and haven't exactly found one that meets all my needs, I might just have to learn how to make one of my own!
@marcellicence
@marcellicence 2 жыл бұрын
Thank you. That would be interesting to build a really good looper. What features are missing on the commercial products?
@rocknreplay
@rocknreplay 2 жыл бұрын
@@marcellicence they all have their quirks. Mostly they have issues with track independence. Say you record a 4 bar loop on track one, you’re limited to a 4 bar loop also on track two. The loopers that will do tracks in multiples of the main track (I.e., you record a 4 bar loop on track one, you can record an 8 bar loop on track 2) have some quirks about timing and how you can bring tracks in and out. Best looper I have found is Quantiloop which is actually an iOS app, so needs a midi pedal. The MIDI pedal I have won’t allow for a long press of any of the buttons.
@GadgetReboot
@GadgetReboot 3 жыл бұрын
Great work! By using your AC101 modification and looper line-in examples, I was able to get the ESP32-A1S running easily. I credited your work in my demo
@GadgetReboot
@GadgetReboot 3 жыл бұрын
kzbin.info/www/bejne/e17To3SphKZgjLc my final demo uses your looper project as a starting point
@marcellicence
@marcellicence 3 жыл бұрын
@Gadget Reboot Thanks a lot. I am very happy about this =) I also forked the AC101 library because the PLL was not set correctly. In same cases you would not recognize it. But by doing synthesizer stuff you will hear it very easily.
@marcellicence
@marcellicence 3 жыл бұрын
Very nice! I really like the small and compact PCB design. Didn't you had any trouble by using the analog inputs for the pots? I had very unstable readings.
@GadgetReboot
@GadgetReboot 3 жыл бұрын
@@marcellicence One thing I noticed was I still had to revert to the original AC101 library for some of the original ESP8266 projects like the Talkie speech library because it was generating noise otherwise, so it must have been tweaked to work with the old library. I just keep the working AC101 files within each project.
@GadgetReboot
@GadgetReboot 3 жыл бұрын
@@marcellicence I should check the readings in serial monitor to see if the numbers are stable, but I didn't hear any changes in the sound fluctuating as if the readings were changing. It may be also related to choice in GPIO and differences on other boards if they use the same GPIO for multiple other features and it conflicts. Originally I used GPIO12 as one analog in I think, and if the pot was set the wrong way I couldn't reprogram because the pin voltage was wrong for boot up. The one issue I did have was the pots can only be read infrequently or else it will interfere with the audio performance and start clicking or making static. I thought the delay gain was too high or something until I slowed down the pot readings and I just accept the lag in adjustments.
@freeelectron8261
@freeelectron8261 6 ай бұрын
Wow, amazing playing and tech! Marcel rocks!
@BrianOuellette19
@BrianOuellette19 3 жыл бұрын
Marcel! My dac's haven't even arrived yet for the other projects and now you drop this on us? Awesome man, keep rocking with the esp32 sir!
@marcellicence
@marcellicence 3 жыл бұрын
I am very happy to have the possibility to try out a lot of ideas =) Sure I will keep rocking xD
@LuisTorres-qz5kr
@LuisTorres-qz5kr 3 жыл бұрын
Nice job on the keys, along with the great musical projects you've developed.
@marcellicence
@marcellicence 3 жыл бұрын
Thank you very much
@marcellicence
@marcellicence 2 жыл бұрын
The "fake" display is now available as a "real" implementation: kzbin.info/www/bejne/Z3rClX1-rM6gaNk
@IsraelRoth
@IsraelRoth 3 жыл бұрын
Love your creations (projects, and music...) - keep on creating!
@marcellicence
@marcellicence 3 жыл бұрын
Thank you. Sure there are some more ideas waiting =)
@gilleslacaud
@gilleslacaud 3 жыл бұрын
Great job again so you have test the muticore...good to know...best
@marcellicence
@marcellicence 3 жыл бұрын
Thanks, but not the first application with multicore. But it works fine ;-)
@TJG43070
@TJG43070 4 ай бұрын
I love this project Marcel!... I just tried it and ended up with just the terminal. I do not have a MIDI keyboard. Is there a way to use a PC or Phone software for this ? or do certain things with the keys on the Audio board ? Also how do you connect the USB to terminal as well as to MIDI at the same time ?
@marcellicence
@marcellicence 4 ай бұрын
Thank you very much. You can send MIDI messages via the serial port which can be used to control the project as-well. This would allow to use a phone too.
@InterplainMusic
@InterplainMusic Жыл бұрын
Does this work with the ES8388 chip or does it have to be the DAC101S101CIM. The latter is not easy to find. Also what screen are you using. Looks a great project.
@marcellicence
@marcellicence Жыл бұрын
It should work with the ES8388 chip as-well. I updated some projects in the meantime to have an independent audio layer which deals with the audio codec. I guess you mean the X-Powers AC101 codec instead of DAC101S101CIM which I've found in my first audio kit.
@InterplainMusic
@InterplainMusic Жыл бұрын
@@marcellicence Thank you for you reply.
@chasewatkins3096
@chasewatkins3096 Жыл бұрын
Do you think this could do retrospective looping? That is, pressing a button that captures the last x number bars you played from a buffer
@marcellicence
@marcellicence Жыл бұрын
It sounds possible. I think the challenge is the memory organization. If you remove one track it could be used for a buffer keeping up to 4 bars
@drontyqwertz9984
@drontyqwertz9984 2 жыл бұрын
Amazing Project! Do you think it would be difficult to add a midi or smpte sync and a timestretch feature to this? I bought a AC101 and replaced the ES8388 on my AudioKit v2.2 board, since it works, and sounds much better than the es8388, I am euphoric about making a time synced resampler for my mpc3000 on the basis of your code
@marcellicence
@marcellicence 2 жыл бұрын
Thank you =) Time stretching might be possible like implemented on the DJ-ing feature. You can handle your record like a tape somehow. I didn't find a good way to get the exact clock from MIDI yet. For example to calculate the delay time for a synced delay you need the exact time between the clock messages. It looks like there could be a way to implemented it but that requires to go very deep into the ESP32 core.
@DonLuca27
@DonLuca27 2 жыл бұрын
Mindblowing project! What screen did you use?
@marcellicence
@marcellicence 2 жыл бұрын
Thank you. The screen in this video is just CGI (screen capture of TeraTerm windows software). I think I will make a little project to get a real display which will be VT100 compatible =)
@DonLuca27
@DonLuca27 2 жыл бұрын
@@marcellicence Nice! I'm looking right now at the cheapest options which are ILI9340 and ILI9341, maybe the 320x240 resolution can be enough for this application...
@marcellicence
@marcellicence 2 жыл бұрын
@@DonLuca27 Yesterday I tried to use the IL9341 to print out the Serial data. In general it does work but the library seems to be too slow. For static screens and small changes it is no problem. But a full refresh is clrearly visible :-/
@DonLuca27
@DonLuca27 2 жыл бұрын
@@marcellicence ah, man, that's a pity. Still, you've definitely won a new subscriber, I'll stay tuned for future developments!
@marcellicence
@marcellicence 2 жыл бұрын
@@DonLuca27 Thank you =). The ESP32 should be capable of a quicker refresh. I have also one nextion display here but never used. It still plays always the demo xD
@hnzz
@hnzz 3 жыл бұрын
Greatwork ! Quick question : it seems you are using the arduino ide for development. as i also did receive my audio-kit i also would like to use this ide but i don't see the audiokit as a target board among all the esp32 boards. Which board did you choose as target ?
@marcellicence
@marcellicence 3 жыл бұрын
Thanks! Yes I used Arduino and selected Board: "ESP32 Dev Module". In addition to that set PSRAM: "Enabled". It might be possible to create a board which can be used by all arduino users but I do not know how :-(
@hnzz
@hnzz 3 жыл бұрын
@@marcellicence Works ! Thanks ! esp-adf was driving me nuts and this seems just to work !
@marcellicence
@marcellicence 3 жыл бұрын
@hans pronk Perfect! I remember getting a clean signal out of the Audio Kit was also really challenging (the correct setting was also tricky)
@synaesmedia
@synaesmedia 3 жыл бұрын
Anyone know if it's still possible to get this ESP audio kit. Everywhere I'm looking it seems out of stock.
@marcellicence
@marcellicence 3 жыл бұрын
I still get some results: www.google.com/search?q=esp32+audio+kit and theyseem to be in stock on the found platforms.
@laurencediack6537
@laurencediack6537 3 жыл бұрын
Amazing project! I have been trying to do something a bit like this for a while, only your approach seems a lot better lol.. Maximum sample size is (PSRAM / number of samples) right? Do you think it would be possible to stream samples from the SD card into PSRAM buffers for a much longer sample length perhaps?
@marcellicence
@marcellicence 3 жыл бұрын
Thank you =) I've stored 16 bit samples (2 bytes). So max recording length in seconds is PSRAM / (SAMPLE_RATE * SAMPLE_SIZE) -> PSRAM / (44100 * 2) for example. You can also try 8 bit and for example a lower sampling rate to get more memory. Yes I could imagine that it could work using the SD card. Reading of maybe 4 channels should work. But I do not know where the limit is. Especially writing needs a lot more time. I did some testing only with reading yet ;-)
@randommcranderson5155
@randommcranderson5155 3 жыл бұрын
tbh these videos are pretty boring. I'd rather a video on how to set up the module so it works than a demo for a module I don't know how to set up.
@marcellicence
@marcellicence 3 жыл бұрын
Thanks for the feedback. There are a lot of great youtube channels explaining how to set up arduino etc. so I decided not to cover this stuff because they are much better in explaining things. Btw. I also answered question and helped also using the discussion area on GitHub but maybe I could give it a try in future
How to Play Audio Out of the Daisy (DaisyDuino)
12:52
Electrosmith
Рет қаралды 8 М.
Piano + MIDI: The Ultimate Super Power
16:18
Doctor Mix
Рет қаралды 66 М.
This dad wins Halloween! 🎃💀
01:00
Justin Flom
Рет қаралды 30 МЛН
Playing around with the ESP32 A1S Module
20:00
NA5Y
Рет қаралды 8 М.
DIY Synth #37 -- GranulArduino -- A simple granular synth using an Arduino Nano
8:58
Benjie Jiao - DIY Modular Synth Project
Рет қаралды 33 М.
This $20 synthesizer sounds very nice indeed
11:45
Floyd Steinberg
Рет қаралды 60 М.
Streaming Video and Audio over WiFi with the ESP32
8:54
atomic14
Рет қаралды 28 М.
Forget WiFi! This Wireless Method is WAY Better?
12:14
GreatScott!
Рет қаралды 651 М.
Making A $2000 Synth For $99
8:31
Edward Wang
Рет қаралды 269 М.