ArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2011-05-03T20:59:23+02:00 https://brainmodular.org/forums/app.php/feed/topic/2834 2011-05-03T20:59:23+02:00 2011-05-03T20:59:23+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19232#p19232 <![CDATA[Dynamic preset lists]]>
works now!

Statistics: Posted by woodslanding — 03 May 2011, 20:59


]]>
2011-05-03T20:58:12+02:00 2011-05-03T20:58:12+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19231#p19231 <![CDATA[Dynamic preset lists]]>
process msg : SET_VALUE PROGRAMS "comma text" COMMATEMP
Var not found :"comma text"
Can't Set Value : PROGRAMS "comma text" COMMATEMP

Statistics: Posted by woodslanding — 03 May 2011, 20:58


]]>
2011-05-03T19:46:44+02:00 2011-05-03T19:46:44+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19229#p19229 <![CDATA[Dynamic preset lists]]>

CODE:

set_ValueSet_Value PROGRAMS "comma text" TEMP
with underscore...

Statistics: Posted by senso — 03 May 2011, 19:46


]]>
2011-05-03T16:38:54+02:00 2011-05-03T16:38:54+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19228#p19228 <![CDATA[Dynamic preset lists]]>
process msg : SetValue PROGRAMS "comma text" TEMP
Invalid internal message : SetValue PROGRAMS "comma text" TEMP

Statistics: Posted by woodslanding — 03 May 2011, 16:38


]]>
2011-05-03T16:31:40+02:00 2011-05-03T16:31:40+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19227#p19227 <![CDATA[Dynamic preset lists]]> Statistics: Posted by 23fx23 — 03 May 2011, 16:31


]]>
2011-05-03T07:35:20+02:00 2011-05-03T07:35:20+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19225#p19225 <![CDATA[Dynamic preset lists]]> actually to set the value of a listbox from a vst program list you must enter :

CODE:

get_commatext VST program stset_Value LB "comma text" st
it's a "set_value" instead of 'set_sommatext".

But in the next version, a more friendly syntax will be allowed:

CODE:

get_commatextVST program stset_commatext LB list st
It mean a compatibility between strings and events inside the IML

Statistics: Posted by senso — 03 May 2011, 07:35


]]>
2011-05-03T04:39:29+02:00 2011-05-03T04:39:29+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19223#p19223 <![CDATA[Dynamic preset lists]]> Statistics: Posted by woodslanding — 03 May 2011, 04:39


]]>
2011-05-03T04:00:19+02:00 2011-05-03T04:00:19+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19222#p19222 <![CDATA[Dynamic preset lists]]> but the variable seems not a string but 'evt' type and can't get it pass from get to set.
maybe there is something to do with quotes or i don't know...

any idea olivier?

Statistics: Posted by 23fx23 — 03 May 2011, 04:00


]]>
2011-05-03T01:18:46+02:00 2011-05-03T01:18:46+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19221#p19221 <![CDATA[Dynamic preset lists]]>
I just get the literal string value for the variable COMMATEMP

http://www.sensomusic.com/forums/upload ... matext.pat

help?

thanks!
-e

Statistics: Posted by woodslanding — 03 May 2011, 01:18


]]>
2011-04-26T10:20:31+02:00 2011-04-26T10:20:31+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19148#p19148 <![CDATA[Dynamic preset lists]]> Statistics: Posted by woodslanding — 26 Apr 2011, 10:20


]]>
2011-04-20T17:12:27+02:00 2011-04-20T17:12:27+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19092#p19092 <![CDATA[Dynamic preset lists]]> but if you create a combobox, name it ie 'COMBO' then if sending IML message:

SET_COMMATEXT COMBO listinputname 'a,b,c,d' (list input name is not the comma, it's the list pin)

then with get later we will be able to do stuff like :

GET_COMMATEXT MYCOMBO listinput COMMATEMP
SET_COMMATEXT MYVST program COMMATEMP to copy a listcomma to pgm list of vst

or in your cases you will be able to refresh the list when pgm changed:
GET_COMMATEXT MYVST program COMMATEMP
SET_COMMATEXT MYCOMBO listinput COMMATEMP, or
SET_STRING_VALUE MYCOMBO 'comma text' COMMATEMP

Statistics: Posted by 23fx23 — 20 Apr 2011, 17:12


]]>
2011-04-20T08:17:51+02:00 2011-04-20T08:17:51+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19084#p19084 <![CDATA[Dynamic preset lists]]>
anybody have an example pat to post??

Statistics: Posted by woodslanding — 20 Apr 2011, 08:17


]]>
2011-04-18T23:00:28+02:00 2011-04-18T23:00:28+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19066#p19066 <![CDATA[Dynamic preset lists]]> coooool thhhhhxxxxxx!!!!!

Statistics: Posted by 23fx23 — 18 Apr 2011, 23:00


]]>
2011-04-18T22:54:20+02:00 2011-04-18T22:54:20+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19065#p19065 <![CDATA[Dynamic preset lists]]>
GET_COMMATEXT modulename terminalname destvariable

Get the values of a listbox items and store it in destvariable. A comma text is a list of possible values separated by commas.

GET_COMMATEXT Listbox1 list value
But by definition works only with list/comoboxes, Typically the 'program' parameter of a vst.

is it faster enough? :P

Statistics: Posted by senso — 18 Apr 2011, 22:54


]]>
2011-04-18T22:07:57+02:00 2011-04-18T22:07:57+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19064#p19064 <![CDATA[Dynamic preset lists]]>
we could certainly set the list, but we would need to get it first. any chance to make GET possible?

A job for senso? :P

Statistics: Posted by 23fx23 — 18 Apr 2011, 22:07


]]>
2011-04-18T21:49:47+02:00 2011-04-18T21:49:47+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19062#p19062 <![CDATA[Dynamic preset lists]]>

Statistics: Posted by senso — 18 Apr 2011, 21:49


]]>
2011-04-18T20:34:15+02:00 2011-04-18T20:34:15+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19057#p19057 <![CDATA[Dynamic preset lists]]> Statistics: Posted by woodslanding — 18 Apr 2011, 20:34


]]>
2011-04-18T10:43:36+02:00 2011-04-18T10:43:36+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19043#p19043 <![CDATA[Dynamic preset lists]]> actually SET_COMMATEXT works, but in this case would need to get..

Statistics: Posted by 23fx23 — 18 Apr 2011, 10:43


]]>
2011-04-18T09:37:11+02:00 2011-04-18T09:37:11+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19042#p19042 <![CDATA[Dynamic preset lists]]> Statistics: Posted by mat — 18 Apr 2011, 09:37


]]>
2011-04-18T05:55:19+02:00 2011-04-18T05:55:19+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19041#p19041 <![CDATA[Dynamic preset lists]]>
When I drag a combobox from the PROGRAM input on a VST module, it is populated with the preset names. It would be nice to be able to get these names as commatext to drive a combobox or what have you.

As it is, every time I add or remove presets, I have to drag a dummy combobox from the presets input, copy its contents, clear the contents of my real combo, paste the new text in, and delete the dummy.... discourages me from adding presets very often.

Not sure what data is on this output--usine generally just sees a PCH number. But maybe there is a way to make this output do double duty as a commatext output somehow? Otherwise, I guess you'd just need an actual commatext PROGRAMS output. But maybe this is not a compatibility problem, since the PARAMS in/out has recently been added?

Or maybe there's a way to get this data via IML, since there is a template that does it????

[edit]
Okay, looks like it's not just a simple template, so I don't know how to look into it further..... maybe this is behind-the-scenes magic?

-e

Statistics: Posted by woodslanding — 18 Apr 2011, 05:55


]]>
BrainModular BrainModular Users Forum 2011-05-03T20:59:23+02:00 https://brainmodular.org/forums/app.php/feed/topic/2834 2011-05-03T20:59:23+02:00 2011-05-03T20:59:23+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19232#p19232 <![CDATA[Dynamic preset lists]]>
works now!

Statistics: Posted by woodslanding — 03 May 2011, 20:59


]]>
2011-05-03T20:58:12+02:00 2011-05-03T20:58:12+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19231#p19231 <![CDATA[Dynamic preset lists]]>
process msg : SET_VALUE PROGRAMS "comma text" COMMATEMP
Var not found :"comma text"
Can't Set Value : PROGRAMS "comma text" COMMATEMP

Statistics: Posted by woodslanding — 03 May 2011, 20:58


]]>
2011-05-03T19:46:44+02:00 2011-05-03T19:46:44+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19229#p19229 <![CDATA[Dynamic preset lists]]>

CODE:

set_ValueSet_Value PROGRAMS "comma text" TEMP
with underscore...

Statistics: Posted by senso — 03 May 2011, 19:46


]]>
2011-05-03T16:38:54+02:00 2011-05-03T16:38:54+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19228#p19228 <![CDATA[Dynamic preset lists]]>
process msg : SetValue PROGRAMS "comma text" TEMP
Invalid internal message : SetValue PROGRAMS "comma text" TEMP

Statistics: Posted by woodslanding — 03 May 2011, 16:38


]]>
2011-05-03T16:31:40+02:00 2011-05-03T16:31:40+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19227#p19227 <![CDATA[Dynamic preset lists]]> Statistics: Posted by 23fx23 — 03 May 2011, 16:31


]]>
2011-05-03T07:35:20+02:00 2011-05-03T07:35:20+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19225#p19225 <![CDATA[Dynamic preset lists]]> actually to set the value of a listbox from a vst program list you must enter :

CODE:

get_commatext VST program stset_Value LB "comma text" st
it's a "set_value" instead of 'set_sommatext".

But in the next version, a more friendly syntax will be allowed:

CODE:

get_commatextVST program stset_commatext LB list st
It mean a compatibility between strings and events inside the IML

Statistics: Posted by senso — 03 May 2011, 07:35


]]>
2011-05-03T04:39:29+02:00 2011-05-03T04:39:29+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19223#p19223 <![CDATA[Dynamic preset lists]]> Statistics: Posted by woodslanding — 03 May 2011, 04:39


]]>
2011-05-03T04:00:19+02:00 2011-05-03T04:00:19+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19222#p19222 <![CDATA[Dynamic preset lists]]> but the variable seems not a string but 'evt' type and can't get it pass from get to set.
maybe there is something to do with quotes or i don't know...

any idea olivier?

Statistics: Posted by 23fx23 — 03 May 2011, 04:00


]]>
2011-05-03T01:18:46+02:00 2011-05-03T01:18:46+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19221#p19221 <![CDATA[Dynamic preset lists]]>
I just get the literal string value for the variable COMMATEMP

http://www.sensomusic.com/forums/upload ... matext.pat

help?

thanks!
-e

Statistics: Posted by woodslanding — 03 May 2011, 01:18


]]>
2011-04-26T10:20:31+02:00 2011-04-26T10:20:31+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19148#p19148 <![CDATA[Dynamic preset lists]]> Statistics: Posted by woodslanding — 26 Apr 2011, 10:20


]]>
2011-04-20T17:12:27+02:00 2011-04-20T17:12:27+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19092#p19092 <![CDATA[Dynamic preset lists]]> but if you create a combobox, name it ie 'COMBO' then if sending IML message:

SET_COMMATEXT COMBO listinputname 'a,b,c,d' (list input name is not the comma, it's the list pin)

then with get later we will be able to do stuff like :

GET_COMMATEXT MYCOMBO listinput COMMATEMP
SET_COMMATEXT MYVST program COMMATEMP to copy a listcomma to pgm list of vst

or in your cases you will be able to refresh the list when pgm changed:
GET_COMMATEXT MYVST program COMMATEMP
SET_COMMATEXT MYCOMBO listinput COMMATEMP, or
SET_STRING_VALUE MYCOMBO 'comma text' COMMATEMP

Statistics: Posted by 23fx23 — 20 Apr 2011, 17:12


]]>
2011-04-20T08:17:51+02:00 2011-04-20T08:17:51+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19084#p19084 <![CDATA[Dynamic preset lists]]>
anybody have an example pat to post??

Statistics: Posted by woodslanding — 20 Apr 2011, 08:17


]]>
2011-04-18T23:00:28+02:00 2011-04-18T23:00:28+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19066#p19066 <![CDATA[Dynamic preset lists]]> coooool thhhhhxxxxxx!!!!!

Statistics: Posted by 23fx23 — 18 Apr 2011, 23:00


]]>
2011-04-18T22:54:20+02:00 2011-04-18T22:54:20+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19065#p19065 <![CDATA[Dynamic preset lists]]>
GET_COMMATEXT modulename terminalname destvariable

Get the values of a listbox items and store it in destvariable. A comma text is a list of possible values separated by commas.

GET_COMMATEXT Listbox1 list value
But by definition works only with list/comoboxes, Typically the 'program' parameter of a vst.

is it faster enough? :P

Statistics: Posted by senso — 18 Apr 2011, 22:54


]]>
2011-04-18T22:07:57+02:00 2011-04-18T22:07:57+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19064#p19064 <![CDATA[Dynamic preset lists]]>
we could certainly set the list, but we would need to get it first. any chance to make GET possible?

A job for senso? :P

Statistics: Posted by 23fx23 — 18 Apr 2011, 22:07


]]>
2011-04-18T21:49:47+02:00 2011-04-18T21:49:47+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19062#p19062 <![CDATA[Dynamic preset lists]]>

Statistics: Posted by senso — 18 Apr 2011, 21:49


]]>
2011-04-18T20:34:15+02:00 2011-04-18T20:34:15+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19057#p19057 <![CDATA[Dynamic preset lists]]> Statistics: Posted by woodslanding — 18 Apr 2011, 20:34


]]>
2011-04-18T10:43:36+02:00 2011-04-18T10:43:36+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19043#p19043 <![CDATA[Dynamic preset lists]]> actually SET_COMMATEXT works, but in this case would need to get..

Statistics: Posted by 23fx23 — 18 Apr 2011, 10:43


]]>
2011-04-18T09:37:11+02:00 2011-04-18T09:37:11+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19042#p19042 <![CDATA[Dynamic preset lists]]> Statistics: Posted by mat — 18 Apr 2011, 09:37


]]>
2011-04-18T05:55:19+02:00 2011-04-18T05:55:19+02:00 https://brainmodular.org/forums/viewtopic.php?t=2834&p=19041#p19041 <![CDATA[Dynamic preset lists]]>
When I drag a combobox from the PROGRAM input on a VST module, it is populated with the preset names. It would be nice to be able to get these names as commatext to drive a combobox or what have you.

As it is, every time I add or remove presets, I have to drag a dummy combobox from the presets input, copy its contents, clear the contents of my real combo, paste the new text in, and delete the dummy.... discourages me from adding presets very often.

Not sure what data is on this output--usine generally just sees a PCH number. But maybe there is a way to make this output do double duty as a commatext output somehow? Otherwise, I guess you'd just need an actual commatext PROGRAMS output. But maybe this is not a compatibility problem, since the PARAMS in/out has recently been added?

Or maybe there's a way to get this data via IML, since there is a template that does it????

[edit]
Okay, looks like it's not just a simple template, so I don't know how to look into it further..... maybe this is behind-the-scenes magic?

-e

Statistics: Posted by woodslanding — 18 Apr 2011, 05:55


]]>