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

Flowstone wishlist

For general discussion related FlowStone

Re: Flowstone wishlist

Postby Spogg » Thu May 11, 2017 2:49 pm

Stream Sample and Hold would be nice:

Prim with 3 inputs, 1 output.
Inputs:
-Stream in
-Stream bool gate
-Type: (0) Leading edge (trigger essentially) or (1) open when true, hold when false.

Output: Depends on gate type selected:
Type (0) Leading edge would transfer the current input sample to the output and hold it
Type (1) When gate is True the output follows the input, when False the output sample is held.

A double stream version might be nice too.

Cheers

Spogg
User avatar
Spogg
 
Posts: 3318
Joined: Thu Nov 20, 2014 4:24 pm
Location: Birmingham, England

Re: Flowstone wishlist

Postby martinvicanek » Thu May 11, 2017 10:53 pm

Type 1:
Code: Select all
streamin in;
streamin gate;
streamout out;

out = out + (in - out)&(gate>0);


Type 0:
Code: Select all
streamin in;
streamin gate;
streamout out;

float gate1;
float sh;

sh    = (gate1==0)&(gate>0);
gate1 = gate;
out   = out + (in - out)&sh;
User avatar
martinvicanek
 
Posts: 1315
Joined: Sat Jun 22, 2013 8:28 pm

Re: Flowstone wishlist

Postby Spogg » Fri May 12, 2017 9:05 am

Excellent Martin!

I will test on return from hols but I'm sure they'll work!

I'm thinking that it would still be nice to have a prim to do this, especially for the newbies who will probbaly search the toolbox for such a function and don't realise there is a Martin Vicanek in the world :ugeek:

Cheers

Spogg
User avatar
Spogg
 
Posts: 3318
Joined: Thu Nov 20, 2014 4:24 pm
Location: Birmingham, England

Re: Flowstone wishlist

Postby adic » Tue May 16, 2017 2:59 pm

Hello. This might be one of my delusions.

I wish the developers could rewrite FlowStone by using JUCE.
As for me, it's not necessary to export the schematics to VST plugin.
That is, it's enough to work like Reaktor VST or FL FlowStone.

In my opinion, it's a bit obsolete for amateur developers to distribute their own plugins by using FlowStone.
If wanting to distribute the original plugins, it would be better to use JUCE.
I think that one should consider the post-JUCE world.

thanks
adic
 
Posts: 27
Joined: Fri Nov 02, 2012 6:37 pm

Re: Flowstone wishlist

Postby adamszabo » Wed May 17, 2017 2:59 am

adic wrote:As for me, it's not necessary to export the schematics to VST plugin.


This is the best feature of FlowStone, so yes, its necessary
adamszabo
 
Posts: 657
Joined: Sun Jul 11, 2010 7:21 am

Re: Flowstone wishlist

Postby adic » Wed May 17, 2017 4:51 am

adamszabo wrote:
adic wrote:As for me, it's not necessary to export the schematics to VST plugin.


This is the best feature of FlowStone, so yes, its necessary


It seems to me that this perhaps 'was' the best feature of FlowStone until JUCE emerged...
Of course, I am a lover of FlowStone and like its (Visual/Text) programming style & the beautiful GUI.
adic
 
Posts: 27
Joined: Fri Nov 02, 2012 6:37 pm

Re: Flowstone wishlist

Postby Nubeat7 » Wed May 17, 2017 8:03 am

You mean since you know about juce, juce exists since 2004, i think synthmaker too if i'm right. ;)
User avatar
Nubeat7
 
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna

Re: Flowstone wishlist

Postby adic » Wed May 17, 2017 8:12 am

Nubeat7 wrote:You mean since you know about juce, juce exists since 2004, i think synthmaker too if i'm right. ;)


I am a beginner of JUCE.
JUCE has recently become 'popular', if I am not mistaken.

For example, the following software succeeds after transferring its framework to JUCE.
http://commonmusic.sourceforge.net/
adic
 
Posts: 27
Joined: Fri Nov 02, 2012 6:37 pm

Re: Flowstone wishlist

Postby adic » Wed May 17, 2017 2:41 pm

Nubeat7 wrote:it would be great when FS could spit out c++ code for the stream part, like this you could use the code in other environments like juce and do the graphics there...

max/msp has a similar function


+1
nice feature
adic
 
Posts: 27
Joined: Fri Nov 02, 2012 6:37 pm

Re: Flowstone wishlist

Postby lalalandsynth » Sun Jul 09, 2017 4:37 am

I would like to be able to drag a midi file from the vst gui into the daw.

Thanks ;)
User avatar
lalalandsynth
 
Posts: 600
Joined: Sat Oct 01, 2016 12:48 pm

PreviousNext

Return to General

Who is online

Users browsing this forum: No registered users and 26 guests