Support

If you have a problem or need to report a bug please email : support@dsprobotics.com

There are 3 sections to this support area:

DOWNLOADS: access to product manuals, support files and drivers

HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects

USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here

NEW REGISTRATIONS - please contact us if you wish to register on the forum

Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright

How to retrigger a float (out) with same value?

For general discussion related FlowStone

How to retrigger a float (out) with same value?

Postby Nowhk » Tue Dec 22, 2015 2:00 pm

Ive a float that output to my DAW using the module "Controller".

The fact is that if I have a value on it, and I try to output the same value, the control wont change.

Let say I've a float 0.5 (which set my knob to the middle during play), if I stop daw and I change the knob manually, when I restart daw (is playing) it should retrigger 0.5, and re align the knob to the middle. Instead, till the value on float module change (0.51 for example), the knob is frozen.

Any idea?
Last edited by Nowhk on Wed Dec 23, 2015 4:31 pm, edited 1 time in total.
Nowhk
 
Posts: 275
Joined: Mon Oct 27, 2014 6:45 pm

Re: How to retrigger a float (out) with same value?

Postby Nubeat7 » Tue Dec 22, 2015 8:06 pm

then you need to retrigger it using the "is playing" primitive...
User avatar
Nubeat7
 
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna

Re: How to retrigger a float (out) with same value?

Postby Nowhk » Wed Dec 23, 2015 4:36 pm

Nubeat7 wrote:then you need to retrigger it using the "is playing" primitive...

What do you mean with "retrigger it using is playing"? If I link "is playing" to the float I want to retrigger, it resets its value to 0 (if stopped) or 1 (if playing):

Immagine.png
Immagine.png (16.06 KiB) Viewed 19077 times

Maybe I don't have understand what you mean, sorry :o :shock:
Nowhk
 
Posts: 275
Joined: Mon Oct 27, 2014 6:45 pm

Re: How to retrigger a float (out) with same value?

Postby Tronic » Wed Dec 23, 2015 6:33 pm

Excuse me, but let me ask you a few things:
Your knobs are not set up to receive the value when you move it from your DAW?

If not I believe your system has no real use,
because it is supposed that you can control the value also from the automation track,
so it should get the value if you move it from the GUI or from the automation track.

That said,
if you still want the function that you ask,
the primitive "is Playing" must generate a trig and connecting it (adding it) where you have the output value.
Tronic
 
Posts: 539
Joined: Wed Dec 21, 2011 12:59 pm

Re: How to retrigger a float (out) with same value?

Postby Nowhk » Wed Dec 23, 2015 7:05 pm

Tronic wrote:Excuse me, but let me ask you a few things:
Your knobs are not set up to receive the value when you move it from your DAW?

If not I believe your system has no real use,
because it is supposed that you can control the value also from the automation track,
so it should get the value if you move it from the GUI or from the automation track.

That said,
if you still want the function that you ask,
the primitive "is Playing" must generate a trig and connecting it (adding it) where you have the output value.

No. My plug output to the daw and stop. If I stop it and I edit the knob, when I restart it must re align the knob at state 0 value. But if the float has already that value, it doesnt refresh. Do you see?
Nowhk
 
Posts: 275
Joined: Mon Oct 27, 2014 6:45 pm

Re: How to retrigger a float (out) with same value?

Postby Tronic » Wed Dec 23, 2015 7:14 pm

this.png
this.png (8.47 KiB) Viewed 19069 times
Tronic
 
Posts: 539
Joined: Wed Dec 21, 2011 12:59 pm

Re: How to retrigger a float (out) with same value?

Postby Nowhk » Thu Dec 24, 2015 9:18 am

Tronic wrote:
The attachment this.png is no longer available

No man, it doesn't refresh :o
Here an example. My plug linked to the Volume knob of Fruity send.
If I manually write 0.5 (from 0, so different value) and I click enter on the Float module, I get the movement of the knob to the middle:

001.png
001.png (22.19 KiB) Viewed 19049 times

Now, if I manually move the fruity knob (with mouse) to another value (0.7 for example), and I play my DAW, it doesn't retrigger 0.5 to the knob (neither using your method above with trigger):

002.png
002.png (22.31 KiB) Viewed 19049 times

The knob keep to 0.7.
That's because the float module has not changed.
If I manually wrote 0.50001, it send again "0.5" (even if its not exactly 0.5, but 0.50001).

i.e. I'm still not able to retrigger the "same value", even using your method :(
Nowhk
 
Posts: 275
Joined: Mon Oct 27, 2014 6:45 pm

Re: How to retrigger a float (out) with same value?

Postby Nowhk » Sat Dec 26, 2015 4:55 pm

No way guys? Happy new year!
Nowhk
 
Posts: 275
Joined: Mon Oct 27, 2014 6:45 pm

Re: How to retrigger a float (out) with same value?

Postby tulamide » Sat Dec 26, 2015 7:50 pm

I don't have that controller prim, it seems to be FL Studio specific.

The circuit from Tronic is correct, so the issue could be either the controller prim, or the recognizing of the DAW playing.

Create a boolean. Connect the boolean output of the "Is playing" prim with the boolean. Everytime you stop and then start again, the boolean should switch to false and then back to true. Is it so?

If the answer is yes, the issue is related to the controller prim. You said it is reacting to a change when you do it manually.

Create a second float, set it to 0.5, but don't connect it to the controller prim. Stop your DAW. Now remove the links to the controller's value input and connect the second float to it. Does "fruity send" switch back to 0.5?

If not, then it is an issue with the controller prim, that we can't help with. You should report it as a bug then.
If yes, it might just be a timing issue and the trigger might just be delayed to work. But first check all the above.
"There lies the dog buried" (German saying translated literally)
tulamide
 
Posts: 2714
Joined: Sat Jun 21, 2014 2:48 pm
Location: Germany

Re: How to retrigger a float (out) with same value?

Postby Nowhk » Mon Dec 28, 2015 9:23 pm

tulamide wrote:Create a boolean. Connect the boolean output of the "Is playing" prim with the boolean. Everytime you stop and then start again, the boolean should switch to false and then back to true. Is it so?

Yes it is.

tulamide wrote:Create a second float, set it to 0.5, but don't connect it to the controller prim. Stop your DAW. Now remove the links to the controller's value input and connect the second float to it. Does "fruity send" switch back to 0.5?

No it doesnt.

tulamide wrote:You should report it as a bug then.
If yes, it might just be a timing issue and the trigger might just be delayed to work. But first check all the above.

Ok so its the Controller prim the problem. Where do I report it as bug?
Nowhk
 
Posts: 275
Joined: Mon Oct 27, 2014 6:45 pm

Next

Return to General

Who is online

Users browsing this forum: No registered users and 46 guests