Page 1 of 1
Help - Rules for Independence Free

Posted:
Sun Sep 05, 2010 3:37 pm
by fabiolcati
Hi all.
To cover a time of lack of inspiration, I planned to try to write rules for a woodwind vst running into YellowTools' Indipendence Free.
Since it is the first time I approach this, I will bombard you with a bunch of silly questions.
The first one is: does anyone know the VstID for this intrument?
And then: specs for build 277 talks of midi generated trills. Do they work? How do you write an instruction for?
Thank you in advance.
Regards
Re: Help - Rules for Independence Free

Posted:
Tue Sep 07, 2010 11:56 am
by pcartwright
fabiolcati wrote: And then: specs for build 277 talks of midi generated trills. Do they work? How do you write an instruction for?
It looks like there is a couple of lines of code in each prules file that defines the delay and speed of the trill for a library. In the GPO rules, the rule uses flags so that only non-section string samples use the new trill rule (which makes sense given that section strings have sampled trills already).
Try copying this rule from the GPO prules file and pasting it into your custom rules. You’ll probably want to remove the flag condition once you have it in your custom rules file, but it should work.
Let me know if you need help finding the specific bit of code.
Re: Help - Rules for Independence Free

Posted:
Tue Sep 07, 2010 3:38 pm
by fabiolcati
Thank you, my friend.
I will dig into the code lines you mentioned.
Only, without a plug-in id all my work will be useless.
Nobody seems to be able to give me an help in finding it.
Somebody suggested to use VSTHost, but unfortunately it runs under Windows only.
I'll wait in hope.
Regards
Re: Help - Rules for Independence Free

Posted:
Tue Sep 07, 2010 4:32 pm
by pcartwright
fabiolcati wrote:Only, without a plug-in id all my work will be useless.
Nobody seems to be able to give me an help in finding it.
Somebody suggested to use VSTHost, but unfortunately it runs under Windows only.
Darn, I was about to suggest VSTHost. I'll google around and see if there's a utility out there for Mac users that could at least display the plugin ID.
Have you checked out the KVR forums for the plugin ID?
Re: Help - Rules for Independence Free

Posted:
Tue Sep 07, 2010 10:48 pm
by pcartwright
So I downloaded the free version and ran the plugin in VSTHost on my windows machine. The number, in decimal form, is 2037672292. Try that and see if your rules work.
Re: Help - Rules for Independence Free

Posted:
Wed Sep 08, 2010 2:40 am
by fabiolcati
Thank you, my friend.
I will check it next friday, since I have no spare time until then.
I will keep you posted about my homework.
Regards
Re: Help - Rules for Independence Free

Posted:
Thu Sep 09, 2010 5:04 pm
by fabiolcati
Here's the situation at my first attempt: something works and something doesn't.
+.
Plug in ID is correct. Thank you Phillip.
I can trigger keyswitches.
-.
I can't make hairpins to be read: neither cc1, 7 or 11 fires dynamic changes.
Any suggestion?