Raspberry Pi Looper Guts

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 232

  • @dotdashdotdot668
    @dotdashdotdot668 2 года назад +12

    This was an op-1 killer before we knew we needed one. Wow. Just incredible...

  • @beatz04
    @beatz04 6 лет назад +49

    Now that it has taken you 3 months of work and research you should capitalize on that and make a Kickstarter project of it. Offer 2 options : a) DIY kit and b) Readymade unit. This way you get the most out of your aquired knowledge and work you invested to build this thing and also help people like me that would love to have this but can't build shit to save their life.

    • @CaseyKoplinCk13
      @CaseyKoplinCk13 6 лет назад +3

      beatz04 yes, I would buy a diy kit as would many. Great idea 💡 👍

  • @23Gears
    @23Gears 7 лет назад +4

    This has given me a load of inspiration. I am building a Raspberry Pi to use as a music/noise controller for a bunch of battery driven synth gadgets all contained in a flight-case. The combination of a Teensy to control inputs/outputs over serial to the Pi and then using PD to modulate sound is great. I was looking mostly at using Sonic PI, but I see that I can probably to a lot more interaction with PD. Thanks for the great resources and inspiration - I'm off to look at your other musicmaking vids now!

  • @BrentAllen
    @BrentAllen 5 лет назад +11

    you said it was ugly inside...this thing is beautiful! Super cool project props on completing it!

  • @charlesrichardson6646
    @charlesrichardson6646 4 года назад +38

    All I want for Christmas is diagrams

  • @perkodanny
    @perkodanny 6 лет назад +6

    When I first saw the demo video, I thought I could never do something like this. But now that I can actually follow how it all comes together, I have a few ideas of my own. Thanks for this. It's truly awesome.

  • @ThePunkPatriot
    @ThePunkPatriot 7 лет назад +168

    You should start making "build your own" kits and selling them. I would buy one.

    • @FinleyGomez
      @FinleyGomez 7 лет назад +12

      I second this. If you could make a DIY kit of this so we could make our own, id definetly buy it :D

    • @Cheapsexandbooze
      @Cheapsexandbooze 6 лет назад +8

      Fourth, I'd buy this. You should start your own company.

    • @AaronHalliday
      @AaronHalliday 6 лет назад +5

      Total cost of build?

    • @EdgarGarcia-kt7bv
      @EdgarGarcia-kt7bv 6 лет назад +3

      Lol me too ofc, this is fkin interesting af, and mb would be more cheap to build one ys than buying one instead

    • @micahsanchez9810
      @micahsanchez9810 6 лет назад +3

      Yup I fifth this

  • @TheCinefotografiando
    @TheCinefotografiando Год назад +1

    I wish you would have kept doing these “inside” videos with your projects, your channel would have been over a million followers by now. You are an artist. Beautiful work.

  • @Juksemakeren
    @Juksemakeren 7 лет назад +18

    the extra views are probably from this reddit post: www.reddit.com/r/raspberry_pi/comments/6ew1wd/raspberry_pi_loopersynthdrum_thing/

    • @otemrellik
      @otemrellik  7 лет назад +7

      Ah, thanks for the heads up!

    • @y4jirobe
      @y4jirobe 7 лет назад +3

      can confirm creepin from reddit here..

    • @francescobindi-ita86
      @francescobindi-ita86 7 лет назад

      is it possible to buy one somewhere?

  • @jeremybrainard9902
    @jeremybrainard9902 2 года назад

    This is a thing of beauty. Functional, well-designed, and sounds fantastic. I’d take this over a late model Akai MPC unit any day

  • @russianvideovlogguy
    @russianvideovlogguy 7 лет назад

    the wiring is so very clean - looks like a masterpiece under the hood

  • @austinbru
    @austinbru 7 лет назад +10

    Finally - I know what the button on the back does. Whew!

  • @donaldkrambeck
    @donaldkrambeck 6 лет назад +27

    would you consider doing a DIY video? or share your schematic (if you have one)?

  • @DelayedEnd
    @DelayedEnd 7 лет назад +16

    Dude, if you made a bunch of these, I would buy one for a lot of money :D

  • @loopie207
    @loopie207 7 лет назад +2

    Thanks a lot for posting this! love your work.

  • @djvartan
    @djvartan 7 лет назад +16

    someone hire this guy!

    • @elmortobeats5919
      @elmortobeats5919 6 лет назад +1

      djvartan no he should start his own company!and compete with the "Cartells".

    • @diggydude5229
      @diggydude5229 6 лет назад

      El Morto, I agree. A corporate committee would water down his design until it was a rather mediocre product designed to sell at the same "price point" as a competitor's product. He would be disappointed with the result, not to mention someone else would get rich from his ideas while he only got a paycheck.

    • @elmortobeats5919
      @elmortobeats5919 6 лет назад

      Diggy Dude exactly!

  • @toddspeck9415
    @toddspeck9415 6 лет назад

    My ears were tripping out listening to you play this box....Amazing brain power.

  • @dshay
    @dshay 7 лет назад +3

    I'm looking at your code for the teensy, the 10 readings/smooth algorithm would take a lot of time, division with 8 bit micros takes a fair amount of clock cycles. There is a quick and dirty method of doing smoothing which is to take 8 readings and then shift out 3 of the least significant bits which will effectively smooth by truncation.
    for ( int x=0; x> 3;
    if you took 8 readings at 1023 each you'd end up with 1111111111111 (or 8184), which, if you lose three 1s gives you 1023.
    I've done some velocity sensitive algorithms using FSRs on AVRs if you ever wanted to join forces like Voltron.

    • @otemrellik
      @otemrellik  7 лет назад +1

      Oh nice, thanks for the tip! I just built a midi controller that uses FSRs, I'm probably going to upgrade this project at some point with FSR's.

  • @HonestJosh
    @HonestJosh 6 лет назад

    1080p and slowly, thank you so kindly for sharing your case!

  • @flywittzbeats4008
    @flywittzbeats4008 Год назад

    Dude I wanna say thank you so much for sharing this. I saw this months ago when I had no idea what any of this stuff even meant at all. Fast forward to now, I still come back to this often and understand more and more. This video was so instrumental in getting me into music technology. So thank you so much. I have now made a couple different midi prototypes with teensy, digital synths with mozzi/teensy, and a few analog synth circuits, however, the best lesson was getting kicked in the ass and learning how much time and patience this stuff really takes. A few months ago I was just a guy that makes beats 🙏🫶🏻

    • @otemrellik
      @otemrellik  10 месяцев назад +1

      Awesome! Keep it up! I'm totally self taught and still learning everyday.

  • @GreatKukuruzo
    @GreatKukuruzo 4 года назад +3

    Could you please make some HQ photos of the guts so it could be possible to see all the connections? Really need to see everything closer. Please

  • @figaroragifigaro
    @figaroragifigaro 6 лет назад

    More of this , love it ! keep doing things like that

  • @volodymyrradchenko6448
    @volodymyrradchenko6448 7 лет назад

    Man, that's amazing thing you're doing!

  • @wolfgangbeginners-mind2853
    @wolfgangbeginners-mind2853 2 года назад

    Don't apologize... its a significant achievement.

  • @wolfsborawolfsbora7345
    @wolfsborawolfsbora7345 7 лет назад

    You use the same hand flourishes when talking as you do when performing. You seem to be a great fit for what you do.

  • @hugovenancio3845
    @hugovenancio3845 7 лет назад +4

    Hi Otemrellik,
    this is absolutely awesome! Congratulations. I am actually also (start) working on a midi controller project using similar components, like the sparkfun pads (in my case i am using the trellis pad from adafruit, which is nice cause you can easily extend it up to 8 4x4 pads, but due to that i had to use a level converter) and also the super teensy 3.6, obviously. Actually i am currently looking for a nice/easy-to-code-and-use screen display. Which one have you used exactly (couldn't find or get it out from your excellent video(s) about this project) ?
    And one last question, which multiplexer have you used ? Is it the 74HC4051 ?
    Man, thanks a lot and keep doing this. I perfectly understand the fun you might have had while doing it ;)
    Cheers

    • @otemrellik
      @otemrellik  7 лет назад +1

      Ah yeah, I've looked into the trellis. The level converter stuff seemed to complicated for me so I stuck with the sparkfun pads. The screen I used is this: www.pjrc.com/store/display_ili9341.html
      And here is the multiplexer: www.sparkfun.com/products/9056
      Good luck with your build!

    • @hugovenancio3845
      @hugovenancio3845 7 лет назад

      Thanks a lot, and once again...congrats for the proj and for sharing it ;)

  • @fullfunk
    @fullfunk 6 лет назад

    this is amazing you have skills im having soldering nightmare flashbacks from when i tried building a 128 metronome with the white pads like you have there

  • @livewarp
    @livewarp 7 лет назад

    Incredible box

  • @user-oh4yj5xk2h
    @user-oh4yj5xk2h 7 лет назад

    Gorgeous work man

  • @JoePacheco
    @JoePacheco 6 лет назад

    Literally speechless! Wow. I feel so small.

  • @jgieferlee
    @jgieferlee 7 лет назад

    Thanks for posting this, you da real MVP. Also this is freaking awesome.

  • @bubbanderson
    @bubbanderson 7 лет назад

    Mate this thing is awesome . Good job ! You know the min designer at Korg just left ? He's the guy that designed the Volcas and everything since. Just saying ... there's a job waiting for you.

  • @chad2687
    @chad2687 5 лет назад

    So cool, I was thinking about picking this project up for school ( as we get to choose one of our program projects ourselves ). I was wondering if you could make a quick Material list for us. with all the electronic components and all the buttons and knobs. Many Thanks in advance, this project really inspires me. Greetings from Holland :)

    • @chad2687
      @chad2687 5 лет назад

      Im checking the Github right now, You're a life saver! Any additional videos would be nice! A tutorial about something or just a quick jam would be awesome!

  • @DarioMiticocchio
    @DarioMiticocchio 7 лет назад

    Thanks for sharing, fantastic work

  • @skkettch
    @skkettch 7 лет назад

    yo bro. love what you did.Respect

  • @dickbutt2897
    @dickbutt2897 6 лет назад +4

    "That's basically it"

  • @leopoldomaragno9240
    @leopoldomaragno9240 4 года назад +2

    Hi.wonderfull work!.Please can you give the schematics or something aproximate?.Greetings from Argentine!.

  • @_gentoo_3948
    @_gentoo_3948 7 лет назад

    Since there's so much interest in seeing the behind the scenes of your devices, you should setup a Patreon and offer things like the designs, schematics, code, and 3D files to your Patreons. You could even do bonus videos like these that show the process/insides of each project you work on.

    • @otemrellik
      @otemrellik  7 лет назад +2

      I'd love to do that! Unfortunately I'd probably have to quit my job and I don't think I would have enough support from patreon to live. :(

  • @Scritley
    @Scritley 5 лет назад +1

    This is brilliant and inspiring. Will this work with Teensy 3.2 or did you choose the 3.6 for a reason other than it's the latest release? Thanks for sharing, I'll be attempting to build a synth over the holidays and you get the credit...

    • @otemrellik
      @otemrellik  5 лет назад

      The second version I built of this uses a 3.2. I did run into some issues though with loss of serial packets. I think I chose the 3.6 because of the number of pins available.

  • @KiR_3d
    @KiR_3d Год назад

    Hi! I don't think it's that bad in wiring! It's a hell lot of work and the result is "my respect!" as we like to speak here ))
    In the current situation about components: can Teensy be changed to Raspberry Pico? Are they close enough?
    I've just at the start and probably the first thing will be just a simple FX box based on the famous Linux compatible synth/plugins system. I want to make it as compact as I can and make it independent from a "big" LCD monitor: just few small monochrome displays that will show values and a current virtual gear set.
    If it will be not enough then I'll make something like your machine, probably smaller, plus I want to add a ribbon controller. At some point I'll definitely start a similar project.

  • @pendragnx
    @pendragnx 7 лет назад

    awesome work! thanks for sharing

  • @vincentmalcorps7614
    @vincentmalcorps7614 6 лет назад

    How is that possible that 6 pricks dared to dislike such a creation??

  • @jeplarson6519
    @jeplarson6519 6 лет назад

    so sick man! love it

  • @prestongregg6158
    @prestongregg6158 7 лет назад

    Hello Otem. Great work.
    I'm attempting to recreate and I'm documenting my steps. I have a few clarifications and a question.
    Otem: Would you like me to publish them here or github?
    Are you running Pd 0.48-0 "vanilla" with only the comport and ggee extensions? Or a different version of Pd?
    On the PRI are you running Raspbian Jessie? (Stretch is now the default for new Raspbian installs).
    On the Sparkfun push button boards... for the loop control buttons (8 buttons)... Did you cut down the larger 4x4 board or did you use (2) of the 2 x 2s?
    Currently, I'm stuck getting serial communication working between the Teensy 3.6 and the Rpi. -
    I've identified that my serial port on the Pi os "0" when yours was "1".
    I changed the object in serialControls to read comport 0 9600, but I still get the following error scrolling rapidly in the Pd Console"
    [comport]: "Write failed for 0 bytes, error is 11" (once it was error is o).
    I've confirmed the Pi is part of the DIALOUT group that has write privledges to /dev/ttyAMA0
    Did you have to stop getty on the serial port or anything like that?
    I'll continue to work through this. If anyone has any tips, I'd appreciate them. Thx.

  • @dev0ster
    @dev0ster 7 лет назад +7

    This is really awesome, I'd love to try to put one together myself but it seems a bit out of my depth, any suggestions on where to start gathering info and learning how? What resources were you using to put the whole thing together?

    • @otemrellik
      @otemrellik  7 лет назад +12

      You will probably want to learn a lot about pure data if you are unfamiliar. Here is a great tutorial series.
      ruclips.net/video/rtgGol-I4gA/видео.html
      Then research up on arduino. Here is the first tutorial I ever followed on Arduino/Midi stuff:
      little-scale.blogspot.com/2012/10/a-very-simple-diy-usb-midi-controller.html
      This project doesn't actually use midi to communicate with the pi but it's a good starting place.
      If you have never worked with pure data or teensy/arduino I would suggest starting off with some very basic stuff before trying to dive into this project. This project is probably the most complicated thing I've ever built and if I haven't looked at the code for some time it takes me quite a while to figure everything out again to make changes.

    • @thatdudebase
      @thatdudebase 7 лет назад +3

      Can you give an example of what would be more basic?

    • @elmortobeats5919
      @elmortobeats5919 6 лет назад

      Devin Connor start with fixing broken gear.buy it cheap on eBay,and watch RUclips videos for learning.

    • @bajojohn
      @bajojohn 6 лет назад

      Check out Notes and Volts on RUclips. They build an Arduino synth. Best I recall it’s just analog reads and a pwm output (square wave). I think they have a library too, haven’t looked at it in a while. It may be using Mozzi. It’s good advice to start with Arduino. If you want to jump off in the deep end, check out music from outer space.

    • @Lalaland.001
      @Lalaland.001 5 лет назад

      @@otemrellik can't you just make a kit, I would totally buy one, make a kickstarter, or gofund me and make it happen please. Just look at the number of people wanting it, at this point it's just really kinda stupid not to make it a reality with this many people really willing to shell out cash for this. NO offense but this just seems a no brainer and ridiculous that you didn;t make this happen already. It's been oer a year, you need no investment as the kickstarter would pay for the development of the kit.

  • @AnthonyvanHamond
    @AnthonyvanHamond 7 лет назад

    Awesome work!!!! if i could give you 1 tip... buy some schrinktube and use it over all soldered connections on the sliders and buttons. (it wil save you alllloooot of trouble "on the road"

  • @isakbuhl-mortensen1967
    @isakbuhl-mortensen1967 7 лет назад +3

    This looks expensive though! :O
    So many dev boards XD

    • @isakbuhl-mortensen1967
      @isakbuhl-mortensen1967 7 лет назад +2

      But awesome work ;) :D

    • @ideletemyelf1585
      @ideletemyelf1585 6 лет назад +4

      umm the RasPi + Teensy 3.6 + Berehinger U-Control + Multiplexer = $125 max. Not expensive at all for what he can do with it

  • @derkleinekerl2401
    @derkleinekerl2401 4 года назад

    Where can I get these finger-drumming-rubber-pad-thingys? I want to build something like that but dont know where to get them...

    • @otemrellik
      @otemrellik  4 года назад

      Check the link in the description.

  • @warp9988
    @warp9988 6 лет назад

    This is awesome. Good on ya.

  • @ronny3784
    @ronny3784 7 лет назад

    Which would be harder to make, one of these or a looper made from two cassette players? This obviously has more features but I like the analog sound

  • @larrymyers5989
    @larrymyers5989 4 года назад

    Not sure if it connects with DAWS but you gave me sold on the design. Do they sell those plates or cases?

  • @LemarinelNet
    @LemarinelNet 5 лет назад

    Awesome ! Well done !

  • @selfmvstry
    @selfmvstry 7 лет назад

    With the space left inside this thing, a battery pack could be added along with speakers.... Could make good fun at random locations!!! ;)

  • @nergethic7759
    @nergethic7759 6 лет назад

    Amazing work! You inspired me to learn some electronics and make my own stuff. Is the teensy 3.6 really needed here? It's a powerfull chip and from what I can understand it only does light work without any audio processing.

    • @otemrellik
      @otemrellik  6 лет назад +1

      Thanks! I used the 3.6 as it has a lot of pins. On the second version of this box I used a 3.2. It's only being used here for the physical controls and the screen.

  • @kisho2679
    @kisho2679 4 года назад

    can you list the elements you used: pad buttons, knobs, faders, ...?

  • @ZipSnipe
    @ZipSnipe 6 лет назад

    More videos of this in use would be cool !! Man I just looked at the code, man that is impressive, yeah I checked out pure data kool programming style and its mostly made for music!!! How ever I will be using PyQt4 but I am thinking maybe using both, I don't know it might take a couple years to get it right.

  • @guillaumecaudron9066
    @guillaumecaudron9066 10 месяцев назад

    sorry for my english..millons of thanks!!!!!!!

  • @72ndHUMAN
    @72ndHUMAN 7 лет назад +1

    Nice Job Brougham 🤓

  • @bm408
    @bm408 7 лет назад

    Hey Otemrellik, Your raspberry pi looper is mind blowing. Im trying to hunt down most of the components in your device, but I can't find the correct size knobs for any of the listed pots. Where can I get the right knobs?

    • @otemrellik
      @otemrellik  7 лет назад

      Hmm...I used to order knobs from mammoth electronics but it doesn't look like they stock the old push on ones I used to get. There is probably a lot of other places online that have knobs. I would just search for 1/4 inch push on knob and see whats out there. I printed the ones for this project.

  • @carlmyname265
    @carlmyname265 6 лет назад

    Thanks man i really appreciate it

  • @peyrardjohann
    @peyrardjohann 7 лет назад

    Great job !

  • @castles4762
    @castles4762 6 лет назад

    Is there a schematic diagram of the circuitry which I could look at in order to build my own?

  • @edwardmihevic2214
    @edwardmihevic2214 4 года назад

    BRAVO SIR!!

  • @lebartzhadukur4442
    @lebartzhadukur4442 7 лет назад

    Any plans of doing a "How to build 'The KillerMeto-Pi Box' video?" I know a lot of people would be watering at the mouth if you did something like that...

  • @minkloco619
    @minkloco619 2 года назад

    Where did you get the white clips to hold the faders in place?

    • @otemrellik
      @otemrellik  2 года назад +1

      I think I 3d printed them.

    • @jrlening
      @jrlening 2 года назад

      @@otemrellik I'm working on something to hold the looper and instrument buttons in place. Hot glue isn't cutting it.

  • @freeelectron8261
    @freeelectron8261 3 года назад

    Looked at this a while ago. Still very impressed. Any new development?

    • @otemrellik
      @otemrellik  2 года назад

      I'm working on the 4th version right now. Seems like a never ending project.

  • @zeman8705
    @zeman8705 3 года назад

    Can't the pi handle everything without the need for the teensy?

  • @FaoLaTekNo
    @FaoLaTekNo 5 лет назад

    Where did you buy the PCB and 2 X 4 buttons?
    I need an answer quickly please

    • @otemrellik
      @otemrellik  5 лет назад

      Check the description.

    • @FaoLaTekNo
      @FaoLaTekNo 5 лет назад

      @@otemrellik Ok it's the 4X4 button?
      And have you a shematic for the
      electronic connections?
      thx

    • @otemrellik
      @otemrellik  5 лет назад

      @@FaoLaTekNo There is no schematic, sorry.

    • @FaoLaTekNo
      @FaoLaTekNo 5 лет назад

      @@otemrellik ok thx

  • @cellarroomproduction3943
    @cellarroomproduction3943 6 лет назад

    Is it possible to buy one of these? I absolutely love the Raspberry PI Looper/Synth/Thing! Would love to buy one!

  • @elissitdesign
    @elissitdesign 5 лет назад

    Where did you get the LED soft touch square buttons?

  • @HorreyForthenewstep
    @HorreyForthenewstep 7 лет назад

    Hello, any video for monting it ourselves ?

  • @korsan5764
    @korsan5764 7 лет назад

    Nice Work 👍🏼
    Do you have a wire diagramm?

  • @PranavNutalapati
    @PranavNutalapati 7 лет назад

    One question. You say that you don't use MIDI to interface the Teensy to the RasPi. So what do you use instead? Also, how did you link the Teensy to PureData? Great project, btw.

    • @otemrellik
      @otemrellik  7 лет назад

      Thanks! The pi is talking to teensy over serial usb.

    • @PranavNutalapati
      @PranavNutalapati 7 лет назад

      otemrellik OK cool, thanks!

  • @dmitrybulgakov2668
    @dmitrybulgakov2668 6 лет назад +1

    Было бы лучше сделать этот looper как переферийное устройство, которое будет подключаться к raspberry pi с помощью пары-тройки кабелей. Тогда к raspberry pi можно было бы подключать что-нибудь ещё.

  • @FrantzesElzaurdia
    @FrantzesElzaurdia 4 года назад

    Hey dude I've been watching your vids, and you should try making a drum machine/sequencer using a raspberry pi inside some cheap midi controller, like a nano key, or an MPC midi controller or something idk

  • @lincer556
    @lincer556 7 лет назад

    What iterance of U Control you used for the project?
    UCA202 or 222?

    • @otemrellik
      @otemrellik  7 лет назад

      I don't remember, either should work.

  • @gary909
    @gary909 7 лет назад

    Thanks so much for sharing this - It's amazing work! Can I ask how you cut out the sliders on the case?

    • @otemrellik
      @otemrellik  7 лет назад +1

      I printed the case, nothing was cut out.

    • @gary909
      @gary909 7 лет назад

      Cool! I'm not sure the cheap 3d printer I could get access to would look as good though. Thanks for the reply ;-)

  • @lynzilla1176
    @lynzilla1176 7 лет назад

    Would you ever sell this? Or more ? It's so cool and cute and I have don't think I could ever make all of this!!

  • @stocklitv1371
    @stocklitv1371 7 лет назад

    crazy dude!

  • @fabiobottarelli2721
    @fabiobottarelli2721 7 лет назад

    Hello, i saw that you bought the touch display, but do you know if i can use a real Nintendo DS touch screen?if so,how?
    What type of data does the display send?

    • @otemrellik
      @otemrellik  7 лет назад +1

      I imagine that would work as long as you can access the pins from the screen. Screen sends analog x/y data, I don't remember the range.

  • @s34mu5
    @s34mu5 5 лет назад

    Legendary

  • @vicentecente
    @vicentecente 5 лет назад

    man,this project is really cool , its possible to put it batteries and make it portable?

  • @8bitbrainz
    @8bitbrainz 7 лет назад

    Can you give us a list of all these Hardware components please? I cant find a TNT 3.6 y-y

    • @otemrellik
      @otemrellik  7 лет назад +1

      github.com/otem/Raspberry-Pi-Looper-synth-drum-thing

    • @8bitbrainz
      @8bitbrainz 7 лет назад

      otemrellik oh thank you very much x3

  • @sanad71
    @sanad71 7 лет назад

    is it possible to do a step by step videos?

  • @bajojohn
    @bajojohn 6 лет назад

    Is your case 3D printed? It’s hard to tell from the video. I like your design. How to you shutdown the pi?

    • @otemrellik
      @otemrellik  6 лет назад

      It is 3D printed. Thanks, I shutdown the pi by turning off the power strip its connected to :)

    • @MegaCadr
      @MegaCadr 3 года назад

      @@otemrellik Have you run into an issue with the SD Card getting corrupted? Awesome project!

  • @jaygreg77
    @jaygreg77 7 лет назад

    Congrats ! clap clap

  • @ehsiehs368
    @ehsiehs368 7 лет назад

    and where s the "build a digial sampler - tutorial"?

  • @frederickgivens9261
    @frederickgivens9261 2 года назад

    thanks for open

  • @balob
    @balob 6 лет назад

    what raspberry do pi 3 product do I buy?

  • @user-oh4yj5xk2h
    @user-oh4yj5xk2h 7 лет назад

    YAHHHSSSSS!!!!! awesome!

  • @Giovy-Perez
    @Giovy-Perez 4 года назад

    HOW BUY ONE?

  • @DankDaddyz
    @DankDaddyz 6 лет назад

    Would you sell the rights to produce or is it open source?

  • @pervertedmonkee72andrews99
    @pervertedmonkee72andrews99 6 лет назад

    IMPRESSIVE!!!!!

  • @yousifalsaad5056
    @yousifalsaad5056 5 лет назад

    genius

  • @cjjax6110
    @cjjax6110 3 года назад

    any easy way to keep most of the functionality but map to usb midi controller and hdmi out??

    • @otemrellik
      @otemrellik  3 года назад +1

      If you have an ipad you could get mobmuplat and use my superlooper patch. It is what inspired the raspberry pi looper.
      ruclips.net/video/qrY3GeXbgGo/видео.html

    • @cjjax6110
      @cjjax6110 3 года назад

      @@otemrellik awesome man thanks a million.. ill check it out.. great project and skill.. keep up the great work youre doing ..

  • @Demonlordkore
    @Demonlordkore 7 лет назад

    I was wondering if I would be able to use an arduino mega 2560 rather than a teensy 3.6?

    • @otemrellik
      @otemrellik  7 лет назад

      I'm not familiar with the mega but I'm sure it could work.

    • @Demonlordkore
      @Demonlordkore 7 лет назад

      Cool thanks i'll give it a go!!! and post what I end up with 😃

  • @missiongothgf
    @missiongothgf 7 лет назад

    thanks so much

  • @Sweedy44
    @Sweedy44 6 лет назад

    Genius

  • @locutz
    @locutz 5 лет назад

    Bro you need to do a parts list guide on this thing seriously

    • @otemrellik
      @otemrellik  5 лет назад

      github.com/otem/Raspberry-Pi-Looper-synth-drum-thing

  • @castles4762
    @castles4762 6 лет назад

    trying to make my own, does anyone have any helpful advice