You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: