Go Back   Cockos Incorporated Forums > REAPER Forums > ReaScript, JSFX, REAPER Plug-in Extensions, Developer Forum

Reply
 
Thread Tools Display Modes
Old 02-11-2019, 02:53 PM   #321
juliansader
Human being with feelings
 
Join Date: Jul 2009
Posts: 3,714
Default

Quote:
Originally Posted by JamesPeters View Post
I tried the compress script as well as the two warp scripts. They both crash Reaper. To reproduce, run the script and have it be active (don't commit the changes by clicking a mouse button); press ESC. Reaper crashes without warning. The system I'm using is in my sig. Thanks!
To which action is ESC assigned in your configuration?
juliansader is offline   Reply With Quote
Old 02-11-2019, 03:06 PM   #322
JamesPeters
Human being with feelings
 
Join Date: Aug 2011
Location: Near a big lake
Posts: 3,943
Default

Quote:
Originally Posted by juliansader View Post
To which action is ESC assigned in your configuration?
Default is "time selection : remove time selection and loop points". It doesn't do that in the MIDI editor however (it normally closes the MIDI editor window). I unassigned the ESC key and tried again. The crash still happens even if ESC isn't assigned to an action.

It's not a key I'd normally use in the MIDI editor but I was initially unsure how to commit the changes of the script. When learning new stuff, ESC is usually a relatively safe key to hit, so I just tried it. Instead of closing the MIDI editor window it "closed" Reaper instantly.
JamesPeters is offline   Reply With Quote
Old 02-11-2019, 03:29 PM   #323
lunker
Human being with feelings
 
lunker's Avatar
 
Join Date: Nov 2007
Location: Lucas, TX, USA (via Luleå, Sweden)
Posts: 2,008
Default

Quote:
Originally Posted by JamesPeters View Post
I was initially unsure how to commit the changes of the script. When learning new stuff, ESC is usually a relatively safe key to hit
Yes, I do that, too. Using ESC is kind of a default "I'm done with this window/tool -- please close it now" reflex for me.

I can confirm that it DOES NOT crash for me, and I DO have the ESC key assigned to an action in the MIDI editor (Reset all MIDI devices).

I wonder if maybe trying to close the MIDI editor window while the script was running is the culprit.
__________________
Best Regards, Ernie "lunker" Lundqvist
BDSM (Bad Dog Studio Musicians)
Windows 10 running on Z390 + i7-8700
lunker is offline   Reply With Quote
Old 02-11-2019, 04:09 PM   #324
JamesPeters
Human being with feelings
 
Join Date: Aug 2011
Location: Near a big lake
Posts: 3,943
Default

I read your post and then I realized ESC was bound to a "close window" action for the MIDI editor section of the action list (I'd only looked at the "section: main" before). So I removed that binding. Even after restarting Reaper, hitting ESC would still close the MIDI editor window. (And it would crash Reaper if those scripts were active.) I then removed the binding of the ESC key for all "sections" of the action list just in case. The MIDI editor would still close when hitting ESC, and that crash would still happen if the scripts were running when I did that.

So I assigned ESC to "reset all MIDI devices" in "section: MIDI editor" as you did (a good choice for that key, in my opinion). Now ESC no longer closes the MIDI editor window, and it no longer crashes Reaper if the scripts are running when I hit ESC in the MIDI editor.
JamesPeters is offline   Reply With Quote
Old 02-12-2019, 11:03 AM   #325
Tod
Human being with feelings
 
Tod's Avatar
 
Join Date: Jan 2010
Location: Kalispell
Posts: 14,745
Default

@Julian, I updated my scripts today, including the js_ReaScriptAPI. When I tried to run the older script:

"Script: js_Draw linear or curved ramps in real time.lua"

I got a message that it was replaced by this script:

"Script: js_Mouse editing - Draw ramp.lua"

When I run the new script "Draw ramp" it's very erratic. What am I doing wrong.

Tod is offline   Reply With Quote
Old 02-12-2019, 11:19 AM   #326
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

There's definitely something not right. Let's see.
Are you by chance holding the hotkey, that you executed the script with?
__________________
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 02-12-2019, 12:06 PM   #327
lunker
Human being with feelings
 
lunker's Avatar
 
Join Date: Nov 2007
Location: Lucas, TX, USA (via Luleå, Sweden)
Posts: 2,008
Default

Just a guess -- are you perhaps left-clicking while you draw the ramp?

I'm not totally used to the new scripts yet, but I think left-clicking terminates all of these scripts. So depending on how you are triggering the script you might accidentally be stop/starting it over and over while you try to draw one ramp. (I guess kind of like what _stevie_ was suggesting)
__________________
Best Regards, Ernie "lunker" Lundqvist
BDSM (Bad Dog Studio Musicians)
Windows 10 running on Z390 + i7-8700

Last edited by lunker; 02-12-2019 at 12:48 PM.
lunker is offline   Reply With Quote
Old 02-12-2019, 12:42 PM   #328
Tod
Human being with feelings
 
Tod's Avatar
 
Join Date: Jan 2010
Location: Kalispell
Posts: 14,745
Default

Quote:
Originally Posted by _Stevie_ View Post
There's definitely something not right. Let's see.
Are you by chance holding the hotkey, that you executed the script with?
Thanks Stevie, and yes, I thought I had to, because if let go of the hotkey, the script would stop.

But going back and testing now, I see if I quickly let go of the hotkey, then I can draw the ramp and also use the mouse wheel
to fashion the curve. Also I see right click changes the vertical start position, great.

I'm going to like this script much better then the old one.

Also thanks lunker, yes I was also left clicking because I was trying to find some way to make it work better.
Tod is offline   Reply With Quote
Old 02-12-2019, 02:58 PM   #329
Vagelis
Human being with feelings
 
Vagelis's Avatar
 
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 3,795
Default

Wow..Tremendous work,absolutely fantastic tools! Man I think you should be hired to work for Cockos on the development of Automation Items and the Midi editor.

Most of the "famous" Daws, if not all, would kill to have these features.

Thanks for making Reaper even more unique!
Vagelis is offline   Reply With Quote
Old 02-13-2019, 12:52 PM   #330
juliansader
Human being with feelings
 
Join Date: Jul 2009
Posts: 3,714
Default

Quote:
Originally Posted by JamesPeters View Post
I tried the compress script as well as the two warp scripts. They both crash Reaper. To reproduce, run the script and have it be active (don't commit the changes by clicking a mouse button); press ESC. Reaper crashes without warning. The system I'm using is in my sig.
Thanks for the report -- I've been able to replicate it: On Linux, REAPER crashes if the editor is closed while the script is running. I will include a safety check for this situation in the next update.


(P.S. I have updated the GIFs for Connect nodes and Slice notes.)

Last edited by juliansader; 02-13-2019 at 04:13 PM.
juliansader is offline   Reply With Quote
Old 02-13-2019, 01:11 PM   #331
Tod
Human being with feelings
 
Tod's Avatar
 
Join Date: Jan 2010
Location: Kalispell
Posts: 14,745
Default

Hi Julian, I was following your your list under "Midi editing tools" and Found some of them had
different names and functionality now. I'm just mentioning it because it took me some time to figure
out what was going on.
Tod is offline   Reply With Quote
Old 02-14-2019, 09:28 AM   #332
pbattersby
Human being with feelings
 
pbattersby's Avatar
 
Join Date: Jun 2012
Posts: 348
Default

While using the new "js_Mouse editing - Draw_ramp" script, I see that it draws plenty of redundant CC messages by default. I also understand there is a script "js_Option - Toggle skip redundant events when inserting CCs" to toggle that but how long does the toggle state survive? Will it keep it's state through all projects and after I shut down and restart Reaper?

If I want to never draw redundant CC messages, how do I do that? Inside the script I see this variable:

Code:
local skipRedundantCCs
I've tried setting it to true, I've also tried setting it to 1 (then saved/recompiled the script - I even shut down and reloaded Reaper to ensure the changes were loaded). It seems to have no effect.

p.s. Thanks for these scripts. They are awesome.
__________________
Paul Battersby
Virtual Playing Orchestra - free sample library @ http://virtualplaying.com
pbattersby is offline   Reply With Quote
Old 02-14-2019, 09:31 AM   #333
EvilDragon
Human being with feelings
 
EvilDragon's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 24,790
Default

The redundant CC draw toggle is global forever, it's written in reaper-extstate.ini.
EvilDragon is offline   Reply With Quote
Old 02-14-2019, 10:08 AM   #334
Vagelis
Human being with feelings
 
Vagelis's Avatar
 
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 3,795
Default

I armed an action from the toolbar accidentally but now i can't disarm it even if i arm a different action from the keyboard.
I tried to disarm it from the actions menu too but no luck..
Now when i arm another action from the keyboard it's messed up because they are both actions armed.
Any help would be much appreciated.

Last edited by Vagelis; 02-14-2019 at 10:25 AM.
Vagelis is offline   Reply With Quote
Old 02-14-2019, 11:57 AM   #335
juliansader
Human being with feelings
 
Join Date: Jul 2009
Posts: 3,714
Default

Quote:
Originally Posted by Vagelis View Post
I armed an action from the toolbar accidentally but now i can't disarm it even if i arm a different action from the keyboard.
I tried to disarm it from the actions menu too but no luck..
Now when i arm another action from the keyboard it's messed up because they are both actions armed.
Any help would be much appreciated.
Could you please give some more information? (How did you arm it: left-click or right-click on toolbar button? Screenshot of toolbar? Which action did you arm? How did you try to disarm it? What do you mean by "both actions armed"? Which two actions are now both armed?)
juliansader is offline   Reply With Quote
Old 02-14-2019, 12:06 PM   #336
Tod
Human being with feelings
 
Tod's Avatar
 
Join Date: Jan 2010
Location: Kalispell
Posts: 14,745
Default

Quote:
Originally Posted by EvilDragon View Post
The redundant CC draw toggle is global forever, it's written in reaper-extstate.ini.
Can you explain ED, I don't find it in my reaper-extstate.ini. It would be great if redundant CCs would be constantly eliminated.

This is all I find that seems to apply to the "js_" script stuff. I do have an icon setup to delete redundant CCs in selected CCs.

[js_Draw linear]
Last power=5.0544702849929
[js_Insert ramps (use mouse)]
Last tip version=3.30
[js_Draw ramp]
Last shape=linear,0.0585,false
Tod is offline   Reply With Quote
Old 02-14-2019, 12:10 PM   #337
pbattersby
Human being with feelings
 
pbattersby's Avatar
 
Join Date: Jun 2012
Posts: 348
Default

Quote:
Originally Posted by EvilDragon View Post
The redundant CC draw toggle is global forever, it's written in reaper-extstate.ini.

That's good news! Thanks.
__________________
Paul Battersby
Virtual Playing Orchestra - free sample library @ http://virtualplaying.com
pbattersby is offline   Reply With Quote
Old 02-14-2019, 12:13 PM   #338
pbattersby
Human being with feelings
 
pbattersby's Avatar
 
Join Date: Jun 2012
Posts: 348
Default

Quote:
Originally Posted by Tod View Post
Can you explain ED, I don't find it in my reaper-extstate.ini. It would be great if redundant CCs would be constantly eliminated
I just ran the script (from within the MIDI editor) and I find this in my reaper-exstate.ini file

Code:
[js_Mouse actions]
skipRedundantCCs=true
[LFO generator]
skipRedundantCCs=true
__________________
Paul Battersby
Virtual Playing Orchestra - free sample library @ http://virtualplaying.com
pbattersby is offline   Reply With Quote
Old 02-14-2019, 12:31 PM   #339
Tod
Human being with feelings
 
Tod's Avatar
 
Join Date: Jan 2010
Location: Kalispell
Posts: 14,745
Default

Quote:
Originally Posted by pbattersby View Post
I just ran the script (from within the MIDI editor) and I find this in my reaper-exstate.ini file

Code:
[js_Mouse actions]
skipRedundantCCs=true
[LFO generator]
skipRedundantCCs=true
Aah okay, I'll have to check it after I've run a script. Just shows my ignorance about some of this stuff.
Tod is offline   Reply With Quote
Old 02-14-2019, 01:14 PM   #340
AugerJ
Human being with feelings
 
Join Date: Dec 2015
Posts: 476
Default js_MIDI Inspector - how to change text color from yellow

Quote:
Originally Posted by juliansader View Post
js_MIDI Inspector ...
The default colors of the GUI can be customized in the script's USER AREA.
Hi. Pixie utility shows that the yellow text color is
60,100,100 HSV (255,255,0 RGB).
I haven't found those numbers in the script (regarding colors).
So, how do I change this yellow to, say,
0,0,75 HSV (192,192,192 RGB) or to
0,0,78 HSV (199,199,199 RGB)?
Thanks.
AugerJ is offline   Reply With Quote
Old 02-14-2019, 01:47 PM   #341
juliansader
Human being with feelings
 
Join Date: Jul 2009
Posts: 3,714
Default

Quote:
Originally Posted by Tod View Post
Aah okay, I'll have to check it after I've run a script. Just shows my ignorance about some of this stuff.
Users that are interested in the technical stuff can check ini files, but other users don't need to -- simply run the Toggle script, like any of REAPER's own toggle actions, and that's it!
juliansader is offline   Reply With Quote
Old 02-14-2019, 01:50 PM   #342
juliansader
Human being with feelings
 
Join Date: Jul 2009
Posts: 3,714
Default

Quote:
Originally Posted by AugerJ View Post
Quote:
Originally Posted by juliansader View Post
js_MIDI Inspector ...
The default colors of the GUI can be customized in the script's USER AREA.
Hi. Pixie utility shows that the yellow text color is
60,100,100 HSV (255,255,0 RGB).
I haven't found those numbers in the script (regarding colors).
So, how do I change this yellow to, say,
0,0,75 HSV (192,192,192 RGB) or to
0,0,78 HSV (199,199,199 RGB)?
Thanks.
Go to the script's user area, and look for these lines:
Code:
fontFace = "Ariel"
fontSize = 14
textColor = {1,1,1,0.7}
highlightColor = {1,1,0,1}
backgroundColor = {0.18, 0.18, 0.18, 1}
shadowColor = {0,0,0,1}
The values range from 0 to 1, and are RGBA, IIRC.
juliansader is offline   Reply With Quote
Old 02-14-2019, 02:35 PM   #343
AugerJ
Human being with feelings
 
Join Date: Dec 2015
Posts: 476
Default

Thanks. Adjusted.
AugerJ is offline   Reply With Quote
Old 02-14-2019, 02:40 PM   #344
Vagelis
Human being with feelings
 
Vagelis's Avatar
 
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 3,795
Default

Quote:
Originally Posted by juliansader View Post
Could you please give some more information? (How did you arm it: left-click or right-click on toolbar button? Screenshot of toolbar? Which action did you arm? How did you try to disarm it? What do you mean by "both actions armed"? Which two actions are now both armed?)
I armed it with left click on the toolbar,the action Draw Lfo or 2-sided Warp,i tried to disarm it from the toolbar or from the actions menu with right click-disarm actions.
About both actions armed, i mean that the action on the toolbar was always armed(highlighted) even if i was arming another action from the keyboard.
E.g armed 2-sided Warp om toolbar and then Draw lfo from keyboard.

By the way i restarted Reaper now and it seems the action that was armed on the toolbar is no longer armed.(nor highlighted)

But now when i use the action Draw Lfo, with keyboard shortcut only, drag the mouse and then move the mousewheel up, i get this message:check the link https://gifyu.com/image/wPQI

P.s I get also this message even when i move the mousewheel down, but only after i scroll down 3-4 times where it reaches the last shape of the lfo.
Vagelis is offline   Reply With Quote
Old 02-14-2019, 03:17 PM   #345
juliansader
Human being with feelings
 
Join Date: Jul 2009
Posts: 3,714
Default

Quote:
Originally Posted by Vagelis View Post
I armed it with left click on the toolbar,the action Draw Lfo or 2-sided Warp,i tried to disarm it from the toolbar or from the actions menu with right click-disarm actions.
The left-click arming method (an older scripted feature) and the right-click arming method (REAPER's recent native feature) are two distinct methods that won't affect each other. [EDIT: Hmmm... I just noticed there *is* an interaction: scripts with states set to "off" can somehow not be right-click armed. I will try to find a solution tomorrow.]

Right-click-armed actions can be disarmed -- and *need* to be disarmed -- since they temporarily override the default left-click mouse modifier.

Left-click-armed actions do not need to be disarmed, since the arming doesn't affect anything else: it simply indicates which action will be called by the "Run script that is armed in toolbar" script. You can still run any other Mouse editing script from its own shortcut.


Quote:
Originally Posted by Vagelis View Post
About both actions armed, i mean that the action on the toolbar was always armed(highlighted) even if i was arming another action from the keyboard.
E.g armed 2-sided Warp om toolbar and then Draw lfo from keyboard.
When you arm an action, its button will light up and remain lit. If you run another Mouse editing action from its own shortcut (that is, not from the "Run script that is armed" script), that action's button will also light up temporarily while it is running. So you will temporarily see two button lit.


Quote:
Originally Posted by Vagelis View Post
But now when i use the action Draw Lfo, with keyboard shortcut only, drag the mouse and then move the mousewheel up, i get this message:check the link https://gifyu.com/image/wPQI
I do not see a message in the screenshot - could you please upload it again?

Last edited by juliansader; 02-14-2019 at 03:37 PM.
juliansader is offline   Reply With Quote
Old 02-14-2019, 03:45 PM   #346
Tod
Human being with feelings
 
Tod's Avatar
 
Join Date: Jan 2010
Location: Kalispell
Posts: 14,745
Default

Quote:
Originally Posted by juliansader View Post
I do not see a message in the screenshot - could you please upload it again?
This is the message I see Julian.

Tod is offline   Reply With Quote
Old 02-14-2019, 04:00 PM   #347
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

Yes, this happened to me a couple of times. For example, when the grid is set to 1/1 (or was it 1/4?). I'll have to 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 02-14-2019, 04:02 PM   #348
EvilDragon
Human being with feelings
 
EvilDragon's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 24,790
Default

Quote:
Originally Posted by juliansader View Post
Users that are interested in the technical stuff can check ini files, but other users don't need to -- simply run the Toggle script, like any of REAPER's own toggle actions, and that's it!
Scripts cannot report toggle state in the Actions list, right?
EvilDragon is offline   Reply With Quote
Old 02-14-2019, 04:05 PM   #349
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

They can:
https://forum.cockos.com/showthread.php?t=196079
__________________
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 02-14-2019, 05:02 PM   #350
EvilDragon
Human being with feelings
 
EvilDragon's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 24,790
Default

So perhaps that script to toggle skipping redundant CCs should report its toggle state, then
EvilDragon is offline   Reply With Quote
Old 02-14-2019, 05:02 PM   #351
juliansader
Human being with feelings
 
Join Date: Jul 2009
Posts: 3,714
Default

Quote:
Originally Posted by Tod View Post
This is the message I see Julian.
Quote:
Originally Posted by _Stevie_ View Post
Yes, this happened to me a couple of times. For example, when the grid is set to 1/1 (or was it 1/4?). I'll have to check.
Please copy the error text from the console and send it to me.
juliansader is offline   Reply With Quote
Old 02-14-2019, 05:15 PM   #352
juliansader
Human being with feelings
 
Join Date: Jul 2009
Posts: 3,714
Default

Quote:
Originally Posted by EvilDragon View Post
So perhaps that script to toggle skipping redundant CCs should report its toggle state, then
It does indeed report its toggle state in the Actions list, and you can even link it to a button. For example, in this GIF the "Skip redun" button is visible above measure 3:



One inconvenience of scripts' toggle states is that REAPER doesn't automatically update the state at startup, so you have to run the action once before you can check the state.

Last edited by juliansader; 02-17-2019 at 12:10 PM.
juliansader is offline   Reply With Quote
Old 02-14-2019, 06:07 PM   #353
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

Quote:
Originally Posted by juliansader View Post
Please copy the error text from the console and send it to me.
Damn, it must have been something else in conjunction with the grid setting. I'll post it here, as soon as it happens again!
__________________
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 02-14-2019, 11:23 PM   #354
EvilDragon
Human being with feelings
 
EvilDragon's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 24,790
Default

Quote:
Originally Posted by juliansader View Post
One inconvenience of scripts' toggle states is that REAPER doesn't automatically update the state at startup, so you have to run the action once before you can check the state.
That must be what's tripping me up. Bummer.
EvilDragon is offline   Reply With Quote
Old 02-15-2019, 01:24 AM   #355
Vagelis
Human being with feelings
 
Vagelis's Avatar
 
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 3,795
Default

Julian i tried again and as Stevie mentioned propably it has something to do with the grid settings.Yesterday i was trying the action while the grid was 1/128.
Today i tried with other grid settings and it worked like a charm
So the problem appears to be when the grid is at 1/128.
Attached Images
File Type: png Error.png (11.6 KB, 152 views)

Last edited by Vagelis; 02-15-2019 at 01:42 AM.
Vagelis is offline   Reply With Quote
Old 02-17-2019, 04:09 AM   #356
juliansader
Human being with feelings
 
Join Date: Jul 2009
Posts: 3,714
Default

Quote:
Originally Posted by Vagelis View Post
So the problem appears to be when the grid is at 1/128.
Thanks for letting me know. I uploaded new versions that should fix this bug (and the two other issues mentioned in previous posts).

The MIDI Inspector has also been revamped. Users sometimes complain that the region/marker area above the ruler is wasted space, particularly if the MIDI editor is docked below the arrange view. The MIDI Inspector can now be 'docked' inside this space:


Last edited by juliansader; 02-17-2019 at 12:11 PM.
juliansader is offline   Reply With Quote
Old 02-17-2019, 04:19 AM   #357
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

Wow, very unexpected, thanks Julian. Didn't even know this was possible!

Just a thought for the trim script. Do you think it would be possible to additionally incorporate a "trim start"?
__________________
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 02-17-2019, 11:05 AM   #358
lunker
Human being with feelings
 
lunker's Avatar
 
Join Date: Nov 2007
Location: Lucas, TX, USA (via Luleå, Sweden)
Posts: 2,008
Default

Quote:
Originally Posted by _Stevie_ View Post
Do you think it would be possible to additionally incorporate a "trim start"?
Yeah, I vote for that. That would enable creating "strum" chords with this tool. (although there are plenty of other ways to do that in Reaper already)
__________________
Best Regards, Ernie "lunker" Lundqvist
BDSM (Bad Dog Studio Musicians)
Windows 10 running on Z390 + i7-8700
lunker is offline   Reply With Quote
Old 02-17-2019, 11:35 AM   #359
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

Yep, the arpeggio tool is indeed great for that.
Julian, this is only if it's not too much work. Would just be great to have
everything in one toolset.
__________________
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 02-17-2019, 11:38 AM   #360
Vagelis
Human being with feelings
 
Vagelis's Avatar
 
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 3,795
Default

Quote:
Originally Posted by juliansader View Post
I uploaded new versions that should fix this bug (and the two other issues mentioned in previous posts).
Thank you,i synchronised reapack to test the new version but i still see this message when i scroll the mousewheel and the grid is 1/128 - straight.But i don't see it when it's 1/128 dotted or tripplets.To be honest i 'd never use so small divisions for the lfo script,i just happened to spot it.

Edit:Also here's another message that might help.
Attached Images
File Type: png 2 0.png (7.8 KB, 894 views)

Last edited by Vagelis; 02-17-2019 at 11:45 AM.
Vagelis 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 02:15 AM.


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