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 42 matches
- Fri Mar 15, 2013 12:48 am
- Forum: General
- Topic: Executing my.exe with command line arguments
- Replies: 4
- Views: 12842
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.
This is independent from your exe, but is a workaround.
- Tue Nov 06, 2012 3:58 pm
- Forum: General
- Topic: Video stream module still buggy
- Replies: 1
- Views: 8448
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 ...
As it is stated here http://www.dsprobotics.com/hardware.html under the cameras section, ip cameras are becoming very popular ...
- Sun Nov 04, 2012 5:48 pm
- Forum: General
- Topic: Copy & Paste Funtcion
- Replies: 28
- Views: 69240
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 ...
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 ...
- Sat Nov 03, 2012 11:34 pm
- Forum: General
- Topic: Copy & Paste Funtcion
- Replies: 28
- Views: 69240
Re: Copy & Paste Funtcion
you could write the values to be copied to a text file then read from it...
- Fri Aug 31, 2012 9:01 pm
- Forum: General
- Topic: PS3 controller?
- Replies: 11
- Views: 36961
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.
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.
- Thu Aug 23, 2012 7:27 pm
- Forum: General
- Topic: HttpPost Component/Two Way monitoring and control via web
- Replies: 8
- Views: 25651
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 ...
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 ...
- Tue Aug 21, 2012 3:21 pm
- Forum: General
- Topic: HttpPost Component/Two Way monitoring and control via web
- Replies: 8
- Views: 25651
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 ...
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 ...
- Tue Aug 21, 2012 1:50 am
- Forum: General
- Topic: Reality of v3's Ruby in Real-Time Applications
- Replies: 21
- Views: 65797
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 ...
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 ...
- Sun Aug 19, 2012 7:11 pm
- Forum: General
- Topic: VST plugin host?
- Replies: 18
- Views: 58494
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 ...
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 ...
- Sat Aug 18, 2012 11:36 pm
- Forum: General
- Topic: VST plugin host?
- Replies: 18
- Views: 58494
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 ...
I'm afraid that without VST hosting my initial enthusiasm for FlowStone has flowed away. To be viable in today's marketplace any ...