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

if fluidsynth not found, prompt user to install #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Daniel-Chin
Copy link
Contributor

My friend encountered this prob when using this lib.

Related to issue #4

['fluidsynth', '-ni', self.sound_font, midi_file, '-F', audio_file, '-r', str(self.sample_rate)],
stdout=stdout,
)
except FileNotFoundError:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why only applied to one call of two?

@bzamecnik
Copy link
Owner

Could you please rebase to remove the superfluous commit "Merge branch 'master' into master"?

@Daniel-Chin
Copy link
Contributor Author

Daniel-Chin commented Oct 11, 2022 via email

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

Successfully merging this pull request may close these issues.

2 participants