Old 07-17-2022, 02:57 PM   #7601
Diamondrecords
Human being with feelings
 
Join Date: Jun 2022
Posts: 6
Default error message

Quote:
Originally Posted by lb0 View Post
Hi, not knowing if this error happens consistently (each time you use Stripper) - or was just a one off - I've tried to prevent it in v0.94.0204.

Let me know if this fixes it.
Hi, I am also getting this message: LBX Stripper.lua:97441: attempt to index a nil value (field '?')


Do you know How to fix this issue. I tried reloading the script and the same thing happened.

thanks
Diamondrecords is offline   Reply With Quote
Old 07-17-2022, 04:54 PM   #7602
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,175
Default

Quote:
Originally Posted by Diamondrecords View Post
Hi, I am also getting this message: LBX Stripper.lua:97441: attempt to index a nil value (field '?')


Do you know How to fix this issue. I tried reloading the script and the same thing happened.

thanks
Hi,

What version of Stripper are you running? Assuming you cannot check within Stripper (due to the error) - you can open the main Stripper.lua file and the script version can be found near the top

Like the following:

Code:
lvar.scriptver = '0.94.0204' --Script Version
v0.94.0204 is the latest.

Have you downloaded the latest version from GitHub? I released an update for that error in the latest - that reportedly fixed the bug.

Please ensure you have v0.94.0204 and see if this fixes the issue.
__________________
Projects - Reascripts - Lua:
Smart Knobs 2 | LBX Stripper | LBX Floating FX Positioner
Donate via Paypal | LBX Tools Website
lb0 is offline   Reply With Quote
Old 07-17-2022, 05:48 PM   #7603
Diamondrecords
Human being with feelings
 
Join Date: Jun 2022
Posts: 6
Default

Quote:
Originally Posted by lb0 View Post
Hi,

What version of Stripper are you running? Assuming you cannot check within Stripper (due to the error) - you can open the main Stripper.lua file and the script version can be found near the top

Like the following:

Code:
lvar.scriptver = '0.94.0204' --Script Version
v0.94.0204 is the latest.

Have you downloaded the latest version from GitHub? I released an update for that error in the latest - that reportedly fixed the bug.

Please ensure you have v0.94.0204 and see if this fixes the issue.


I am using the lates version v0.94.204, it was working fine. I had an issue that the dynaic mode was not showing. I manage to find it by right clicking after importing a script. after i closed the lbx stripper and tried to reopen it, thats when the error message showed up.
Diamondrecords is offline   Reply With Quote
Old 07-18-2022, 01:02 AM   #7604
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,175
Default

Quote:
Originally Posted by Diamondrecords View Post
I am using the lates version v0.94.204, it was working fine. I had an issue that the dynaic mode was not showing. I manage to find it by right clicking after importing a script. after i closed the lbx stripper and tried to reopen it, thats when the error message showed up.
Ok - well - that's pretty odd. It's a pretty basic line of code - and if that's giving that error consistently - then there's something a bit odd about the state of the data.

Can you please PM me an email address so I can provide a debug version of the script to try and work out what is going on...?

Have you tried seeing if Stripper will start with an empty project?
__________________
Projects - Reascripts - Lua:
Smart Knobs 2 | LBX Stripper | LBX Floating FX Positioner
Donate via Paypal | LBX Tools Website
lb0 is offline   Reply With Quote
Old 07-27-2022, 03:21 PM   #7605
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,175
Default

New thread

https://forum.cockos.com/showthread.php?t=269153
__________________
Projects - Reascripts - Lua:
Smart Knobs 2 | LBX Stripper | LBX Floating FX Positioner
Donate via Paypal | LBX Tools Website
lb0 is offline   Reply With Quote
Old 01-11-2023, 10:42 PM   #7606
justcosmic1
Human being with feelings
 
Join Date: Dec 2013
Posts: 109
Default Great minds...

Quote:
Originally Posted by Rodulf View Post
...
If I were a developer, I would give serious thought to teaming up with you and making LBX-S into a native part of Reaper.
Funny enough I just said exactly this in the bug report thread that Ib0 opened re the save behaviour.
I totally agree - this improves Reaper exponentially IMO...and def should be integrated.
justcosmic1 is offline   Reply With Quote
Old 09-03-2023, 01:48 PM   #7607
daounandout
Human being with feelings
 
daounandout's Avatar
 
Join Date: Mar 2023
Location: London, UK
Posts: 69
Default

I have a set of controls associated with a certain FX plugin in dynamic mode. I need to change that set of controls. I can't for the life of me work out how to do it.

I've tried "Set Plugin Default", which confirms that's been done. But then when I load that plugin in dynamic mode, the old thing I had associated with the plugin loads.

Anyone know what I'm doing wrong?

Cheers!
daounandout is offline   Reply With Quote
Old 12-20-2023, 09:29 AM   #7608
Cobrango
Human being with feelings
 
Cobrango's Avatar
 
Join Date: Aug 2023
Location: Oslo, Norway
Posts: 12
Default error

"Please ensure you have the:

__default
SimpleFlat_48
SimpleFlat_96
SimpleFlat2_96
__Snapshot
__XY
__XYTarget
SimpleBox_9632
Switcher

files in your LBXCS_resources/controls/ folder.
You can get these files from the LBX Stripper project on github - in the LBXCS_resources zip file"


I've done what the instructions says, hmm.
__________________
Founder of www.amundsen.studio - Experience Your Audio In The Fast Lane
Cobrango is offline   Reply With Quote
Old 02-05-2024, 04:27 AM   #7609
grandfougue
Human being with feelings
 
grandfougue's Avatar
 
Join Date: Sep 2016
Posts: 513
Default

Hello everyone, it's been a while since I had time to get back to this great script but here we go again lol. I have a small question: would it be possible in one way or another by an external script to block the LBXStripper window at a position and at a size and a docker defines it? For what ? because when you change the screenset it can't stay in the open position Thanks in advance
grandfougue is offline   Reply With Quote
Old 02-09-2024, 11:47 AM   #7610
PMan
Human being with feelings
 
Join Date: Aug 2019
Posts: 656
Default

I use many screen sets, I call them from keyboard shortcuts. I set the position of the Stripper window and save it in each screen set, so it is exactly how I want it. It takes a bit of time to setup, but it works quite well.

HTH
PMan is offline   Reply With Quote
Old 02-10-2024, 10:28 AM   #7611
grandfougue
Human being with feelings
 
grandfougue's Avatar
 
Join Date: Sep 2016
Posts: 513
Default

Tanks I have problem whth snapshots the red bouton for saving control stay always red impossible to save a new control Can you help me please ?

Sory resolut with LBX Stripper 2
the files in the first post is hoder version

Last edited by grandfougue; 02-11-2024 at 03:14 AM.
grandfougue is offline   Reply With Quote
Old 04-07-2024, 06:18 AM   #7612
Digitt
Human being with feelings
 
Join Date: Mar 2024
Posts: 181
Default Question and FR

Questions:

can you make strips load automatically with a certain plugin? For example I want to make a template for Surge and whenever I load surge, it will have the strip for it already there with the knobs the way i designed it?

FR: clicking and dragging up makes the knob go down and visa versa. This is opposite to how knobs usually work in plugins and on the MCP/TCP when you've shown plugin parameters there. It is also opposite to how the mouse wheel is working. So this is very confusing. Can we please make it that the dragging up makes the knob go up, and dragging down makes it go down? Or at least a setting where we can invert it if people want both options
Digitt is offline   Reply With Quote
Old 04-07-2024, 08:25 AM   #7613
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,175
Default

Quote:
Originally Posted by Digitt View Post
Questions:

can you make strips load automatically with a certain plugin? For example I want to make a template for Surge and whenever I load surge, it will have the strip for it already there with the knobs the way i designed it?

FR: clicking and dragging up makes the knob go down and visa versa. This is opposite to how knobs usually work in plugins and on the MCP/TCP when you've shown plugin parameters there. It is also opposite to how the mouse wheel is working. So this is very confusing. Can we please make it that the dragging up makes the knob go up, and dragging down makes it go down? Or at least a setting where we can invert it if people want both options
You need to set a track strip to Dynamic Mode using the left sidebar for it to load FX strips automatically depending on the track FX. And the saved FX strips need to be associated with a plugin using the Plugin Association Manager (they will usually be automatically associated with the plugin if created from Dynamic Mode).

You would normally only set a single track strip to dynamic mode, and disable the track follow (FLW) option. Then, dynamic mode will automatically show the FX for the selected track.

Regarding your FR. I'm a bit confused by this - all my controls work so moving the mouse up will increase the knobs value, and down will decrease. The only way I can think it may work the other way is if the control image stack you are using for the control works in the opposite direction (however - even with a reversed control stack - moving the mouse up will still increase the control value - but the image displayed will appear to go the opposite direction). What control image stack are you using for the controls?
__________________
Projects - Reascripts - Lua:
Smart Knobs 2 | LBX Stripper | LBX Floating FX Positioner
Donate via Paypal | LBX Tools Website
lb0 is offline   Reply With Quote
Old 04-07-2024, 01:56 PM   #7614
Digitt
Human being with feelings
 
Join Date: Mar 2024
Posts: 181
Default

im sorry im completely new to LBX stripper so i have no idea about what most of what you're saying.

i set it to dynamic mode and it worked.

is there a way to make the plugins appear horizontally so that i can dock lbx stripper and use it like ableton/bitwig's device rack/panel?

Quote:
Originally Posted by lb0 View Post
Regarding your FR. I'm a bit confused by this - all my controls work so moving the mouse up will increase the knobs value, and down will decrease.
For me, mouse up DECREASES and mouse down INCREASES.

Quote:
Originally Posted by lb0 View Post
What control image stack are you using for the controls?
i dont know what a control image stack is. where do i find it so i can answer this for you?

thank you
Digitt is offline   Reply With Quote
Old 04-07-2024, 03:07 PM   #7615
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,175
Default

Quote:
Originally Posted by Digitt View Post
im sorry im completely new to LBX stripper so i have no idea about what most of what you're saying.

i set it to dynamic mode and it worked.

is there a way to make the plugins appear horizontally so that i can dock lbx stripper and use it like ableton/bitwig's device rack/panel?



For me, mouse up DECREASES and mouse down INCREASES.

i dont know what a control image stack is. where do i find it so i can answer this for you?

thank you
Hi,

I should check which version of Stripper you are running. Are you running Stripper 2 or the original Stripper?

Shortcut key \ should change the orientation of the strips - but in Stripper 2 there are additional ways to do this via a control panel which can be shown/hidden by shift+double clicking on a blank area of the strip surface.

The control image stack is the graphics file that you are using to show the control (it is a stack of images - each image is a frame - and depicts a different value of the control - a stack of these could be created in reverse - so the control value appears to be going down even when you are moving the mouse up).

It's really odd - I've never heard of this happening before if genuinely the control value in the plugin or reaper track control is decreasing when you drag the mouse up.

What system are you on? What are you using to interact with the control? (mouse click and drag / mousewheel / mouse pad)?

Can you give me an exact example of what you are doing? What parameter are you manipulating that does this? How have you created the control? Is this on a strip you have created, or one you've got from somewhere else?
__________________
Projects - Reascripts - Lua:
Smart Knobs 2 | LBX Stripper | LBX Floating FX Positioner
Donate via Paypal | LBX Tools Website
lb0 is offline   Reply With Quote
Old 04-08-2024, 04:49 AM   #7616
Digitt
Human being with feelings
 
Join Date: Mar 2024
Posts: 181
Default

Quote:
Originally Posted by lb0 View Post
Hi,

I should check which version of Stripper you are running. Are you running Stripper 2 or the original Stripper?
hi, it was this thanks. i installed stripper 2 and it works perfectly.

for the record it was with all parameters, both native and 3rd party plugins, and i'm using a mac m1.

but its all working now. and i got the horizontal thing working too thank you so much
Digitt 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:46 AM.


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