After my recent foray into a simple realtime music instrument app I am now burning with many questions.
Before I raise some requests on the suggestion forum.
1) Could I just confirm that presently in Construct 3 we do not have direct access to the Modular Routing as defined in the Web Audio API? webaudio.github.io/web-audio-api
for example I can add effects to single music/sound tracks (tags) in construct 3, but can I route multiple tacks into single effects, or single tracks into multiple effects, or multiple tracks into a mixer bus and send those to the main out etc ?
2) Is it possible to get access to MIDI instrument through the browser and construct 3? for example a simple midi controller keyboard. is this a viable suggestion to raise?
ps for someone with the skills, would the above things achievable through the new scripting plug-in?