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

DSP related issues, mathematics, processing and techniques
Post Reply
sksar
Posts: 3
Joined: Fri Apr 21, 2017 6:19 am

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

Post 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....
User avatar
nix
Posts: 817
Joined: Tue Jul 13, 2010 10:51 am

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

Post 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
sksar
Posts: 3
Joined: Fri Apr 21, 2017 6:19 am

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

Post 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
Logado
Posts: 62
Joined: Tue Jan 06, 2015 5:42 pm

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

Post by Logado »

https://www.juce.com/tutorials
run the producer and start the studio inside it
Post Reply