Home | History | Annotate | Download | only in lib_src

Lines Matching refs:volume

76     "VOLUME:",
350 /* set channel volume to max */
461 /* volume */
889 velocity = (EAS_U8) (pData->volume ? pData->volume * IMELODY_VEL_MUL + IMELODY_VEL_OFS : 0);
1248 if (pData->volume < 15)
1249 pData->volume++;
1254 if (pData->volume > 0)
1255 pData->volume--;
1273 pData->volume = (EAS_U8) temp;
1446 pData->volume = 7;
1532 /* handle volume */
1540 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING, "Error in volume command: %s\n", pData->buffer); */ }