Quinn Capen

Results 15 issues of Quinn Capen

Currently there is no way to run multiple MC instances simultaneously in MPF because the BCP client (connection) name is hard-coded in mpf/config_players/plugin_player.py (line 27). Need a mechanism to configure...

bug

It would be nice during development and testing to be able to disable specific BCP connections (when running multiple connections). Suggest adding enabled: single|bool|True to the bcp:connections section in config_spec.py...

new feature

From the mpf-users discussion group: Greg Sealby Jan 21, 2021 8:13 AM to MPF Users Just playing around with some sounds and ducking. I have a need to play a...

bug

Both .ogg and .wav files support tags that define looping points within audio files (ex: LOOPSTART and LOOPLENGTH). These particular points in the sample are used when the file played...

new feature

volume setting in sound_player and sound_loop_player no longer overrides sound asset setting, but rather is multiplied by it.

Restore multiple display instance updates. This solution leads to unnecessary redrawing whenever there is more than one display widget with the same display source, but in other situations adds no...

The audio tests take too long to run. Here are the test run times on my computer: 1:17 0:16 0:02 0:02 0:01 0:33 0:22 That's a total of 2:33, which...

Kivy does not currently support an alpha channel in videos. This issue is to keep a history of the effort to implement alpha channel support in videos. The Kivy GStreamer...

new feature

The intent has always been to allow MPF to run multiple instances of the MC simultaneously. However, there are currently several issues that prevent this from working: 1. Config players...

new feature