• 0 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: January 12th, 2024

help-circle
  • I just use plain ol’ vim and other cli utilities, such as grep.

    Honestly literally any text editor will do, if you keep your notebook structure sane. Dunno what kind of “getting in the way” obsidian does, but I use it on my phone to edit my notebook and it just works.

    I have one loosely structured notebook for everything. Four main categories are Archive, Resources, Projects, Areas.

    My notebook looks something like this:

    Notes/
    |- Archive/
    |-- Templates/
    |-- ...
    |- Projects/
    |-- Minesweeper In C/
    |--- Minesweeper.md
    |--- C memory stuff.md
    |--- Other related stuff.md
    |-- World Shell Project/
    |--- World Shell.md
    |--- POSIX Reference.md
    |--- How to write a lexer.md
    |-- ...
    |- Areas/
    |-- College/
    |--- MySQL Module Abstract/
    |---- 2024-09-15.md
    |-- Creative Writing/ 
    |--- Age of Fire.md
    |--- My Digital Heartache.md
    |-- Health/
    |--- Leg stretches.md
    |--- Stop smoking.md
    |- Resources/
    |-- Parsing webpages with Readability-JS.md
    |-- Terminal Tools/
    |--- gcc.md
    |--- ffmpeg.md
    

    In my opinion you should really stop roaming for a miraculous app that will fix all your problems, pick up a text editor you like and start writing.



  • Oh. The plugin you’re looking for is either a sampler or a drum machine. I prefer samplers, there’s a handy one comes with Reaper called ReaSamploMatic.

    Either find some free VST plugin for a drum machine on the internet, or make one yourself using the sampler and some free samples off the internet.

    I’ll explain how I do it and used to do it.

    There’s a few ways to do that, my preferred way is this, it’s a bit hard to draw but it is way easier for mixing:

    1. Create a new track, name it Drums
    2. Create a few more tracks, each for Kick, Snare, HiHat, each for toms and your preferred cymbals.
    3. On the Drums track, there’s a button on the left lower side of the track that looks like a plus sign on mouse over, clicking it will make Drums track a folder for all tracks below it.
    4. In each drum track you’ve created load the ReaSamploMatic plugin, and load drums samples (that you should have downloaded somewhere, it’s easy to find them especially on reddit) into the plugin.
    5. Pretty much done. Ctrl+click+drag on the timeline will create a roll, double click the roll and draw the notes within.

    Now save the Drums folder as a template for future use.

    A bit more easier setup, but I find it lacking a bit during mixing:

    1. Create a single track called Drums
    2. Load multiple ReaSamploMatic plugins into it
    3. Load samples into each plugin
    4. Configure each plugin to use specific note on the piano roll, so that you can draw the entire drum kit midi inside a single roll, usually it’s the setting that has a range of note X to note Y.
    5. Create the roll, edit the roll.

    Your best friend soon will become Kenny from REAPER Mania YouTube channel, he has a truckload of extremely valuable content about reaper and music production, here’s one of the vids about creating a drum machine: https://www.youtube.com/watch?v=bZg1LFFhqms

    He has a few good vids about drums, just look up “reaper Mania drums” on YouTube.


  • You can try doing It this way, but I’m 100% sure on that, I mostly used my guitar with an Audio interface and a midi keyboard:

    1. Connect your drum kit using MIDI-OUT MIDI-IN sockets (on some devices USB is used for midi signal)
    2. In settings there’s a menu for all connected devices, make sure your drums are in that list and are active
    3. Create a new track and choose your drum kit as midi input device
    4. Open piano roll and check on drums which notes are triggered by which drum
    5. Load multiple ReaSamploMatic plugins one for each drum and configure them for the notes that the drum kit is triggering

    Or, if your kit has audio outputs then just connect it to your interface, it’s plug and play in this case.

    Once again, I never used drums, so it’s just what I would try to do if I had to connect the drums.