Skip to content

Disable fluidsynth audio backends if possible#4300

Merged
tresf merged 1 commit into
LMMS:stable-1.2from
tresf:stable-1.2
Apr 20, 2018
Merged

Disable fluidsynth audio backends if possible#4300
tresf merged 1 commit into
LMMS:stable-1.2from
tresf:stable-1.2

Conversation

@tresf

@tresf tresf commented Apr 18, 2018

Copy link
Copy Markdown
Member

Closes #649
Partially reverts #3446

Wiki has already been updated to remove custom homebrew formulae.
https://github.com/LMMS/lmms/wiki/Dependencies-MacOS

@tresf tresf mentioned this pull request Apr 18, 2018
@Birch-san

Copy link
Copy Markdown

LGTM, for what it's worth. That same runtime check worked for me. with that, my plugin was able to use standard fluidsynth without compile flags.

@tresf

tresf commented Apr 20, 2018

Copy link
Copy Markdown
Member Author

Tested, works. Travis is happy. Merging.

@tresf tresf merged commit 22ca47a into LMMS:stable-1.2 Apr 20, 2018
@derselbst

Copy link
Copy Markdown

The version check will silently evaluate to false for a 2.0 or 1.2.0 release. Consider using

#if FLUIDSYNTH_VERSION_MAJOR > 1 || FLUIDSYNTH_VERSION_MICRO > 1 || (FLUIDSYNTH_VERSION_MICRO >= 1 && FLUIDSYNTH_VERSION_MICRO >= 9)

or

#if QT_VERSION_CHECK(FLUIDSYNTH_VERSION_MAJOR, FLUIDSYNTH_VERSION_MINOR, FLUIDSYNTH_VERSION_MICRO) >= QT_VERSION_CHECK(1,1,9)

tresf added a commit that referenced this pull request Apr 21, 2018
@tresf

tresf commented Apr 21, 2018

Copy link
Copy Markdown
Member Author

@derselbst good catch. Done via aaee2ec.

sdasda7777 pushed a commit to sdasda7777/lmms that referenced this pull request Jun 28, 2022
sdasda7777 pushed a commit to sdasda7777/lmms that referenced this pull request Jun 28, 2022
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.

3 participants