lilyvanoekel/percupuff

Implement velocity sensitivity

Open

#57 创建于 2025年9月7日

在 GitHub 查看
 (2 评论) (0 反应) (1 负责人)TypeScript (10 fork)auto 404
area:dspcmajor:lowcomplexity:3hacktoberfestpriority:highstatus:readytype:feature

仓库指标

Star
 (22 star)
PR 合并指标
 (PR 指标待抓取)

描述

Feature Description

Each instrument has a velocity param which should influence how sensitive the instrument should be to "velocity" (how hard a note is played). 0 velocity sensitivity means velocity is ignored, 100% velocity sensitivity means softly played notes are softer and might have a different timbre from harder played notes.

Params exist, but the implementation on the Cmajor side does not, or is lacking. This needs to be handled per instrument, or group of instruments for those that are currently grouped.

Motivation / Use Case

Alternatives Considered

No response

Additional Context

No response

贡献者指南