mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-06 13:38:30 +09:00
TsvmEmulator: better snd debug view
This commit is contained in:
@@ -2249,7 +2249,8 @@ function drawProjectContents(wo) {
|
||||
|
||||
let mixerflag = initialTrackerMixerflags
|
||||
let toneModeStr = ['Linear pitch','Amiga pitch','Linear freq',''][mixerflag & 3]
|
||||
let flagStrSelected = [toneModeStr]
|
||||
let intpModeStr = ['Fast Sinc','No intp.','A500 intp.','A1200 intp.'][(mixerflag >>> 2) & 3]
|
||||
let flagStrSelected = [toneModeStr, intpModeStr]
|
||||
|
||||
|
||||
let projMeta = {
|
||||
|
||||
Reference in New Issue
Block a user