ArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2016-08-10T04:11:32+02:00 https://brainmodular.org/forums/app.php/feed/topic/5456 2016-08-10T04:11:32+02:00 2016-08-10T04:11:32+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35668#p35668 <![CDATA[Hold Button knob]]>
[img align=c]http://www.sensomusic.com/forums/upload ... trol-2.JPG[/url]
http://www.sensomusic.com/forums/uploads.php?file=GAINCONTROL2.pat

Attached is an image & an example of a slightly different approach. I didn't like the "feel" of the increments/decrements, it felt like the speed was out of control.

So... On this patch...
- a click on the left half of the button increments or decrements by your inc/dec value
- a double-click on the left half of the button increments or decrements by a bunch of your inc/dec values
- holding the right half of the button scrolls smoothly

Try it out!
Very helpfull, thanks a lot. Although y created a similar patch that suites my needs.

Statistics: Posted by Ariajazz — 10 Aug 2016, 04:11


]]>
2016-07-26T04:18:31+02:00 2016-07-26T04:18:31+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35637#p35637 <![CDATA[Hold Button knob]]>
http://www.sensomusic.com/forums/uploads.php?file=GAINCONTROL2.pat

Attached is an image & an example of a slightly different approach. I didn't like the "feel" of the increments/decrements, it felt like the speed was out of control.

So... On this patch...
- a click on the left half of the button increments or decrements by your inc/dec value
- a double-click on the left half of the button increments or decrements by a bunch of your inc/dec values
- holding the right half of the button scrolls smoothly

Try it out!

Statistics: Posted by shawnb — 26 Jul 2016, 04:18


]]>
2016-07-25T22:09:32+02:00 2016-07-25T22:09:32+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35636#p35636 <![CDATA[Hold Button knob]]> Statistics: Posted by Ariajazz — 25 Jul 2016, 22:09


]]>
2016-07-25T15:30:46+02:00 2016-07-25T15:30:46+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35633#p35633 <![CDATA[Hold Button knob]]>
If you need one decimal value, then your inc/dec must be 0.1 and your fader precision must be x.x.

If this doesn't work, we may need to do the math & range check completely outside of the fader control. Then we can clip it & provide full control PRIOR to setting the fader value.
It is exactly what I did but I wonder why it does not work for DECREASING. It does the job for INCREASING the values as it stops at the maximum value.

Here is the patch

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

Statistics: Posted by Ariajazz — 25 Jul 2016, 15:30


]]>
2016-07-25T07:15:28+02:00 2016-07-25T07:15:28+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35631#p35631 <![CDATA[Hold Button knob]]>
If this doesn't work, we may need to do the math & range check completely outside of the fader control. Then we can clip it & provide full control PRIOR to setting the fader value.

Statistics: Posted by shawnb — 25 Jul 2016, 07:15


]]>
2016-07-25T05:38:22+02:00 2016-07-25T05:38:22+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35630#p35630 <![CDATA[Hold Button knob]]>
Image
OK this is what's happening. The fader (-50/12 dB) has two controls INC and DEC. it works perfectly when set to integer and inc/dec val=1 but I need to have with at least one decimal, which I did ( X.X and 0.1 inc dec val). In this case it stops at 12 but it does not at -50. I'm checking out what could be wrong but I don't find anything

Image

http://www.sensomusic.com/forums/upload ... tled-2.jpg

Statistics: Posted by Ariajazz — 25 Jul 2016, 05:38


]]>
2016-07-25T04:37:24+02:00 2016-07-25T04:37:24+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35629#p35629 <![CDATA[Hold Button knob]]> Statistics: Posted by Ariajazz — 25 Jul 2016, 04:37


]]>
2016-07-25T03:57:35+02:00 2016-07-25T03:57:35+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35628#p35628 <![CDATA[Hold Button knob]]>

The above shows the technique I described above.

A couple of notes:
- The clock was a little more versatile, you can adjust the speed by changing the interval
- Note that since it will keep incrementing whenever the curr value <> the max value, you do have to pay careful attention to some of the fader values. I set the Fader "inc/dec val" to 1 and the Fader "precision" to integer. That way you know you won't get a value of 127.35 or smoething like that, which will just cause another cycle thru from min to max.

Hope this makes sense...

Statistics: Posted by shawnb — 25 Jul 2016, 03:57


]]>
2016-07-25T03:41:19+02:00 2016-07-25T03:41:19+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35627#p35627 <![CDATA[Hold Button knob]]>
Use my module !
I'm using USINE STAGE. I downloaded your modules pack but I cannot get them seen by USINE STAGE. 5.80. OK with Hollyhock but don't know how to use it

Statistics: Posted by Ariajazz — 25 Jul 2016, 03:41


]]>
2016-07-22T20:09:53+02:00 2016-07-22T20:09:53+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35623#p35623 <![CDATA[Hold Button knob]]> Statistics: Posted by oli_lab — 22 Jul 2016, 20:09


]]>
2016-07-22T05:49:29+02:00 2016-07-22T05:49:29+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35619#p35619 <![CDATA[Hold Button knob]]>
You gotta think these things thru logically...

The first step is to figure out the rule. You ONLY want the button to increment the fader if the fader value < the max, correct? That's the rule.

So there are probably many ways to do this, but here is one way:
Add an AND logical module between the button & the Pass module above
Add a 'not equal' (<>) logical module after the Fader

Fader value => Not Equal A inlet
Fader max => Not Equal B inlet
Button mouse down => AND A inlet
Not Equal out => AND B inlet
AND out => Pass Flow pass inlet

and, of course, remove the existing Button mouse down connection to the Pass Flow pass inlet

As long as the fader value <> max, there will be a '1', or TRUE coming from the Not Equal <> module.
The AND between the button & the fader will thus only work when this is so. When the fader value = max, the Not Equal will return FALSE, or 0, and the Pass will withhold the flow.

Hope this helps,
I tried this several times and checked if i was doing something wrong but did not work. Could you please show a diagram with the modules involved in the patch?

Statistics: Posted by Ariajazz — 22 Jul 2016, 05:49


]]>
2016-07-01T10:11:43+02:00 2016-07-01T10:11:43+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35555#p35555 <![CDATA[Hold Button knob]]>
check the Oli_Lab module pack on the addon page

cheers.

Statistics: Posted by oli_lab — 01 Jul 2016, 10:11


]]>
2016-07-01T06:17:12+02:00 2016-07-01T06:17:12+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35554#p35554 <![CDATA[Hold Button knob]]>
The first step is to figure out the rule. You ONLY want the button to increment the fader if the fader value < the max, correct? That's the rule.

So there are probably many ways to do this, but here is one way:
Add an AND logical module between the button & the Pass module above
Add a 'not equal' (<>) logical module after the Fader

Fader value => Not Equal A inlet
Fader max => Not Equal B inlet
Button mouse down => AND A inlet
Not Equal out => AND B inlet
AND out => Pass Flow pass inlet

and, of course, remove the existing Button mouse down connection to the Pass Flow pass inlet

As long as the fader value <> max, there will be a '1', or TRUE coming from the Not Equal <> module.
The AND between the button & the fader will thus only work when this is so. When the fader value = max, the Not Equal will return FALSE, or 0, and the Pass will withhold the flow.

Hope this helps,

Statistics: Posted by shawnb — 01 Jul 2016, 06:17


]]>
2016-07-01T05:11:32+02:00 2016-07-01T05:11:32+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35553#p35553 <![CDATA[Hold Button knob]]> Statistics: Posted by Ariajazz — 01 Jul 2016, 05:11


]]>
2016-06-25T07:41:52+02:00 2016-06-25T07:41:52+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35531#p35531 <![CDATA[Hold Button knob]]>
Thanks in advance.

Statistics: Posted by Ariajazz — 25 Jun 2016, 07:41


]]>
2016-06-20T05:16:10+02:00 2016-06-20T05:16:10+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35504#p35504 <![CDATA[Hold Button knob]]> Statistics: Posted by Ariajazz — 20 Jun 2016, 05:16


]]>
2016-06-19T12:15:52+02:00 2016-06-19T12:15:52+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35492#p35492 <![CDATA[Hold Button knob]]> Image

Statistics: Posted by nay-seven — 19 Jun 2016, 12:15


]]>
2016-06-19T04:45:41+02:00 2016-06-19T04:45:41+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35490#p35490 <![CDATA[Hold Button knob]]> Statistics: Posted by Ariajazz — 19 Jun 2016, 04:45


]]>
BrainModular BrainModular Users Forum 2016-08-10T04:11:32+02:00 https://brainmodular.org/forums/app.php/feed/topic/5456 2016-08-10T04:11:32+02:00 2016-08-10T04:11:32+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35668#p35668 <![CDATA[Hold Button knob]]>
[img align=c]http://www.sensomusic.com/forums/upload ... trol-2.JPG[/url]
http://www.sensomusic.com/forums/uploads.php?file=GAINCONTROL2.pat

Attached is an image & an example of a slightly different approach. I didn't like the "feel" of the increments/decrements, it felt like the speed was out of control.

So... On this patch...
- a click on the left half of the button increments or decrements by your inc/dec value
- a double-click on the left half of the button increments or decrements by a bunch of your inc/dec values
- holding the right half of the button scrolls smoothly

Try it out!
Very helpfull, thanks a lot. Although y created a similar patch that suites my needs.

Statistics: Posted by Ariajazz — 10 Aug 2016, 04:11


]]>
2016-07-26T04:18:31+02:00 2016-07-26T04:18:31+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35637#p35637 <![CDATA[Hold Button knob]]>
http://www.sensomusic.com/forums/uploads.php?file=GAINCONTROL2.pat

Attached is an image & an example of a slightly different approach. I didn't like the "feel" of the increments/decrements, it felt like the speed was out of control.

So... On this patch...
- a click on the left half of the button increments or decrements by your inc/dec value
- a double-click on the left half of the button increments or decrements by a bunch of your inc/dec values
- holding the right half of the button scrolls smoothly

Try it out!

Statistics: Posted by shawnb — 26 Jul 2016, 04:18


]]>
2016-07-25T22:09:32+02:00 2016-07-25T22:09:32+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35636#p35636 <![CDATA[Hold Button knob]]> Statistics: Posted by Ariajazz — 25 Jul 2016, 22:09


]]>
2016-07-25T15:30:46+02:00 2016-07-25T15:30:46+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35633#p35633 <![CDATA[Hold Button knob]]>
If you need one decimal value, then your inc/dec must be 0.1 and your fader precision must be x.x.

If this doesn't work, we may need to do the math & range check completely outside of the fader control. Then we can clip it & provide full control PRIOR to setting the fader value.
It is exactly what I did but I wonder why it does not work for DECREASING. It does the job for INCREASING the values as it stops at the maximum value.

Here is the patch

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

Statistics: Posted by Ariajazz — 25 Jul 2016, 15:30


]]>
2016-07-25T07:15:28+02:00 2016-07-25T07:15:28+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35631#p35631 <![CDATA[Hold Button knob]]>
If this doesn't work, we may need to do the math & range check completely outside of the fader control. Then we can clip it & provide full control PRIOR to setting the fader value.

Statistics: Posted by shawnb — 25 Jul 2016, 07:15


]]>
2016-07-25T05:38:22+02:00 2016-07-25T05:38:22+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35630#p35630 <![CDATA[Hold Button knob]]>
Image
OK this is what's happening. The fader (-50/12 dB) has two controls INC and DEC. it works perfectly when set to integer and inc/dec val=1 but I need to have with at least one decimal, which I did ( X.X and 0.1 inc dec val). In this case it stops at 12 but it does not at -50. I'm checking out what could be wrong but I don't find anything

Image

http://www.sensomusic.com/forums/upload ... tled-2.jpg

Statistics: Posted by Ariajazz — 25 Jul 2016, 05:38


]]>
2016-07-25T04:37:24+02:00 2016-07-25T04:37:24+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35629#p35629 <![CDATA[Hold Button knob]]> Statistics: Posted by Ariajazz — 25 Jul 2016, 04:37


]]>
2016-07-25T03:57:35+02:00 2016-07-25T03:57:35+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35628#p35628 <![CDATA[Hold Button knob]]>

The above shows the technique I described above.

A couple of notes:
- The clock was a little more versatile, you can adjust the speed by changing the interval
- Note that since it will keep incrementing whenever the curr value <> the max value, you do have to pay careful attention to some of the fader values. I set the Fader "inc/dec val" to 1 and the Fader "precision" to integer. That way you know you won't get a value of 127.35 or smoething like that, which will just cause another cycle thru from min to max.

Hope this makes sense...

Statistics: Posted by shawnb — 25 Jul 2016, 03:57


]]>
2016-07-25T03:41:19+02:00 2016-07-25T03:41:19+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35627#p35627 <![CDATA[Hold Button knob]]>
Use my module !
I'm using USINE STAGE. I downloaded your modules pack but I cannot get them seen by USINE STAGE. 5.80. OK with Hollyhock but don't know how to use it

Statistics: Posted by Ariajazz — 25 Jul 2016, 03:41


]]>
2016-07-22T20:09:53+02:00 2016-07-22T20:09:53+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35623#p35623 <![CDATA[Hold Button knob]]> Statistics: Posted by oli_lab — 22 Jul 2016, 20:09


]]>
2016-07-22T05:49:29+02:00 2016-07-22T05:49:29+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35619#p35619 <![CDATA[Hold Button knob]]>
You gotta think these things thru logically...

The first step is to figure out the rule. You ONLY want the button to increment the fader if the fader value < the max, correct? That's the rule.

So there are probably many ways to do this, but here is one way:
Add an AND logical module between the button & the Pass module above
Add a 'not equal' (<>) logical module after the Fader

Fader value => Not Equal A inlet
Fader max => Not Equal B inlet
Button mouse down => AND A inlet
Not Equal out => AND B inlet
AND out => Pass Flow pass inlet

and, of course, remove the existing Button mouse down connection to the Pass Flow pass inlet

As long as the fader value <> max, there will be a '1', or TRUE coming from the Not Equal <> module.
The AND between the button & the fader will thus only work when this is so. When the fader value = max, the Not Equal will return FALSE, or 0, and the Pass will withhold the flow.

Hope this helps,
I tried this several times and checked if i was doing something wrong but did not work. Could you please show a diagram with the modules involved in the patch?

Statistics: Posted by Ariajazz — 22 Jul 2016, 05:49


]]>
2016-07-01T10:11:43+02:00 2016-07-01T10:11:43+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35555#p35555 <![CDATA[Hold Button knob]]>
check the Oli_Lab module pack on the addon page

cheers.

Statistics: Posted by oli_lab — 01 Jul 2016, 10:11


]]>
2016-07-01T06:17:12+02:00 2016-07-01T06:17:12+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35554#p35554 <![CDATA[Hold Button knob]]>
The first step is to figure out the rule. You ONLY want the button to increment the fader if the fader value < the max, correct? That's the rule.

So there are probably many ways to do this, but here is one way:
Add an AND logical module between the button & the Pass module above
Add a 'not equal' (<>) logical module after the Fader

Fader value => Not Equal A inlet
Fader max => Not Equal B inlet
Button mouse down => AND A inlet
Not Equal out => AND B inlet
AND out => Pass Flow pass inlet

and, of course, remove the existing Button mouse down connection to the Pass Flow pass inlet

As long as the fader value <> max, there will be a '1', or TRUE coming from the Not Equal <> module.
The AND between the button & the fader will thus only work when this is so. When the fader value = max, the Not Equal will return FALSE, or 0, and the Pass will withhold the flow.

Hope this helps,

Statistics: Posted by shawnb — 01 Jul 2016, 06:17


]]>
2016-07-01T05:11:32+02:00 2016-07-01T05:11:32+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35553#p35553 <![CDATA[Hold Button knob]]> Statistics: Posted by Ariajazz — 01 Jul 2016, 05:11


]]>
2016-06-25T07:41:52+02:00 2016-06-25T07:41:52+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35531#p35531 <![CDATA[Hold Button knob]]>
Thanks in advance.

Statistics: Posted by Ariajazz — 25 Jun 2016, 07:41


]]>
2016-06-20T05:16:10+02:00 2016-06-20T05:16:10+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35504#p35504 <![CDATA[Hold Button knob]]> Statistics: Posted by Ariajazz — 20 Jun 2016, 05:16


]]>
2016-06-19T12:15:52+02:00 2016-06-19T12:15:52+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35492#p35492 <![CDATA[Hold Button knob]]> Image

Statistics: Posted by nay-seven — 19 Jun 2016, 12:15


]]>
2016-06-19T04:45:41+02:00 2016-06-19T04:45:41+02:00 https://brainmodular.org/forums/viewtopic.php?t=5456&p=35490#p35490 <![CDATA[Hold Button knob]]> Statistics: Posted by Ariajazz — 19 Jun 2016, 04:45


]]>