Skip to content

Commit

Permalink
piano reverb delay change from 1000 to 500 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fab052 authored Oct 29, 2024
1 parent aa1e57a commit 645cb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scene_app/piano.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function scene.keyDown(key,isRep,keyCode)
activeEventMap[keyCode]=FMOD.effect(inst,{
tune=note-26,
volume=1,
param={'release',1000*1.0594630943592953^(note-26)},
param={'release',500*1.0594630943592953^(note-26)},
})
TEXT:add{
text=SFX.getNoteName(note),
Expand Down

0 comments on commit 645cb7e

Please sign in to comment.