Search found 8 matches

by user_fm
Wed Jun 18, 2014 11:30 am
Forum: General
Topic: Rewriting plugins for Mac/AU
Replies: 11
Views: 32657

Re: Rewriting plugins for Mac/AU

Wow,
I will take a night for reading.
Highly appreciate your support.
by user_fm
Tue Jun 17, 2014 11:43 am
Forum: General
Topic: Rewriting plugins for Mac/AU
Replies: 11
Views: 32657

Rewriting plugins for Mac/AU

Would be stupid to ask about AU-export again, even the hope is dead.

Just decided to rewrite my plugs made in FS with another software development tool to be able to export audio units for MAC. Unfortunatelly I'm not good in coding, graphical programming was brilliant, but I have to give it a try ...
by user_fm
Wed Jan 09, 2013 1:56 pm
Forum: General
Topic: Mac Osx & Audio Units
Replies: 9
Views: 29514

Re: Mac Osx & Audio Units

Definitly AU support is a must and 64 bit for PC as well.
Any updates concerning your plans?
Thanks a lot.
by user_fm
Wed Nov 14, 2012 6:26 pm
Forum: General
Topic: Frame to Ruby: CPU consumption
Replies: 6
Views: 19130

Frame to Ruby: CPU consumption

Hello,
When I send several audio streams to ruby component by frames there is already a high CPU consumption, even there is no code inside yet.
Is it ok?
by user_fm
Mon Nov 12, 2012 2:17 pm
Forum: User Examples
Topic: Accuracy of Ticks and Timers
Replies: 7
Views: 26979

Re: Accuracy of Ticks and Timers

Thanks, chackl

That's terrible.
by user_fm
Sun Nov 11, 2012 12:23 pm
Forum: General
Topic: Sample acurate timing - well where?
Replies: 12
Views: 30846

Re: Sample acurate timing - well where?

Here's an example we've been working on for an arpeggiator module.

arp.fsm

To stay accurate all the timing critical stuff needs to be kept within a Ruby section. So that's inside a Ruby component or passed via Ruby Value or MIDI connectors. As soon as you convert back into triggered data you ...
by user_fm
Sun Nov 11, 2012 12:05 pm
Forum: User Examples
Topic: Accuracy of Ticks and Timers
Replies: 7
Views: 26979

Accuracy of Ticks and Timers

Hello,
Just decided to check whether it makes sense to replace Timer component (the green one used for trigger delays) by Ruby delay.
So the first question - does both ways has the same accuracy?

Checking this in schematic I've detected that 1 ms delay leads to much higher delay (depending on set ...
by user_fm
Fri Nov 09, 2012 7:09 pm
Forum: General
Topic: FlowStone 3 - Available Now
Replies: 19
Views: 67168

Re: FlowStone 3 - Available Now

Can run on my laptop. The aplication failed to initialize properly: (0xc0150002)

Update: Install Microsoft Visual C++ 2005 Redistributable Package and Microsoft Visual C++ 2008 Redistributable Package, reinstall FlowStone and get the happiness.