Feature Request: Plugin Interface to control different apps #690
ReapersDragon
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like a Interface to EarTrumpet so we could create plugins to control the sound of different apps/devices via for example keyboard hotkeys or use a midi board like the Behringer X-Touch mini to use the knobs or faders to control them easy and intuitive.
And of course a possibility to load the plugins automatically at the start of EarTrumpet
Example for this:
String[] programs() {get};
double Volume(String program) {get; set}; //double values in % between 0 and 1 or 0 and 100
and the same for the master volume of the difference devices.
with this we could resolve the issue #278 and much more.
Beta Was this translation helpful? Give feedback.
All reactions