You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question regarding the plugins from PAM.
Would it be possible to write a custom plugin and include it in CMake?
I would like to have two plugins displayed at once, for example R128 & FFT.
The text was updated successfully, but these errors were encountered:
It was always the plan that anyone could write a custom plugin. I did create a codeblocks plugin that would create the boilerplate code and project to do so. However this is probably out of date now especially as I've moved more towards using CMake.
I think I need to look at creating a python script reimplement the codeblocks plugin but targeting CMake instead.
In the meantime you could look at the code of one of the plugins (the waveform one is probably simplest) to see how it works.
I'm currently rewriting some of the code to make plugin writing easier, as well as adding a restful API option.
Once this is finished I hope to add a wiki guide on how to create plugins and a script which will create the boilerplate code
Hello
I have a question regarding the plugins from PAM.
Would it be possible to write a custom plugin and include it in CMake?
I would like to have two plugins displayed at once, for example R128 & FFT.
The text was updated successfully, but these errors were encountered: