Home | History | Annotate | Download | only in lib_src

Lines Matching refs:volume

76     "VOLUME:",
354 /* set channel volume to max */
470 /* volume */
898 velocity = (EAS_U8) (pData->volume ? pData->volume * IMELODY_VEL_MUL + IMELODY_VEL_OFS : 0);
1257 if (pData->volume < 15)
1258 pData->volume++;
1263 if (pData->volume > 0)
1264 pData->volume--;
1282 pData->volume = (EAS_U8) temp;
1455 pData->volume = 7;
1541 /* handle volume */
1549 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING, "Error in volume command: %s\n", pData->buffer); */ }