Home | History | Annotate | Download | only in lib

Lines Matching refs:PICO_MAX_NUM_VOICE_DEFINITIONS

855     if (PICO_MAX_NUM_VOICE_DEFINITIONS <= this->numVdefs) {
857 return picoos_emRaiseException(this->common->em,PICO_EXC_MAX_NUM_EXCEED,NULL,(picoos_char *)"no more than %i voice definitions",PICO_MAX_NUM_VOICE_DEFINITIONS);