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

Use "Natural Order" for sorting patches and wavetables #1121

Merged
merged 1 commit into from
Sep 5, 2019

Conversation

baconpaul
Copy link
Collaborator

"Natural Order" means "foo 1, foo 2, foo 12" rather than
"foo 1, foo 12, foo 2" which is strict per-char alpha order.
Implement by using a zlib licsense C implementation as
described in libs/strnatcmp/README.md

Closes #1120

"Natural Order" means "foo 1, foo 2, foo 12" rather than
"foo 1, foo 12, foo 2" which is strict per-char alpha order.
Implement by using a zlib licsense C implementation as
described in libs/strnatcmp/README.md

Closes surge-synthesizer#1120
@baconpaul baconpaul merged commit 6c8dcd1 into surge-synthesizer:master Sep 5, 2019
@baconpaul baconpaul deleted the natorder-1120 branch October 2, 2019 13:28
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.

Use natural sort in preset browser menu
1 participant