Page 3 of 16

Re: Flowstone wishlist

Posted: Fri Aug 21, 2015 12:26 pm
by adamszabo
I think the problem might be with your computer because when I load Sylenth1 on my laptop I can get sound out of it right away, I dont have to wait one more second for the sound.
The synths that you say are "pro" are "pro" because they are very well optimized and the developers know what they are doing. The synth has to load very little assembly code so it makes it load fast. The problem with Flowstone and Synthedit synths are that its too "easy" to make synths and people just connect shit and the synths is done. If your synth has bad optimization and loads thousands of internal waveforms and other stuff, you get a lag and you have to wait for the sound.

Re: Flowstone wishlist

Posted: Fri Aug 21, 2015 12:42 pm
by djbrynte
ah ok realy strange :/ must be my problem with disk cpu.

Re: Flowstone wishlist

Posted: Fri Dec 04, 2015 5:47 pm
by Spogg
WAV (or file) automatic loading from preset manager.

For sampling synths and drum machines I would like a Prim or module that can handle and automate the process of loading specified wav files based on preset contents.
Each of these Prims would load a single file based on the standard file dialogue system BUT would not store the file in the FSM file, just the path. The path should then be optionally added to the Preset Manager's preset read and write protocol. The path could also be output as a string OR just the filename. The function should work in VST and EXE exports too.

This would be cool not just for WAVs but maybe image files to allow skinning and such things.

EDIT: I found a way to do this now, see viewtopic.php?f=2&t=3855
However, it would be nice to have a Prim to sort it easier!


Cheers

Spogg

Re: Flowstone wishlist

Posted: Tue Dec 08, 2015 3:49 pm
by Walter Sommerfeld
something more 4 the wishlist:

Bitmap Load prim with added clear trigger input (keeping the 'Set from Clipboard' & the done output)
just stumbled over it in my app

Re: Flowstone wishlist

Posted: Tue Dec 08, 2015 3:51 pm
by Walter Sommerfeld
... and again:

A bump for the Multi Touch feature (have a Monitor, 2 x AIO PC's and a Win Tablet with it) and i think many App's could make use of it nowadays.
So please move it up in our wishlist!

Re: Flowstone wishlist

Posted: Fri Dec 11, 2015 3:16 pm
by Walter Sommerfeld
dunno if this is a bump:

instead of gdi+ drawing via CPU... let the Graphic Card GPU do all or most of the work!

...like OpenGL, Direct2D/DirectWrite(see SlimDX.org) with DirectX?

Re: Flowstone wishlist

Posted: Sat Dec 12, 2015 6:40 am
by Father
How about
- Resizable GUI
- DAW ID
- ADSR with curve control
- And yeah freaking 64bit support :roll:

Re: Flowstone wishlist

Posted: Sun Dec 13, 2015 12:12 am
by martinvicanek
I thought Nubeat7 had posted an ADSR with curve control?

Re: Flowstone wishlist

Posted: Sun Dec 13, 2015 12:52 am
by tulamide
martinvicanek wrote:I thought Nubeat7 had posted an ADSR with curve control?

If you mean this one, that's a graphical ADSR, but still linear.

But there was this great graphical curve module by TheOm, that should make a curved ADSR relatively easy: line editor

Re: Flowstone wishlist

Posted: Sun Dec 13, 2015 1:44 am
by tulamide
Father wrote:How about
- Resizable GUI
- DAW ID

Correct me if I'm wrong, but resizable GUIs are a VST 3.0 feature.

The DAW could be reported by a string (not by ID), that's already part of VST 2.3, I already wondered in an older thread why this wasn't implemented yet.