Hello everyone,
I’m working on a MIDI plugin that allows users to select a “current scale”, and then corrects any wrong notes played on the users’ MIDI devices to fit the scale.
I would like to network this plugin to a Firebase Database. This db contains a list of “ensembles” (or chatrooms), each of which have a “current scale” key. Whenever this key’s value is updated, everyone in that ensemble changes over to the new scale.
I have this all set up with my web app, but I’m not sure if it’s possible to get the plugin to listen to my firebase db because all of firebase’s support for C++ seems to be only for IOS and Android.
Has anyone used google firebase in conjunction with a plugin?
