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 12 matches
- Wed May 21, 2014 5:05 pm
- Forum: General
- Topic: dll component vs Win32API dll call
- Replies: 2
- Views: 7317
Re: dll component vs Win32API dll call
Thanks Tronic.
- Sun May 18, 2014 9:16 pm
- Forum: General
- Topic: dll component vs Win32API dll call
- Replies: 2
- Views: 7317
dll component vs Win32API dll call
What is the difference between dll component and Win32API dll call? 
- Sat May 17, 2014 3:28 pm
- Forum: General
- Topic: stream fft call from ruby component
- Replies: 2
- Views: 7102
Re: stream fft call from ruby component
Thanks Nubeat7. With that component is much better. But maximum allowable size for mono to frame primitive is 4096 samples or am I wrong? 
- Sat May 17, 2014 4:51 am
- Forum: General
- Topic: Vector knob enhancements
- Replies: 13
- Views: 23757
Re: Vector knob enhancements
Yeap. start angle= 270 is correct. 
- Sat May 17, 2014 1:47 am
- Forum: General
- Topic: Vector knob enhancements
- Replies: 13
- Views: 23757
Re: Vector knob enhancements
by Default arrow point straight up 
- Sat May 17, 2014 12:54 am
- Forum: General
- Topic: stream fft call from ruby component
- Replies: 2
- Views: 7102
stream fft call from ruby component
I have no problems with "static" dll call.
But when I'm trying to do that in real time with dynamic buffers I begin to panic...
The trouble is: Need stream fft call size 8192. Frame Synch component send trigger each 256 samples.
So:
1) 8192/256= 32 buffers need to collect to make fft call.
2) 2 ...
But when I'm trying to do that in real time with dynamic buffers I begin to panic...
The trouble is: Need stream fft call size 8192. Frame Synch component send trigger each 256 samples.
So:
1) 8192/256= 32 buffers need to collect to make fft call.
2) 2 ...
- Sat Sep 21, 2013 5:15 pm
- Forum: User Examples
- Topic: [RUBY} H, S, V colours
- Replies: 1
- Views: 10874
Re: [RUBY} H, S, V colours
Thanks trogluddite! 
- Fri Jul 12, 2013 8:32 pm
- Forum: General
- Topic: How to compile Ruby from source on Windows for FS3
- Replies: 94
- Views: 197090
Re: How to compile Ruby from source on Windows for FS3
no luck...
My case solution: Download zlib-1.2.5.win32.zip from here
http://xmlsoft.org/sources/win32/
put all files in x:Ruby_source/ext/zlib and
cd x:Ruby_source/ext/zlib
ruby extconf.rb; nmake; nmake install
My case solution: Download zlib-1.2.5.win32.zip from here
http://xmlsoft.org/sources/win32/
put all files in x:Ruby_source/ext/zlib and
cd x:Ruby_source/ext/zlib
ruby extconf.rb; nmake; nmake install
- Fri Jul 12, 2013 4:17 pm
- Forum: General
- Topic: How to compile Ruby from source on Windows for FS3
- Replies: 94
- Views: 197090
Re: How to compile Ruby from source on Windows for FS3
Thanks DWB, for a great tutorial, but I still have one question: how to install
pr-zlib?
I made all by your mini-guide and then check:
ruby -v #=> ruby 1.9.3p0 (2011-10-30) [i386-mswin32_90]
gem -v #=> 1.8.11 and no any warnigs( psych installed correctly)
but when I try to install zlib I get ...
pr-zlib?
I made all by your mini-guide and then check:
ruby -v #=> ruby 1.9.3p0 (2011-10-30) [i386-mswin32_90]
gem -v #=> 1.8.11 and no any warnigs( psych installed correctly)
but when I try to install zlib I get ...
- Tue Jul 09, 2013 2:42 pm
- Forum: General
- Topic: Ruby incompatible library version
- Replies: 1
- Views: 6952
Ruby incompatible library version
I'm try to require custom.so created with ruby 1.9.3p429, but get an error: incompatible library version.
Which version of Ruby is use FlowStone 3.0 and what I need to do to make it compatible?
Thanx.
Which version of Ruby is use FlowStone 3.0 and what I need to do to make it compatible?
Thanx.