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

Basic tutorial/guide for building VST effects plugin ?

For general discussion related FlowStone

Basic tutorial/guide for building VST effects plugin ?

Postby magicaldog » Wed Jan 28, 2015 10:06 pm

I've read the tutorials provided by DSP Robotics but the VST is not mentioned at all. :shock:

I've Googled for hours trying to gain knowledge on how to build a simple VST effect plugin to test in Cubase !

No luck !

Since the Trial version runs out after a week it's more than frustrating trying to find info about basic things like this !
magicaldog
 
Posts: 10
Joined: Tue Jan 27, 2015 1:59 pm

Re: Basic tutorial/guide for building VST effects plugin ?

Postby MyCo » Wed Jan 28, 2015 10:27 pm

FlowStone is a development software. Although you mostly can do stuff per drag&drop, development software needs developers that read the manual!
That's why you probably don't get a lot of answers for your question. Your question shows that you haven't read the manual, as it explains exactly how to do it.

Again: RTFM!
http://www.dsprobotics.com/Files/V3/User%20Guide.pdf
Page 114
For a VST instrument your module will need one MIDI input and two mono outputs. This allows the
instrument to send stereo audio data based on MIDI signals sent from a host.
VST effects can vary. You can create a MIDI effect which takes one MIDI input and one MIDI output.
For a standard audio effect you need two mono inputs and two mono outputs.
Of course you can have any number of inputs and outputs but you’ll need a host that can handle the
data you’re requesting from or sending to it.
Note that the VST button, and therefore the option to create a plugin from a module, will not appear
unless the combination of inputs and outputs is acceptable. You can use the VST or VSTi modules in
the toolbox if you want a template module to use as a start point for your plugin.
User avatar
MyCo
 
Posts: 718
Joined: Tue Jul 13, 2010 12:33 pm
Location: Germany

Re: Basic tutorial/guide for building VST effects plugin ?

Postby magicaldog » Wed Jan 28, 2015 11:39 pm

So Flowstone is a development software, Wow -I thought it was the manual for my new coffee percolator :lol:

FYI -I have read it and it says absolutely nothing about the creation of multiple VST components in one VST plugin effect !

I also have the powerful knowledge of a thing called search function and so far I have not managed to find the info for the simple task of creating a VST effect plugin that have more than one component.

I mean how hard can it be when it's really easy to make it with one component but as soon as I have more than one and select all components the vst button for creating the vst plugin disappear completely !

MyCo wrote:FlowStone is a development software. Although you mostly can do stuff per drag&drop, development software needs developers that read the manual!
That's why you probably don't get a lot of answers for your question. Your question shows that you haven't read the manual, as it explains exactly how to do it.
magicaldog
 
Posts: 10
Joined: Tue Jan 27, 2015 1:59 pm

Re: Basic tutorial/guide for building VST effects plugin ?

Postby tulamide » Thu Jan 29, 2015 12:13 am

magicaldog wrote:I mean how hard can it be when it's really easy to make it with one component but as soon as I have more than one and select all components the vst button for creating the vst plugin disappear completely !

This sentence shows that you either did not read the answers and the manual or that reading for you doesn't mean understanding. For a third time:

"For a standard audio effect you need two mono inputs and two mono outputs.
Of course you can have any number of inputs and outputs but you’ll need a host that can handle the
data you’re requesting from or sending to it.
Note that the VST button, and therefore the option to create a plugin from a module, will not appear
unless the combination of inputs and outputs is acceptable.
"

In other words: One, and only one module will be your VST effect. So, all components you wish to use have to reside inside that one module. Plus, the inputs and outputs of that one module must meat the specifications.
"There lies the dog buried" (German saying translated literally)
tulamide
 
Posts: 2714
Joined: Sat Jun 21, 2014 2:48 pm
Location: Germany

Re: Basic tutorial/guide for building VST effects plugin ?

Postby magicaldog » Thu Jan 29, 2015 1:45 am

So now we are going from simple to extremely complicated :lol: !

That wouldn't be a big problem if the Demo was 7 weeks instead of 7 days !

Now the question is how to make all the components reside inside that one module :D

I doubt I find that out before the demo runs out so I guess that DSP Robotics wont get any of my money !

I'd be surprised if I do find out how to do it !

It seems like a nice software !

Wonder why German developers have such flair for derogatory language !

tulamide wrote:
magicaldog wrote:I mean how hard can it be when it's really easy to make it with one component but as soon as I have more than one and select all components the vst button for creating the vst plugin disappear completely !

This sentence shows that you either did not read the answers and the manual or that reading for you doesn't mean understanding. For a third time:

"For a standard audio effect you need two mono inputs and two mono outputs.
Of course you can have any number of inputs and outputs but you’ll need a host that can handle the
data you’re requesting from or sending to it.
Note that the VST button, and therefore the option to create a plugin from a module, will not appear
unless the combination of inputs and outputs is acceptable.
"

In other words: One, and only one module will be your VST effect. So, all components you wish to use have to reside inside that one module. Plus, the inputs and outputs of that one module must meat the specifications.
magicaldog
 
Posts: 10
Joined: Tue Jan 27, 2015 1:59 pm

Re: Basic tutorial/guide for building VST effects plugin ?

Postby MyCo » Thu Jan 29, 2015 2:20 am

magicaldog wrote:Now the question is how to make all the components reside inside that one module :D

RTFM! I repeat it again!
http://www.dsprobotics.com/Files/V3/User%20Guide.pdf
Page 58

magicaldog wrote:I doubt I find that out before the demo runs out so I guess that DSP Robotics wont get any of my money !


You should probably read a manual about "How to read a manual" before trying any software.

magicaldog wrote:Wonder why German developers have such flair for derogatory language !


Yeah, but the German developers were the only one kindly enough to answer your question. All the other think "what an idiot, I don't want to waste my time for such a person". I guess you don't know how stupid your questions are. Here's an example:
In the time of SynthMaker there was no manual! And although there was nothing to get information from, there is actually no thread in the SynthMaker Forum about "how to make a module", or "how to export VST". So thousands of users figured it out on their own!
User avatar
MyCo
 
Posts: 718
Joined: Tue Jul 13, 2010 12:33 pm
Location: Germany

Re: Basic tutorial/guide for building VST effects plugin ?

Postby magicaldog » Thu Jan 29, 2015 3:19 am

Well thanks a lot for that you ........(swearing removed)-Exo :lol:


MyCo wrote:
magicaldog wrote:Now the question is how to make all the components reside inside that one module :D

RTFM! I repeat it again!
http://www.dsprobotics.com/Files/V3/User%20Guide.pdf
Page 58

magicaldog wrote:I doubt I find that out before the demo runs out so I guess that DSP Robotics wont get any of my money !


You should probably read a manual about "How to read a manual" before trying any software.

magicaldog wrote:Wonder why German developers have such flair for derogatory language !


Yeah, but the German developers were the only one kindly enough to answer your question. All the other think "what an idiot, I don't want to waste my time for such a person". I guess you don't know how stupid your questions are. Here's an example:
In the time of SynthMaker there was no manual! And although there was nothing to get information from, there is actually no thread in the SynthMaker Forum about "how to make a module", or "how to export VST". So thousands of users figured it out on their own!
magicaldog
 
Posts: 10
Joined: Tue Jan 27, 2015 1:59 pm

Re: Basic tutorial/guide for building VST effects plugin ?

Postby Nubeat7 » Thu Jan 29, 2015 9:31 am

wow, you did a really good start here, macicaldog... :roll:

to your question, try the "make module" button in the action panel which apears when you select one or more components or modules...
User avatar
Nubeat7
 
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna

Re: Basic tutorial/guide for building VST effects plugin ?

Postby adamszabo » Thu Jan 29, 2015 12:41 pm

MyCo wrote:Yeah, but the German developers were the only one kindly enough to answer your question. All the other think "what an idiot, I don't want to waste my time for such a person". I guess you don't know how stupid your questions are.


Exactly right. First I was like is this a bot? Then after actually replying, I thought ok he is Trolling us...but then I saw the rest of the replies and I simply thought I wont even bother...
adamszabo
 
Posts: 667
Joined: Sun Jul 11, 2010 7:21 am

Re: Basic tutorial/guide for building VST effects plugin ?

Postby Drnkhobo » Thu Jan 29, 2015 3:23 pm

Is there a section in the manual showing how to reply to people who dont read the manual?
Drnkhobo
 
Posts: 312
Joined: Sun Aug 19, 2012 7:13 pm
Location: ZA

Next

Return to General

Who is online

Users browsing this forum: No registered users and 77 guests