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 312 matches
- Mon Mar 09, 2015 2:27 pm
- Forum: General
- Topic: Help with ADSR multiplexing (solved)
- Replies: 4
- Views: 9172
- 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:
take a look:
- 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 ...
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 ...
- 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?
- 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?
- 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...
- 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....
- 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 ...
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 ...
- 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 
- 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 ...