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

Driver: continuous pulse / filter commands or settings #136

Open
thesyndrom opened this issue Aug 26, 2021 · 0 comments
Open

Driver: continuous pulse / filter commands or settings #136

thesyndrom opened this issue Aug 26, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@thesyndrom
Copy link

I'd suggest implementing additional commands to avoid resetting the pointers for the pulse and filtertables when playing a new note. either on a "per command" base or (preferred) on a "toggle mode" approach. so the first call of the command would eor #$01 the flag and the next would reset it to #$00 and thus reenable the pointer-initialization.

in alternative to a new command this could be also achieved by using a special setting in the instrument table (f.e. pointer #00 means no restart) though this would "waste" some instruments.

there were different approachs in other players (like jch v20, cheesecutter etc.). If necessary I could provide an example in the sourcecode, where I already tested this.

@thesyndrom thesyndrom added the enhancement New feature or request label Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant