Old 06-22-2017, 03:08 PM   #3241
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by timbralzoom View Post
good to know i backup it already

and..one more specific Q.
is it possible to simulate mouse double clicks
(optionally maybe in the FADERBOX JS code as an extra function)

for example when i press to note first switches the snapshot nicely
but in some case (if you have Program Change and you made a few extra tweaks in the controls that belongs to same plugin
you have to press second click (so kind a double click) to load that extra tweaks...

or should i look for the extra midi plugin that doubles the notes before send the Faderbox?

EDIT: correction...
if its hard to implement i will look for the extra midi plugin solution..

in any case:
nothing urgent
&
as always:
Thank you so much!
Well I'm thinking about the whole latch thing. It seems to kill the responsiveness of playing the snapshots - when I remove it it works much better.

But without it - or something similar - you cannot push any note twice to ensure the snapshot is set (or when you might tweak another parameter) - you must first select another snapshot.

I have a few ideas to try - so things will likely change in the next day or two.

As for double-tapping a snapshot - I'll have a think - but if I can sort out the latch issue - a midi delay of some sort might work best...


EDIT:

New stripper and faderbox update.

This works better. Has a timed latch which doesn't get in the way of setting a snapshot - so keeps it more responsive.

You can adjust the latch time - but as long as it seems to work on its default lowest setting - leave it on that (or ensure it's on it's lowest setting).
__________________
Projects - Reascripts - Lua:
Smart Knobs 2 | LBX Stripper | LBX Floating FX Positioner
Donate via Paypal | LBX Tools Website

Last edited by lb0; 06-22-2017 at 05:14 PM.
lb0 is offline   Reply With Quote
Old 06-22-2017, 05:43 PM   #3242
timbralzoom
Human being with feelings
 
timbralzoom's Avatar
 
Join Date: Apr 2010
Location: Turkey/Istanbul
Posts: 1,820
Default

oh my!
switches like hummingbird

what?



how?
https://www.youtube.com/watch?v=kb-n...ature=youtu.be


EDIT:
using default Latch Time.

Last edited by timbralzoom; 06-22-2017 at 06:00 PM.
timbralzoom is offline   Reply With Quote
Old 06-23-2017, 04:40 AM   #3243
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Baffled by your screenshot showing two sets of data for track 3 :/
__________________
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 06-23-2017, 04:41 AM   #3244
ThrashJazzAssassin
Human being with feelings
 
ThrashJazzAssassin's Avatar
 
Join Date: Oct 2010
Location: Scotland
Posts: 422
Default

Holy Cow. All this new stuff looks amazing.

Got this error when opening a project, though it seemed to fix itself. Probably nothing
Code:
LBX Stripper.lua:33837: attempt to get length of a nil value (field '?')

Regarding FaderBox, your announcement post said
Quote:
All assignments at the moment are global
Does this mean in the future we will have fader assignments per page? :fingers crossed:


Also, the global page is great. But could there be a global area of the stripper window? Would be great for Send FX. Or is it recommended ATM to have a second stripper instance for global controls?

Cheers
__________________
TJA MIDI JSFX | REAPER-OSC-panels | erthoide
ThrashJazzAssassin is offline   Reply With Quote
Old 06-23-2017, 04:57 AM   #3245
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by ThrashJazzAssassin View Post
Holy Cow. All this new stuff looks amazing.

Got this error when opening a project, though it seemed to fix itself. Probably nothing
Code:
LBX Stripper.lua:33837: attempt to get length of a nil value (field '?')

Regarding FaderBox, your announcement post said


Does this mean in the future we will have fader assignments per page? :fingers crossed:


Also, the global page is great. But could there be a global area of the stripper window? Would be great for Send FX. Or is it recommended ATM to have a second stripper instance for global controls?

Cheers
Thanks for spotting the bug - have fixed.

I do plan to look into faders per page yes... not sure when.

Not sure exactly what you mean by the last request - global area? Can you explain a little more?
__________________
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 06-23-2017, 05:36 AM   #3246
ThrashJazzAssassin
Human being with feelings
 
ThrashJazzAssassin's Avatar
 
Join Date: Oct 2010
Location: Scotland
Posts: 422
Default

Basically an area to put controls you want to persist through track selection changes. Or even an option per control to persist through track changes. Global controls. We could drag on a master fader, set it to global, and it would stay there.

I suggested a second instance of stripper set to GLOBAL mode. Are there any problems with performance, saving, sync between instances, etc?
__________________
TJA MIDI JSFX | REAPER-OSC-panels | erthoide
ThrashJazzAssassin is offline   Reply With Quote
Old 06-23-2017, 05:43 AM   #3247
ThrashJazzAssassin
Human being with feelings
 
ThrashJazzAssassin's Avatar
 
Join Date: Oct 2010
Location: Scotland
Posts: 422
Default

When using Slider F1->F16 Note On Monitor
Code:
LBX Stripper.lua:28159: attempt to index a nil value (local 'ctl')
__________________
TJA MIDI JSFX | REAPER-OSC-panels | erthoide
ThrashJazzAssassin is offline   Reply With Quote
Old 06-23-2017, 05:47 AM   #3248
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by ThrashJazzAssassin View Post
Basically an area to put controls you want to persist through track selection changes. Or even an option per control to persist through track changes. Global controls. We could drag on a master fader, set it to global, and it would stay there.

I suggested a second instance of stripper set to GLOBAL mode. Are there any problems with performance, saving, sync between instances, etc?
You can use multiple strippers at once - it's been a while since I tested this. I don't think there are any performance issues - obviously cpu will increase but only as much as each instance of stripper uses (which in general is not a lot unless there are loads and loads of automated controls).

At the moment - both will show the same sets of data - but you can independently control which tracks are showing etc. In the past - each could be treated completely differently using the main menu Strip Sets option - but since the major saving updates - this doesn't work.

I'd use with definite caution - there are surely things that won't work properly at the moment - but I'll look into.

This would definitely be the preferred way of using though - once get things working properly again with 2 or more instances.

EDIT

Yeah - easy to lose data as the last closed script window overwrites any data the other one has saved.
__________________
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 06-23-2017, 05:56 AM   #3249
ThrashJazzAssassin
Human being with feelings
 
ThrashJazzAssassin's Avatar
 
Join Date: Oct 2010
Location: Scotland
Posts: 422
Default

Quote:
Originally Posted by ThrashJazzAssassin View Post
When using Slider F1->F16 Note On Monitor
Code:
LBX Stripper.lua:28159: attempt to index a nil value (local 'ctl')
F̶a̶l̶s̶e̶ ̶a̶l̶a̶r̶m̶
S̶o̶r̶r̶y̶,̶ ̶I̶ ̶r̶e̶s̶t̶a̶r̶t̶e̶d̶ ̶R̶E̶A̶P̶E̶R̶ ̶a̶n̶d̶ ̶c̶a̶n̶'̶t̶ ̶r̶e̶p̶r̶o̶d̶u̶c̶e̶

EDIT: Happened again
__________________
TJA MIDI JSFX | REAPER-OSC-panels | erthoide

Last edited by ThrashJazzAssassin; 06-23-2017 at 06:13 AM.
ThrashJazzAssassin is offline   Reply With Quote
Old 06-23-2017, 06:17 AM   #3250
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by ThrashJazzAssassin View Post
False alarm
Sorry, I restarted REAPER and can't reproduce
Don't worry - wasn't a false alarm. Just something restarting the script sorted out with the faders array that stores fader destinations. (when loading - all fader targets are checked and updated if required).

I've fixed and added some extra checks when controls are deleted.

Had you deleted any controls from a strip?

Can you let me know if it happens again - and if you had deleted any 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 06-23-2017, 06:26 AM   #3251
ThrashJazzAssassin
Human being with feelings
 
ThrashJazzAssassin's Avatar
 
Join Date: Oct 2010
Location: Scotland
Posts: 422
Default

Quote:
Originally Posted by lb0 View Post
Had you deleted any controls from a strip?
Yes. Thanks for fixing
__________________
TJA MIDI JSFX | REAPER-OSC-panels | erthoide
ThrashJazzAssassin is offline   Reply With Quote
Old 06-23-2017, 10:02 AM   #3252
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Just released an update that maintains separate save files for the different chosen STRIP SET. Like it used to

Options still seem a little odd between sets as it shares them - which maybe needs changing for different instances - as you may not wish to follow selected track for each instance. Will look into this when I get more time...

Let me know of anything odd as always - not had much testing - but it works so far
__________________
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 06-23-2017, 10:56 AM   #3253
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
Baffled by your screenshot showing two sets of data for track 3 :/
EDIT:
i didn't noticed that in the screenshot till you say baffled

checked the project right before the adding FADERBOX and SNAPSHOTS tracks ..
statistic was ok

added a track to top of the main strip track (track 3)
and Statistics messed again..
after that
i click one of the track in the stripper browser and clicked to main strip track again
Statistic worked ok.

i hope make sense.

Last edited by timbralzoom; 06-23-2017 at 12:56 PM.
timbralzoom is offline   Reply With Quote
Old 06-24-2017, 05:09 AM   #3254
timbralzoom
Human being with feelings
 
timbralzoom's Avatar
 
Join Date: Apr 2010
Location: Turkey/Istanbul
Posts: 1,820
Default

Want to share one thing i found about
LBX-FaderBox(32x)
"Slider F1 -> F16 Note On Monitor"
if you use my Modulator workaround
and also
want to use this Note On Monitor option:
first add a new LBX-FaderBox(32x) instances,
change the Feedback CC No's to 32-63
and finally activate the
Slider F1 -> F16 Note On Monitor on this one
restart the Stripper window to see newly added Faderbox
you should see "Fader 33-64" in the right click list.
FADER 33 - 48 = means Midi Channel 1-16 in this case
use this second instances for the keyboard input
...
so ..if the faders already assigned to a midi plugin like in my fake modulator setup
do not activate the "Slider F1 -> F16 Note On Monitor" in this instance of Faderbox.

otherwise ... you will spend two hours to find whats wrong

timbralzoom is offline   Reply With Quote
Old 06-24-2017, 09:04 AM   #3255
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by timbralzoom View Post
Want to share one thing i found about
LBX-FaderBox(32x)
"Slider F1 -> F16 Note On Monitor"
if you use my Modulator workaround
and also
want to use this Note On Monitor option:
first add a new LBX-FaderBox(32x) instances,
change the Feedback CC No's to 32-63
and finally activate the
Slider F1 -> F16 Note On Monitor on this one
restart the Stripper window to see newly added Faderbox
you should see "Fader 33-64" in the right click list.
FADER 33 - 48 = means Midi Channel 1-16 in this case
use this second instances for the keyboard input
...
so ..if the faders already assigned to a midi plugin like in my fake modulator setup
do not activate the "Slider F1 -> F16 Note On Monitor" in this instance of Faderbox.

otherwise ... you will spend two hours to find whats wrong
Yes - I probably should have said - if you want to use keyboard notes - you can't use any other modulation on that fader as they need to work differently and using the note monitor - it has a timed latch (or hold) - which is required to allow for multiple presses of the same note (otherwise only the first gets registered and any other presses get ignored until you hit a different note.
__________________
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 06-24-2017, 09:30 AM   #3256
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
Yes - I probably should have said - if you want to use keyboard notes - you can't use any other modulation on that fader as they need to work differently and using the note monitor - it has a timed latch (or hold) - which is required to allow for multiple presses of the same note (otherwise only the first gets registered and any other presses get ignored until you hit a different note.
yes
it was my request and i am very happy with it

created __LBX_CTL track contains 4x Faderbox (Feedback CC No's 1 to 127)
all FADERS assigned to midi CC except the last - 96-127 ones
so last instance is activated to use for keyboard input.

..
i am in paradise but will push a little further
is it possible to assign Controls to Faders also
as like the Snapshot & Strip Switcher assign menu ?

EDIT:
Nothing urgent!
as always Thank you so much!
timbralzoom is offline   Reply With Quote
Old 06-24-2017, 10:46 AM   #3257
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by timbralzoom View Post
yes
it was my request and i am very happy with it

created __LBX_CTL track contains 4x Faderbox (Feedback CC No's 1 to 127)
all FADERS assigned to midi CC except the last - 96-127 ones
so last instance is activated to use for keyboard input.

..
i am in paradise but will push a little further
is it possible to assign Controls to Faders also
as like the Snapshot & Strip Switcher assign menu ?

EDIT:
Nothing urgent!
as always Thank you so much!
You mean via menu rather than learn mode? Yeah I can add...

EDIT: although you can click on the fader option in the learn fader window which brings up the menu - but it is an extra click i guess.
__________________
Projects - Reascripts - Lua:
Smart Knobs 2 | LBX Stripper | LBX Floating FX Positioner
Donate via Paypal | LBX Tools Website

Last edited by lb0; 06-24-2017 at 10:52 AM.
lb0 is offline   Reply With Quote
Old 06-24-2017, 11:08 AM   #3258
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
You mean via menu rather than learn mode? Yeah I can add...

EDIT: although you can click on the fader option in the learn fader window which brings up the menu - but it is an extra click i guess.
yes!
learn and clear via just selection in the right click menu without extra window..
would great!
but if brings new headaches in coding, i am very happy with current.
timbralzoom is offline   Reply With Quote
Old 06-24-2017, 11:11 AM   #3259
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by timbralzoom View Post
yes!
learn and clear via just selection in the right click menu without extra window..
would great!
but if brings new headaches in coding, i am very happy with current.
No - should be easy to add alongside
__________________
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 06-25-2017, 05:25 PM   #3260
timbralzoom
Human being with feelings
 
timbralzoom's Avatar
 
Join Date: Apr 2010
Location: Turkey/Istanbul
Posts: 1,820
Default

Snapshot window needs extra space at bottom to resize easily



added fabric EQ strip to see whats new
saw this on first opening of Snapshot window


when i click to <bad string> error... crashed with the message:
LBX\LBX Stripper.lua:27767: attempt to perform arithmetic on a nil value (field 'morph_scale')

opened Stripper window again strip was gone..added EQ strip again PAGE snapshot was ok..
created a Subset.. same error & message occurred again.


EDIT:
did i jump too early?

EDIT2:

tried creating one more Subset but this time i didn't click to badstring.. i just close & open Stripper window, badstring gone..
shows Linear as it should be.

EDIT3:
while i try to load Strips that already has snapshots

LBX Stripper.lua:14931: attempt to perform bitwise operation on a boolean value (field 'morph_sync')

LBX Stripper.lua:14929: attempt to perform bitwise operation on a nil value (field 'morph_time')

Strips that has no snapshots in it loads fine but PAGE comes always badstring warning.

i hope make sense.

EDIT4:
Clearing Fader assignment :
LBX Stripper.lua:21997: attempt to index a nil value (global 'ctl')

Last edited by timbralzoom; 06-25-2017 at 07:25 PM.
timbralzoom is offline   Reply With Quote
Old 06-25-2017, 11:28 PM   #3261
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by timbralzoom View Post
Snapshot window needs extra space at bottom to resize easily



added fabric EQ strip to see whats new
saw this on first opening of Snapshot window


when i click to <bad string> error... crashed with the message:
LBX\LBX Stripper.lua:27767: attempt to perform arithmetic on a nil value (field 'morph_scale')

opened Stripper window again strip was gone..added EQ strip again PAGE snapshot was ok..
created a Subset.. same error & message occurred again.


EDIT:
did i jump too early?

EDIT2:

tried creating one more Subset but this time i didn't click to badstring.. i just close & open Stripper window, badstring gone..
shows Linear as it should be.

EDIT3:
while i try to load Strips that already has snapshots

LBX Stripper.lua:14931: attempt to perform bitwise operation on a boolean value (field 'morph_sync')

LBX Stripper.lua:14929: attempt to perform bitwise operation on a nil value (field 'morph_time')

Strips that has no snapshots in it loads fine but PAGE comes always badstring warning.

i hope make sense.

EDIT4:
Clearing Fader assignment :
LBX Stripper.lua:21997: attempt to index a nil value (global 'ctl')
wow - was all working fine for me... will fix in a bit. sorry

EDIT: Think I've covered all of those you've mentioned. I'll test properly later...

EDIT2: Still a bad string when creating subset but doesn't seem to crash...

EDIT3:
Fixed the bad string - was initialising to the wrong value.

Hopefully - should be much more usable now

EDIT4:

Sometimes the morph seems to start in the wrong place - will investigate... Definitely did not notice this behaviour yesterday - so probably something I've *fixed*
__________________
Projects - Reascripts - Lua:
Smart Knobs 2 | LBX Stripper | LBX Floating FX Positioner
Donate via Paypal | LBX Tools Website

Last edited by lb0; 06-26-2017 at 01:15 AM.
lb0 is offline   Reply With Quote
Old 06-26-2017, 09:02 AM   #3262
timbralzoom
Human being with feelings
 
timbralzoom's Avatar
 
Join Date: Apr 2010
Location: Turkey/Istanbul
Posts: 1,820
Default

Thank you so much for the easy Assign & Clear FADERS via right click menu!

now the report

LBX Stripper.lua:37330: attempt to perform arithmetic on a nil value (field 'morph_time')

it seems appears only if you use " Clone to subset (ctls only)"
and when you click a snapshot in this new subset..
clicking to <badstring> message changes it to "Slow"
but again if you take a snapshot and click to snapshot title, gives same error message.

creating a Subset from scratch works fine in this case..

just testing and reporting happily! so .. to me nothing urgent
timbralzoom is offline   Reply With Quote
Old 06-26-2017, 10:08 AM   #3263
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by timbralzoom View Post
Thank you so much for the easy Assign & Clear FADERS via right click menu!

now the report

LBX Stripper.lua:37330: attempt to perform arithmetic on a nil value (field 'morph_time')

it seems appears only if you use " Clone to subset (ctls only)"
and when you click a snapshot in this new subset..
clicking to <badstring> message changes it to "Slow"
but again if you take a snapshot and click to snapshot title, gives same error message.

creating a Subset from scratch works fine in this case..

just testing and reporting happily! so .. to me nothing urgent
thanks - fixed
__________________
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 06-26-2017, 10:29 AM   #3264
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 - fixed
i know
Thank you!

new one (pushing hard)
first Clone to subset (ctls only) is works fine
but when you execute same action to this cloned Subset to clone new one from it
<badstring> error, creating snapshots is also ok.. but if you click one of the snapshot:

\LBX Stripper.lua:37335: attempt to perform arithmetic on a nil value (field 'morph_time')

plus note:
if i restart the Stripper without clicking to snapshots, badstring goes away and loading snapshots works with no crash.

still testing.

EDIT:
sorry i just couldn't resist to bring this back again
any change to have something similar to this (LEARN) .. for FADER Assigned controls to track them easily?



& let me say once again nothing urgent

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

Quote:
Originally Posted by timbralzoom View Post
i know
Thank you!

new one (pushing hard)
first Clone to subset (ctls only) is works fine
but when you execute same action to this cloned Subset to clone new one from it
<badstring> error, creating snapshots is also ok.. but if you click one of the snapshot:

\LBX Stripper.lua:37335: attempt to perform arithmetic on a nil value (field 'morph_time')

plus note:
if i restart the Stripper without clicking to snapshots, badstring goes away and loading snapshots works with no crash.

still testing.

EDIT:
sorry i just couldn't resist to bring this back again
any change to have something similar to this (LEARN) .. for FADER Assigned controls to track them easily?



& let me say once again nothing urgent
Try this one...
__________________
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 06-26-2017, 12:56 PM   #3266
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 this one...
so far so good no badstring anymore!
timbralzoom is offline   Reply With Quote
Old 06-26-2017, 02:46 PM   #3267
ThrashJazzAssassin
Human being with feelings
 
ThrashJazzAssassin's Avatar
 
Join Date: Oct 2010
Location: Scotland
Posts: 422
Default

Very nice new morphing feature

When selecting a Snapshot after deleting a snapshot(page):
Code:
LBX Stripper.lua:37340: attempt to perform arithmetic on a nil value (field 'morph_time')
__________________
TJA MIDI JSFX | REAPER-OSC-panels | erthoide
ThrashJazzAssassin is offline   Reply With Quote
Old 06-26-2017, 02:54 PM   #3268
timbralzoom
Human being with feelings
 
timbralzoom's Avatar
 
Join Date: Apr 2010
Location: Turkey/Istanbul
Posts: 1,820
Default

i can confirm that..
but it seems only happens in PAGE,
Subsets i tried so far has no problem.

LBX Stripper.lua:37340: attempt to perform arithmetic on a nil value (field 'morph_time')
timbralzoom is offline   Reply With Quote
Old 06-26-2017, 04:26 PM   #3269
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by ThrashJazzAssassin View Post
Very nice new morphing feature

When selecting a Snapshot after deleting a snapshot(page):
Code:
LBX Stripper.lua:37340: attempt to perform arithmetic on a nil value (field 'morph_time')
Thanks for the report.

Should be fixed now

New update also has something I think might be useful... but I'm tempted to see how long it takes timbral to find it...

I predict about two minutes from when he starts clicking on everything...

I will however give the answer before I go to bed in about 20 minutes!

It'll probably bring a few more bugs - but is stable for me so far...
__________________
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 06-26-2017, 04:35 PM   #3270
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 for the report.

Should be fixed now

New update also has something I think might be useful... but I'm tempted to see how long it takes timbral to find it...

I predict about two minutes from when he starts clicking on everything...

I will however give the answer before I go to bed in about 20 minutes!

It'll probably bring a few more bugs - but is stable for me so far...

arrgh! 11 mins left


EDIT1
Thank you so0Oo much!


might be useful if we can define the color.
not important one also nothing to hurry..

EDIT1b
it took 35 sec. (i was checking settings first in last 7-8 days on every update)


EDIT2
a tiny visual glitch
will test more tomorrow
take a good sleep


Last edited by timbralzoom; 06-26-2017 at 04:50 PM.
timbralzoom is offline   Reply With Quote
Old 06-26-2017, 04:52 PM   #3271
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by timbralzoom View Post
arrgh! 11 mins left


EDIT1
Thank you so0Oo much!


might be useful if we can define the color.
not important one also nothing to hurry..

EDIT1b
it took 35 sec. (i was checking settings first in last 7-8 days on every update)


EDIT2
a tiny visual glitch
will test more tomorrow
take a good sleep

Aha - I might actually have won this one then

Try right-clicking on the LIVE MODE button at the top of the sidebar...
__________________
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 06-26-2017, 04:54 PM   #3272
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
Aha - I might actually have won this one then

Try right-clicking on the LIVE MODE button at the top of the sidebar...
wow
yes you won!
timbralzoom is offline   Reply With Quote
Old 06-26-2017, 04:57 PM   #3273
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by timbralzoom View Post
wow
yes you won!


will look into the glitch tomorrow... thanks for all the bug finding

What colour do you suggest for the fader assignments? I'd prefer a colour that doesn't confuse with other modes (yellow = selected, green = snapshot learn, blue = something else (macro learn maybe))
__________________
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 06-26-2017, 04:59 PM   #3274
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 the glitch tomorrow... thanks for all the bug finding
always pleasure to being your headache
Goodnight!

timbralzoom is offline   Reply With Quote
Old 06-26-2017, 05:03 PM   #3275
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by timbralzoom View Post
always pleasure to being your headache
Goodnight!

Ah yes - sidebar needs updating if in fader edit mode when switching snapshots that might have fader edits - well spotted!

Fix tomorrow...
__________________
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 06-26-2017, 05:08 PM   #3276
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
Ah yes - sidebar needs updating if in fader edit mode when switching snapshots that might have fader edits - well spotted!

Fix tomorrow...
a beg for "tomorrow"
may i get back "Clear" in the right click menu?
timbralzoom is offline   Reply With Quote
Old 06-26-2017, 05:09 PM   #3277
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by timbralzoom View Post
a beg for "tomorrow"
may i get back "Clear" in the right click menu?
?????
__________________
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 06-26-2017, 05:14 PM   #3278
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
?????
oh my that 3d handsome knob fooled me
i don't know how/what...
whole list is already in right click

EDIT:
even don't answer.. go sleep..Thank you so much again!



note for tomorrow:
i think its just because of "Track Parameter"

EDIT
note for tomorrow2:

sorry i just saw your color question while reading the posts again..
i would prefer more saturated/shiny red (or purple maybe)

Last edited by timbralzoom; 06-26-2017 at 06:04 PM.
timbralzoom is offline   Reply With Quote
Old 06-27-2017, 02:06 AM   #3279
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

A few fixes/tweaks... not everything addressed but most things i think...
__________________
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 06-27-2017, 05:35 AM   #3280
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
A few fixes/tweaks... not everything addressed but most things i think...
Beautiful!
exactly the Modulation Color as in my mind
refresh thingy also seems fixed..
will test more!
timbralzoom 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 07:46 PM.


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