新增hisPool出块算法,微调his出块算法

This commit is contained in:
MrZ626
2021-05-07 02:31:57 +08:00
parent 152e248a15
commit 6a335d9c31
5 changed files with 70 additions and 14 deletions

View File

@@ -3,7 +3,6 @@ local kb=love.keyboard
local sin=math.sin
local ins,rem=table.insert,table.remove
local sub=string.sub
local scene={}
@@ -194,7 +193,7 @@ scene.widgetList={
WIDGET.newText{name="subTitle",x=530,y=50,font=35,align='L',color='H'},
WIDGET.newSelector{name="sequence",x=1080,y=60,w=200,color='Y',
list={'bag','his4','c2','rnd','mess','reverb','loop','fixed'},
list={'bag','his','hisPool','c2','rnd','mess','reverb','loop','fixed'},
disp=CUSval("sequence"),
code=CUSsto("sequence")
},