ArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArray
BrainModularBrainModular Users Forum2010-08-12T12:05:02+02:00https://www.brainmodular.com/forums/app.php/feed/topic/23352010-08-12T12:05:02+02:002010-08-12T12:05:02+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15088#p15088 Thanks again for the two version.
I have tested the two patchs.
For me no real difrence of consumption betwen the script and the module version.
Statistics: Posted by multiphone — 12 Aug 2010, 12:05
]]>2010-08-11T00:36:30+02:002010-08-11T00:36:30+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15072#p15072Statistics: Posted by 23fx23 — 11 Aug 2010, 00:36
]]>
2010-08-10T23:15:25+02:002010-08-10T23:15:25+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15071#p15071 [edit] I've uploaded the module version as well as an add-on if you want to try it.
]]>2010-08-10T19:21:43+02:002010-08-10T19:21:43+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15068#p15068 Thaks a lot for the new version of the script its more reactive like that !! In 512 or 1024 values the script are very faster than beafore and CPU Friendly
Yes, for tha script with V1, V2...etc... i'ts my try ( Sorry, you script only a working thing (This is not my case)
I try to imagine (for exemple) an interpolation beetwen 2 or 8 Array of values. In first time i just want to increase the value of array entry to 8 and i imagine an inlet especialy for the selection of the number of array input. (But i'ts an onether story for me)
Thanks a lot for your help.
Statistics: Posted by multiphone — 10 Aug 2010, 19:21
]]>2010-08-10T09:01:08+02:002010-08-10T09:01:08+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15063#p15063 @Multiphone: If you're just interpolating between two sets of values, and it's ok with a linear interpolation, there's a much simpler solution. Just multiply the first set with the output of a fader or whatever going from 0 to 1, and multiply the second set with (1 - fader value). As an afterthought, I also think that I will try to make the XY Morph with modules to see what's most CPU friendly with the latest incarnation of Usine. Probably tonight.
]]>2010-08-10T00:03:39+02:002010-08-10T00:03:39+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15062#p15062 ...back off topic...: Multiphone, I was initially a bit confused by the script above. "Did I write that? What do all those V-parameters do?" If I'm not mistaken, it's your script based on the v3 add-on, or?
Well, nevermind. I've uploaded a new version of the XY Morph patch using a new script. It doesn't have the inbuilt latency I used in the old version to spread the CPU load, still it takes a lot less power. If you will control a lot of parameters with with a lot of morphing back and forth, it might be wise to do some trickery to spread the load, at least if you can live with a little extra latency.
]]>2010-08-09T20:21:25+02:002010-08-09T20:21:25+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15061#p15061 Yes thanks a lot i'm litle limited in script langage, sorry.
Nay made a difrent aproch with distance calculation for an interpolation of two values (X/Y). But for exemple if you want to create a "morphing" betwen two FFT Filter you must be an interpolation between two table of diferent value and... Your script are a nice solution. Thanks in advance for your help.
Statistics: Posted by multiphone — 09 Aug 2010, 20:21
]]>2010-08-07T15:59:13+02:002010-08-07T15:59:13+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15017#p15017I'ts the same formula for the panning of surround pack ..!!!
I look of that deeply .
Thanks
Statistics: Posted by multiphone — 07 Aug 2010, 15:59
Statistics: Posted by nay-seven — 07 Aug 2010, 14:30
]]>2010-08-07T13:45:31+02:002010-08-07T13:45:31+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15012#p15012This is a very helpfull patch to sounds transformations and very adapted in a touch or multitouch surface for live performence. I imagine the sound result for exemple with finger(s) or a slow automation speed. I'm like you for the math formula i dont realy enderstand the relationship beetween the values. I meen i'ts like a mixing desk and the relaationship are "*" but ...
The V2 are more clear in fact and the Area value is a good idea.
Best
Statistics: Posted by multiphone — 07 Aug 2010, 13:45
]]>2010-08-07T13:15:02+02:002010-08-07T13:15:02+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15009#p15009happy to see that you like it but it's a really beta one, I've yet an other one really more efficient ( with the help of Senso and Euclid for his math formula ) but of courses all ideas are welcome and I'm impatient to see what you and bsork can done with script..
here a more simple example of v2 : note that you can change area size in the options window and in this version , if you don't have a touchscreen , you have to click and move to interact... Morphusine_v2
Statistics: Posted by nay-seven — 07 Aug 2010, 13:15
]]>2010-08-07T13:01:25+02:002010-08-07T13:01:25+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15007#p15007 First, congratulation to Nay Seven for is Morphusine very nice idea to adapt the very nice Metasurphace from Audiomulch.
But i have the intution of a more simple patch with the morphing script of Bsork. I try to adapt this script to have (for exemple) heigth inputs, but i'm a newbee to script that.
I begin the work but...
I dont have enderstand the method of interpolation in the "main proc"
If somebody enderstand... or if Bsörk is here...!?
{$ -------------------------------------------------------------------------------------------- If you change the number of parameters in the "num" constant module, you must change the the value of the NUM_PARAMS constant below also. If the number of parameters is more than 16, use the Get/Set Array Value modules.
bSork, 05.07.2008 ----------------------------------------------------------------------------------------------- $} VAR V1 : tParameter; VAR V2 : tParameter; VAR V3 : tParameter; VAR V4 : tParameter; VAR V5 : tParameter; VAR V6 : tParameter; VAR V7 : tParameter; VAR V8 : tParameter; VAR pXPos : tParameter; VAR pYPos : tParameter; VAR pOut : tParameter; VAR pUpdXY : tParameter;
VAR x1, x0, y1, y0, out : single; VAR blocks, i : integer;
// main proc BEGIN blocks := blocks + 1; i := blocks MOD NUM_PARAMS; IF (GetValue(pUpdXY) = 1) THEN BEGIN x1 := GetValue(pXPos); y1 := GetValue(pYPos); x0 := 1 - x1; y0 := 1 - y1; END; out := x0 * y1 * GetDataArrayValue(V1, i); out := out + (x1 * y1 * GetDataArrayValue(V2, i)); out := out + (x1 * y0 * GetDataArrayValue(V3, i)); out := out + (x0 * y0 * GetDataArrayValue(V4, i)); SetDataArrayValue(pOut, i, out); END.
Statistics: Posted by multiphone — 07 Aug 2010, 13:01
]]>2010-08-07T11:03:38+02:002010-08-07T11:03:38+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15005#p15005Statistics: Posted by ethnix73 — 07 Aug 2010, 11:03
]]>2010-08-06T17:57:11+02:002010-08-06T17:57:11+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15000#p15000 wait a little to translate cause it's maybe not the definitive version...
Statistics: Posted by nay-seven — 06 Aug 2010, 17:57
]]>2010-08-06T17:39:59+02:002010-08-06T17:39:59+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=14999#p14999 I'll translate the wikihelp as soon as possible.
Statistics: Posted by nay-seven — 06 Aug 2010, 17:22
]]>BrainModularBrainModular Users Forum2010-08-12T12:05:02+02:00https://www.brainmodular.com/forums/app.php/feed/topic/23352010-08-12T12:05:02+02:002010-08-12T12:05:02+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15088#p15088 Thanks again for the two version.
I have tested the two patchs.
For me no real difrence of consumption betwen the script and the module version.
Statistics: Posted by multiphone — 12 Aug 2010, 12:05
]]>2010-08-11T00:36:30+02:002010-08-11T00:36:30+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15072#p15072Statistics: Posted by 23fx23 — 11 Aug 2010, 00:36
]]>2010-08-10T23:15:25+02:002010-08-10T23:15:25+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15071#p15071 [edit] I've uploaded the module version as well as an add-on if you want to try it.
]]>2010-08-10T19:21:43+02:002010-08-10T19:21:43+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15068#p15068 Thaks a lot for the new version of the script its more reactive like that !! In 512 or 1024 values the script are very faster than beafore and CPU Friendly
Yes, for tha script with V1, V2...etc... i'ts my try ( Sorry, you script only a working thing (This is not my case)
I try to imagine (for exemple) an interpolation beetwen 2 or 8 Array of values. In first time i just want to increase the value of array entry to 8 and i imagine an inlet especialy for the selection of the number of array input. (But i'ts an onether story for me)
Thanks a lot for your help.
Statistics: Posted by multiphone — 10 Aug 2010, 19:21
]]>2010-08-10T09:01:08+02:002010-08-10T09:01:08+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15063#p15063 @Multiphone: If you're just interpolating between two sets of values, and it's ok with a linear interpolation, there's a much simpler solution. Just multiply the first set with the output of a fader or whatever going from 0 to 1, and multiply the second set with (1 - fader value). As an afterthought, I also think that I will try to make the XY Morph with modules to see what's most CPU friendly with the latest incarnation of Usine. Probably tonight.
]]>2010-08-10T00:03:39+02:002010-08-10T00:03:39+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15062#p15062 ...back off topic...: Multiphone, I was initially a bit confused by the script above. "Did I write that? What do all those V-parameters do?" If I'm not mistaken, it's your script based on the v3 add-on, or?
Well, nevermind. I've uploaded a new version of the XY Morph patch using a new script. It doesn't have the inbuilt latency I used in the old version to spread the CPU load, still it takes a lot less power. If you will control a lot of parameters with with a lot of morphing back and forth, it might be wise to do some trickery to spread the load, at least if you can live with a little extra latency.
]]>2010-08-09T20:21:25+02:002010-08-09T20:21:25+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15061#p15061 Yes thanks a lot i'm litle limited in script langage, sorry.
Nay made a difrent aproch with distance calculation for an interpolation of two values (X/Y). But for exemple if you want to create a "morphing" betwen two FFT Filter you must be an interpolation between two table of diferent value and... Your script are a nice solution. Thanks in advance for your help.
Statistics: Posted by multiphone — 09 Aug 2010, 20:21
]]>2010-08-07T15:59:13+02:002010-08-07T15:59:13+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15017#p15017I'ts the same formula for the panning of surround pack ..!!!
I look of that deeply .
Thanks
Statistics: Posted by multiphone — 07 Aug 2010, 15:59
Statistics: Posted by nay-seven — 07 Aug 2010, 14:30
]]>2010-08-07T13:45:31+02:002010-08-07T13:45:31+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15012#p15012This is a very helpfull patch to sounds transformations and very adapted in a touch or multitouch surface for live performence. I imagine the sound result for exemple with finger(s) or a slow automation speed. I'm like you for the math formula i dont realy enderstand the relationship beetween the values. I meen i'ts like a mixing desk and the relaationship are "*" but ...
The V2 are more clear in fact and the Area value is a good idea.
Best
Statistics: Posted by multiphone — 07 Aug 2010, 13:45
]]>2010-08-07T13:15:02+02:002010-08-07T13:15:02+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15009#p15009happy to see that you like it but it's a really beta one, I've yet an other one really more efficient ( with the help of Senso and Euclid for his math formula ) but of courses all ideas are welcome and I'm impatient to see what you and bsork can done with script..
here a more simple example of v2 : note that you can change area size in the options window and in this version , if you don't have a touchscreen , you have to click and move to interact... Morphusine_v2
Statistics: Posted by nay-seven — 07 Aug 2010, 13:15
]]>2010-08-07T13:01:25+02:002010-08-07T13:01:25+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15007#p15007 First, congratulation to Nay Seven for is Morphusine very nice idea to adapt the very nice Metasurphace from Audiomulch.
But i have the intution of a more simple patch with the morphing script of Bsork. I try to adapt this script to have (for exemple) heigth inputs, but i'm a newbee to script that.
I begin the work but...
I dont have enderstand the method of interpolation in the "main proc"
If somebody enderstand... or if Bsörk is here...!?
{$ -------------------------------------------------------------------------------------------- If you change the number of parameters in the "num" constant module, you must change the the value of the NUM_PARAMS constant below also. If the number of parameters is more than 16, use the Get/Set Array Value modules.
bSork, 05.07.2008 ----------------------------------------------------------------------------------------------- $} VAR V1 : tParameter; VAR V2 : tParameter; VAR V3 : tParameter; VAR V4 : tParameter; VAR V5 : tParameter; VAR V6 : tParameter; VAR V7 : tParameter; VAR V8 : tParameter; VAR pXPos : tParameter; VAR pYPos : tParameter; VAR pOut : tParameter; VAR pUpdXY : tParameter;
VAR x1, x0, y1, y0, out : single; VAR blocks, i : integer;
// main proc BEGIN blocks := blocks + 1; i := blocks MOD NUM_PARAMS; IF (GetValue(pUpdXY) = 1) THEN BEGIN x1 := GetValue(pXPos); y1 := GetValue(pYPos); x0 := 1 - x1; y0 := 1 - y1; END; out := x0 * y1 * GetDataArrayValue(V1, i); out := out + (x1 * y1 * GetDataArrayValue(V2, i)); out := out + (x1 * y0 * GetDataArrayValue(V3, i)); out := out + (x0 * y0 * GetDataArrayValue(V4, i)); SetDataArrayValue(pOut, i, out); END.
Statistics: Posted by multiphone — 07 Aug 2010, 13:01
]]>2010-08-07T11:03:38+02:002010-08-07T11:03:38+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15005#p15005Statistics: Posted by ethnix73 — 07 Aug 2010, 11:03
]]>2010-08-06T17:57:11+02:002010-08-06T17:57:11+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=15000#p15000 wait a little to translate cause it's maybe not the definitive version...
Statistics: Posted by nay-seven — 06 Aug 2010, 17:57
]]>2010-08-06T17:39:59+02:002010-08-06T17:39:59+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2335&p=14999#p14999 I'll translate the wikihelp as soon as possible.