Good afternoon
I want to offer a one-time income
I am a musician and at the same time a programmer for construct 3
What do I need:
First, I will write what I would like ideally-and then 2 solutions to the problem as I see it
1) Ideally:
All musical instrument plug-ins (for example, a musical drum synthesizer) are created using special SDKs
They have the extension VST(for windows) and AU(for mac)
I don't know c++ and I can't write a music plugin based on the SDK-it's very difficult and impossible for me
But-but I am good at construct 3)))
The idea is to write a wrapper plugin
Which would intercept the outgoing midi and iadio stream from a program written in construct3 and send it to a music sequencer program
The plugin itself must be generated in these two formats-vst and AU
For example, my source code for construct 3 generates sounds (audio) and also generates midi commands (midi notes) for output
But-through construct 3, it is impossible to make midi output and audio output (as an audio cable )
of course-you can use a virtual midi cable and a virtual audio cable to transfer audio and midi data from my audio plug-in to the sequencer (a music writing program, for example LOGIC PRO X)But-it's cumbersome and inconvenient-and it's wrong to force the user to download some kind of third-party paid software-it's inconvenient for him
Therefore, it is necessary to make sure that audio and midi data come from the output in the construct application-through the wrapper plugin-go to the sequencer (the musical DAW IDE in which music is written
Then my virtual musical instrument written in Construct 3 can be used inside a professional environment for writing music
You can do this:
Take some of the most primitive music plug-in AU
Somehow bring out the midi commands from it that it is controlled from the inside-redirect this midi stream outside to my program-and then enter it back
And do the same with the audio stream
I can give you examples of the simplest plugins.
I program in hackintosh myself
The budget is $100