Changes between Version 1 and Version 2 of Ticket #13460, comment 4


Ignore:
Timestamp:
May 7, 2022, 10:31:09 AM (2 years ago)
Author:
AndywinXp

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13460, comment 4

    v1 v2  
    4747      for ( curPart = partPtr->next; curPart; curPart = curPart->next ) {
    4848        curPart->effTranspose = IMUSE_UTILS_ClampTuning(transpose + curPart->transpose, -12, 12);
    49         IMUSE_PART_SendTranspose(curPart);
     49        IMUSE_PART_SendTransposeToMIDIDevice(curPart);
    5050      }
    5151    } else { /* Don't care */ }
     
    6060      for ( curPart = partPtr->next; curPart ; curPart = curPart->next ) {
    6161        curPart->effDetune = CLIP(increment + curPart->detune, -128, 127);
    62         IMUSE_PART_SendTranspose(curPart);
     62        IMUSE_PART_SendTransposeToMIDIDevice(curPart);
    6363      }
    6464    } else { /* Don't care */ }