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

request: few ideas for future versions #16

Open
kpek opened this issue Jul 26, 2024 · 2 comments
Open

request: few ideas for future versions #16

kpek opened this issue Jul 26, 2024 · 2 comments

Comments

@kpek
Copy link

kpek commented Jul 26, 2024

Hello,

First of all thank you for this amazing project, its working great and iam using it daily in my custom audio mixer since i found it.

I just had few ideas for future versions which could nicely expand the use case of the project, and though id share them:

  • it would be neat to have a date and time display together with the VU meters, eg. above them in the upper center of the screen
  • add a "peak" red indicator of some sort to the VU meters, when the signal needle reaches the red red zone, eg. flashing red dot in the corner, or maybe whole screen flashing with red overlay
  • possibility to use animated GIFs for background, eg. to add that vintage light bulb "glow"
  • possibility to add custom image indicators on screen - configurable to be displayed or hidden based on some true/false output from externally called python scripts, eg. plugged in USB stick would show an image of USB in the corner

Thanks,
Adam

@project-owner
Copy link
Owner

Hi Adam,

Thank you those good ideas. Some of them are doable, some not. I don't promise anything but whenever I have time I'll try to implement those which are doable.

  • Usually I don't use the PeppyMeter as a stand-alone app. I use it as a screensaver in the Peppy Player. There is a separate Clock screensaver in the player which is dedicated to displaying time: https://github.com/project-owner/Peppy.doc/wiki/Clock But it should be possible to add a clock to the PeppyMeter as well. More likely that would require some font handling which I tried to avoid so far.
  • Some time ago I was asked already about peak indicator: Peppy meter peak/RMS measurement #5 I think that should be doable.
  • Unfortunately the UI library (PyGame) which I use for the app doesn't support animated Gifs.
  • Calling external scripts for custom functionality should be also doable (that's implemented in the Peppy Player) but I'm not sure if there are many use cases for that functionality in case of the PeppyMeter.

Best regards

@kpek
Copy link
Author

kpek commented Jul 27, 2024

thank you very much for the explanation and keeping my fingers crossed !

BR,
Adam

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