Search found 54 matches

by Tzarls
Sun Apr 18, 2021 4:22 pm
Forum: General
Topic: Load vsts in flowstone?
Replies: 8
Views: 26190

Re: Load vsts in flowstone?

Just as a funny note, back in the days of Synthmaker (the original product that later became Flowstone) there was a hidden set of primitives that could be 'activated' by messing around with the contents of a project file (using an Hex editor). One of those primitives was a plugin host. I remember ...
by Tzarls
Wed Oct 30, 2019 2:43 am
Forum: General
Topic: Quantum computing is a reality!
Replies: 34
Views: 65037

Re: Quantum computing is a reality!

So.... When will we see Flowstone Quantum Edition? Better start porting right now, because we know how long that can take... :roll:
by Tzarls
Sun Nov 05, 2017 8:01 pm
Forum: General
Topic: I support 64Bit development
Replies: 265
Views: 2014703

Re: I support 64Bit development

For those of us without Facebook, could you tell us what's going on there?
by Tzarls
Fri Apr 14, 2017 7:12 am
Forum: General
Topic: Flowstone on Raspberry Pi?
Replies: 3
Views: 21418

Re: Flowstone on Raspberry Pi?

Well, the Latte Panda uses an Atom processor si its basically the same as the Asus eee computers from a few years ago - I used to have synthmaker running beautifully on one of those. The Raspberry uses an ARM processor, so any software you want to run there must be compiled not only for the ...
by Tzarls
Thu Apr 13, 2017 4:56 pm
Forum: General
Topic: Flowstone on Raspberry Pi?
Replies: 3
Views: 21418

Re: Flowstone on Raspberry Pi?

Windows 10 IoT doesn't have a graphical shell, it is only command line so it would be quite difficult to have flowstone, which relies on a GUI, working there.
by Tzarls
Sat Jan 14, 2017 7:37 pm
Forum: General
Topic: DSPR please give a statement
Replies: 59
Views: 163071

Re: DSPR please give a statement

Ok.... I've been keeping this to myself for too long. I guess it is time to actually ask... Do you want a crossplatform (Windows - Mac - intel & Arm Linux) graphical programing tool with an integrated scripting language similar to c++, 32 and 64 bit compatible, that can export to Vst, Au, standalone ...
by Tzarls
Fri Jul 15, 2016 12:10 am
Forum: General
Topic: Timer problem with the midi keyboard
Replies: 3
Views: 13472

Re: Timer problem with the midi keyboard

As far a I remember from my SM days you can't trigger a timer with a MIDI event generated with an external controller. It only works (as you've already discovered) when events are generated using the GUI or the PC keyboard. Something to do with how threads work in the software if I'm not mistaken.
by Tzarls
Sun Mar 08, 2015 9:37 pm
Forum: General
Topic: Lock Module from Editing or Alteration
Replies: 23
Views: 38597

Re: Lock Module from Editing or Alteration

FWIW that kind of feature was once available in Synthmaker but the security algo used was so simple it was hacked quickly by SM users so in the end it got removed.
by Tzarls
Tue Feb 03, 2015 6:53 pm
Forum: General
Topic: Its on it's way..
Replies: 3
Views: 8756

Re: Its on it's way..

The Raspberry Pi 2 still uses an Arm processor, so for Flowstone to run it would need to be ported to that architecture. And the Windows version which will supposedly work with the RPi 2 is a GUIless one, AFAIK.
by Tzarls
Thu Aug 14, 2014 3:21 pm
Forum: General
Topic: I support 64Bit development
Replies: 265
Views: 2014703

Re: I support 64Bit development

I've never made a 64 bit vst but I've built some 32 bits ones using code (c++) so I know some things about this. In my opinion there's no need to get fs' source to make something like this. All you need to know is in the Steinberg's sdk. From the 32bit plugin's point of view the wrapper would look ...