Old 05-11-2020, 03:49 PM   #1
amagalma
Human being with feelings
 
amagalma's Avatar
 
Join Date: Apr 2011
Posts: 3,451
Default amagalma_Distinguish visually the ripple editing modes

big pic

# Colors the items that will move in ripple editing modes
- Color can be set inside the script
- Script reports on/off state so that it can be set to a toolbar button
- If prompted by Reaper, choose "Terminate instances" and "Remember"
- Requires JS_ReaScriptAPI extension >= v1.002
- Inspired by nikolalkc Colored Rippling extension

in ReaPack


If you are a macOS user and the script does not work for you: You have to disable optimized drawing.
__________________
Most of my scripts can be found in ReaPack.
If you find them useful, a donation would be greatly appreciated! Thank you! :)

Last edited by amagalma; 05-12-2020 at 09:14 AM.
amagalma is offline   Reply With Quote
Old 05-11-2020, 04:14 PM   #2
Vagelis
Human being with feelings
 
Vagelis's Avatar
 
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 3,797
Default

Another useful script, thanks a lot!
Vagelis is offline   Reply With Quote
Old 05-11-2020, 05:22 PM   #3
Jae.Thomas
Human being with feelings
 
Join Date: Jun 2006
Posts: 22,567
Default

for some reason I can't get this to work. Says I have 1.002 installed of reascript but when I try and get the latest....it doesnt seem to register

Last edited by Jae.Thomas; 05-11-2020 at 05:47 PM.
Jae.Thomas is offline   Reply With Quote
Old 05-12-2020, 01:07 AM   #4
amagalma
Human being with feelings
 
amagalma's Avatar
 
Join Date: Apr 2011
Posts: 3,451
Default

Quote:
Originally Posted by Jason Brian Merrill View Post
for some reason I can't get this to work. Says I have 1.002 installed of reascript but when I try and get the latest....it doesnt seem to register
It requires at least v1.002. If you don't have it installed then the ReaPack Browse packages window opens automatically and points you to install it:



What does the column Version say in your system? If it doesn't say 1.002 then right-click and choose to install the latest (1.002 at the moment) and hit Apply.

PS. The last version in ReaPack at the moment is 1.002
__________________
Most of my scripts can be found in ReaPack.
If you find them useful, a donation would be greatly appreciated! Thank you! :)

Last edited by amagalma; 05-12-2020 at 01:41 AM.
amagalma is offline   Reply With Quote
Old 05-12-2020, 02:38 AM   #5
amagalma
Human being with feelings
 
amagalma's Avatar
 
Join Date: Apr 2011
Posts: 3,451
Default

v1.15 changelog:
- Code tidying up
- Possible improvement of occasional flickering when having lots of tracks in ripple all-tracks mode (using JS_Composite_Delay function)
__________________
Most of my scripts can be found in ReaPack.
If you find them useful, a donation would be greatly appreciated! Thank you! :)
amagalma is offline   Reply With Quote
Old 05-12-2020, 04:56 AM   #6
IXix
Human being with feelings
 
Join Date: Jan 2007
Location: mcr:uk
Posts: 3,889
Default

Nice one. I always get caught out by ripple.
IXix is offline   Reply With Quote
Old 05-13-2020, 02:58 PM   #7
dahya
Human being with feelings
 
Join Date: Oct 2019
Posts: 229
Default

Quote:
Originally Posted by amagalma View Post

# Colors the items that will move in ripple editing modes
- Color can be set inside the script
- Script reports on/off state so that it can be set to a toolbar button
- If prompted by Reaper, choose "Terminate instances" and "Remember"
- Requires JS_ReaScriptAPI extension >= v1.002
- Inspired by nikolalkc Colored Rippling extension

in ReaPack


If you are a macOS user and the script does not work for you: You have to disable optimized drawing.
Nice one Amagalma, works beautifully, after having realised I need to set ripple editing on in the first place ! Thank you very much !
dahya is offline   Reply With Quote
Old 08-25-2020, 06:48 AM   #8
daxliniere
Human being with feelings
 
daxliniere's Avatar
 
Join Date: Nov 2008
Location: London, UK
Posts: 2,581
Default

No worries, thanks for the explanation.

I wonder if it points to a videocard problem? I always have a problem that opening even the lightest and well-coded of VST plugins (Pro-Q3) causes a momentary audio playback dropout, even when recording. (though never any dropped recorded audio)
__________________
Puzzle Factory Sound Studios, London [Website] [Instagram]
[AMD 5800X, 32Gb RAM, Win10x64, NVidia GTX1080ti, UAD2-OCTO, FireFaceUCX, REAPER x64]
[Feature request: More details in Undo History]

Last edited by daxliniere; 08-25-2020 at 07:38 AM.
daxliniere is offline   Reply With Quote
Old 08-25-2020, 07:00 AM   #9
amagalma
Human being with feelings
 
amagalma's Avatar
 
Join Date: Apr 2011
Posts: 3,451
Default

It could! What you describe should not happen (unless you are close to 100% CPU use)
__________________
Most of my scripts can be found in ReaPack.
If you find them useful, a donation would be greatly appreciated! Thank you! :)
amagalma is offline   Reply With Quote
Old 08-25-2020, 07:37 AM   #10
daxliniere
Human being with feelings
 
daxliniere's Avatar
 
Join Date: Nov 2008
Location: London, UK
Posts: 2,581
Default

Yeah, definitely nowhere near 100% CPU. And I'm running RME interfaces, so it's unlikely to be them since all their load is managed inside the interface's FPGA.
__________________
Puzzle Factory Sound Studios, London [Website] [Instagram]
[AMD 5800X, 32Gb RAM, Win10x64, NVidia GTX1080ti, UAD2-OCTO, FireFaceUCX, REAPER x64]
[Feature request: More details in Undo History]
daxliniere is offline   Reply With Quote
Old 10-13-2020, 07:04 AM   #11
andyp24
Human being with feelings
 
andyp24's Avatar
 
Join Date: Mar 2016
Posts: 1,239
Default

Hi

Was really looking forward to trying this. Installed script from ReaPack, and set it as Global Startup.

If I select an Item, subsequent items which would be Rippled change colour (with their tracks) - great.

But if I scroll or Zoom the timeline, the colouring stays where it is, so it's no longer showing the items which will be affected.

That makes it unusable for me.... :-(

Is there something I'm doing wrong? Win10, 64bit.

Thanks
Andy
andyp24 is offline   Reply With Quote
Old 10-13-2020, 08:34 AM   #12
amagalma
Human being with feelings
 
amagalma's Avatar
 
Join Date: Apr 2011
Posts: 3,451
Default

Reproduced.. it happens when vertically scrolling/zooming, not horizontally. I' ll look into this
__________________
Most of my scripts can be found in ReaPack.
If you find them useful, a donation would be greatly appreciated! Thank you! :)
amagalma 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:29 PM.


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