mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-29 16:03:01 +00:00
Add notes
This commit is contained in:
parent
5837575e4a
commit
c58a232cd5
1 changed files with 1 additions and 1 deletions
|
@ -2667,7 +2667,7 @@ DivDispatchOscBuffer* DivPlatformOPL::getOscBuffer(int ch) {
|
|||
}
|
||||
|
||||
int DivPlatformOPL::mapVelocity(int ch, float vel) {
|
||||
if (PCM_CHECK(ch)) return vel*127.0;
|
||||
if (PCM_CHECK(ch)) return vel*127.0; // TODO: Covert to log, -0.375dB per step
|
||||
if (ch==adpcmChan) return vel*255.0;
|
||||
// -0.75dB per step
|
||||
// -6: 64: 8
|
||||
|
|
Loading…
Reference in a new issue