Search found 12 matches

by Dimmak01
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.
by Dimmak01
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? :geek:
by Dimmak01
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? :geek:
by Dimmak01
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. :ugeek:
by Dimmak01
Sat May 17, 2014 1:47 am
Forum: General
Topic: Vector knob enhancements
Replies: 13
Views: 23757

Re: Vector knob enhancements

Vector knob to modify-2.fsm
(18.46 KiB) Downloaded 1227 times
by Default arrow point straight up :|
by Dimmak01
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 ...
by Dimmak01
Sat Sep 21, 2013 5:15 pm
Forum: User Examples
Topic: [RUBY} H, S, V colours
Replies: 1
Views: 10872

Re: [RUBY} H, S, V colours

Thanks trogluddite! :ugeek:
by Dimmak01
Fri Jul 12, 2013 8:32 pm
Forum: General
Topic: How to compile Ruby from source on Windows for FS3
Replies: 94
Views: 197024

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 :D
by Dimmak01
Fri Jul 12, 2013 4:17 pm
Forum: General
Topic: How to compile Ruby from source on Windows for FS3
Replies: 94
Views: 197024

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