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

Implement the DMOD sub-chunk #2

Open
sylvia-leaf opened this issue Sep 1, 2024 · 4 comments
Open

Implement the DMOD sub-chunk #2

sylvia-leaf opened this issue Sep 1, 2024 · 4 comments
Assignees
Labels
documentation Improvements or additions to documentation feature request New features
Milestone

Comments

@sylvia-leaf
Copy link
Contributor

Implementing the DMOD sub-chunk proposal by spessasus: davy7125/polyphone#205

@sylvia-leaf sylvia-leaf added documentation Improvements or additions to documentation feature enhancement Enhancement of existing features labels Sep 1, 2024
@sylvia-leaf sylvia-leaf added this to the 4.01 milestone Sep 1, 2024
@spessasus
Copy link
Member

Hi,
I have expanded upon this idea and included a test soundfont + support for this in my program. What do you think?

See it here

@sylvia-leaf
Copy link
Contributor Author

The idea to rework the default modulator system is something that has been mentioned before, and I think that your DMOD idea could work. The earlier we can get people to support these extra features, the better.

We want to get the final 4.00 specification out as soon as possible, however building the SDKs required to make it work will be tough work. I wonder if we can fork Polyphone and add the SFe features to save ourselves all the effort of making in-house programs.

Once that's done, we can divide and conquer. You get your DMOD idea out to a few major open source projects, and we'll work on officially releasing the 4.01 spec. If SDK delays are significant, we may even bring DMOD forward to 4.00.

Also, having the DMOD specification on its own page, rather than just as the issue you opened in the Polyphone repository, is a good idea, as it will make it clearer what the DMOD spec is for those who want to implement it, as well as part of SFe 4.01.

You mentioned that you wanted to set wMajor=3 for those who use the DMOD subchunk, however not all software programs with wMajor=3 are guaranteed to work for it.

This is why SFe64 starts with wMajor=4. While SFe32 typically uses version 2.128 to prevent SF2.04 players from erroring out, using wMajor=4 is okay as well. If necessary, 4.00.6 will change the system to allow users to use file version 4.00 instead of 2.128.

@spessasus
Copy link
Member

Well, my sf2 synth already supports the DMOD chunk (and I've included a test soundfont in the spec) so you can see the behavior in action. I'm also thinking of creating my own sf editor that would run in the browser and implement the said DMOD chunk editor.

@sylvia-leaf
Copy link
Contributor Author

I thank you for your gratitude. I do have some experience with JavaScript, so I'll go fork SpessaSynth to make it compliant with the SFe specification :)

@sylvia-leaf sylvia-leaf added feature request New features and removed feature enhancement Enhancement of existing features labels Nov 26, 2024
@sylvia-leaf sylvia-leaf added this to SFe 4 Dec 9, 2024
@sylvia-leaf sylvia-leaf moved this to Waiting for new version in SFe 4 Dec 9, 2024
@sylvia-leaf sylvia-leaf modified the milestones: 4.1, 4.1.1 Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation feature request New features
Projects
Status: Waiting for new version
Development

No branches or pull requests

2 participants