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
New to flowstone and this forum
5 posts
• Page 1 of 1
New to flowstone and this forum
hi all im new to flowstone, folowed a you tube tutorial on how to make a basic synth which i did, but cant figure out how to add colour to the plug-in, when i render it exe i cant get any midi to it, but it is cool as a vsti, another question, i dont have any experience with writting code and im wondering the best route to take to learn ruby, is there any literature on the subject to follow, any help will be most welcome, cheers in adavance, chris
- Chregg
- Posts: 7
- Joined: Sat Feb 09, 2013 11:27 am
Re: New to flowstone and this forum
Hi Chris, welcome to the forum.
Ah yes, if it's the tutorial I'm thinking of, it doesn't really cover .exe synths, and there are a few differences in how you have to wire things up...
For a VST synth
Audio and MIDI input/output primitives (e.g. ASIO, DS, MIDI In select) go outside your export module, leaving it with just the little round connectors for the audio and MIDI. When the VST is loaded, the host latches on to those connector, and it is the host that sorts out which MIDI port to talk to etc.
For an .exe
As there is no host, the .exe has to sort out soundcard/MIDI communication for itself.
So, in this case, the MIDI and Audio primitives have to go inside the export module. You then need a little user interface, so that the end user can make whatever soundcard setting they want (e.g. choose a driver, set the sample rate etc.)
Assuming you are using an ASIO soundcard, there's a solution in the toolbox - just include the "Audio Menu" module inside your design. It will appear on the front panel as a menu bar with selectors for MIDI In, Audio driver, sample rate etc. The Audio driver settings are automatically picked up by the 'ASIO In', 'ASIO out' primitives - and it has a MIDI output that connects to whichever MIDI port has been selected.
Here's a little template file, to give you a clearer idea...
There's a selection of useful Ruby resources on this thread...
Which book is best for learning Ruby?
Ruby is pretty new to all of us here, so most of the stuff there is aimed at beginners. There are a few things that work a little differently when Ruby is inside Flowstone, compared to a regular Ruby program - so if you come across anything that doesn't work as expected, just ask on the forum, and we'll point you in the right direction.
Hope you enjoy using FS, and the forum.
Best wishes
Trog.
Chregg wrote:when i render it exe i cant get any midi to it, but it is cool as a vsti
Ah yes, if it's the tutorial I'm thinking of, it doesn't really cover .exe synths, and there are a few differences in how you have to wire things up...
For a VST synth
Audio and MIDI input/output primitives (e.g. ASIO, DS, MIDI In select) go outside your export module, leaving it with just the little round connectors for the audio and MIDI. When the VST is loaded, the host latches on to those connector, and it is the host that sorts out which MIDI port to talk to etc.
For an .exe
As there is no host, the .exe has to sort out soundcard/MIDI communication for itself.
So, in this case, the MIDI and Audio primitives have to go inside the export module. You then need a little user interface, so that the end user can make whatever soundcard setting they want (e.g. choose a driver, set the sample rate etc.)
Assuming you are using an ASIO soundcard, there's a solution in the toolbox - just include the "Audio Menu" module inside your design. It will appear on the front panel as a menu bar with selectors for MIDI In, Audio driver, sample rate etc. The Audio driver settings are automatically picked up by the 'ASIO In', 'ASIO out' primitives - and it has a MIDI output that connects to whichever MIDI port has been selected.
Here's a little template file, to give you a clearer idea...
Chregg wrote:ruby, is there any literature on the subject to follow
There's a selection of useful Ruby resources on this thread...
Which book is best for learning Ruby?
Ruby is pretty new to all of us here, so most of the stuff there is aimed at beginners. There are a few things that work a little differently when Ruby is inside Flowstone, compared to a regular Ruby program - so if you come across anything that doesn't work as expected, just ask on the forum, and we'll point you in the right direction.
Hope you enjoy using FS, and the forum.
Best wishes
Trog.
All schematics/modules I post are free for all to use - but a credit is always polite!
Don't stagnate, mutate to create!
Don't stagnate, mutate to create!
-
trogluddite - Posts: 1730
- Joined: Fri Oct 22, 2010 12:46 am
- Location: Yorkshire, UK
Re: New to flowstone and this forum
Trogluddite thanx very much, thats a great help, looks like i have a steep learning curve here, gonna take a while to get my head round this, whole new world from just being a vst user, thanx again
- Chregg
- Posts: 7
- Joined: Sat Feb 09, 2013 11:27 am
Re: New to flowstone and this forum
one other thing i figured out how to add colour to the exe, but dont know how to do it for the vst version ???
- Chregg
- Posts: 7
- Joined: Sat Feb 09, 2013 11:27 am
Re: New to flowstone and this forum
Im assuming you mean the colour scheme for the VST?
There will be GUI elements in the VST for each module.
Click on one and the click the little "P" button (Bottom right of module)
It will open and you can do some basic colour changes in there. . .
There will be GUI elements in the VST for each module.
Click on one and the click the little "P" button (Bottom right of module)
It will open and you can do some basic colour changes in there. . .
- Drnkhobo
- Posts: 312
- Joined: Sun Aug 19, 2012 7:13 pm
- Location: ZA
5 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 99 guests