Search found 8 matches

by Dave_Scream
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: 29178

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 ...
by Dave_Scream
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: 29178

Re: Ruby Code dosent work if VST GUI closed in host

this scheme have the same issue because Ticker builded with Ruby component.
Image
by Dave_Scream
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: 29178

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 ...
by Dave_Scream
Tue Oct 08, 2013 3:49 pm
Forum: General
Topic: [SOLVED] Component. from where?
Replies: 2
Views: 9334

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 ...
by Dave_Scream
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: 29178

[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 ...
by Dave_Scream
Mon Oct 07, 2013 8:09 pm
Forum: General
Topic: [SOLVED] Component. from where?
Replies: 2
Views: 9334

[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 ...
by Dave_Scream
Mon Oct 07, 2013 7:24 pm
Forum: General
Topic: [SOLVED] Ruby component problem
Replies: 2
Views: 9187

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 ...
by Dave_Scream
Mon Oct 07, 2013 7:04 pm
Forum: General
Topic: [SOLVED] Ruby component problem
Replies: 2
Views: 9187

[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 ...