1
Дополнения / Addons / AIMP MIDI Control Plugin
« on: April 01, 2025, 21:27:31 »
Hello everyone,
I am currently developing a plugin that allows you to control AIMP with your MIDI controller.
This is not a plugin for playing MIDI files — it's a plugin for controlling AIMP using your MIDI device/controller.
I’ve just started, and so far I have implemented:
- Control Change (CC 7) → Volume
- Note On C3 (Middle C) → Pause
- Note On C#3 → Resume
- Note On D3 → Next Track
- Note On D#3 → Previous Track
To improve and extend this plugin, I’d love to hear your suggestions:
What else would be useful to control AIMP via MIDI?
(e.g. set bookmark, go to bookmark, replay, select playlist, ...?)
The plugin is written in C++ using Visual Studio (not Delphi).
I plan to release the source code and documentation on GitHub.
Всего доброго и большой привет!
(All the best and many greetings!)
I am currently developing a plugin that allows you to control AIMP with your MIDI controller.
This is not a plugin for playing MIDI files — it's a plugin for controlling AIMP using your MIDI device/controller.
I’ve just started, and so far I have implemented:
- Control Change (CC 7) → Volume
- Note On C3 (Middle C) → Pause
- Note On C#3 → Resume
- Note On D3 → Next Track
- Note On D#3 → Previous Track
To improve and extend this plugin, I’d love to hear your suggestions:
What else would be useful to control AIMP via MIDI?
(e.g. set bookmark, go to bookmark, replay, select playlist, ...?)
The plugin is written in C++ using Visual Studio (not Delphi).
I plan to release the source code and documentation on GitHub.
Всего доброго и большой привет!
(All the best and many greetings!)