Skip to content

Commit

Permalink
Merge pull request #9 from j-flee/master
Browse files Browse the repository at this point in the history
fix timber vel value
  • Loading branch information
its your bedtime committed Jun 29, 2019
2 parents 8543b2e + 2007b35 commit 42c1e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/library/_timber.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local timber = function ( self, x, y )
if self:neighbor(self.x, self.y, '*') then
params:set("start_frame_" .. sample, start_pos )
params:set('amp_' .. sample, lev)
engine.noteOn( sample, self:note_freq(n), 100, sample )
engine.noteOn( sample, self:note_freq(n), 1, sample )
end

end
Expand Down

0 comments on commit 42c1e57

Please sign in to comment.