Old 07-11-2017, 03:55 PM   #3321
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by Underoath77 View Post
I have it in my head that this thing will let me remake any Plugin GUI ....and that it is all cut and paste with no coding...

Is it really that easy??? Even light meters work? If you remade a plugin on YouTube I think that would help people a lot. Maybe a Waves or UAD plugin? Or Acustica? Just to show the potential?
You can do some of what you said. Yes - a plugin's GUI can be reproduced if the plugin exposes all the parameters you require to Reaper - that is you can add any plugins parameters which can be automated by Reaper. If a plugin has parameters that cannot be automated - then you cannot add them.

Regarding the light meters. These are normally linked to either a dedicated plugin which gives you volume level so you can tap it at any point in the chain, or you can simply add the peak meter readings from the Reaper mixer channels. But you cannot get any direct readouts from a plugin itself - like gain reduction or other metering - UNLESS that plugin exposes the values as automation (this is pretty rare - at least in the VST domain) - and even then you would need to find a control that was calibrated correctly for the automated value scale.

So yeah - you can rebuild a plugin GUI or merge multiple plugins into one GUI (strip) (which was the main point of the script - hence the name). But the metering is limited to monitoring from outside a plugin (you can monitor inputs and outputs to a plugin using tbproaudio's dpmeter plugin or wigware's jsfx adapted plugin provided in my github.
__________________
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-11-2017, 05:42 PM   #3322
timbralzoom
Human being with feelings
 
timbralzoom's Avatar
 
Join Date: Apr 2010
Location: Turkey/Istanbul
Posts: 1,820
Default

in the latest project
while trying to switch tracks from Stripper's browser i got this message

LBX Stripper.lua:12797: attempt to index a nil value (field '?')

re opening stripper is fine
...
i believe its because of Fader assignments/modulations,
tried via muting CC Steppers and it was fine to change the pages.

Absolutely nothing urgent!
timbralzoom is offline   Reply With Quote
Old 07-12-2017, 12:18 AM   #3323
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by timbralzoom View Post
in the latest project
while trying to switch tracks from Stripper's browser i got this message

LBX Stripper.lua:12797: attempt to index a nil value (field '?')

re opening stripper is fine
...
i believe its because of Fader assignments/modulations,
tried via muting CC Steppers and it was fine to change the pages.

Absolutely nothing urgent!
Hmmm. Are you sure you have the correct line number - that line number makes no sense to me - and I've not managed to repeat 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-12-2017, 05:24 AM   #3324
timbralzoom
Human being with feelings
 
timbralzoom's Avatar
 
Join Date: Apr 2010
Location: Turkey/Istanbul
Posts: 1,820
Default

Quote:
Originally Posted by lb0 View Post
Hmmm. Are you sure you have the correct line number - that line number makes no sense to me - and I've not managed to repeat the issue.
here is the sneaky 12797

https://drive.google.com/open?id=0B9...V82R1RPTGsxU00

EDIT:
ah-ha!
i think Track Parameters again,
that two horizontal slider at bottom are track sends..
after removing them from the grid ... no 12797 anymore.

Last edited by timbralzoom; 07-12-2017 at 05:45 AM.
timbralzoom is offline   Reply With Quote
Old 07-12-2017, 06:06 AM   #3325
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by timbralzoom View Post
here is the sneaky 12797

https://drive.google.com/open?id=0B9...V82R1RPTGsxU00

EDIT:
ah-ha!
i think Track Parameters again,
that two horizontal slider at bottom are track sends..
after removing them from the grid ... no 12797 anymore.
Hmmm. Odd. That line number still makes little sense to me!

Would you mind downloading the latest? - just updated. This won't fix the issue but will confirm the line number. Let me know the new error line number and I'll try to work out what's going on.

New update only has a few other bug fixes.
__________________
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-12-2017, 06:16 AM   #3326
timbralzoom
Human being with feelings
 
timbralzoom's Avatar
 
Join Date: Apr 2010
Location: Turkey/Istanbul
Posts: 1,820
Default

Quote:
Originally Posted by lb0 View Post
Hmmm. Odd. That line number still makes little sense to me!

Would you mind downloading the latest? - just updated. This won't fix the issue but will confirm the line number. Let me know the new error line number and I'll try to work out what's going on.

New update only has a few other bug fixes.

LBX Stripper.lua:13178: attempt to index a nil value (field '?')

Yay!

is this what you call "only" bug fixes?

Snapshot Morph:
play, reverse play pause and up to 128 bars!!

EDIT:
second yay!
there is also
Morph fader assigned controls checkbox in settings!


Thank you so much!

Last edited by timbralzoom; 07-12-2017 at 06:26 AM.
timbralzoom is offline   Reply With Quote
Old 07-12-2017, 06:18 AM   #3327
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by timbralzoom View Post

LBX Stripper.lua:13178: attempt to index a nil value (field '?')
Think I've fixed it!

Try the update.
__________________
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-12-2017, 06:35 AM   #3328
timbralzoom
Human being with feelings
 
timbralzoom's Avatar
 
Join Date: Apr 2010
Location: Turkey/Istanbul
Posts: 1,820
Default

Quote:
Originally Posted by lb0 View Post
Think I've fixed it!

Try the update.
yes seems its gone!

&
a bit scary but..
while i was recording latest error video this crossed in my mind:
Leon will see this and probably will add auto scroll to snapshot list.
..
thinking out loud:
a checkbox for enable disable auto scroll would useful.
timbralzoom is offline   Reply With Quote
Old 07-12-2017, 06:44 AM   #3329
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by timbralzoom View Post
yes seems its gone!

&
a bit scary but..
while i was recording latest error video this crossed in my mind:
Leon will see this and probably will add auto scroll to snapshot list.
..
thinking out loud:
a checkbox for enable disable auto scroll would useful.
Try right-clicking the snapshot list...?
__________________
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-12-2017, 06:53 AM   #3330
timbralzoom
Human being with feelings
 
timbralzoom's Avatar
 
Join Date: Apr 2010
Location: Turkey/Istanbul
Posts: 1,820
Default

Quote:
Originally Posted by lb0 View Post
Try right-clicking the snapshot list...?
timbralzoom is offline   Reply With Quote
Old 07-12-2017, 06:54 AM   #3331
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by timbralzoom View Post
haha Well - I thought about adding to the general settings screen - but that's getting pretty full and needs a makeover - so thought I'd bung it in the next most obvious place...
__________________
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-12-2017, 08:10 AM   #3332
timbralzoom
Human being with feelings
 
timbralzoom's Avatar
 
Join Date: Apr 2010
Location: Turkey/Istanbul
Posts: 1,820
Default

Quote:
Originally Posted by lb0 View Post
haha Well - I thought about adding to the general settings screen - but that's getting pretty full and needs a makeover - so thought I'd bung it in the next most obvious place...
to me its in the right place! ..just... i am getting older

EDIT:
one more idea:
not an important one..
might be helpful an exclude option for the Fader that assigned to Snapshot switch
timbralzoom is offline   Reply With Quote
Old 07-12-2017, 08:17 AM   #3333
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by timbralzoom View Post
to me its in the right place! ..just... i am getting older

EDIT:
one more idea:
not an important one..
might be helpful an exclude option for the Fader that assigned to Snapshot switch
How do you mean? Can you please explain in more detail? Excluded from what? (I'm predict you mean the Clear All faders button? - but not sure).
__________________
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-12-2017, 08:35 AM   #3334
timbralzoom
Human being with feelings
 
timbralzoom's Avatar
 
Join Date: Apr 2010
Location: Turkey/Istanbul
Posts: 1,820
Default

Quote:
Originally Posted by lb0 View Post
How do you mean? Can you please explain in more detail? Excluded from what? (I'm predict you mean the Clear All faders button? - but not sure).
oh! sorry, absolutely yes Clear All Faders button!

...

https://www.youtube.com/watch?v=nGxF...ature=youtu.be

am i forgiven

...
EDIT:
while creating Subsets in existing project :
1-controls copied from another page (both pages has subsets... was trying to collect them in one page)
LBX Stripper.lua:11075: attempt to index a nil value (field '?')

EDIT2: error above also seems reproducable
just take one Page Snapshot then try to create Subset



with new project from scratch:
2-added def EQ Strip and tried to create subset
LBX Stripper.lua:40194: attempt to compare nil with number

Last edited by timbralzoom; 07-12-2017 at 02:23 PM.
timbralzoom is offline   Reply With Quote
Old 07-12-2017, 03:22 PM   #3335
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by timbralzoom View Post
oh! sorry, absolutely yes Clear All Faders button!

...

https://www.youtube.com/watch?v=nGxF...ature=youtu.be

am i forgiven

...
EDIT:
while creating Subsets in existing project :
1-controls copied from another page (both pages has subsets... was trying to collect them in one page)
LBX Stripper.lua:11075: attempt to index a nil value (field '?')

EDIT2: error above also seems reproducable
just take one Page Snapshot then try to create Subset



with new project from scratch:
2-added def EQ Strip and tried to create subset
LBX Stripper.lua:40194: attempt to compare nil with number
Will look into errors tomorrow - a bit frazzled and need sleep.

Thanks for all the videos - they really are awesome!
__________________
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-12-2017, 04:20 PM   #3336
timbralzoom
Human being with feelings
 
timbralzoom's Avatar
 
Join Date: Apr 2010
Location: Turkey/Istanbul
Posts: 1,820
Default

Quote:
Originally Posted by lb0 View Post
Will look into errors tomorrow - a bit frazzled and need sleep.

Thanks for all the videos - they really are awesome!
glad you liked!
nothing to hurry take a good rest!

candy for tomorrow
fast and curious

Last edited by timbralzoom; 07-12-2017 at 05:27 PM.
timbralzoom is offline   Reply With Quote
Old 07-13-2017, 01:08 AM   #3337
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by timbralzoom View Post
oh! sorry, absolutely yes Clear All Faders button!

...

https://www.youtube.com/watch?v=nGxF...ature=youtu.be

am i forgiven

...
EDIT:
while creating Subsets in existing project :
1-controls copied from another page (both pages has subsets... was trying to collect them in one page)
LBX Stripper.lua:11075: attempt to index a nil value (field '?')

EDIT2: error above also seems reproducable
just take one Page Snapshot then try to create Subset



with new project from scratch:
2-added def EQ Strip and tried to create subset
LBX Stripper.lua:40194: attempt to compare nil with number
I think I've fixed all those bugs (or at least most of them that I was able to reproduce).

I'd made a few changes to the snapshots capture to make it neater - but introduced a bug when a new subset is created that effectively escalated all those bugs to occur under different circumstances - so good spot!

Hopefully now it is all fixed

BTW: How's moving snapshots up and down the list now? Hopefully that should be fixed from yesterday...
__________________
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-13-2017, 09:07 AM   #3338
timbralzoom
Human being with feelings
 
timbralzoom's Avatar
 
Join Date: Apr 2010
Location: Turkey/Istanbul
Posts: 1,820
Default

quick test before to go a little sleep (was a long recording day)
seems all fixed including moving snapshots up down!

did i thanks for Group as Strip? beautiful!

EDIT.
forgot to say...
only the Console output

a
b6 <- i think just a subset counts

scared me once while creating new subset
but then i remember from past..
it was just a debug mode or something similar you just forgot to hide/lock to users?!

Last edited by timbralzoom; 07-13-2017 at 09:13 AM.
timbralzoom is offline   Reply With Quote
Old 07-13-2017, 09:46 AM   #3339
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by timbralzoom View Post
quick test before to go a little sleep (was a long recording day)
seems all fixed including moving snapshots up down!

did i thanks for Group as Strip? beautiful!

EDIT.
forgot to say...
only the Console output

a
b6 <- i think just a subset counts

scared me once while creating new subset
but then i remember from past..
it was just a debug mode or something similar you just forgot to hide/lock to users?!
haha - oops...

..and removed
__________________
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-13-2017, 03:54 PM   #3340
timbralzoom
Human being with feelings
 
timbralzoom's Avatar
 
Join Date: Apr 2010
Location: Turkey/Istanbul
Posts: 1,820
Default

Quote:
Originally Posted by lb0 View Post
haha - oops...

..and removed
yep

thanks for separate Clear Parameter Faders !

&
controls&graphics
update 14 july 2017

https://forum.cockos.com/showpost.ph...postcount=2068
timbralzoom is offline   Reply With Quote
Old 07-13-2017, 04:09 PM   #3341
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by timbralzoom View Post
yep

thanks for separate Clear Parameter Faders !

&
controls&graphics
update 14 july 2017

https://forum.cockos.com/showpost.ph...postcount=2068
Thanks - that's a fantastic resource!!
__________________
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-13-2017, 04:31 PM   #3342
timbralzoom
Human being with feelings
 
timbralzoom's Avatar
 
Join Date: Apr 2010
Location: Turkey/Istanbul
Posts: 1,820
Default

Quote:
Originally Posted by lb0 View Post
Thanks - that's a fantastic resource!!
note.. there is one Meter that forbidden to use
timbralzoom is offline   Reply With Quote
Old 07-14-2017, 12:21 AM   #3343
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by timbralzoom View Post
note.. there is one Meter that forbidden to use
Hmmmm. Although I've not found anything obvious in my quick glance through the folder - I'm intrigued and when I find it... no promises!! ;P

haha - perhaps it be this?? v. nice takes me back....
Attached Images
File Type: png q3.png (7.1 KB, 188 views)
__________________
Projects - Reascripts - Lua:
Smart Knobs 2 | LBX Stripper | LBX Floating FX Positioner
Donate via Paypal | LBX Tools Website

Last edited by lb0; 07-14-2017 at 12:39 AM.
lb0 is offline   Reply With Quote
Old 07-14-2017, 04:11 AM   #3344
timbralzoom
Human being with feelings
 
timbralzoom's Avatar
 
Join Date: Apr 2010
Location: Turkey/Istanbul
Posts: 1,820
Default

Quote:
Originally Posted by lb0 View Post
Hmmmm. Although I've not found anything obvious in my quick glance through the folder - I'm intrigued and when I find it... no promises!! ;P

haha - perhaps it be this?? v. nice takes me back....
timbralzoom is offline   Reply With Quote
Old 07-14-2017, 04:27 AM   #3345
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by timbralzoom View Post
hmmm... then I've no idea looking at just the meters!!?
__________________
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-14-2017, 06:36 AM   #3346
timbralzoom
Human being with feelings
 
timbralzoom's Avatar
 
Join Date: Apr 2010
Location: Turkey/Istanbul
Posts: 1,820
Default

Quote:
Originally Posted by lb0 View Post
hmmm... then I've no idea looking at just the meters!!?
yes you found it...but Bronson says....
EDIT:
he says: i wouldn't do that.

Last edited by timbralzoom; 07-14-2017 at 06:42 AM.
timbralzoom is offline   Reply With Quote
Old 07-14-2017, 06:53 AM   #3347
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by timbralzoom View Post
yes you found it...but Bronson says....
EDIT:
he says: i wouldn't do that.
ahaa got ya!

Wouldn't wanna mess with Charlie!
__________________
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-15-2017, 01:35 AM   #3348
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Bugfix released. Thanks to ThrashJazzAssassin for the heads up and fix. I'd broken the green slider in graphics options.
__________________
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-15-2017, 06:33 AM   #3349
NextLevel
Human being with feelings
 
Join Date: Dec 2014
Posts: 417
Default

@timbralzoom

Is it possible to get your video "Snapshots Live Keyboard sequencing" as a download somewhere? Youtube auto changes the quality and most of the time it's too low of quality to see what is going on.

Thank you
NextLevel is offline   Reply With Quote
Old 07-15-2017, 06:44 AM   #3350
NextLevel
Human being with feelings
 
Join Date: Dec 2014
Posts: 417
Default

@lb0

Is there any way to assign either keyboard or MIDI to control the new snapshot morph controls(pause, direction)?

ps:

A nice feature would be a loop option for the morph.

Last edited by NextLevel; 07-15-2017 at 06:50 AM.
NextLevel is offline   Reply With Quote
Old 07-15-2017, 07:00 AM   #3351
timbralzoom
Human being with feelings
 
timbralzoom's Avatar
 
Join Date: Apr 2010
Location: Turkey/Istanbul
Posts: 1,820
Default

Quote:
Originally Posted by NextLevel View Post
@timbralzoom

Is it possible to get your video "Snapshots Live Keyboard sequencing" as a download somewhere? Youtube auto changes the quality and most of the time it's too low of quality to see what is going on.

Thank you
is this one ?
https://www.youtube.com/watch?v=C9z6...ature=youtu.be

if so here is the G drive link
https://drive.google.com/open?id=0B9...DFWWmZ3ZWlFeXM
timbralzoom is offline   Reply With Quote
Old 07-15-2017, 07:12 AM   #3352
NextLevel
Human being with feelings
 
Join Date: Dec 2014
Posts: 417
Default

Quote:
Originally Posted by timbralzoom View Post
Yes, thank you very much!
NextLevel is offline   Reply With Quote
Old 07-15-2017, 07:22 AM   #3353
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by NextLevel View Post
@lb0

Is there any way to assign either keyboard or MIDI to control the new snapshot morph controls(pause, direction)?

ps:

A nice feature would be a loop option for the morph.
Currently no - but will have a think on it.

like loop idea... will look into this week.

PS - youtube download videos <cough> keepvid.com </cough>
__________________
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-15-2017, 07:47 AM   #3354
timbralzoom
Human being with feelings
 
timbralzoom's Avatar
 
Join Date: Apr 2010
Location: Turkey/Istanbul
Posts: 1,820
Default

Quote:
Originally Posted by NextLevel View Post
Yes, thank you very much!
have fun

new discovery
i just realized we can use Strip Switcher like this :

EDIT: video (gif removed)

https://www.youtube.com/watch?v=3K42...ature=youtu.be

Last edited by timbralzoom; 07-15-2017 at 07:59 AM.
timbralzoom is offline   Reply With Quote
Old 07-15-2017, 07:52 AM   #3355
NextLevel
Human being with feelings
 
Join Date: Dec 2014
Posts: 417
Default

Quote:
Originally Posted by lb0 View Post
Currently no - but will have a think on it.

like loop idea... will look into this week.

PS - youtube download videos <cough> keepvid.com </cough>
Cool, thanks for considering. The loop feature could function according to the direction that is selected > or <, but would be nice to have >< and <> as well.

Thanks for the link I used to have an addon for my browser that did that, but it stopped working. Seems yt is always catching on Hopefully this one sticks around for awhile.

Cheers!
NextLevel is offline   Reply With Quote
Old 07-15-2017, 08:16 AM   #3356
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by NextLevel View Post
Cool, thanks for considering. The loop feature could function according to the direction that is selected > or <, but would be nice to have >< and <> as well.

Thanks for the link I used to have an addon for my browser that did that, but it stopped working. Seems yt is always catching on Hopefully this one sticks around for awhile.

Cheers!
I've been using that site for 6+ years now (arbitrary guess - as in - so long I cannot remember but def more than 6 years). Never had an 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-15-2017, 09:31 AM   #3357
NextLevel
Human being with feelings
 
Join Date: Dec 2014
Posts: 417
Default

When I run the latest faderbox32 I only see 4 faders, how do I get the rest to show?
NextLevel is offline   Reply With Quote
Old 07-15-2017, 09:37 AM   #3358
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by timbralzoom View Post
have fun

new discovery
i just realized we can use Strip Switcher like this :

EDIT: video (gif removed)

https://www.youtube.com/watch?v=3K42...ature=youtu.be
Yep you can do that. I'll hopefully be adding option to import strips - but if these strips were originally made from several strips - it will retain the separate strips within the loaded strip (not combine them all).

This is mainly to go with the new (unspoken) strip gallery mode (shortcut currently \). This is still in its infancy. At the moment restricted to horizontal scrolling.

It's basically more for traditional mixing use - but adopts a more ableton approach to scrolling through the different strips on a page.

At the moment - must be used with the autosnap option set in settings and an appropriate height set for a row (big enough to cover the height of the biggest strip on the page. Unpredictable things happen if used without that I'll hopefully iron out.

It still has some barriers to perfect use - if the ordered strips don't fit on a single page - the ones 'over the edge' will be cropped and not much use. So as long as your strips can be kept to a decent vertical size - then you can use it to display quite a few strips.

I'm going to try to work out the limitations - but is not easy as this was not an intended function when I designed the main graphics and data routines - but I reckon I can probably seamlessly adapt it (hopefully) to organise the controls across more than one backbuffer (if required). Downside would be an increase in memory usage if more backbuffers are required so would be optional.
__________________
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-15-2017, 09:41 AM   #3359
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by NextLevel View Post
When I run the latest faderbox32 I only see 4 faders, how do I get the rest to show?
ah - you need to edit the faderbox script - remove the - before each hidden faders name:

eg
slider5:1<0,1,0.00001>-F5

becomes

slider5:1<0,1,0.00001>F5

I removed all but 4 because the vital bottom sliders cannot be accessed if using with ReaVST (which I do for automap use). I left the 4 for quick debugging use so I can still see what's happening with them.

Personally I don't need to see the faders when they're mapped to a controller - they're just a go between...
__________________
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-15-2017, 10:00 AM   #3360
NextLevel
Human being with feelings
 
Join Date: Dec 2014
Posts: 417
Default

Thanks lb0, one more question. When I switch project tabs the stripper crashes, is there any way to fix this?
NextLevel 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:31 AM.


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