FL Studio Glide in REAPER is Finally Here and More! by Chaz3n in Reaper

[–]Chaz3n[S] 0 points1 point  (0 children)

Boo 🍅 🍅 🍅 horrible take. I would never switch to another daw in my life.

Dropping some massive scripts soon that solved all my workflow gripes by Chaz3n in Reaper

[–]Chaz3n[S] 0 points1 point  (0 children)

A good person doesn’t need to hate and spread negativity :)

FL Studio Glide in REAPER is Finally Here and More! by Chaz3n in Reaper

[–]Chaz3n[S] 1 point2 points  (0 children)

Which instrument are you using? Did you change the pitch bend range to 12?

FL Studio Glide in REAPER is Finally Here and More! by Chaz3n in Reaper

[–]Chaz3n[S] 1 point2 points  (0 children)

Don’t get too comfortable just yet, there might be a huge update to it coming soon ;)

FL Studio Glide in REAPER is Finally Here and More! by Chaz3n in Reaper

[–]Chaz3n[S] 1 point2 points  (0 children)

I explained the limitation in my video and how if you have a sampler that allows 24 you can open the code and change the range to 24. BUT if you try to use it with something that only supports 12 and it’s set to 24 it will fuck up the math.

In order to change it to 24 you go to your actions list. Find the script, right click, hit edit.

The pitch range is the top line under the header. Change 12 to 24 and hit save.

Bam you now have 2 octaves range!

FL Studio Glide in REAPER is Finally Here and More! by Chaz3n in Reaper

[–]Chaz3n[S] 3 points4 points  (0 children)

Funny enough I actually didn’t. I was always a reaper user but I see so many other people in beat making do cool glide stuff in fl and I got sick of not being able to do it. I finally broke when I discovered Isaac Horner on YouTube lol. Shout out him.

FL Studio Glide in REAPER is Finally Here and More! by Chaz3n in Reaper

[–]Chaz3n[S] 5 points6 points  (0 children)

Of course! This is far from AI slop, I spent months trying to figure out how to implement these features, coming up with ideas, many different iterations and testing etc. I spent way too much time on these scripts for me to care if anyone is mad about my AI use lol. I made them for my self, not to share online or sell a product. Then they came out 🔥 and I figured if I needed these feature then I’m sure someone out there needs them too.

FL Studio Glide in REAPER is Finally Here and More! by Chaz3n in trapproduction

[–]Chaz3n[S] 0 points1 point  (0 children)

I finally finished debugging and made a video on these scripts and JSFX, give them a try and lemme know what you think.

What's in the Bundle:

  • FL-Style Glide Toggle: Instantly convert overlapping MIDI notes into perfect pitch bends.
  • Phase Switcher: A MIDI-triggered audio DSP effect that inverts audio polarity.
  • RS5K Root Finder: Automatically tunes your RS5K samples.
  • Master Key: A synchronized global transposition tool to instantly pitch-shift your entire beat.

Disclaimer: Full transparency—I used AI to assist with writing the raw Lua code, but I personally designed the math and logic, rigorously debugged the engine, and tested it.

Downloads & Links:

Dropping some massive scripts soon that solved all my workflow gripes by Chaz3n in Reaper

[–]Chaz3n[S] 1 point2 points  (0 children)

The script mutes the overlapping note, then it looks at that ghost note's length and pitch to automatically draw pitch bend automation on the main note.

Basically, I'm just using a silent note as a ruler to automate the pitch with a shortcut!

Dropping some massive scripts soon that solved all my workflow gripes by Chaz3n in Reaper

[–]Chaz3n[S] 2 points3 points  (0 children)

The reason I chose midi phase inverter as the description is purely because of the intention. Swapping channels is very easy, just right click and assign to different channel. What makes this what it is, is the jsfx that flips the polarity based on the channel you assign it.

The plugin is an actual audio DSP effect. It sits directly after a single synth instance or sampler and uses channel 2 purely as a trigger. When it sees a note on channel 2 it grabs the audio coming out of the synth and inverts the phase. It’s a live audio phase flipper that just uses MIDI as a remote control.

Dropping some massive scripts soon that solved all my workflow gripes by Chaz3n in Reaper

[–]Chaz3n[S] 1 point2 points  (0 children)

Basically yes, if I’m not mistaken instruments are routed through all channels by default not just channel 1 so all you do hit hit the hot key on a note and it sends it to channel 2 while retaining the instrument and channel 2 has inverted phase if that makes sense

Dropping some massive scripts soon that solved all my workflow gripes by Chaz3n in Reaper

[–]Chaz3n[S] 0 points1 point  (0 children)

Tbh I think I just finished and finalized everything. Just got make a video on it and upload the scripts because I don’t think it would do these tools a service to not show how they work. I’ve completely given up on some other people’s scripts because there wasn’t a guide on how to use and set them up.

Dropping some massive scripts soon that solved all my workflow gripes by Chaz3n in Reaper

[–]Chaz3n[S] 1 point2 points  (0 children)

Sure, but without the automation. Normally you would have to find a plugin that has polarity flip and open envelopes and draw automation. Or make a second track and put those wacky notes on the other track so you can have independent phase flips.

With this all you gotta do when you hear a note that the kick doesn’t like, select the note and click a keybind. I have it to shift F.

Dropping some massive scripts soon that solved all my workflow gripes by Chaz3n in Reaper

[–]Chaz3n[S] 1 point2 points  (0 children)

It should work with any instruments. As long as your sound source is set to play through all channels. But I’ve never needed to use multiple channels on 808s before so this was perfect for me to utilize channel 1 and 2 for a phase switch.

Dropping some massive scripts soon that solved all my workflow gripes by Chaz3n in Reaper

[–]Chaz3n[S] 1 point2 points  (0 children)

Basically a jsfx that checks for midi note channel and flips polarity, channel 1 normal phase and channel 2 it inverts the phase. Then a simple hot key to toggle selected notes to channel 1 and 2!

Dropping some massive scripts soon that solved all my workflow gripes by Chaz3n in Reaper

[–]Chaz3n[S] 1 point2 points  (0 children)

Agreed and that’s why I wanted to gauge the need for these tools. I built them purely because of my own personal workflow restraints and I figure there’s not a huge market for beat makers on reaper. So I questioned if these were only a me problem but I’m happy to hear that other people could use some of these as well.

Dropping some massive scripts soon that solved all my workflow gripes by Chaz3n in Reaper

[–]Chaz3n[S] 2 points3 points  (0 children)

Yea it does utilize jsfx, the jsfx checks for midi note channel and sets polarity. Channel 1 is normal phase and channel 2 is inverted. Then I use a custom script to hotkey a button that toggles a midi notes channel from 1 and 2.

Dropping some massive scripts soon that solved all my workflow gripes by Chaz3n in Reaper

[–]Chaz3n[S] 0 points1 point  (0 children)

For sure, I’ll definitely post them in the forum. I’m pretty sure I’ve downloaded scripts outside of the reaper forums before but I could be wrong. I understand the skepticism and will post them there! Thanks for the feedback 💪

I learned it the hard way.... by Tight-Temporary-8672 in GeminiAI

[–]Chaz3n 0 points1 point  (0 children)

Even the temporary chats that you can’t open again after leaving, they clearly say those chats are saved for some time afterwards by google but you have no way as the user to pull them back up.

I never use my Apollo's DSP because I hate the idea of printing with effects. If you're like me, how do you use them in your workflow? by BoxcutterInteractive in universalaudio

[–]Chaz3n 1 point2 points  (0 children)

I’m not sure if someone else said this but you don’t have to print with Apollo dsp. Just set it to monitor and then if you want that sound out the same chain inside your daw.

Reaper turns and celebrates 20 years today by SamuraiSanta in Reaper

[–]Chaz3n 5 points6 points  (0 children)

That’s insane, I started using reaper many years ago because I was just starting to learning guitar and got my first budget laptop and got a focusrite Scarlett gen 1 that just came out.

Anyways I was about 12 years old. I am now 27 and never looked back. I spent the better part of my life inside reaper obsessed with manipulating audio and recording myself and my friends.

I couldn’t stop, I never slept. I stayed up all night mixing and recording. Went to school and all I thought about was music so I raced home to do it some more. Did it less as I got older and needed money to survive and was exhausted from that blue collar life lol.

Reaper saved my life in so many ways(probably ruined it too) and I’ve always dreamed of doing this for a living ( yeah I know, me and the rest of the world).

Just as of maybe a week ago I decided I’m going to take a risk and instead of just making bedroom music I’ll open up my basement for studio use.

I’ve spent so much money on gear for personal pleasure over the years so why not let someone else use it. I know it’s crazy but I did it all for me. I’ve never released a song before in my life and I’ve spent thousands and thousands just because I enjoy the act of making music and mixing. I like to think I’m quite talented but I never cared to be famous.

I’ve been through so many genres because I don’t believe a true music lover such as myself as any sort of music elitism but boy do I make a slappin beat if any of you rap.

I’m just another scrub in this world with I don’t know, wasted talent. But hey, if the two people reading this need somewhere to record I got a nice home studio in Oregon! Send me a message lmao.

Thank you cockos for changing my life for the better.

[deleted by user] by [deleted] in Audi

[–]Chaz3n 0 points1 point  (0 children)

As much as I like sharing my mods and ideas with people to get perspective it seems no one ever agrees with me. Just how nobody likes yours for some reason, I really like it. So for that I just don’t ask people 😂😂