Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Informative - Add custom plugins #85

Open
Twister10000 opened this issue Feb 2, 2022 · 3 comments
Open

Informative - Add custom plugins #85

Twister10000 opened this issue Feb 2, 2022 · 3 comments

Comments

@Twister10000
Copy link

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.

@martim01
Copy link
Owner

martim01 commented Feb 2, 2022

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.

@Twister10000
Copy link
Author

Hello

that would be very cool.
I will have a look at the code of the Waveform plugin.

@martim01
Copy link
Owner

martim01 commented Feb 6, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants