scsp/slot: remove EGHOLD
This commit is contained in:
parent
f275732dfc
commit
8d3b57835d
@ -25,7 +25,8 @@ void main()
|
||||
slot.SA = SA__KYONB | SA__LPCTL__NORMAL | SA__SA(0); // kx kb sbctl[1:0] ssctl[1:0] lpctl[1:0] 8b sa[19:0]
|
||||
slot.LSA = 0; // loop start address (samples)
|
||||
slot.LEA = 44100; // loop end address (samples)
|
||||
slot.EG = EG__EGHOLD; // d2r d1r ho ar krs dl rr
|
||||
//slot.EG = EG__EGHOLD; // d2r d1r ho ar krs dl rr
|
||||
slot.EG = EG__AR(0x1F) | EG__D1R(0x00) | EG__D2R(0x00) | EG__RR(0x1F);
|
||||
slot.FM = 0; // stwinh sdir tl mdl mdxsl mdysl
|
||||
slot.PITCH = PITCH__OCT(0) | PITCH__FNS(0); // oct fns
|
||||
slot.LFO = 0; // lfof plfows
|
||||
|
Loading…
x
Reference in New Issue
Block a user