AIMP Forum

AIMP for Windows => Дополнения / Addons => Плагины / Plugins => Topic started by: aazk on February 25, 2016, 17:03:57

Title: Demos/samples in C++
Post by: aazk on February 25, 2016, 17:03:57
Hey, is there any chance to also have demos/samples in AIMP4 SDK written in C++? It'd be really helpful for people that want to develop for AIMP but have not much in common with Pascal language.
Title: Re: Demos/samples in C++
Post by: Алексей Долматов on February 25, 2016, 22:21:05
try
https://www.aimp.ru/forum/index.php?topic=48376.0
https://www.aimp.ru/forum/index.php?topic=47889.0
Title: Re: Demos/samples in C++
Post by: esprit on February 27, 2016, 14:53:33
https://github.com/AdrianEddy/AIMPSoundcloud
https://github.com/AdrianEddy/AIMPYouTube

My plugins:
https://github.com/alexesprit/aimp_desktop_color
https://github.com/alexesprit/aimp_vis_aura

Some helpers (can be helpful; AIMPCoreWrapper is broken):
https://github.com/alexesprit/aimp_api_wrappers
Title: Re: Demos/samples in C++
Post by: aazk on February 27, 2016, 23:22:58
Thanks for the links guys, I'll check them out. To be honest I already saw AdrianEddy's code but I find it difficult to read. I wanted to start writing an own plugin for AIMP but it feels difficult to start as documentation is written in not very accesible language and there's lack of simple implementation examples.

Greetings.