File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -294,10 +294,10 @@ def pipeline(self) -> Iterable[ShaderVariable]:
294294 @staticmethod
295295 def fluid_install () -> None :
296296 if not shutil .which ("fluidsynth" ):
297- logger .critical ("FluidSynth wasn't found for playing or rendering midi, get it at:" )
298- logger .critical ("- Windows: https://github.com/FluidSynth/fluidsynth/releases" )
299- logger .critical ("- Linux: (package manager) (install) fluidsynth" )
300- logger .critical ("- MacOS: brew install fluidsynth" )
297+ logger .crit ("FluidSynth wasn't found for playing or rendering midi, get it at:" )
298+ logger .crit ("- Windows: https://github.com/FluidSynth/fluidsynth/releases" )
299+ logger .crit ("- Linux: (package manager) (install) fluidsynth" )
300+ logger .crit ("- MacOS: brew install fluidsynth" )
301301
302302 def fluid_start (self ) -> None :
303303 import fluidsynth
You can’t perform that action at this time.
0 commit comments