ArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2017-01-27T11:38:57+02:00 https://brainmodular.org/forums/app.php/feed/topic/5609 2017-01-27T11:38:57+02:00 2017-01-27T11:38:57+02:00 https://brainmodular.org/forums/viewtopic.php?t=5609&p=36687#p36687 <![CDATA[vst module enhancements]]> See http://www.sensomusic.org/forums/viewtopic.php?id=5592

Statistics: Posted by sm_jamieson — 27 Jan 2017, 10:38


]]>
2017-01-01T23:20:03+02:00 2017-01-01T23:20:03+02:00 https://brainmodular.org/forums/viewtopic.php?t=5609&p=36545#p36545 <![CDATA[vst module enhancements]]>
Seems like HH does do some sort of caching. If I load a subpatch A containing a vst (my current workaround) then load subpatch B, subsequently reloading A goes much faster than it did the first time.

Statistics: Posted by woodslanding — 01 Jan 2017, 22:20


]]>
2016-12-22T01:27:33+02:00 2016-12-22T01:27:33+02:00 https://brainmodular.org/forums/viewtopic.php?t=5609&p=36514#p36514 <![CDATA[vst module enhancements]]>
would you have all of the VST's pre loaded in memory with the project, or load from disk, or maybe a hybrid where the VST is only reloaded to memory if it has changed?
Well, caching vsts could be a FR, but not really part of the previous. If you are able to load a dll with a text string, there is no practical way for HH to know what vsts you might end up wanting to load....

Most don't take too long to load, but I know that VIP f.i. does cache vsts. Potential memory hog, though! VIP has some way of clearing them from memory if they haven't been used for a while.

Statistics: Posted by woodslanding — 22 Dec 2016, 00:27


]]>
2016-12-22T01:24:06+02:00 2016-12-22T01:24:06+02:00 https://brainmodular.org/forums/viewtopic.php?t=5609&p=36513#p36513 <![CDATA[vst module enhancements]]>
I assume that you mean one module that is wired into the workspace and can change the loaded VST by selecting the saved preset file for that VST?.
I was thinking of sending the name of a dll. to the module, which would then load it. After it was loaded, you could send it an fxp or fxb.

Of course it is possible that the .fxb/.fxp file could tell you which VST created it.... if that's the case, you could do it all with a single command, which would be awesome, mostly because you wouldn't have to worry about waiting for the dll to finish loading....

Statistics: Posted by woodslanding — 22 Dec 2016, 00:24


]]>
2016-12-22T01:19:05+02:00 2016-12-22T01:19:05+02:00 https://brainmodular.org/forums/viewtopic.php?t=5609&p=36512#p36512 <![CDATA[vst module enhancements]]>
Quick tip if you don't know already, the array difference module will give you the last touched VST parameter index and value. This is the basis for the whole thing even be able to work for me.
Great for getting a single value. Unfortunately, to SET a single value, you still have to merge it into the entire parameter array!

Statistics: Posted by woodslanding — 22 Dec 2016, 00:19


]]>
2016-12-21T18:27:16+02:00 2016-12-21T18:27:16+02:00 https://brainmodular.org/forums/viewtopic.php?t=5609&p=36498#p36498 <![CDATA[vst module enhancements]]> Statistics: Posted by senso — 21 Dec 2016, 17:27


]]>
2016-12-09T20:06:29+02:00 2016-12-09T20:06:29+02:00 https://brainmodular.org/forums/viewtopic.php?t=5609&p=36409#p36409 <![CDATA[vst module enhancements]]> See
http://www.sensomusic.org/forums/viewto ... ?pid=36407

I would also like a VST wrapper module parameter to set the title of the VST wrapper window. Some VSTs do not update this at all, but the "VB3" VST (or Usine ?) does not update the "current preset" parameter when the preset is changed via midi, so the window title does not match the preset, which is rather confusing.
It would be useful to be able to set the window title via a patch to make it match.

Statistics: Posted by sm_jamieson — 09 Dec 2016, 19:06


]]>
2016-12-09T04:20:43+02:00 2016-12-09T04:20:43+02:00 https://brainmodular.org/forums/viewtopic.php?t=5609&p=36404#p36404 <![CDATA[vst module enhancements]]> > two way parameters communication, this opens a whole other can of worms..

gurulogic,
Senso said there will be multi-wire busses in HH3. If the multi-wire busses could contain wires in both directions, that might be useful for you there. I've never used the bus binds, I am still wiring busses directly into patches. The "wiring" thing in Usine is both a blessing and a curse.

Simon.

Statistics: Posted by sm_jamieson — 09 Dec 2016, 03:20


]]>
2016-12-09T03:54:06+02:00 2016-12-09T03:54:06+02:00 https://brainmodular.org/forums/viewtopic.php?t=5609&p=36403#p36403 <![CDATA[vst module enhancements]]> Currently is possible to index names of VST's when loading in a subpatch and rename subpatch with IML: but is not the most direct approach and lacks per instance ID.

Statistics: Posted by gurulogic — 09 Dec 2016, 02:54


]]>
2016-12-08T03:40:30+02:00 2016-12-08T03:40:30+02:00 https://brainmodular.org/forums/viewtopic.php?t=5609&p=36393#p36393 <![CDATA[vst module enhancements]]>
"It would be so great to be able to load a different vst dll into a module, and load an fxb/fxp into it as well, via a text input. Just like the sampler module."

I assume that you mean one module that is wired into the workspace and can change the loaded VST by selecting the saved preset file for that VST? I think this sort of concept would be a great addition to HH. Assuming I am thinking along the same lines, would you have all of the VST's pre loaded in memory with the project, or load from disk, or maybe a hybrid where the VST is only reloaded to memory if it has changed?

"It would also be nice to have an parameter array in and out that is just a 3 item array. {param number, param Name, value}. Sent out when a value is changed.... the input would just need one or the other of name or number.."

Agreed, VST parameters access in HH could definitely use some expansion for easier use in advanced patching/control scenarios. I am actually neck deep in creating a fully map-able multi VST/Rack with auto learn, param names and vst names that I will share when it is ready. Despite the amount of effort I have already put into this concept, I would welcome an easier way to approach multi VST mapping and a way around some of the limitations that are in place.

Limitations such as having to use a globally set number of accessible parameters per VST means that I am creating huge resource hungry arrays for VST's parameters even if only 3 parameters for a VST, or if a VST uses more than the size of array allocated per VST then the additional parameters would be un-mappable. I have thought about how to use the arrays to extract and distribute the arrays data to each VST dynamically, but it seems logistically near impossible or not worth the massive undertaking in patching. I can make it work, but if I change a vst with a new number of parameters, then my previous mappings can be broken.
In my ideal, each VST could have only chosen parameters assigned to the arrays i/o value, or maybe access parameters via names rather than arrays index, or something along those lines. [edit: whoa! select params by name.. might have just thought of a way to dynamically update assigned mappings when changing vst without the "impossible" part.. ]

Also, as I want to have wireless mapping freely throughout a workspace I am using buses but with the feedback loop involved in two way parameters communication, this opens a whole other can of worms.. Ok, I could go on but I am getting a bit long winded, lol

Quick tip if you don't know already, the array difference module will give you the last touched VST parameter index and value. This is the basis for the whole thing even be able to work for me.

Statistics: Posted by gurulogic — 08 Dec 2016, 02:40


]]>
2016-12-08T00:35:41+02:00 2016-12-08T00:35:41+02:00 https://brainmodular.org/forums/viewtopic.php?t=5609&p=36389#p36389 <![CDATA[vst module enhancements]]>
It would be so great to be able to load a different vst dll into a module, and load an fxb/fxp into it as well, via a text input. Just like the sampler module.

Probably would only need one input, as you could parse the filetype to know what to do.

There are obviously re-cabling issues, dealing with differing numbers of ins and outs.... I have some ideas if that's an issue.

It would also be nice to have an parameter array in and out that is just a 3 item array. {param number, param Name, value}. Sent out when a value is changed.... the input would just need one or the other of name or number....

Very nice for auto-naming controls for parameters, and for controlling a parameter without having to cable directly to it or merge a value into the full parameter array. I have so much (not quite working right, and very hard to debug) logic for extracting single changed values from and rewriting single values into the param array. Really clumsy for my uses as it currently exists.

Thanks!
-eric

Statistics: Posted by woodslanding — 07 Dec 2016, 23:35


]]>
BrainModular BrainModular Users Forum 2017-01-27T11:38:57+02:00 https://brainmodular.org/forums/app.php/feed/topic/5609 2017-01-27T11:38:57+02:00 2017-01-27T11:38:57+02:00 https://brainmodular.org/forums/viewtopic.php?t=5609&p=36687#p36687 <![CDATA[vst module enhancements]]> See http://www.sensomusic.org/forums/viewtopic.php?id=5592

Statistics: Posted by sm_jamieson — 27 Jan 2017, 10:38


]]>
2017-01-01T23:20:03+02:00 2017-01-01T23:20:03+02:00 https://brainmodular.org/forums/viewtopic.php?t=5609&p=36545#p36545 <![CDATA[vst module enhancements]]>
Seems like HH does do some sort of caching. If I load a subpatch A containing a vst (my current workaround) then load subpatch B, subsequently reloading A goes much faster than it did the first time.

Statistics: Posted by woodslanding — 01 Jan 2017, 22:20


]]>
2016-12-22T01:27:33+02:00 2016-12-22T01:27:33+02:00 https://brainmodular.org/forums/viewtopic.php?t=5609&p=36514#p36514 <![CDATA[vst module enhancements]]>
would you have all of the VST's pre loaded in memory with the project, or load from disk, or maybe a hybrid where the VST is only reloaded to memory if it has changed?
Well, caching vsts could be a FR, but not really part of the previous. If you are able to load a dll with a text string, there is no practical way for HH to know what vsts you might end up wanting to load....

Most don't take too long to load, but I know that VIP f.i. does cache vsts. Potential memory hog, though! VIP has some way of clearing them from memory if they haven't been used for a while.

Statistics: Posted by woodslanding — 22 Dec 2016, 00:27


]]>
2016-12-22T01:24:06+02:00 2016-12-22T01:24:06+02:00 https://brainmodular.org/forums/viewtopic.php?t=5609&p=36513#p36513 <![CDATA[vst module enhancements]]>
I assume that you mean one module that is wired into the workspace and can change the loaded VST by selecting the saved preset file for that VST?.
I was thinking of sending the name of a dll. to the module, which would then load it. After it was loaded, you could send it an fxp or fxb.

Of course it is possible that the .fxb/.fxp file could tell you which VST created it.... if that's the case, you could do it all with a single command, which would be awesome, mostly because you wouldn't have to worry about waiting for the dll to finish loading....

Statistics: Posted by woodslanding — 22 Dec 2016, 00:24


]]>
2016-12-22T01:19:05+02:00 2016-12-22T01:19:05+02:00 https://brainmodular.org/forums/viewtopic.php?t=5609&p=36512#p36512 <![CDATA[vst module enhancements]]>
Quick tip if you don't know already, the array difference module will give you the last touched VST parameter index and value. This is the basis for the whole thing even be able to work for me.
Great for getting a single value. Unfortunately, to SET a single value, you still have to merge it into the entire parameter array!

Statistics: Posted by woodslanding — 22 Dec 2016, 00:19


]]>
2016-12-21T18:27:16+02:00 2016-12-21T18:27:16+02:00 https://brainmodular.org/forums/viewtopic.php?t=5609&p=36498#p36498 <![CDATA[vst module enhancements]]> Statistics: Posted by senso — 21 Dec 2016, 17:27


]]>
2016-12-09T20:06:29+02:00 2016-12-09T20:06:29+02:00 https://brainmodular.org/forums/viewtopic.php?t=5609&p=36409#p36409 <![CDATA[vst module enhancements]]> See
http://www.sensomusic.org/forums/viewto ... ?pid=36407

I would also like a VST wrapper module parameter to set the title of the VST wrapper window. Some VSTs do not update this at all, but the "VB3" VST (or Usine ?) does not update the "current preset" parameter when the preset is changed via midi, so the window title does not match the preset, which is rather confusing.
It would be useful to be able to set the window title via a patch to make it match.

Statistics: Posted by sm_jamieson — 09 Dec 2016, 19:06


]]>
2016-12-09T04:20:43+02:00 2016-12-09T04:20:43+02:00 https://brainmodular.org/forums/viewtopic.php?t=5609&p=36404#p36404 <![CDATA[vst module enhancements]]> > two way parameters communication, this opens a whole other can of worms..

gurulogic,
Senso said there will be multi-wire busses in HH3. If the multi-wire busses could contain wires in both directions, that might be useful for you there. I've never used the bus binds, I am still wiring busses directly into patches. The "wiring" thing in Usine is both a blessing and a curse.

Simon.

Statistics: Posted by sm_jamieson — 09 Dec 2016, 03:20


]]>
2016-12-09T03:54:06+02:00 2016-12-09T03:54:06+02:00 https://brainmodular.org/forums/viewtopic.php?t=5609&p=36403#p36403 <![CDATA[vst module enhancements]]> Currently is possible to index names of VST's when loading in a subpatch and rename subpatch with IML: but is not the most direct approach and lacks per instance ID.

Statistics: Posted by gurulogic — 09 Dec 2016, 02:54


]]>
2016-12-08T03:40:30+02:00 2016-12-08T03:40:30+02:00 https://brainmodular.org/forums/viewtopic.php?t=5609&p=36393#p36393 <![CDATA[vst module enhancements]]>
"It would be so great to be able to load a different vst dll into a module, and load an fxb/fxp into it as well, via a text input. Just like the sampler module."

I assume that you mean one module that is wired into the workspace and can change the loaded VST by selecting the saved preset file for that VST? I think this sort of concept would be a great addition to HH. Assuming I am thinking along the same lines, would you have all of the VST's pre loaded in memory with the project, or load from disk, or maybe a hybrid where the VST is only reloaded to memory if it has changed?

"It would also be nice to have an parameter array in and out that is just a 3 item array. {param number, param Name, value}. Sent out when a value is changed.... the input would just need one or the other of name or number.."

Agreed, VST parameters access in HH could definitely use some expansion for easier use in advanced patching/control scenarios. I am actually neck deep in creating a fully map-able multi VST/Rack with auto learn, param names and vst names that I will share when it is ready. Despite the amount of effort I have already put into this concept, I would welcome an easier way to approach multi VST mapping and a way around some of the limitations that are in place.

Limitations such as having to use a globally set number of accessible parameters per VST means that I am creating huge resource hungry arrays for VST's parameters even if only 3 parameters for a VST, or if a VST uses more than the size of array allocated per VST then the additional parameters would be un-mappable. I have thought about how to use the arrays to extract and distribute the arrays data to each VST dynamically, but it seems logistically near impossible or not worth the massive undertaking in patching. I can make it work, but if I change a vst with a new number of parameters, then my previous mappings can be broken.
In my ideal, each VST could have only chosen parameters assigned to the arrays i/o value, or maybe access parameters via names rather than arrays index, or something along those lines. [edit: whoa! select params by name.. might have just thought of a way to dynamically update assigned mappings when changing vst without the "impossible" part.. ]

Also, as I want to have wireless mapping freely throughout a workspace I am using buses but with the feedback loop involved in two way parameters communication, this opens a whole other can of worms.. Ok, I could go on but I am getting a bit long winded, lol

Quick tip if you don't know already, the array difference module will give you the last touched VST parameter index and value. This is the basis for the whole thing even be able to work for me.

Statistics: Posted by gurulogic — 08 Dec 2016, 02:40


]]>
2016-12-08T00:35:41+02:00 2016-12-08T00:35:41+02:00 https://brainmodular.org/forums/viewtopic.php?t=5609&p=36389#p36389 <![CDATA[vst module enhancements]]>
It would be so great to be able to load a different vst dll into a module, and load an fxb/fxp into it as well, via a text input. Just like the sampler module.

Probably would only need one input, as you could parse the filetype to know what to do.

There are obviously re-cabling issues, dealing with differing numbers of ins and outs.... I have some ideas if that's an issue.

It would also be nice to have an parameter array in and out that is just a 3 item array. {param number, param Name, value}. Sent out when a value is changed.... the input would just need one or the other of name or number....

Very nice for auto-naming controls for parameters, and for controlling a parameter without having to cable directly to it or merge a value into the full parameter array. I have so much (not quite working right, and very hard to debug) logic for extracting single changed values from and rewriting single values into the param array. Really clumsy for my uses as it currently exists.

Thanks!
-eric

Statistics: Posted by woodslanding — 07 Dec 2016, 23:35


]]>