Old 04-24-2019, 06:21 AM   #161
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

That's really strange! Can you try with a portable install? Either, there's a pref that I didn't take into account or something is wrong with your Reaper installation. I'll check on my second machine, too.

EDIT: just checked on my other machine (different prefs as on my DAW) and it works there, too.
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 04-24-2019, 06:26 AM   #162
lowellben
Human being with feelings
 
lowellben's Avatar
 
Join Date: Aug 2010
Location: They put me in a home.
Posts: 3,432
Default

Quote:
Originally Posted by _Stevie_ View Post
That's really strange! Can you try with a portable install? Either, there's a pref that I didn't take into account or something is wrong with your Reaper installation. I'll check on my second machine, too.

EDIT: just checked on my other machine (different prefs as on my DAW) and it works there, too.
I have the most boring reaper ini config setup ever, believe me I'm 99.9999999999% positive it's not my setup.
but yes I'll happily fire up a portable test. gimme a few will report back.

I am so amped to use all your MIDI scripts because literally I've waited forever for this kindathing in Reaper so I just want this magic to work )

PS. I do use SWS if that matterss.
__________________
47.8% of statistics are made up.
lowellben is offline   Reply With Quote
Old 04-24-2019, 06:31 AM   #163
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

It really shocks me, that it's not working for you.
We'll find out what the issue is...

SWS is fine and even needed for the majority of the scripts.
So that won't be the issue.


Quote:
I am so amped to use all your MIDI scripts because literally I've waited forever for this kindathing in Reaper so I just want this magic to work )
That was exactly my motivation to code them!
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom

Last edited by _Stevie_; 04-24-2019 at 06:56 AM.
_Stevie_ is offline   Reply With Quote
Old 04-24-2019, 07:26 AM   #164
lowellben
Human being with feelings
 
lowellben's Avatar
 
Join Date: Aug 2010
Location: They put me in a home.
Posts: 3,432
Default

Quote:
Originally Posted by _Stevie_ View Post
It really shocks me, that it's not working for you.
We'll find out what the issue is...

SWS is fine and even needed for some of the scripts.
So that won't be the issue.




That was exactly my motivation to code them!
Ok. Ready for some good old fashioned "plot thickens"ness?

So here is what I just learned.

(forgive me I'm not a programmer)

First, after closing and opening Reaper, it SEEMS so far to be working as you intended But that leads to a point.

It seemed like Reaper had "froze" my mouse at some left-side screen point and it always thought it was there, even though I was literally mousing all over the place in the videos I made for you lol. Get this.

I confirmed this bug by hitting a contextual toolbar shortcut which only should appear when my mouse is hovered over the left sidebar piano roll and guess what. That toolbar appeared! which means in Reaper's eyes my mouse was OVER THE PIANO roll. Crazy!

So I guess it was Reaper, not you or me? :0 What do you make of that?
__________________
47.8% of statistics are made up.
lowellben is offline   Reply With Quote
Old 04-24-2019, 07:31 AM   #165
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

I just checked with a clean portable install and everything worked fine.

Oh man, what an odyssey on your side

The mouse functions are provided by SWS, so I'm not sure if this is really a Reaper issue.
Do you use some kind of special mouse driver software or some mouse hovering tools?
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 04-24-2019, 07:33 AM   #166
lowellben
Human being with feelings
 
lowellben's Avatar
 
Join Date: Aug 2010
Location: They put me in a home.
Posts: 3,432
Default

Quote:
Originally Posted by _Stevie_ View Post
I just checked with a clean portable install and everything worked fine.

Oh man, what an odyssey on your side

The mouse functions are provided by SWS, so I'm not sure if this is really a Reaper issue.
Do you use some kind of special mouse driver software or some mouse hovering tools?
I use a 1996 keyboard with an old mouse. I am not special in any way lol.
But at least it worked after a Reaper restart but it's so strange my mouse was being "seen"" locked somewhere, hmmm. I am going to keep testing your new scripts and let you know how awesome they are That's my morning! Hopefully you won't get any more bugs from me!
__________________
47.8% of statistics are made up.
lowellben is offline   Reply With Quote
Old 04-24-2019, 07:42 AM   #167
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

Haha, crossing my fingers! You are the 2nd person today!
I really hope we can find the culprit.

I could remove the mouse detection... But to me it seemed to be the most logical way to take care of all use cases.

The other way would be: check if the MIDI editor is open.
But what about people who have the MIDI editor always open?
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 04-24-2019, 07:48 AM   #168
lowellben
Human being with feelings
 
lowellben's Avatar
 
Join Date: Aug 2010
Location: They put me in a home.
Posts: 3,432
Default

Quote:
Originally Posted by _Stevie_ View Post
Haha, crossing my fingers! You are the 2nd person today!
I really hope we can find the culprit.

I could remove the mouse detection... But to me it seemed to be the most logical way to take care of all use cases.

The other way would be: check if the MIDI editor is open.
But what about people who have the MIDI editor always open?
No please don't remove mouse Wait until that being last resort. Honestly. I've used a lot of mouse scripts and they work fine, I'm sure it was Reaper hiccuping about my mouse position. I should have tried to find the current mouse position with pyautogui or something to see if the XY was something crazy instead of where my cursor "we saw" was instead.
That would have proved it
(that's all the programming I know lol)
Anyways, thanks for these scripts! Will let you know how my testing goes this AM.
__________________
47.8% of statistics are made up.
lowellben is offline   Reply With Quote
Old 04-24-2019, 08:37 AM   #169
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

Okay, will leave everything as is. I really put a lot of thought into this method. I just recently adapted all my scripts to that, haha.
Would be a pity, if it didn't work!
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 04-26-2019, 11:50 AM   #170
Zirrex
Human being with feelings
 
Join Date: Jul 2017
Location: Russia
Posts: 75
Default

Script: sr_Zoom MIDI editor to content.lua

Nice! Thank you.
But All Reaper scripts "Zomm to Content" work only with horizontal zoom. There is no accounting for the vertical zoom to Content. :-(
Zirrex is offline   Reply With Quote
Old 04-26-2019, 12:33 PM   #171
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

Yes, that's true no way to do that right now.
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 07-06-2019, 05:47 AM   #172
zookthespook
Human being with feelings
 
Join Date: Mar 2015
Location: India Mumbai
Posts: 816
Default

Hi Stevie ,

I can't thank you enough for making the "Open MIDI editor and zoom to content and Zoom MIDI editor to content" script !

i just don't understand how does reaper asses opening the midi editor. I almost have to scroll around a few times to get to the place i need to , with this script, boom !!! it just focuses on the area . This should have been a native protocol , i am replacing my double click midi item from the default action to your amazing script

really appreciate it man

cheers
zook
zookthespook is offline   Reply With Quote
Old 07-06-2019, 06:04 AM   #173
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

Hey Zook!

Haha thank you, but you have to thank Julian
more than me. I just adjusted his script a bit to my needs
Glad that it is of help for your workflow!
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 07-06-2019, 05:23 PM   #174
lowellben
Human being with feelings
 
lowellben's Avatar
 
Join Date: Aug 2010
Location: They put me in a home.
Posts: 3,432
Default

Quote:
Originally Posted by zookthespook View Post
Hi Stevie ,

I can't thank you enough for making the "Open MIDI editor and zoom to content and Zoom MIDI editor to content" script !

i just don't understand how does reaper asses opening the midi editor. I almost have to scroll around a few times to get to the place i need to , with this script, boom !!! it just focuses on the area . This should have been a native protocol
Should. But won't be.
__________________
47.8% of statistics are made up.
lowellben is offline   Reply With Quote
Old 10-01-2019, 07:12 PM   #175
anthraxsnax
Human being with feelings
 
Join Date: May 2014
Posts: 109
Default

How hard would it be to get your render VSTi only item to render multichannel audio?
anthraxsnax is offline   Reply With Quote
Old 10-02-2019, 03:09 PM   #176
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

Can't say from the top of my head. Will have to check, when I have a bit more time.
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 10-12-2019, 07:15 PM   #177
ulna
Human being with feelings
 
Join Date: Nov 2016
Posts: 13
Default

Quote:
Originally Posted by _Stevie_ View Post
Can't say from the top of my head. Will have to check, when I have a bit more time.
Thanks so much for these scripts Stevie! You've helped make my transition from Logic a little less painful!
ulna is offline   Reply With Quote
Old 10-14-2019, 05:07 AM   #178
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

Thanks! Very glad to hear that
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 11-09-2019, 12:07 PM   #179
Dafarkias
Human being with feelings
 
Dafarkias's Avatar
 
Join Date: Feb 2019
Location: Southern Vermont
Posts: 864
Default

Hey Stevie!

You just pointed me towards your repo over in Julian's thread, and I had a question about a behavior with you scripts, "Select notes before/after mouse cursor (in take under mouse or in MIDI editor)"

I'm trying use them on a MIDI piano track with a lot of midi notes, and it's not working consistently. Every now and then I get the error message: "Can't select notes, because overlapping notes were found"

The problem is, that these overlapping notes are part of the original piano performance, and I don't want to remove them and change the tonality of the recording.

I tried removing the segment of script that returned the error, and that only caused glitching.
__________________

Support my feature request!
Dafarkias is offline   Reply With Quote
Old 11-09-2019, 12:14 PM   #180
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

Hey Darfakias!

With overlapping notes, something else is meant:

overlapping notes: same note, same pitch and overlapping.
That's something the Reaper API can't deal with. That's why you got strange results, when removing the code from my script.

That's scenario that will actually never happen when recording piano, but when you insert notes manually on top of another note OR (I think) when you punch in
over a note. There's an action in the MIDI editor called "correct overlapping notes". Execute that one and run my script again. This should fix the problem.
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 11-09-2019, 12:22 PM   #181
Dafarkias
Human being with feelings
 
Dafarkias's Avatar
 
Join Date: Feb 2019
Location: Southern Vermont
Posts: 864
Default

Quote:
Originally Posted by _Stevie_ View Post
With overlapping notes, something else is meant:
Sorry Stevie! I made myself look like an idiot! (again)

Thanks!
__________________

Support my feature request!
Dafarkias is offline   Reply With Quote
Old 11-09-2019, 12:23 PM   #182
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

No, you didn't at all
This is really something that is very Reaper specific, nothing to be ashamed of
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 01-23-2020, 01:47 PM   #183
lowellben
Human being with feelings
 
lowellben's Avatar
 
Join Date: Aug 2010
Location: They put me in a home.
Posts: 3,432
Default

Hi. I have a question please. Did you know this, or is this intended.

All of your sr_Nudge note end right to next grids
All of your sr_Nudge note end left to next grids
(some quantize to closest grids too)

ignore selected notes and ALL notes in the MIDI item get nudged?

I've tried this on several projects, it's always happening.
Can these scripts please work on only selected notes? It's not very easy to work with when it does those actions on all notes THANK YOU

Or is there a secret way to get this to only impact selected notes please Tell me.
__________________
47.8% of statistics are made up.
lowellben is offline   Reply With Quote
Old 01-23-2020, 03:47 PM   #184
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

Hm, is it this action here?

https://nextcloud.stephanroemer.net/...pfF8FnycwxQkGB
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 01-23-2020, 04:18 PM   #185
lowellben
Human being with feelings
 
lowellben's Avatar
 
Join Date: Aug 2010
Location: They put me in a home.
Posts: 3,432
Default

Quote:
Originally Posted by _Stevie_ View Post
Yes. It's driving me crazy. I swear I know how to use actions lol. But it's applying itself to the entire item, regardless of selected notes.

Any way you can think of I can trouble shoot this Thanks man.
__________________
47.8% of statistics are made up.
lowellben is offline   Reply With Quote
Old 01-23-2020, 04:50 PM   #186
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

I’ll have a look, it’s not happening with other actions of mine, right?
Like transpose, etc...
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 01-23-2020, 07:07 PM   #187
lowellben
Human being with feelings
 
lowellben's Avatar
 
Join Date: Aug 2010
Location: They put me in a home.
Posts: 3,432
Default

Quote:
Originally Posted by _Stevie_ View Post
I’ll have a look, it’s not happening with other actions of mine, right?
Like transpose, etc...
I don't think quantize ones are broken. But the nudge note ends in both directions are bonked. Here's a video. Sorry, it's the best I can do.

See? It messed up the whole item bigtime, even though 2 notes were selected Help? Thanks.

https://stash.reaper.fm/38144/helpmeee.mp4
__________________
47.8% of statistics are made up.
lowellben is offline   Reply With Quote
Old 01-25-2020, 08:45 AM   #188
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

I have found the issue, it has to do with using the MIDI editor docked.
Now, I need to find a way to solve that :P
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 01-25-2020, 09:00 AM   #189
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

I noticed that you were executing the action from the action list.
I just remembered why the scripts behaves as it does (intentionally).
Therefore, I made a quick video about how the script works in different cases:
https://nextcloud.stephanroemer.net/...mSyKeZT6jMRqfK
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 01-25-2020, 01:01 PM   #190
lowellben
Human being with feelings
 
lowellben's Avatar
 
Join Date: Aug 2010
Location: They put me in a home.
Posts: 3,432
Default

Quote:
Originally Posted by _Stevie_ View Post
I have found the issue, it has to do with using the MIDI editor docked.
Now, I need to find a way to solve that :P
You are a genius. I am so glad to have helped give back Sorry it's in the form of a bug report thingy though. Yes I docked my MIDI !
__________________
47.8% of statistics are made up.
lowellben is offline   Reply With Quote
Old 01-25-2020, 01:01 PM   #191
lowellben
Human being with feelings
 
lowellben's Avatar
 
Join Date: Aug 2010
Location: They put me in a home.
Posts: 3,432
Default

Quote:
Originally Posted by _Stevie_ View Post
I noticed that you were executing the action from the action list.
I just remembered why the scripts behaves as it does (intentionally).
Therefore, I made a quick video about how the script works in different cases:
https://nextcloud.stephanroemer.net/...mSyKeZT6jMRqfK
I've executed the action from toolbar icons on my MIDI toolbar in the editor, fyi
This is how I first found the issue, then troubleshooted via action menu fwiw.
__________________
47.8% of statistics are made up.
lowellben is offline   Reply With Quote
Old 01-25-2020, 01:03 PM   #192
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

I see, will check!
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 01-25-2020, 01:10 PM   #193
lowellben
Human being with feelings
 
lowellben's Avatar
 
Join Date: Aug 2010
Location: They put me in a home.
Posts: 3,432
Default

Quote:
Originally Posted by _Stevie_ View Post
I see, will check!
Thank you thank you!! That video of yours was SO helpful for your scripts! Now I see more
__________________
47.8% of statistics are made up.
lowellben is offline   Reply With Quote
Old 01-26-2020, 08:29 AM   #194
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

Could you record another video for me?
This time with the action assigned to a button (the way you would actually use it).
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 01-26-2020, 08:42 AM   #195
lowellben
Human being with feelings
 
lowellben's Avatar
 
Join Date: Aug 2010
Location: They put me in a home.
Posts: 3,432
Default

Quote:
Originally Posted by _Stevie_ View Post
Could you record another video for me?
This time with the action assigned to a button (the way you would actually use it).
After watching your video, I understand more now about this "context" safety feature. The toolbar buttons work, I meant to say earlier that my toolbar was a floating one not docked. So my mouse cursor was not "over" the midi editor.

It works if the toolbar icon is attached to the MIDI editor but I don't usually have it that way here.
__________________
47.8% of statistics are made up.
lowellben is offline   Reply With Quote
Old 01-26-2020, 10:05 AM   #196
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

Yeah, I almost anticipated that it had to do with floating toolbars.
The issues is, when firing up a floating toolbar, the previous window (arrange or MIDI editor) will lose focus and AFAIK there is no way to tell what the recently focused window was. So, I'm afraid, for the time being, we are stuck with the current solution.
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 01-26-2020, 10:16 AM   #197
lowellben
Human being with feelings
 
lowellben's Avatar
 
Join Date: Aug 2010
Location: They put me in a home.
Posts: 3,432
Default

Quote:
Originally Posted by _Stevie_ View Post
Yeah, I almost anticipated that it had to do with floating toolbars.
The issues is, when firing up a floating toolbar, the previous window (arrange or MIDI editor) will lose focus and AFAIK there is no way to tell what the recently focused window was. So, I'm afraid, for the time being, we are stuck with the current solution.
Thank you for the info. Maybe you could include that in the script notes or help file? Just an idea. Either way, your scripts work great if they are launched in the way you suggest in your video. Thanks!!!
__________________
47.8% of statistics are made up.
lowellben is offline   Reply With Quote
Old 01-27-2020, 06:11 PM   #198
CEART
Human being with feelings
 
CEART's Avatar
 
Join Date: Jul 2018
Location: LAITW
Posts: 176
Default Fixed

I also come from Cubase and as a medium newcomer to Reaper I want to try some of the useful "emulate back" Stephen's scripts. I did a first test by installing 'sr_Mute notes after mouse cursor (in take under mouse or in MIDI editor) .lua'

Once on MIDI editor, with some MIDI sequence notes pre-recorded, when I try to use the script I get this: 'Error - No MIDI take found. Please hover a MIDI take'
What I'm missing out? should I activate or configure something related to the mouse before using this type of script?

Thanks on help.

Reaper 6.03 / Win7 x64

U P D A T E: FIXED

I ran/test the script straight from the Action List, which obviously affected the focus cursor. I just assigned it to a key command and it's perfect. My beginner's mistake, Thank you.Wonderful scripts!

Last edited by CEART; 01-27-2020 at 07:09 PM.
CEART is offline   Reply With Quote
Old 01-30-2020, 06:28 AM   #199
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

Hey guys! Glad it’s now working for you both!
On a second thought, I could make versions of the script that will only work
in the midi editor. Then, it could also be triggered from a toolbar.
Which scripts would you like to be modified?
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 01-30-2020, 08:06 AM   #200
b0se
Human being with feelings
 
b0se's Avatar
 
Join Date: Jan 2019
Location: UK
Posts: 938
Default

Damn, there's almost too much in it, don't know where to start

Has some of this been incorporated into Reaper, some of them seem familiar (dragging the edges or alt+wheel to move etc).

Thanks!
__________________
Smooth V6 1080P/HiDPI Theme
b0se is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 10:48 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.