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

Only one sound can be played at anytime on the same SE lane #69

Closed
approvedtx opened this issue Oct 1, 2020 · 1 comment · Fixed by #177
Closed

Only one sound can be played at anytime on the same SE lane #69

approvedtx opened this issue Oct 1, 2020 · 1 comment · Fixed by #177

Comments

@approvedtx
Copy link
Collaborator

approvedtx commented Oct 1, 2020

For example if there's a cymbal keysound chip placed on lane SE1, and a 2nd chip gets placed on the same lane right after when the cymbal keysound is still playing, the cymbal keysound gets muted and starts to play the 2nd chip. Right now, the only solution is to shift consecutive chips to other lanes to prevent premature muting of these sounds.

fisyher referenced this issue May 18, 2024
…not stop current playing wav before playing a new wav
@fisyher
Copy link
Collaborator

fisyher commented May 18, 2024

There are a total of 32 SE channels but only 5 are visible by default in DTXCreator. The remaining SE6 to SE32 can be made visible by enabling the SE6_32 checkbox in Option/Lanes menu, which is unchecked by default. I think most DTX creators would be unaware of this and use only SE1 to SE5 with existing behaviour.

For the fix, wav playback for SE1 to SE5 will keep the same behavior to maintain backward compatibility with most charts and use SE1 to SE5 as extra BGM channels. The extra channels SE6 to SE32 will be updated to play consecutive wav sounds without interruption.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants