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

Import foreign instruments #680

Merged
merged 5 commits into from
Mar 8, 2021
Merged

Import foreign instruments #680

merged 5 commits into from
Mar 8, 2021

Conversation

jpcima
Copy link
Collaborator

@jpcima jpcima commented Mar 7, 2021

This adds support at plugin level for importing instrument formats other than SFZ.
As an example, it permits to load a sound file in the plugin.

When the importer has support for this file format (by file extension), it creates a SFZ string and makes sfizz load that.

The SFZ string for audio files is a simple <region>sample=sound.wav.

One can take the AudioFile code of this PR as a basis to add new formats.

@jpcima
Copy link
Collaborator Author

jpcima commented Mar 7, 2021

Adding a series of MinGW fixes related to mismatched C++ standards from different components.
fs::path resolves to different types depending on C++ standard which is used for building.

@jpcima jpcima merged commit ca21566 into sfztools:develop Mar 8, 2021
@jpcima jpcima deleted the importer branch March 8, 2021 07:04
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.

1 participant