Search found 27 matches

by rlr
Fri Apr 19, 2013 2:47 pm
Forum: General
Topic: Request: Shell Execute get STDOUT
Replies: 2
Views: 10019

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
by rlr
Mon Mar 25, 2013 10:19 pm
Forum: General
Topic: Wndproc
Replies: 2
Views: 9323

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.
by rlr
Tue Jan 15, 2013 7:16 pm
Forum: User Examples
Topic: Ruby time and date
Replies: 15
Views: 57417

Re: Ruby time and date

may someone enlighten me what the

Code: Select all

input 100,..
thingy is supposed to be. According to the guide book:

Code: Select all

 the index refers to the input you want to send the event to
but where is input 100?
by rlr
Fri Jan 11, 2013 5:48 pm
Forum: General
Topic: Interested in developing some synths/effects?
Replies: 9
Views: 26933

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
by rlr
Thu Jan 10, 2013 10:13 pm
Forum: General
Topic: How to compile Ruby from source on Windows for FS3
Replies: 94
Views: 197227

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 ...
by rlr
Thu Jan 10, 2013 12:27 am
Forum: General
Topic: How to compile Ruby from source on Windows for FS3
Replies: 94
Views: 197227

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.
by rlr
Sun Jan 06, 2013 10:42 pm
Forum: General
Topic: How to compile Ruby from source on Windows for FS3
Replies: 94
Views: 197227

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 ...
by rlr
Fri Jan 04, 2013 2:23 am
Forum: General
Topic: Open Sound Control?
Replies: 2
Views: 10227

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
by rlr
Fri Jan 04, 2013 2:17 am
Forum: General
Topic: How to compile Ruby from source on Windows for FS3
Replies: 94
Views: 197227

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 ...
by rlr
Mon Dec 24, 2012 10:49 pm
Forum: General
Topic: Feature Request: Touchscreen Support
Replies: 5
Views: 12522

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