ArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2010-03-21T08:05:42+02:00 https://www.brainmodular.com/forums/app.php/feed/topic/2041 2010-03-21T08:05:42+02:00 2010-03-21T08:05:42+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12793#p12793 <![CDATA[mondo combo]]>
I think there are many places that I can use IML to remove things that I don't need in performance..... that's a great approach!

Only problem so far--when I want to quickly page forward or back, I lose about 1/2 the button presses. Senso's solution seems to be about the same CPU (0.12) but it doesn't lose button presses.

But I'm wondering--will all the clocks run simultaneously, if I have a bunch of these, causing spikes like you mention? I don't know how to test this, actually!

thanks!
-e

P.S. The combo used to be named "wurlitzer", but it was fed by a buss that is gone now--- you can feel free to change it to something more helpful than "W"! Or eliminate the title altogether ;)

Statistics: Posted by woodslanding — 21 Mar 2010, 07:05


]]>
2010-03-21T03:17:16+02:00 2010-03-21T03:17:16+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12788#p12788 <![CDATA[mondo combo]]>
http://www.sensomusic.com/forums/upload ... lowCpu.pat

here from 2 percent to 0.25 simple IML and "patch" active example.

I tried to delete/recreate all wires inside, but finally got better results this way.
in fact the list is huge and represent a very big array, that's what is cpu consumming.
the simple iml exemple create the link from comma to mondocombo, wait a bit, and delete the wire.
then mondo combo is active only a short pulse as you clic (.with a tiny delay to avid problems , a wait one was enough for select value to pass, not text)
,a different solution, but as i doubt you clic constantly every 100ms, think may be better than clock (but might results in spikes if you will use 24, so offseted clocks might be better with high nb of box, have to try..)
seems to work not bad here, 0.25 cpu average. (im on save battery option, on good dual core should be around 0.10 percent)
on first open list don't update correctly , but as soon as you press prev or next, it's ok, then closing/reopening with no pb

btween have to adapt it with what ethnix has done, just rename correctly in "send usine messag" should do the job.

Statistics: Posted by 23fx23 — 21 Mar 2010, 02:17


]]>
2010-03-21T02:16:51+02:00 2010-03-21T02:16:51+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12786#p12786 <![CDATA[mondo combo]]>
And a great cpu solution as well!

I can't wait to update my wkp. I use about 1.2% on each box, and there are 24 in my setup!

Thanks, Senso!

Statistics: Posted by woodslanding — 21 Mar 2010, 01:16


]]>
2010-03-18T00:35:36+02:00 2010-03-18T00:35:36+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12709#p12709 <![CDATA[mondo combo]]>
So, the template might be:

CODE:

Combo Box Mod 2*   // file name ext &#40;'wav', 'usr', etc...&#41;1   // none=0,in=1,out=23  // term flowtype &#40;ftNone=0,ftPCM=1,ftInternText=2,ftData=3,ftMIDI=4,ftArray=5,ftUser=6,ftEvtText=7,ftPointer=8,ftIntern=9,ftOther=maxInt&#41;8 // term display flow type &#40;dftText=0,dftgain=1,dftDir=2,dftSwitch=3,dftButton=4,dFtInt=5,dftFloat=6,dftColor=7,dftListBox=8,dftArray=9,dftIpAddress=10,dftSmpte=11,dftFileName=12,dftMidiNote=13&#41;*   // terminal name can be '*' or "any string"SET_TARGET_PATCH SENDER_PATCHCREATE_MODULE mondoComboMod 6 MOUSE_X MOUSE_Y "f&#58;TempaudioHostUsineadd onsothersmondoComboMod.pat"CREATE_LINK mondoComboMod text SRC_MODULE SRC_TERM_NUMSET_COMMATEXT  mondoComboMod list SRC_COMMATEXTSET_VALUE mondoComboMod text SRC_VALUERENAME_MODULE mondoComboMod SRC_TERM_NAMESET_TARGET_PATCH SRC_TERM_NAMESET_STRING_VALUE comboin caption SRC_TERM_NAME
I had also to modify just a little bit the patch, in order to get it to work.



Image



Be careful:
To name the combobox "comboin", and to wire the "textfield" module to tje outlet "SELECTION" of the subpatch mondoCombo.
To save the slightly modified patch as mondoComboMod in order to get the template to work .
And to set the good path to the patch (if you dont save it in your template folder. Look up for the Senso tip)




EDIT: You always have to double click on the combobox first....Strange:(

Statistics: Posted by ethnix73 — 17 Mar 2010, 23:35


]]>
2010-03-17T23:44:16+02:00 2010-03-17T23:44:16+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12707#p12707 <![CDATA[mondo combo]]> mondo combo ...No "data in" module added in your patch:

Image


Adding: SET_COMMATEXT mondoComboExample list SRC_COMMATEXT at the end of the IML message will work, you can set automatically the text!
Great, but strangely, you've got to open the combobox i've added, to populate your patch....

Statistics: Posted by ethnix73 — 17 Mar 2010, 22:44


]]>
2010-03-17T23:20:27+02:00 2010-03-17T23:20:27+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12703#p12703 <![CDATA[mondo combo]]>
I know this IML message, but using SET_COMMATEXT mondoComboExample comma SRC_COMMATEXT, where comma is a "data in" module (caption=comma) replacing the "text" module in the woddslanding patch, doesn't seem to work....Don't know why

Statistics: Posted by ethnix73 — 17 Mar 2010, 22:20


]]>
2010-03-17T22:53:06+02:00 2010-03-17T22:53:06+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12698#p12698 <![CDATA[mondo combo]]> SRC_COMMATEXT contains the commatext of the source.
also, if you locate the patch in the template folder you don't have to specify the path
"f:TempaudioHostUsineadd onsothersmondoComboExample.pat" and mondoComboExample.pat is enough

Statistics: Posted by senso — 17 Mar 2010, 21:53


]]>
2010-03-17T22:25:28+02:00 2010-03-17T22:25:28+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12693#p12693 <![CDATA[mondo combo]]>
At least, this template is ok for the moment:

Combo Box Mod
* // file name ext ('wav', 'usr', etc...)
1 // none=0,in=1,out=2
3 // term flowtype (ftNone=0,ftPCM=1,ftInternText=2,ftData=3,ftMIDI=4,ftArray=5,ftUser=6,ftEvtText=7,ftPointer=8,ftIntern=9,ftOther=maxInt)
8 // term display flow type (dftText=0,dftgain=1,dftDir=2,dftSwitch=3,dftButton=4,dFtInt=5,dftFloat=6,dftColor=7,dftListBox=8,dftArray=9,dftIpAddress=10,dftSmpte=11,dftFileName=12,dftMidiNote=13)
* // terminal name can be '*' or "any string"

SET_TARGET_PATCH SENDER_PATCH
CREATE_MODULE mondoComboExample 6 MOUSE_X MOUSE_Y "f:TempaudioHostUsineadd onsothersmondoComboExample.pat"
CREATE_LINK mondoComboExample text SRC_MODULE SRC_TERM_NUM

Statistics: Posted by ethnix73 — 17 Mar 2010, 21:25


]]>
2010-03-17T21:44:11+02:00 2010-03-17T21:44:11+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12688#p12688 <![CDATA[mondo combo]]> but I think we have to repackage the patch, especially include it into a sub-patch in order to have only one outlet?

Statistics: Posted by senso — 17 Mar 2010, 20:44


]]>
2010-03-17T21:35:49+02:00 2010-03-17T21:35:49+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12687#p12687 <![CDATA[mondo combo]]>

Statistics: Posted by 23fx23 — 17 Mar 2010, 20:35


]]>
2010-03-17T21:03:35+02:00 2010-03-17T21:03:35+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12683#p12683 <![CDATA[mondo combo]]>
Combo Box Mod
* // file name ext ('wav', 'usr', etc...)
1 // none=0,in=1,out=2
* // term flowtype (ftNone=0,ftPCM=1,ftInternText=2,ftData=3,ftMIDI=4,ftArray=5,ftUser=6,ftEvtText=7,ftPointer=8,ftIntern=9,ftOther=maxInt)
* // term display flow type (dftText=0,dftgain=1,dftDir=2,dftSwitch=3,dftButton=4,dFtInt=5,dftFloat=6,dftColor=7,dftListBox=8,dftArray=9,dftIpAddress=10,dftSmpte=11,dftFileName=12,dftMidiNote=13)
* // termainal name can be '*' or "any string"

SET_TARGET_PATCH SENDER_PATCH
CREATE_MODULE mondoComboExample 6 MOUSE_X MOUSE_Y "mondocombo subpatch path"
CREATE_LINK mondoComboExample text SRC_MODULE SRC_TERM_NUM
SET_COMMATEXT mondoComboExample text SRC_COMMATEXT
SET_VALUE mondoComboExample text SRC_VALUE
RENAME_MODULE mondoComboExample SRC_TERM_NAME

Statistics: Posted by ethnix73 — 17 Mar 2010, 20:03


]]>
2010-03-17T20:11:35+02:00 2010-03-17T20:11:35+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12681#p12681 <![CDATA[mondo combo]]> [large]any candidate?[/large]

Statistics: Posted by senso — 17 Mar 2010, 19:11


]]>
2010-03-15T16:54:35+02:00 2010-03-15T16:54:35+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12622#p12622 <![CDATA[mondo combo]]>

Statistics: Posted by bsork — 15 Mar 2010, 15:54


]]>
2010-03-15T16:01:53+02:00 2010-03-15T16:01:53+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12620#p12620 <![CDATA[mondo combo]]>
Image
the patch is calculated every 100 ms
the cpu load is 0.03% ...

Statistics: Posted by senso — 15 Mar 2010, 15:01


]]>
2010-03-15T12:55:25+02:00 2010-03-15T12:55:25+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12614#p12614 <![CDATA[mondo combo]]>
i was wondering if maybe someone worked on reverse concept im also after, take several caption in and output a comma text?

Statistics: Posted by 23fx23 — 15 Mar 2010, 11:55


]]>
2010-03-15T12:54:21+02:00 2010-03-15T12:54:21+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12612#p12612 <![CDATA[mondo combo]]>
Maybe it could be improved by using the IML to set the texts? At least it would be simpler to edit without all the wiring. A negative side effect might be an increased load when changing pages. Mind you, I'm far from being an expert on IML, but I'm fairly sure it's doable... :)

Statistics: Posted by bsork — 15 Mar 2010, 11:54


]]>
2010-03-15T12:25:47+02:00 2010-03-15T12:25:47+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12611#p12611 <![CDATA[mondo combo]]>

Statistics: Posted by Clearscreen — 15 Mar 2010, 11:25


]]>
2010-03-15T12:07:25+02:00 2010-03-15T12:07:25+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12607#p12607 <![CDATA[mondo combo]]> on my computer the cpu load is 0.6%

Statistics: Posted by senso — 15 Mar 2010, 11:07


]]>
2010-03-15T10:36:40+02:00 2010-03-15T10:36:40+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12602#p12602 <![CDATA[mondo combo]]>
This is my solution to the double-click problem with V5 comboboxes. And the layout problems from V4 comboboxes.

It lays your items out in 4 columns of 8 rows, with as many pages as needed to list all the items. When you select an item, it closes, but you can also put it in 'browse' mode, which keeps it open after a selection, so you can try out multiple options before closing it.

It uses a good bit of CPU, unfortunately.

Hope someone can use it. I've found it indispensable for selecting presets from VSTs.

-e

Statistics: Posted by woodslanding — 15 Mar 2010, 09:36


]]>
BrainModular BrainModular Users Forum 2010-03-21T08:05:42+02:00 https://www.brainmodular.com/forums/app.php/feed/topic/2041 2010-03-21T08:05:42+02:00 2010-03-21T08:05:42+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12793#p12793 <![CDATA[mondo combo]]>
I think there are many places that I can use IML to remove things that I don't need in performance..... that's a great approach!

Only problem so far--when I want to quickly page forward or back, I lose about 1/2 the button presses. Senso's solution seems to be about the same CPU (0.12) but it doesn't lose button presses.

But I'm wondering--will all the clocks run simultaneously, if I have a bunch of these, causing spikes like you mention? I don't know how to test this, actually!

thanks!
-e

P.S. The combo used to be named "wurlitzer", but it was fed by a buss that is gone now--- you can feel free to change it to something more helpful than "W"! Or eliminate the title altogether ;)

Statistics: Posted by woodslanding — 21 Mar 2010, 07:05


]]>
2010-03-21T03:17:16+02:00 2010-03-21T03:17:16+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12788#p12788 <![CDATA[mondo combo]]>
http://www.sensomusic.com/forums/upload ... lowCpu.pat

here from 2 percent to 0.25 simple IML and "patch" active example.

I tried to delete/recreate all wires inside, but finally got better results this way.
in fact the list is huge and represent a very big array, that's what is cpu consumming.
the simple iml exemple create the link from comma to mondocombo, wait a bit, and delete the wire.
then mondo combo is active only a short pulse as you clic (.with a tiny delay to avid problems , a wait one was enough for select value to pass, not text)
,a different solution, but as i doubt you clic constantly every 100ms, think may be better than clock (but might results in spikes if you will use 24, so offseted clocks might be better with high nb of box, have to try..)
seems to work not bad here, 0.25 cpu average. (im on save battery option, on good dual core should be around 0.10 percent)
on first open list don't update correctly , but as soon as you press prev or next, it's ok, then closing/reopening with no pb

btween have to adapt it with what ethnix has done, just rename correctly in "send usine messag" should do the job.

Statistics: Posted by 23fx23 — 21 Mar 2010, 02:17


]]>
2010-03-21T02:16:51+02:00 2010-03-21T02:16:51+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12786#p12786 <![CDATA[mondo combo]]>
And a great cpu solution as well!

I can't wait to update my wkp. I use about 1.2% on each box, and there are 24 in my setup!

Thanks, Senso!

Statistics: Posted by woodslanding — 21 Mar 2010, 01:16


]]>
2010-03-18T00:35:36+02:00 2010-03-18T00:35:36+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12709#p12709 <![CDATA[mondo combo]]>
So, the template might be:

CODE:

Combo Box Mod 2*   // file name ext &#40;'wav', 'usr', etc...&#41;1   // none=0,in=1,out=23  // term flowtype &#40;ftNone=0,ftPCM=1,ftInternText=2,ftData=3,ftMIDI=4,ftArray=5,ftUser=6,ftEvtText=7,ftPointer=8,ftIntern=9,ftOther=maxInt&#41;8 // term display flow type &#40;dftText=0,dftgain=1,dftDir=2,dftSwitch=3,dftButton=4,dFtInt=5,dftFloat=6,dftColor=7,dftListBox=8,dftArray=9,dftIpAddress=10,dftSmpte=11,dftFileName=12,dftMidiNote=13&#41;*   // terminal name can be '*' or "any string"SET_TARGET_PATCH SENDER_PATCHCREATE_MODULE mondoComboMod 6 MOUSE_X MOUSE_Y "f&#58;TempaudioHostUsineadd onsothersmondoComboMod.pat"CREATE_LINK mondoComboMod text SRC_MODULE SRC_TERM_NUMSET_COMMATEXT  mondoComboMod list SRC_COMMATEXTSET_VALUE mondoComboMod text SRC_VALUERENAME_MODULE mondoComboMod SRC_TERM_NAMESET_TARGET_PATCH SRC_TERM_NAMESET_STRING_VALUE comboin caption SRC_TERM_NAME
I had also to modify just a little bit the patch, in order to get it to work.



Image



Be careful:
To name the combobox "comboin", and to wire the "textfield" module to tje outlet "SELECTION" of the subpatch mondoCombo.
To save the slightly modified patch as mondoComboMod in order to get the template to work .
And to set the good path to the patch (if you dont save it in your template folder. Look up for the Senso tip)




EDIT: You always have to double click on the combobox first....Strange:(

Statistics: Posted by ethnix73 — 17 Mar 2010, 23:35


]]>
2010-03-17T23:44:16+02:00 2010-03-17T23:44:16+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12707#p12707 <![CDATA[mondo combo]]> mondo combo ...No "data in" module added in your patch:

Image


Adding: SET_COMMATEXT mondoComboExample list SRC_COMMATEXT at the end of the IML message will work, you can set automatically the text!
Great, but strangely, you've got to open the combobox i've added, to populate your patch....

Statistics: Posted by ethnix73 — 17 Mar 2010, 22:44


]]>
2010-03-17T23:20:27+02:00 2010-03-17T23:20:27+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12703#p12703 <![CDATA[mondo combo]]>
I know this IML message, but using SET_COMMATEXT mondoComboExample comma SRC_COMMATEXT, where comma is a "data in" module (caption=comma) replacing the "text" module in the woddslanding patch, doesn't seem to work....Don't know why

Statistics: Posted by ethnix73 — 17 Mar 2010, 22:20


]]>
2010-03-17T22:53:06+02:00 2010-03-17T22:53:06+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12698#p12698 <![CDATA[mondo combo]]> SRC_COMMATEXT contains the commatext of the source.
also, if you locate the patch in the template folder you don't have to specify the path
"f:TempaudioHostUsineadd onsothersmondoComboExample.pat" and mondoComboExample.pat is enough

Statistics: Posted by senso — 17 Mar 2010, 21:53


]]>
2010-03-17T22:25:28+02:00 2010-03-17T22:25:28+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12693#p12693 <![CDATA[mondo combo]]>
At least, this template is ok for the moment:

Combo Box Mod
* // file name ext ('wav', 'usr', etc...)
1 // none=0,in=1,out=2
3 // term flowtype (ftNone=0,ftPCM=1,ftInternText=2,ftData=3,ftMIDI=4,ftArray=5,ftUser=6,ftEvtText=7,ftPointer=8,ftIntern=9,ftOther=maxInt)
8 // term display flow type (dftText=0,dftgain=1,dftDir=2,dftSwitch=3,dftButton=4,dFtInt=5,dftFloat=6,dftColor=7,dftListBox=8,dftArray=9,dftIpAddress=10,dftSmpte=11,dftFileName=12,dftMidiNote=13)
* // terminal name can be '*' or "any string"

SET_TARGET_PATCH SENDER_PATCH
CREATE_MODULE mondoComboExample 6 MOUSE_X MOUSE_Y "f:TempaudioHostUsineadd onsothersmondoComboExample.pat"
CREATE_LINK mondoComboExample text SRC_MODULE SRC_TERM_NUM

Statistics: Posted by ethnix73 — 17 Mar 2010, 21:25


]]>
2010-03-17T21:44:11+02:00 2010-03-17T21:44:11+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12688#p12688 <![CDATA[mondo combo]]> but I think we have to repackage the patch, especially include it into a sub-patch in order to have only one outlet?

Statistics: Posted by senso — 17 Mar 2010, 20:44


]]>
2010-03-17T21:35:49+02:00 2010-03-17T21:35:49+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12687#p12687 <![CDATA[mondo combo]]>

Statistics: Posted by 23fx23 — 17 Mar 2010, 20:35


]]>
2010-03-17T21:03:35+02:00 2010-03-17T21:03:35+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12683#p12683 <![CDATA[mondo combo]]>
Combo Box Mod
* // file name ext ('wav', 'usr', etc...)
1 // none=0,in=1,out=2
* // term flowtype (ftNone=0,ftPCM=1,ftInternText=2,ftData=3,ftMIDI=4,ftArray=5,ftUser=6,ftEvtText=7,ftPointer=8,ftIntern=9,ftOther=maxInt)
* // term display flow type (dftText=0,dftgain=1,dftDir=2,dftSwitch=3,dftButton=4,dFtInt=5,dftFloat=6,dftColor=7,dftListBox=8,dftArray=9,dftIpAddress=10,dftSmpte=11,dftFileName=12,dftMidiNote=13)
* // termainal name can be '*' or "any string"

SET_TARGET_PATCH SENDER_PATCH
CREATE_MODULE mondoComboExample 6 MOUSE_X MOUSE_Y "mondocombo subpatch path"
CREATE_LINK mondoComboExample text SRC_MODULE SRC_TERM_NUM
SET_COMMATEXT mondoComboExample text SRC_COMMATEXT
SET_VALUE mondoComboExample text SRC_VALUE
RENAME_MODULE mondoComboExample SRC_TERM_NAME

Statistics: Posted by ethnix73 — 17 Mar 2010, 20:03


]]>
2010-03-17T20:11:35+02:00 2010-03-17T20:11:35+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12681#p12681 <![CDATA[mondo combo]]> [large]any candidate?[/large]

Statistics: Posted by senso — 17 Mar 2010, 19:11


]]>
2010-03-15T16:54:35+02:00 2010-03-15T16:54:35+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12622#p12622 <![CDATA[mondo combo]]>

Statistics: Posted by bsork — 15 Mar 2010, 15:54


]]>
2010-03-15T16:01:53+02:00 2010-03-15T16:01:53+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12620#p12620 <![CDATA[mondo combo]]>
Image
the patch is calculated every 100 ms
the cpu load is 0.03% ...

Statistics: Posted by senso — 15 Mar 2010, 15:01


]]>
2010-03-15T12:55:25+02:00 2010-03-15T12:55:25+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12614#p12614 <![CDATA[mondo combo]]>
i was wondering if maybe someone worked on reverse concept im also after, take several caption in and output a comma text?

Statistics: Posted by 23fx23 — 15 Mar 2010, 11:55


]]>
2010-03-15T12:54:21+02:00 2010-03-15T12:54:21+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12612#p12612 <![CDATA[mondo combo]]>
Maybe it could be improved by using the IML to set the texts? At least it would be simpler to edit without all the wiring. A negative side effect might be an increased load when changing pages. Mind you, I'm far from being an expert on IML, but I'm fairly sure it's doable... :)

Statistics: Posted by bsork — 15 Mar 2010, 11:54


]]>
2010-03-15T12:25:47+02:00 2010-03-15T12:25:47+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12611#p12611 <![CDATA[mondo combo]]>

Statistics: Posted by Clearscreen — 15 Mar 2010, 11:25


]]>
2010-03-15T12:07:25+02:00 2010-03-15T12:07:25+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12607#p12607 <![CDATA[mondo combo]]> on my computer the cpu load is 0.6%

Statistics: Posted by senso — 15 Mar 2010, 11:07


]]>
2010-03-15T10:36:40+02:00 2010-03-15T10:36:40+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=2041&p=12602#p12602 <![CDATA[mondo combo]]>
This is my solution to the double-click problem with V5 comboboxes. And the layout problems from V4 comboboxes.

It lays your items out in 4 columns of 8 rows, with as many pages as needed to list all the items. When you select an item, it closes, but you can also put it in 'browse' mode, which keeps it open after a selection, so you can try out multiple options before closing it.

It uses a good bit of CPU, unfortunately.

Hope someone can use it. I've found it indispensable for selecting presets from VSTs.

-e

Statistics: Posted by woodslanding — 15 Mar 2010, 09:36


]]>