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

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...

When using a `image: load: mode_start` configuration to load image assets on mode start and unload on mode end, a Widget hosting the Image will crash MC. *widgets/image.py* ``` def...

(0.32) Using a video pool, and I think there's a bug here because it crashes when I try to reference it from a show or slide. The crash is: `ERROR...

Create a widget to display segment display in mc. Either for debugging or virtual pinball.

new feature
help wanted

Test this kivy option https://github.com/kivy/kivy/issues/246

For config players that do stuff in MPF-MC (slide player, widget player, and sound player), there are actually two different ways they're triggered via BCP, depending on whether the configs...

code refactor

Config ("Yes" is the offender here): ``` pool_rightrampenter: type: random_force_all sounds: - Aghhhhh - Wheelchair_Noise2 - whoa - Woah2 - wonderful - Yes ``` Error: ``` 2017-05-07 11:59:05,431 : ERROR...

Currently, when updating a slide we remove it and create a new instance. However, in case we are only updating the variables there might be a faster way. * Implement...

My sound config looks like this: ``` sound_system: tracks: voice: volume: 0.9 priority: 2 simultaneous_sounds: 1 preload: true ducking: target: music delay: 0 attack: 0.3 sec attenuation: 0.45 release_point: 0.5...

bug