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
Search found 8 matches
- Tue Oct 08, 2013 6:41 pm
- Forum: General
- Topic: [FOUND BUG] Ruby Code dosent work if VST GUI closed in host
- Replies: 10
- Views: 29149
Re: Ruby Code dosent work if VST GUI closed in host
looks like it is a triggerthread problem because when i`m right the midi triggers are in an own thread , so not in the gui thread and i think this is the reason for this issue, but you can send midi notes directly out of the ruby module, then it works correct..
Its working) thank you. I didnt knew ...
Its working) thank you. I didnt knew ...
- Tue Oct 08, 2013 5:50 pm
- Forum: General
- Topic: [FOUND BUG] Ruby Code dosent work if VST GUI closed in host
- Replies: 10
- Views: 29149
Re: Ruby Code dosent work if VST GUI closed in host
this scheme have the same issue because Ticker builded with Ruby component.


- Tue Oct 08, 2013 4:48 pm
- Forum: General
- Topic: [FOUND BUG] Ruby Code dosent work if VST GUI closed in host
- Replies: 10
- Views: 29149
Re: Compiled VST dont work if I close VST GUI in host
I maked some research and found that just midi_in -> midi_out link work good even if VST GUI Closed.
but Ruby code element dosent work if VST GUI closed. So whole problem is in Ruby code element.
Look at this screenshot please (more than 400px width, so only link)
m
this simple Ruby code dosent ...
but Ruby code element dosent work if VST GUI closed. So whole problem is in Ruby code element.
Look at this screenshot please (more than 400px width, so only link)
m
this simple Ruby code dosent ...
- Tue Oct 08, 2013 3:49 pm
- Forum: General
- Topic: [SOLVED] Component. from where?
- Replies: 2
- Views: 9323
Re: Component. from where?
The code for primitives seems to be inside the FS application itself - the schematic file then just contains "ID codes" for the modules that are used inside.
Thank you =) now I understand that .fsm contain only IDs. SetPort element was deprecated and kicked off from plugins, even from R&D list ...
Thank you =) now I understand that .fsm contain only IDs. SetPort element was deprecated and kicked off from plugins, even from R&D list ...
- Tue Oct 08, 2013 3:44 pm
- Forum: General
- Topic: [FOUND BUG] Ruby Code dosent work if VST GUI closed in host
- Replies: 10
- Views: 29149
[FOUND BUG] Ruby Code dosent work if VST GUI closed in host
Hello.
I maked my first VST that randomly generate midi notes. Random generator maked with Ruby code element.
The problem is when I close VST GUI in my host (FL Studio) - all notes are stopped and no output from VST.
When I open VST GUI back - I can hear very big amount of notes sended from VST ...
I maked my first VST that randomly generate midi notes. Random generator maked with Ruby code element.
The problem is when I close VST GUI in my host (FL Studio) - all notes are stopped and no output from VST.
When I open VST GUI back - I can hear very big amount of notes sended from VST ...
- Mon Oct 07, 2013 8:09 pm
- Forum: General
- Topic: [SOLVED] Component. from where?
- Replies: 2
- Views: 9323
[SOLVED] Component. from where?
Hello.
Im trying to understand the structure of Flowstone.
I downloaded FL Studio example project with some scheme for SynthMaker (Flowstone 3.0.2 builded in FL Studio).
In this example author use SetPort component for reassigning midi port in midi events.
http://cs616617.vk.me ...
Im trying to understand the structure of Flowstone.
I downloaded FL Studio example project with some scheme for SynthMaker (Flowstone 3.0.2 builded in FL Studio).
In this example author use SetPort component for reassigning midi port in midi events.
http://cs616617.vk.me ...
- Mon Oct 07, 2013 7:24 pm
- Forum: General
- Topic: [SOLVED] Ruby component problem
- Replies: 2
- Views: 9176
Re: Ruby component problem
Allright. FL Studio have version 3.0.2
My standalone version is 3.0.0
3.0.0 is not support clearEvents and connector labels.
version history for 3.0.2:
- New connector referencing in the Ruby component allows you to use an index or a label name to refer to a connector
- New clearEvents method ...
My standalone version is 3.0.0
3.0.0 is not support clearEvents and connector labels.
version history for 3.0.2:
- New connector referencing in the Ruby component allows you to use an index or a label name to refer to a connector
- New clearEvents method ...
- Mon Oct 07, 2013 7:04 pm
- Forum: General
- Topic: [SOLVED] Ruby component problem
- Replies: 2
- Views: 9176
[SOLVED] Ruby component problem
Hello.
I have problem with a Ruby component.
My problem in 1 screenshot:
http://cs616617.vk.me/v616617838/601/DwTN7Im6muo.jpg
and there is info from manual:
http://cs616617.vk.me/v616617838/608/31Oirnrz2mQ.jpg
so why error?
Also.
input compare with name not ...
I have problem with a Ruby component.
My problem in 1 screenshot:
http://cs616617.vk.me/v616617838/601/DwTN7Im6muo.jpg
and there is info from manual:
http://cs616617.vk.me/v616617838/608/31Oirnrz2mQ.jpg
so why error?
Also.
input compare with name not ...