ArrayArrayArrayArrayArrayArrayArray
BrainModularBrainModular Users Forum2007-03-06T09:48:55+02:00https://brainmodular.org/forums/app.php/feed/topic/2852007-03-06T09:48:55+02:002007-03-06T09:48:55+02:00https://brainmodular.org/forums/viewtopic.php?t=285&p=1379#p1379 There was a "be" missing, and I suppose this makes some more sense: "the arrays values don't have to be read all the time".
What I meant, was that I'm trying to create a patch where the 4 sets of values is saved using the preset manager in normal Usine fashion, and then an update routine reads these values into arrays within the script. I was working on this yesterday, but there are some issues - especially when getting the preset values - that have to be figured out. I'm not quite sure if my idea is even feasible given the behaviour of the preset manager, but I'm not sure. The presets might include a bit more than what I thought...
Anyway - don't forget that the morphing can be controlled by something else than an XY pad. What about an envelope follower for the X value, and a pitch tracker or a MIDI controller for the Y value?
]]>2007-03-06T01:18:01+02:002007-03-06T01:18:01+02:00https://brainmodular.org/forums/viewtopic.php?t=285&p=1378#p1378I just feel twice (only) trepanned reading your posts. But I don't care, cause I'm learning!
I also have an idea of using the preset manager to program the 4 parameter sets one at the time and then run a sort of update so that the arrays values don't have to read all the time.
Hey, what do you mean by "the arrays values don't have to read all the time"? How do yo do that? I am very interested, you know?
Cheers!
Statistics: Posted by Guest — 06 Mar 2007, 00:18
]]>2007-03-05T12:06:27+02:002007-03-05T12:06:27+02:00https://brainmodular.org/forums/viewtopic.php?t=285&p=1376#p1376Statistics: Posted by senso — 05 Mar 2007, 11:06
]]>
2007-03-05T10:27:30+02:002007-03-05T10:27:30+02:00https://brainmodular.org/forums/viewtopic.php?t=285&p=1375#p1375Statistics: Posted by bsork — 05 Mar 2007, 09:27
]]>2007-03-05T10:24:18+02:002007-03-05T10:24:18+02:00https://brainmodular.org/forums/viewtopic.php?t=285&p=1374#p1374Statistics: Posted by senso — 05 Mar 2007, 09:24
]]>2007-03-05T10:19:21+02:002007-03-05T10:19:21+02:00https://brainmodular.org/forums/viewtopic.php?t=285&p=1373#p1373I take a look. thanks
]]>2007-03-05T10:17:29+02:002007-03-05T10:17:29+02:00https://brainmodular.org/forums/viewtopic.php?t=285&p=1372#p1372 I first tried to use sub-patches instead of a script, but the CPU usage went up way too high as I added the subs for each parameter. In the script I've restricted the number of executions to save CPU, since the first version using a script was using around twice the amount of CPU as the already unacceptable sub-patch version.
I used array modules, since handling up to 16 parameters is quite easy and lowering that number just a question of changing a couple of constants. More than 16 parameters is a bit more work, but nothing hard or complicated. Check it out if you want.
]]>BrainModularBrainModular Users Forum2007-03-06T09:48:55+02:00https://brainmodular.org/forums/app.php/feed/topic/2852007-03-06T09:48:55+02:002007-03-06T09:48:55+02:00https://brainmodular.org/forums/viewtopic.php?t=285&p=1379#p1379 There was a "be" missing, and I suppose this makes some more sense: "the arrays values don't have to be read all the time".
What I meant, was that I'm trying to create a patch where the 4 sets of values is saved using the preset manager in normal Usine fashion, and then an update routine reads these values into arrays within the script. I was working on this yesterday, but there are some issues - especially when getting the preset values - that have to be figured out. I'm not quite sure if my idea is even feasible given the behaviour of the preset manager, but I'm not sure. The presets might include a bit more than what I thought...
Anyway - don't forget that the morphing can be controlled by something else than an XY pad. What about an envelope follower for the X value, and a pitch tracker or a MIDI controller for the Y value?
]]>2007-03-06T01:18:01+02:002007-03-06T01:18:01+02:00https://brainmodular.org/forums/viewtopic.php?t=285&p=1378#p1378I just feel twice (only) trepanned reading your posts. But I don't care, cause I'm learning!
I also have an idea of using the preset manager to program the 4 parameter sets one at the time and then run a sort of update so that the arrays values don't have to read all the time.
Hey, what do you mean by "the arrays values don't have to read all the time"? How do yo do that? I am very interested, you know?
Cheers!
Statistics: Posted by Guest — 06 Mar 2007, 00:18
]]>2007-03-05T12:06:27+02:002007-03-05T12:06:27+02:00https://brainmodular.org/forums/viewtopic.php?t=285&p=1376#p1376Statistics: Posted by senso — 05 Mar 2007, 11:06
]]>2007-03-05T10:27:30+02:002007-03-05T10:27:30+02:00https://brainmodular.org/forums/viewtopic.php?t=285&p=1375#p1375Statistics: Posted by bsork — 05 Mar 2007, 09:27
]]>2007-03-05T10:24:18+02:002007-03-05T10:24:18+02:00https://brainmodular.org/forums/viewtopic.php?t=285&p=1374#p1374Statistics: Posted by senso — 05 Mar 2007, 09:24
]]>2007-03-05T10:19:21+02:002007-03-05T10:19:21+02:00https://brainmodular.org/forums/viewtopic.php?t=285&p=1373#p1373I take a look. thanks
]]>2007-03-05T10:17:29+02:002007-03-05T10:17:29+02:00https://brainmodular.org/forums/viewtopic.php?t=285&p=1372#p1372 I first tried to use sub-patches instead of a script, but the CPU usage went up way too high as I added the subs for each parameter. In the script I've restricted the number of executions to save CPU, since the first version using a script was using around twice the amount of CPU as the already unacceptable sub-patch version.
I used array modules, since handling up to 16 parameters is quite easy and lowering that number just a question of changing a couple of constants. More than 16 parameters is a bit more work, but nothing hard or complicated. Check it out if you want.