mpf-mc icon indicating copy to clipboard operation
mpf-mc copied to clipboard

The Mission Pinball Framework Media Controller. Controls graphics, sounds, DMDs, and LCD displays in MPF.

Results 74 mpf-mc issues
Sort by recently updated
recently updated
newest added

Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.1 to 5.9.3. Changelog Sourced from psutil's changelog. 5.9.3 2022-10-18 Enhancements 2040_, [macOS]: provide wheels for arm64 architecture. (patch by Matthieu Darbois) Bug fixes 2116_, [macOS], [critical]:...

dependencies

Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.15.42 to 0.17.21. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruamel-yaml&package-manager=pip&previous-version=0.15.42&new-version=0.17.21)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

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

These errors are produced on running `mpf both` on certain games. The latter two errors prevent the media controller starting. ```` The procedure entry point DH_get0_p could not be located...

This is my current slide definition in my base mode. **slides: w_slide_base: background_color: black z: 1 widgets: - widget: w_player_infobox_1 - widget: w_player_infobox_2 - widget: w_player_infobox_3 - widget: w_player_score -...

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

Kivy has an inspector that may be worth including in mpf-mc. I followed their example [here](https://kivy.org/doc/stable/api-kivy.modules.inspector.html?highlight=inspector#usage) and was able to get it somewhat working but it looks like it only...

To prevent regressions such as https://groups.google.com/forum/#!topic/mpf-users/plbAq7KKza4 add some basic unit tests to playlists.

help wanted
tests needed

my config.yaml ```yaml widget_styles: text_default: bitmap_font: True font_name: CG-pixel slides: testSlide: - type: text text: TEST slide_player: mode_attract_started: testSlide ``` result: ``` kivy: Exception while processing RegisteredHandler(callback=, priority=1, kwargs={}, key=UUID('1d1a423e-565d-4b9e-a980-b80fb095a1de'),...

bug
investigation needed

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