Page 1 of 1

Posted: 06 Feb 2009, 12:20
by claygues
Bonjour/hi

That i try to do is to put two button +/- to select and navigate thru programs of a vst or thru presets of a 'PM' (preset manager).
To do that i use two 'module/math/variable' in a way that, after a moment of patching, it works.

How to add an image in that post?

It Works but not perfect. i can't update values when i select a further program for exemple.
I can select 1,2,3,4,3 ; then i select 30 with a combo box for exemple, and when i push '+' it call 4.
I try with a 'module/event/pass if has change' but in that case push '+' call 35 !?

Image
Ok ! That it mean that i need to have an internet location to save my image. Can't post it with the message?

Posted: 06 Feb 2009, 12:45
by nay-seven
here a way using the keyboard :

Image

about , pictures , you can easily create an access here for example : http://www.imageshack.us/

Posted: 06 Feb 2009, 12:53
by 23fx23
yup you need to store the img on the net (there are multiple site, i use imageshack too for exemple). you have to upload the picture on one of these site, then they will provide you a link you can past inside your post. usually it looks like Image

post your image and we ll be able to see..
Ive made a such patch with two incR/decr buttons that can send 0-127 or a 5x buttons matrix with scroller, once you press it send the value that is labeled on the sw. is that kind of this your searching? from what I understand you need to use counters and reset the value to 0 if you choose to directly access the nb. two butts each linked to a counter. then a A-B (pos counter-negative conter), rezeted if different input selected is chosen, ie listbox/haschanged---reset conters)
the keyboard setup is nice to quicly have an hardware access.

Posted: 06 Feb 2009, 13:13
by ethnix73
Another way to do it:

Image


In the A+B module and A-B module (linked to button and button - ), B=1.

Posted: 06 Feb 2009, 14:47
by 23fx23
nice very simple.

Posted: 06 Feb 2009, 15:48
by claygues
Waou, how fast you are!

Thanks nay-seven, haven't see 'keyboard' module for now. Even beter ethnic73, far simpler, no variable. I have to redo that; but why two program combo-box?

just a try of image post.
Image

Posted: 06 Feb 2009, 15:49
by claygues
another try.
Image

Posted: 06 Feb 2009, 15:57
by claygues
once more.
Image

Posted: 06 Feb 2009, 16:02
by claygues
one again.
Image

Posted: 06 Feb 2009, 16:05
by claygues
That beter without the .th in the image path name.
Ok, instant works, it's free, but i don't like the impromptu advertise.
Althougth thanks for the link.

Posted: 06 Feb 2009, 17:53
by ethnix73
Claygues wrote:but why two program combo-box?
The second combo box linket to the outlet "program" is just there to verify that my patching is ok.... :)

Posted: 02 May 2009, 06:44
by woodslanding
It doesn't look like any of these solutions (except the first, of course) update the value in the combobox to match what the vst is playing.

Am I missing something??