Search found 312 matches

by Drnkhobo
Mon Mar 09, 2015 1:17 pm
Forum: General
Topic: Help with ADSR multiplexing (solved)
Replies: 4
Views: 9172

Re: Help with ADSR multiplexing

Thats because you are multiplying a stream by 0....which makes it 0. You need to have another multiplex to add either 0 or 1 to that input again depending on the multiplex state.....

take a look:
Schematic1.fsm
(27.48 KiB) Downloaded 790 times
by Drnkhobo
Mon Mar 02, 2015 3:27 pm
Forum: General
Topic: How to work with http primitive?
Replies: 1
Views: 5796

Re: How to work with http primitive?

There are some other examples using the HTTP POST prim here on the forums. Try a quick search for them.

That prim sends a post request only, usually to a script on your server. I guess the most common would be a php script, there are plenty of docs on that at w3.

Im sure when you find the other ...
by Drnkhobo
Thu Jan 29, 2015 3:27 pm
Forum: General
Topic: Ruby & REAPER 64bit
Replies: 24
Views: 39155

Re: Ruby & REAPER 64bit

So I tried adding other Ruby elements (knob, button) and they seem to work... maybe there is an interaction function that the editbox does not have in it? Im not that good at Ruby so I wont be able to tell... Nubeat?
by Drnkhobo
Thu Jan 29, 2015 3:23 pm
Forum: General
Topic: Basic tutorial/guide for building VST effects plugin ?
Replies: 11
Views: 30046

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

Is there a section in the manual showing how to reply to people who dont read the manual?
by Drnkhobo
Thu Jan 29, 2015 3:08 pm
Forum: General
Topic: Ruby & REAPER 64bit
Replies: 24
Views: 39155

Re: Ruby & REAPER 64bit

No worries Nubeat, I added the code you mentioned and it still wont work. The mouse cursor changes when you hover over it, but it doesnt do anything when you click on it. I do think its an issue with the bridge though...
by Drnkhobo
Thu Jan 29, 2015 2:48 pm
Forum: General
Topic: VST Plug-in in background stops working !?!?
Replies: 9
Views: 18886

Re: VST Plug-in in background stops working !?!?

There is a green timer prim....
by Drnkhobo
Thu Jan 29, 2015 2:44 pm
Forum: General
Topic: VST Plug-in in background stops working !?!?
Replies: 9
Views: 18886

Re: VST Plug-in in background stops working !?!?

how about that green data timer? where can i get it? is there an example?

My way around this way to use the green after load prim and trigger things like that. Im guessing for your case you will need to use some more green modules to send out modulation triggers....look at the other LFO's on this ...
by Drnkhobo
Thu Jan 29, 2015 2:40 pm
Forum: General
Topic: Ruby & REAPER 64bit
Replies: 24
Views: 39155

Re: Ruby & REAPER 64bit

Will def send a message to the Reaper guys. And no fix for this yet Ricciardo :cry:
by Drnkhobo
Thu Jan 29, 2015 1:38 pm
Forum: General
Topic: Ruby & REAPER 64bit
Replies: 24
Views: 39155

Re: Ruby & REAPER 64bit

@Nubeat, I have tested it in 32bit and there is no issue I can find. It is indeed an issue with Ruby and 64bit.... you really need to try it on a 64bit machine to see its the bridge. Also, I will attach an example schm file for you to export as vst and try for yourself. Like I said, its only in ...