Scripting dynamics = value inconsistency
-
@d-healey said in Scripting dynamics = value inconsistency:
You can also use the auto-complete in your script to bring up a list of constants
The autocomplete doesn't work when you're iterating thru an array, that's why I started using the Magic Numbers. Much easier to type
-
@Lindon You need to add it to the interface. I have plans for a video on the subject but no-one was interested :(
@dustbro
Whatchu talkin bout?
-
@d-healey well this now gets sillier and sillier...
add a degrade fx to you project and it shows you a set of buttons with these names:
Harmonics
Bit Crush
Gain
Sample rate
Post FilterCreate a variable for the fx and press <esc> to get autocomplete and it shows you these attributes:
Headroom
Quant
Rate
PostFilt
NonLin
DryWetOpen a module browser and right lick on Degrade and it shows you this set of parameters;
- Threshold
- Output
- Attack
- Release
- Knee
Unless I'm doing something completely daft(not outside the bounds of possibility) I think this is broken.
-
No, what he meant was that it will not be able to parse the iterator variable as array expression and detect it as object.
This is true, but it works for standard array syntax (actually pressing escape kind of "runs" a little script that is able to evaluate some basic expressions to receive the object, but it fails with every scoped variable like iterators or local variables).
-
I really need to remove these old modules, I haven't used them for years and they are completely broken.
There are bit crush and sample reduction nodes available in scriptnode, which should work better and more consistently.
-
@Lindon I just worked out the documentation is OFF by one press degrade to get the params for the limiter, press Chorus to get the params for the degrade FX...
now can anyone (@Christoph-Hart ) tell me how those are mapped to the knobs in the FX?
-
@Christoph-Hart but I'm under a tight deadline and I dont have the time to learn scriptnode now, so I'd like these to work,
-
@Christoph-Hart @d-healey When I used the method in Christoph's video (with [i] ) the popup doesn't work.
so if I type something like myList[i]. = no popup -
@Lindon said in Scripting dynamics = value inconsistency:
now can anyone (@Christoph-Hart ) tell me how those are mapped to the knobs in the FX?
You can add a knob with its callback, then you test the attributes from 0 to 5 while you look at what is moving in the module...
-
@dustbro I can confirm it does not work for me either on arrays with [i]