Page 1 of 1

Is it possible to create a DAW software inside of Flowsone ?

PostPosted: Sat Sep 02, 2017 5:17 pm
by sksar
Hi, everyone

I am looking to create a DAW software like Fl-Studio, LMMS, Logic Pro, etc.
I am thinking of ways if it's possible to create such a software inside of Flowstone, i know it seems supercrazy, but i would like to create a small daw, not as poweful as the ones i mentioned, but a simple VST host, with a few step sequencers, and a mixer is what i am looking for..

Can anyone provide me with anything related to this... Any modules or anything is helpful....
I want to start small and see how big can it go....

Re: Is it possible to create a DAW software inside of Flowso

PostPosted: Sun Sep 03, 2017 12:39 pm
by nix
Heya sksar,
No, Flowstone will not host plugins.
You can create a closed environment, but it will be hard to spawn instances.
Here is a simple JUCE host I have compiled,
including source for VS->
http://www.kvraudio.com/forum/viewtopic ... t#p6705179

Re: Is it possible to create a DAW software inside of Flowso

PostPosted: Mon Sep 04, 2017 4:03 pm
by sksar
nix wrote:Heya sksar,
No, Flowstone will not host plugins.
You can create a closed environment, but it will be hard to spawn instances.
Here is a simple JUCE host I have compiled,
including source for VS->
http://www.kvraudio.com/forum/viewtopic ... t#p6705179



I looked into the project, the complied binary is a nice tool, but i could not open up the source files in VS 2017....

Could you please link me to some tutorials wherein i can learn to implement JUCE to create my application

Re: Is it possible to create a DAW software inside of Flowso

PostPosted: Tue Sep 05, 2017 4:50 pm
by Logado
https://www.juce.com/tutorials
run the producer and start the studio inside it