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 27 matches
- Fri Apr 19, 2013 2:47 pm
- Forum: General
- Topic: Request: Shell Execute get STDOUT
- Replies: 2
- Views: 10007
Re: Request: Shell Execute get STDOUT
you could ShellExecute 'cmd /c MyScript.cmd'
and in MyScript.cmd:
MyOtherScript.cmd > stdout.txt 2> stderr.txt
http://support.microsoft.com/kb/110930/en-us
and in MyScript.cmd:
MyOtherScript.cmd > stdout.txt 2> stderr.txt
http://support.microsoft.com/kb/110930/en-us
Re: Wndproc
I dont quite understand what you are asking for. The graphics functions wich are part oft the RubyEdit class work differently. AFAIK there is also no access to the window's HWND.
- Tue Jan 15, 2013 7:16 pm
- Forum: User Examples
- Topic: Ruby time and date
- Replies: 15
- Views: 57379
Re: Ruby time and date
may someone enlighten me what the thingy is supposed to be. According to the guide book:
but where is input 100?
Code: Select all
input 100,..Code: Select all
the index refers to the input you want to send the event to- Fri Jan 11, 2013 5:48 pm
- Forum: General
- Topic: Interested in developing some synths/effects?
- Replies: 9
- Views: 26902
Re: Interested in developing some synths/effects?
Maybe we should do some negotiation beforehand. AM, did you get some compensation for your plugins?
My benefit the last time was a free upgrade from producer edition to XXL. Not bad for a couple of hours fun work.
cheers,
rl
My benefit the last time was a free upgrade from producer edition to XXL. Not bad for a couple of hours fun work.
cheers,
rl
- Thu Jan 10, 2013 10:13 pm
- Forum: General
- Topic: How to compile Ruby from source on Windows for FS3
- Replies: 94
- Views: 196903
Re: How to compile Ruby from source on Windows for FS3
"Necessary" --- depends on what Ruby is asked to do, so one actually has a lot of control over how "necessary" this is.
There is a big chance VST plugins break other plugins without knowing.
Scenario: user loads VST plugin made with FS into VST host. Plugin loads Ruby dll and starts ruby ...
- Thu Jan 10, 2013 12:27 am
- Forum: General
- Topic: How to compile Ruby from source on Windows for FS3
- Replies: 94
- Views: 196903
Re: How to compile Ruby from source on Windows for FS3
Glad to hear you are investigating these topics. I did some research on the "only 1 Ruby interpreter per process" topic and for me that seems to be the most difficult but nevertheless necessary problem to solve.
- Sun Jan 06, 2013 10:42 pm
- Forum: General
- Topic: How to compile Ruby from source on Windows for FS3
- Replies: 94
- Views: 196903
Re: How to compile Ruby from source on Windows for FS3
...
One thing that we know is running two or more Ruby interpreters within the same process doesn't work. I'm pretty sure this rules out having differently named dlls for each export.
Ouch. Looks like a limitation. Scenario: with Ruby 2 around the corner in case a future FS version updates to use ...
One thing that we know is running two or more Ruby interpreters within the same process doesn't work. I'm pretty sure this rules out having differently named dlls for each export.
Ouch. Looks like a limitation. Scenario: with Ruby 2 around the corner in case a future FS version updates to use ...
- Fri Jan 04, 2013 2:23 am
- Forum: General
- Topic: Open Sound Control?
- Replies: 2
- Views: 10215
Re: Open Sound Control?
Hi matti,
this has been discussed before:
see viewtopic.php?f=4&t=1026&p=2968&hilit=osc#p2968
and viewtopic.php?f=2&t=556
this has been discussed before:
see viewtopic.php?f=4&t=1026&p=2968&hilit=osc#p2968
and viewtopic.php?f=2&t=556
- Fri Jan 04, 2013 2:17 am
- Forum: General
- Topic: How to compile Ruby from source on Windows for FS3
- Replies: 94
- Views: 196903
Re: How to compile Ruby from source on Windows for FS3
I think I'd rather prefer that every plugin DLL would contain its own ruby interpreter. Technically there is no need to deploy the Ruby interpreter as an extra DLL. It could be statically linked with the other flowstone code. The DLL size is 1.19 MB. No big deal on a 32 bit address space. (A minimal ...
- Mon Dec 24, 2012 10:49 pm
- Forum: General
- Topic: Feature Request: Touchscreen Support
- Replies: 5
- Views: 12504
Re: Feature Request: Touchscreen Support
I have more than 20 years programming experience in C++ and other OO languages. I know the Windows SDK, therefore I'd estimate multitouch support in Flowstone can be implemented on a thursday afternoon. That could be a cool addition to Flowstone. Besides, I'm rather unimpressed by Windows 8 and Win ...