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

Define a load_fluidsynth() function #58

Merged
merged 1 commit into from
Apr 25, 2024
Merged

Conversation

cclauss
Copy link
Collaborator

@cclauss cclauss commented Apr 22, 2024

Let's document which library is used by each operating system.

def load_libfluidsynth(debug_print: bool = False) -> str:
    """
    macOS X64:
    * 'fluidsynth' was loaded as /usr/local/opt/fluid-synth/lib/libfluidsynth.dylib.
    macOS ARM64:
    * 'fluidsynth' was loaded as /opt/homebrew/opt/fluid-synth/lib/libfluidsynth.dylib.
    Ubuntu X86:
    * 'fluidsynth' was loaded as libfluidsynth.so.3.
    Windows X86:
    * 'libfluidsynth-3' was loaded as C:\tools\fluidsynth\bin\libfluidsynth-3.dll.
    """

@cclauss cclauss marked this pull request as ready for review April 22, 2024 07:52
@cclauss cclauss changed the title DRAFT: Define a load_fluidsynth() function Define a load_fluidsynth() function Apr 22, 2024
@nwhitehead nwhitehead merged commit 5295a5d into nwhitehead:master Apr 25, 2024
4 checks passed
@cclauss cclauss deleted the patch-1 branch April 25, 2024 17:10
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