Using Reaper DAW and software synthesisers on the Raspberry PI 400

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

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

  • @bbbloechl5243
    @bbbloechl5243 2 года назад +5

    May be it is just my singular stupidity? I tried to install REAPER on pi 400 as described without thinking and got a fail. Tried multiple times and looked for the error in vain. Time passed by and I worked again on this. The crucial point is the pi 400 has another, a new 64 bit processor (not an ARM?) and you cannot longer install the arm 32 bit version of Reaper. This is erroneously shown in the video and I followed this blind. I actally installed the Linux 64 bit version and it works without troubles.
    I recommend Steinberg to write a remark on this and pin it at the start of the comments!

    • @mr_floydst
      @mr_floydst  2 года назад +5

      Thanks for your remark. You're right, "Bullseye" is the standard Linux now and it's 64bit. Some of my videos are pretty outdated now as Open Source is moving fast.

    • @mr_floydst
      @mr_floydst  2 года назад +7

      Let me correct that: MOST of my videos are pretty outdated now. I don't want to remove them from RUclips, though, because they're still good to give you an idea / inspiration (hopefully). ;-)

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

    Thank you once again for paving the way for us to follow. Appreciate your efforts, Floyd.

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

    Reaper on raspberry pi is limited but within this limitation is when you can become very creative. There is a synth and a variety of effects available natively in reaper for raspberry pi. Creating your own synth Sounds by manipulating the synth engine on reaper is so much more satisfying than porting over synth V1 or Helm or something. Reaper works with Jack but should also work with ALSA. Thank you Floyd, I love your content!

    • @mr_floydst
      @mr_floydst  3 года назад +2

      Thank you! That's exactly how it is. Don't get my antics wrong, in the end of the day, integrating your own webaudio stuff into a DAW is super impressive and just isn't possible on other systems. But as I wrote in my Blog some days ago, I'm trying to be a tiny bit more entertaining from now an, just delivering lines about sysadmin isn't that entertaining in itself. :)

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

      @@mr_floydst you're doing a great job! Funny and just the topics I like.

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

      Also i propose to try lmms+audacity+ built-in effects or sf2 instruments, that runs also on pi zero, although limited by cpu

  • @dragonfly_bry
    @dragonfly_bry 3 года назад +2

    I was thinking of doing the same - I may wait until they make an 8gb 400. I finally got Zynthian working pretty decent but some tweaks needed still. Thanks for all your great vids bro.

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

    It's great to see an update in a RPi DAW reference

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

      Thanks for watching! Reaper is a great DAW, and it's stable and easy on system resources. (Ardour crashed each time I tried to load a synth plugin - I think that's a problem specific to the RasPi version and perhaps the plugin's fault).

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

      @@mr_floydst What about Milky Tracker?

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

      @@JuliusLC I never used it, but it runs in PI without problems.

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

    Great video! I've watched it so many times I have your song on my brain! Many thanks, I feel that I will be able to hear something emanating from my Pi soon.

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

      Thanks for watching! The PI 400 is quite capable, actually.
      BTW the finished song is here floydsteinberg.bandcamp.com/track/shelter ;-)

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

      Beware! I've been imagining the punk version of your song in my mind today!

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

      DEWIT :)

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

      @@mr_floydst" DEWIT."? Acronym? Dutch garden tools? I'm feeling very old and a little stupid! I will thank you for making the video entertaining, do you have Patreon?

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

      @@Marcus011265 Thank you very much ;-)
      "DO IT!" ;-) - an answer to your idea to create a punk rock version of that track. ;-) :-) :-)

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

    Oh sweet I just got the PI4 400 (for retro gaming) will have a go at this :) thanks

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

      Thanks for watching and good luck with that! :)

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

      @@mr_floydst I'll start of doing the VST host thing 1st ;)

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

    The illustrating song is cool, and also all your songs in your albums. Very gooood. You could make more promotion by using as illustration. The instruments, the movements, the creativity, the singing (AI and your voice). Alltogether pleasure to listen to

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

    I've been using Reaper in Linux for a few months. The a2jmidi tool shouldn't be needed, and Jack typically isn't necessary either. PulseAudio can generally be thrown in a trash bin... I have it blacklisted to ensure it will never be installed. Instead, I've been using Reaper directly with ALSA, the underlying sound system.
    The only external tool it needed was something to connect virtual midi devices together. This could be qjackctl (using the alsa tab), or anything else with similar features. In my case, I'm using a daemon I made myself for other purposes... it auto-connects things and remaps notes for easier improvisation during songs.
    The issues I ran into when trying to do this sort of thing on a Raspberry Pi were:
    - The rpi kernel would drop roughly 1% of the note-off events from my Keystep, so notes would randomly get stuck. This is specific to the rpi kernel. I saw no problems with other devices either... just the Keystep.
    - The rpi kernel had (maybe still has) a limit of 7 usb-midi devices, and I wanted to have more instruments plugged in.
    - RPI onboard audio is unusable for quality reasons, so it needs a sound card or audio interface.
    The downside of not using Jack is that you wouldn't be able to connect soft synths or a browser-based reverb. This isn't a problem for me since I'm only using hardware sound sources and Reaper's built-in effects... but it is still a big factor to consider.
    So now I'm using Reaper in Linux on an old notebook. It works nicely, and lacks the rpi-specific problems.
    The main remaining issue I've had is that Reaper doesn't name its alsa midi devices... so they're simply numbered. This can make auto-connection a little tricky since the number can change from one day to the next. Also, it only has one input and one output device, so it can only handle 16 channels worth of midi data at a time and the user can't leave every instrument on channel 1. I haven't found this to be a problem, but it'd be nice to be able to create additional endpoints.

    • @mr_floydst
      @mr_floydst  3 года назад +2

      Hi, thanks for watching and for your detailed feedback. I agree, it's a totally different story on X86.
      Despite banging my head onto the piano in this video, I think Reaper+Pi are a perfect match due to reaper's small footprint on system resources. For sequencing external gear (or MIDI processing) it's a flexible, portable solution. And while I rolled my eyes at the various audio demons linux can use, setting up an "audio pipe" to the browser was quite cool. :-) Best regards!

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

    A2JMidi, that's something to try! But has you managed to make use of the Gpio pins also for raw midi data out? It would be superneat... it would take 330k to the square years for me to figure it out tho, but this is the best video on the Pi400 and DAWS out there!! Kudos!!! (The PiAmiga is also very cool, but it's not about music...yet...)

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

      Hi, thanks for watching! Doing that does not seem too hard, there are some tutorials out there... I could make my own video, though. One can't get too specific. ;-)

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

    Do you feel any latency? And, have you tried any USB audio interfaces (something like those Focusrite ones). And, was your MIDI keyboard connected over USB? Worked out of the box? Thanks for the experiments and sharing!

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

      Thanks for watching! I didn't notice latency, but then again I'm not the fastest player in the world, uhm.
      You can tweak the JACK settings to get lower latency, just like you can do on Windows.
      Yes, standard USB MIDI devices will work without any problems, and yes, standard USB audio interfaces will work right away, too.

  • @666tonsofsquirrels
    @666tonsofsquirrels 2 года назад +2

    Possible next video:
    Is the latency ok for live tracking? What if I wanted to use it as a compact ampsim or mixer/recorder for live purposes? It'll require an interface pcb or at the very least an existing usb interface (for which there won't be drivers, i assume....)

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

      Hi, thanks for watching! I should really do an update on the current BullsEye 64bit - this was a big step forward for Reaper on the PI (plus, I talked about more stuff since I made this video - and some of the info is obsolete by now)

    • @666tonsofsquirrels
      @666tonsofsquirrels 2 года назад

      @@mr_floydst I’m only new to your channel so haven’t gone through backlog or know so much. Overall, the videos are awesomely informative, i just commented on that side of the tech as it’s what I’m interested in 😁

  • @Livelaughlimpbizkit
    @Livelaughlimpbizkit 2 года назад +2

    Hey pal, is the song available for stream anywhere? The vocal melody has been stuck in my head non stop since I watched this yesterday. I love it.

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

      same here. very atmospheric vibe...not located it thus far :D

    • @mr_floydst
      @mr_floydst  2 года назад +2

      @@barticasun Oh, pardon, I thought I answered this! The song is here: floydsteinberg.bandcamp.com/track/shelter
      I guess you'll like some of the other songs, too, then, e.g. floydsteinberg.bandcamp.com/track/marooned :-)

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

      @@mr_floydst thanks Floyd much appreciated 😎👍🏻 #1983 #shelter

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

      Whole album released on spotify . Cool

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

    As always a great video.

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

    This is why I settled for Tracktion Waveform on the Pi. It works nicely on Ubuntu Mate without the need for these workarounds.

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

      Thanks for watching! There are some great DAWs on Linux / the PI. Reaper might get there sooner than we think (once they add plugin support, that is). Thanks for your suggestion, I will take a look at it.

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

      It's pretty normal to run jack and a2jmidid because of the great, flexible routing. This is not a workaround; it's this way by design because of the forcibly it offers. There are some great LADSPA and LV2 plugins for synths and effects. Most synth packages can be used as plugins or stand alone packages and the stand alone versions can be rooted to multiple destinations (both audio and MIDI) using Jack.

    • @mr_floydst
      @mr_floydst  3 года назад +2

      @@davidpetersonharvey Please don't mistake my antics in the video for disregard - they're there to make you watch the video longer ;-)
      Routing your DAW into a browser and then back is super cool.
      It's up to the creators of Distributions to make life easier for musicians, Raspbian is not focused on that, but on the DIY stuff. That's ok.

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

      @@mr_floydst thanks for the reply and the video. I need to get a Pi 4. I couldn't even run samplev1 on the 3+ because it would not steal after 3 voices and have all kinds of glitches.
      On my regular computer, I'm running Ubunto studio and Ardour is my DAW. I love Reaoer on Windows but my workflow is pretty worthless in Ardour at this point.
      Peace,.

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

    Linux has a real issue with its multiple sound systems. The problem has been going on for years, and it doesn't seem to be going away any time soon. Still - you got there despite that. Well done!

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

      Yes. Stuff like this always happens due to politics and power struggle - I hope they'll settle down on a standard some day. All of Linux' audio systems are flexible and powerful, but how many people really need to send audio to another machine over the network? ;-)

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

      They are working on it and trying to tackle it with PipeWire.

    • @mr_floydst
      @mr_floydst  3 года назад +3

      @@GertBoers Interesting! But this will only succeed if a majority of developers support that. That diversity has always been Linux' strength and weakness at the same time. It's a miracle there is only one kernel... oh wait... :-)

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

    Nice video. I don't use a DAW, well, didn't. Recently I've dipped my toes in Ardour and LMMS.
    Would love to see you checking those two out on the Pi. :)

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

      Hi Gert, thanks for watching! While preparing this video, I installed both of them. LMMS is a stable, simple to use and feature-rich DAW, even on the PI. The built-in synths and effects are quite good! The user interface is a bit outdated and way too small for big screens, though. Ardour seems to be more modern, but also much too complicated for even the simplest things like recording some notes. Also, it crashed several times while trying to use a plugin synth. I gave up on that.

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

      @@mr_floydst Thanks for your reply!

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

    You can solve all the audio stuff of jack and alsa by installing pipewire. It implements both alsa and jack and for someone using linux for years simplified a lot.

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

      Thanks for pointing that out! I'll take a look at that.

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

    Thanks for doing all the things I’m dreaming about :) If you compare this to running a vst host on a pc stick, which will render the best sound quality and lowest latency?

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

      Thanks for watching! Before filming this, I tried all the realtime kernel systems and even tried to compile my own. Seems on the PI 400, the realtime kernel doesn't work (yet) due to missing drivers (or something). On the PI4, that's no problem, you can easily run dedicated distributions like Zynthian or Patchbox OS, but overall, I think you're better served with a small PC and Microsofts' "no latency" audio driver added to Windows 10 some time ago (Peter Brown sometimes watches my videos and perhaps will be delighted to read this) ;-)

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

      I'm really thinking of getting a pc stick too. Perfect for traveling with the mpc

  • @arcanics1971
    @arcanics1971 3 года назад +2

    I use alsa with Reaper. But then I only use it for audio really. When I do use midi, I go via Carla. There's no doubt that JACK is superior, but I had so many issues with it, I just gave up. 9/10 I will log into Windows if I want a soft synth, record it there and export the audio to use when I go back into Linux.
    Though I am using a PC not a PI.
    Still this was very interesting and I like the comedy!

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

      Thanks! Well, I went into this without prior knowledge and this isn't meant to be a "this is how it's done" tutorial, but rather a documentation of my own way of removing the roadblocks. The Pi's ARM CPU can't run X86 code, so a lot of options available on PC aren't at your disposal on the PI.

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

      @@mr_floydst Normally you can use aconnect for midi devices on Alsa. Wasn't that an option? Still impressed by your investigation on using Jack.

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

      That propably would work, but I forgot about it when doing this video. :-) Now that you mentioned it, I remember coming up with aconnect in another video I did, haha. Oh well. All in all, this shouldn't be necessary just to record some notes. The audio situation on Linux is... complicated.

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

    I'd love a 64-bit version of this! Some instructions don't seem to apply to 64-bit bullseye.

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

      Oh right! Bullseye! I need to take a look at that. Thanks for reminding me.

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

    a2jmidid is the repository name. sudo apt-get install a2jnidid is the command to install I believe, then simply run a2jmidid in Terminal after starting jack.

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

      Thanks for pointing that out. I think using the repository GUI is easier for people who are not into Linux (for example, hobby musicians). So I try to avoid the shell whenever possible.

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

    Happy new year to you too! I've been messing around trying to turn my pi into a headless vst host, but not much luck and synthv1 is much easier. I'd love a video on patchbox OS and Orac on the pi if you've had a chance to play with that?

    • @mr_floydst
      @mr_floydst  3 года назад +2

      Thanks for watching! I'm afraid that's not possible - Linux _can_ run VST plugins wrapped in an emulation layer on X86/X64 PCs. But as the RasPi is using an ARM chipset, the VST plugins won't work. You can use one of the 2 other DAW: LMMS or Arduor. (LMMS has a tiny,tiny UI, but it's more stable and comes with a lot of good-sounding and useful plugins. Ardour crashed everytime I tried to load a soft synth)

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

      BTW I did videos on Zynthian and Patchbox OS. There's a playlist with all my PI stuff: ruclips.net/video/ae5TYhnhp3w/видео.html Patchbox OS is the one comparing the PI to the ZOOM pedal.

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

      Great, cheers! Missed the zoom video, will give it a watch!

  • @ButeSound
    @ButeSound 3 года назад +3

    The reaper reaplugs should be available for use..

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

      Thanks for watching! They are. And they're quite good! My goal for this video was to find a way to use other soft synths, though. ;-)

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

      @@mr_floydst they are indeed, used since 07! I thought you might try reaverb or reverberate when mentioning reverb.
      Lv2 plugin support is coming btw, which will help linux builds.

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

    I had a gew headaches on pi4. mostly because I was impatient and didnt spend time reading about it. I did try it on linux computer ;ater and its good for me.
    did the js plugins not work?
    there is plenty of tools in there including decent reverbs, delays, eq's etc.
    even the plain old synth can be made to sound good (thanks kenny gioia for showing how simple can be layered into great).
    sws extensions, reapack, sitala , helm etc cover a lot of ground.
    there is also a midi bridge for vsts into wine but I have most of what I want from reaper and their recommended basics.
    so havent really tried them and not on a pi4.
    cheers and thanks for posting

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

      Hi, thanks for watching!
      In these videos, I'm just capturing my own progress in "the field" and some ideas I have along the way ;-)
      Please don't mistake my sarcastic tone for disresptect. My main goal here was to show you can pipe the sound from your DAW to whatever you like, for example a web browser. Needless to say that is totally awesome and can't be done in any other OS ;-)

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

      @@mr_floydst I like your sense of humour and very much agree with you.
      it is all good.
      I also liked the dexed touch. brilliant stuff.
      thanks again

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

    The song from the end of this video is here floydsteinberg.bandcamp.com/track/shelter
    or on RUclips: ruclips.net/video/jGjU2thmE_U/видео.html

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

    I would have loved to hear that 'chord' at the beginning; sometimes you come up with the nicest sounds by just dropping your hands (or head) onto the keys...
    (oh) just realized you played it mid way... kind of sounds Herbie Hancock-ish...

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

      Jamming this way could cause some severe headaches for both you and your audience. Not recommended. ;-)

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

    thank you Floid happy new year for you too good luck and health so that your dreams come true .... tell me the voice is in the song Vocaloid if so I would be happy to see a vocaloid tutorial from you because the voice sounds nice :)

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

      Hi, thanks for watching! It's not Vocaloid, but EMVoice (you can download a free trial of one octave both male & female). Funny thing is, we're so used to actual artists using effects on their voice that this robot voice comes across as relatively authentic. (If you listen closely, even the breathing noises are in the right places)

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

    oh cool, you got PI400 !!!!!! Floyd, are you able to try "Matrix Piano" on it ???

    • @mr_floydst
      @mr_floydst  3 года назад +2

      Of course. I'll report back to you. :-)

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

    I think my comments disappeared. Is this song on any streaming platforms? The vocal melody has been stuck in my head all day. I need to have this song on my phone!!!!

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

      Just found you on Apple Music, this song is crazy with the 80's guitar (it's so tasteful and minimal which is perfect). Well done! Your vocalist is amazing too, esp loved the reverse vocals part.

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

      Thank you very much for your kind words, this means a lot to me. I see you already found it yourself. There's also a video ruclips.net/video/jGjU2thmE_U/видео.html and Bandcamp floydsteinberg.bandcamp.com/track/shelter
      On my RUclips home there's a playlist where I listed my musical output best to worst, haha. Best regards!

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

    lol! yes, that's the linux adventures :-D thx for this video !

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

      Thanks for watching, once again. Some things about Linux' general design really makes me scratch my head. There are 4 different sound systems, and most of the time, you need to run at least 2 of them, and a gazillion desktops to choose from, but not one of them is _really_ good. This is the result of "anyone can do anything and no one ever decides in which direction to go". :-)

  • @dyscotopia
    @dyscotopia 5 месяцев назад

    Is reaper any good? I keep hearing about it... I use Ableton, but I don't want to upgrade and I really only use it as sequencer for external gear, vst host, and to time stretch samples... Can reaper do all that? What's the learning curve for someone coming from Ableton?
    I don't need to run it on Linux, I'm just open to trying a different DAW on win 10

    • @mr_floydst
      @mr_floydst  5 месяцев назад +1

      I never used Ableton, but the approach to sequencing is very different as far as I've heard. Reaper is more like Cubase in its workflow.
      Timestretching is one of the things Reaper does very well.

    • @dyscotopia
      @dyscotopia 5 месяцев назад

      @@mr_floydst wow. That's a surprise to me given your pedigree. I thought all synth tubers at least had a passing knowledge of Ableton (no disrespect, it's not everyone's cup of tea). I have used many sequencers in my day, starting with Amiga trackers in the 80s, and never really enjoyed arranging with Ableton (Cakewalk was nice for thst) so Reaper seems worth a shot given it's free to try

    • @mr_floydst
      @mr_floydst  5 месяцев назад

      @@dyscotopia There's so many things I never tried, and same for you I guess ;-)
      I grew up with Cubase on the Atari and later used it on PC but then switched to Reaper because all the people on our Discord server use that, so it's easier to collaborate on tracks together.

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

    who is the singer in the background music? is it your music? greeting from the Netherlands

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

      Hi, thanks for watching! Yes, it's my music. I'm planning to release the full version this or next week here... And that will include some guest artists from the Netherlands, if everything works out as intended - I've already got a super awesome guitar track but negotiating to get a real vocal track, too. :) In this video, it's not a real singer, but a plugin (EMVoice Lucy). But I think it sounds pretty convincing, the expression is really good and even the breathing noises are where they are supposed to be.

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

      @@mr_floydst you are right. The voice is convincing. Wil check your bandstand account for the release of your new music.
      I

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

    You should next explore modular synthesis by running the new & free Cardinal plugin inside Reaper.

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

      Thanks for your suggestion! I'll take a look at that.

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

      @@mr_floydst This video should help... ruclips.net/video/GNTGF_r36lk/видео.html

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

    Cannot find the song and the vocal stem. How do you get it? Who sung it originally? Grüsse nach Hannover

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

      I'm not sure if I understood your question correctly - I wrote this song, and the vocals were pre-recorded and just added on top of the synth tracks. The song is here floydsteinberg.bandcamp.com/track/shelter . If you want to have the vocals as seperates, I'll have to search my archive ;)

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

      @@mr_floydst than congratulation for the lyrics and music. I am sure i cannot write better music to this nice singing, but generally the biggest nice compoment is a voice, which is hard to get. So a general request if you would enable your audience to follow your teaching to propose a voice stem to use.

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

      @@mr_floydst subscribed on spotify, your album is nice. Meanwhile found out the your singer is an AI (EM voice).

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

    Hi I cannot get sound out of Jack! Midi records but no sound :( any ideas what may be wrong?

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

      In the latest release of Raspbian and Reaper, you don't need to do all of the hoola-hoop shown in this video. Try installing Reaper only, then go to it's audio settings and select e.g. Pulse Audio as audio driver. That should work, though you'll get horrible latency. Just try some of the audio systems on offer there, one will work eventually. ;-)

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

      @@mr_floydst it doesnt work, Ive tried on a 3b and a 4 rpi, it says it cannot open my midi device and no sound comes out. At least with jack midi is comming to Reaper. I guess it has something to do with pulseaudio being non stopped while launching jackd server.
      I am using no audio interface just attempting to use 3.5 mm as sound playback do you think that could be the problem?

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

    I'd like to connect my R24 to my raspbery pi 4 and then connect to Reaper, do you think that's possible?

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

      Hi! The last time I tried, it didn't work - the R24 didn't show up as an audio device. Perhaps things have changed (it's been more than a year since I tried). I'll try it once I have time and come back to you. :-)

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

    What version of linux did you end up using?

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

      Hi, thanks for watching! For the moment, I'm just using Raspbian. (Not much time to spare at the moment to try new things). I'll post a video update once I found out something interesting to share, though. :) Do you have any suggestions what I should try?

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

    Yeah! GNU/Linux and over open-source software are little hard to use, but it's a good way for artistic... :-)

    • @mr_floydst
      @mr_floydst  3 года назад +2

      It's easier when using LMMS, but there are enough videos on that topic out there. :-) Reaper is fairly popular in the Windows world, for good reason: it's small and stable and has some really useful capabilities.

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

      @@mr_floydst Yes, exactly. Personally i use Ubuntu Studio in my computer, with LMMS, Ardour, Audacity, Bitwig and MilkyTracker software. :-)

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

    I was thinking about doing THE SAME THING MAN XDDDDD really nice video

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

      Thanks for watching! I think it's easier to just use LMMS. Though Reaper is more suited for the RasPi thanks to it's small footprint, but the lack of native plugin support is a show-stopper, unfortunately.

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

      @@mr_floydst if you have plugin availability issues you can use Carla (a Host) for some Win or MAC OS plugins hosting! on KX repositories, they have some plugins too, also the new update of Raspberry Pi OS that uses PulseAudio instead of ALSA finally x'd
      Ubuntu Mate has a nice 64-bit use of the Pi and support, watched a video about setting it for the Pi seems good if you wanna go on with your proyect :)

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

      @@mendoxx097 Thanks for your suggestion! I'll take a look at that. Looks promising!

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

    delicious pi !

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

      Yes indeed! :-) Thanks for watching!

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

    I installed Reaper withot problems. But if I start it, i get the message (sorry, in German) "Kindprozess >>home/REAPER/reaper

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

      My first guess would be file access right problems. Well, it's a PI, why not try sudo ./reaper? ;-) Does that help?

  • @XavierRadix
    @XavierRadix 3 года назад +6

    It's kinda strange that we've already come to this point where you can have a fully functioning PC inside a small keyboard casing... Cool stuff!

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

      Bought a PC for my older kid which is roughly the size of a match box. Can play Fortnite. :)

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

      @@mr_floydst That's crazy, but awesome!

    • @mr_floydst
      @mr_floydst  3 года назад +5

      @@XavierRadix Yeah. Also, "not bigger than a matchbox" obviously refers to the PC, not my kid. :)

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

      I guess I’m old enough to have used a Commodore (C64) back in the day, so I remember these style packages 🤓

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

      @@Roboprogs Welcome to the club. I started on the Sinclair ZX81. :-)

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

    Come on with raspberry Pi 4

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

    You could use VCV Rack.

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

      Thanks for watching! I can do that some time in the future, if that's what you mean. And of course, there are other (easier) options on Linux/RasPi: LMMS, for example. But I chose to use Reaper for this video specifically. :-)

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

      Yeah maybe 8 gigs of ram will be better for VCV.

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

    The QWERTZ keyboard threw this American for a loop.

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

      Thanks for watching! I can totallz understand that reaction - sorrz to have confused zou. :)

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

      😂🤭

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

    Ha ha,- that's Linux. ;-)
    Thank you for the video.

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

    Check out PiSound, Zynthian, and Norns DIY you might find them interesting

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

      Thanks for your feedback! I already did. You'll find some videos on my channel.

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

    can install windows 7 and ableton 9?

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

      Thanks for watching! No, this is running an ARM processor, which isn't compatible with X86/Intel. It's possible to run a virtual machine and then install Windows on it, but I guess doing so would not be optimal.

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

      @@mr_floydst saddly, but reaper is a good daw to live too

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

    4:16 Now check out the hook while my DJ resolves it.

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

    Bro ineed a/b variation styles

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

      Thanks for watching. What are you referring to?

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

      Psr550 styles

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

    You might want to consult the Linux Musicians Forum (linuxmusicians.com) next time instead of Googling for 220 years, ha ha. ;-)
    P.S. PulseAudio and Jack are two flavors of audio servers and are not really meant to be used together. Musicians use Jack (and hate PA with a passion), general users use PA.

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

      Thanks for watching! I know that forum. Please don't mistake my snarky tone for real disregard for open source software. In fact, piping the audio through a browser is a very impressive thing I really wanted to show in a video. I know there are a lot of actual VST plugins around (which I talked about in later videos). Best regards!

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

      @@mr_floydst Ha ha, I know that you like Linux. But, like you discovered, it can have a steep learning curve. Nowadays less so than in the past, but making music on Linux is pretty incomprehensible. Especially if a DAW does not fully support Jack and needs a pipe to and from Alsa for it (brrrrrrr, Reaper). And don't get me started on VST's, there's:
      - Linux VST
      - Windows VST
      - Apple Macintosh VST
      - 32 bit versus 64 bit (the former don't work in Windows no more)
      - VST version 2.4 and ver. 3
      And then you have Linux audio plugins (i.e. VST alternatives): LADSPA and LV2. Pfffffffff.... No wonder there's a separate Linux Musicians Forum! ;-)

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

    Anyone else watching this have a clue what's going on? Cool track!

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

      Thanks for watching! Uhm, well, this video was targeted at viewers who watched me struggling with Linux and the PI since last year, so I fast forwarded on some of the things I already explained earlier. :) If you like the track, I posted the full version (with wicked guitar parts) here: ruclips.net/video/jGjU2thmE_U/видео.html

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

      @@mr_floydst no worries, if anything it's inspired me to get my pi out and do something with it! Keep up the good work 👍 thanks for the link

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

      of course

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

    Linux and audio = complicate simple Thinks

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

      Thanks for watching! I agree, though it's up to the creators of distributions to simplify these things for the users. Raspberry PI is a machine for people who enjoy solving computer problems, so this video is not representative on Linux in general. :-)

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

      that's why pipewire exists, soon Linux audio will be simple by default