Search found 42 matches

by sal
Fri Mar 15, 2013 12:48 am
Forum: General
Topic: Executing my.exe with command line arguments
Replies: 4
Views: 12862

Re: Executing my.exe with command line arguments

your flowstone app can read commands from plain text files, so if from command line you write something as "mycommand > commands.txt" then your app triggers that file and does something.
This is independent from your exe, but is a workaround.
by sal
Tue Nov 06, 2012 3:58 pm
Forum: General
Topic: Video stream module still buggy
Replies: 1
Views: 8459

Video stream module still buggy

I'm developing a video surveillance software and it would be great to do it with flowstone, but it seems that the video stream module still crashes in V3.

As it is stated here http://www.dsprobotics.com/hardware.html under the cameras section, ip cameras are becoming very popular ...
by sal
Sun Nov 04, 2012 5:48 pm
Forum: General
Topic: Copy & Paste Funtcion
Replies: 28
Views: 69342

Re: Copy & Paste Funtcion

Yeah I thought of that but I dont want to be creating files. . .

Ive got it working now with wireless links and sending arrays.


Ill put a link up when I get the chance if anyone wants it

if you don't need text files, then you can do it the trouggloudite way and you can add a timer if the ...
by sal
Sat Nov 03, 2012 11:34 pm
Forum: General
Topic: Copy & Paste Funtcion
Replies: 28
Views: 69342

Re: Copy & Paste Funtcion

you could write the values to be copied to a text file then read from it...
by sal
Fri Aug 31, 2012 9:01 pm
Forum: General
Topic: PS3 controller?
Replies: 11
Views: 37004

Re: PS3 controller?

i tested it with ps2 controller and it works, never tried ps3.
As for the trigger, i have done a boolean switch to let him trigger only when it's not connected.

About having more than one, i asked for that feature over one year ago, not available at the moment.
by sal
Thu Aug 23, 2012 7:27 pm
Forum: General
Topic: HttpPost Component/Two Way monitoring and control via web
Replies: 8
Views: 25682

Re: HttpPost Component/Two Way monitoring and control via we

with the http post module you cam only send data to web forms.
If you need to get data too, you have to develop a script outside flowstone, then inside flowstone import some kind of text file generated by the script.

This is how I've done it in flowstone until it will be enhanced with database ...
by sal
Tue Aug 21, 2012 3:21 pm
Forum: General
Topic: HttpPost Component/Two Way monitoring and control via web
Replies: 8
Views: 25682

Re: HttpPost Component/Two Way monitoring and control via we

with the http post module you cam only send data to web forms.
If you need to get data too, you have to develop a script outside flowstone, then inside flowstone import some kind of text file generated by the script.

This is how i've done it in flowstone until it will be enhanced with database ...
by sal
Tue Aug 21, 2012 1:50 am
Forum: General
Topic: Reality of v3's Ruby in Real-Time Applications
Replies: 21
Views: 65867

Re: Reality of v3's Ruby in Real-Time Applications

i think ruby is not for pro audio.

It's good to do many things, to work with text, to communicate with databases, but audio is very limited.

I think python can be much better, it is interpreted too and can handle audio calculations much better than ruby, but it think also that this is a shortcut ...
by sal
Sun Aug 19, 2012 7:11 pm
Forum: General
Topic: VST plugin host?
Replies: 18
Views: 58543

Re: VST plugin host?

I didn't know that but if, as I hope, the Ruby integration includes the ability to utilize Ruby/Python

m ... index.html

(which I think is just a Ruby GEM (library)) then Python can be fully utilized in its place. All that is needed to use Python is to write a Ruby function which, using Ruby ...
by sal
Sat Aug 18, 2012 11:36 pm
Forum: General
Topic: VST plugin host?
Replies: 18
Views: 58543

Re: VST plugin host?

Thanks for the reply. My need for convolution is not for reverb but rather for FIR linear transfer functions which require similar length for low frequency resolution.

I'm afraid that without VST hosting my initial enthusiasm for FlowStone has flowed away. To be viable in today's marketplace any ...