Home
last modified time | relevance | path

Searched refs:VOICE_PRIORITY_USE (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_Voice.h103 static const u32 VOICE_PRIORITY_USE = 16; // Voiceクラスが使用するプライオリティ variable
104 static const u32 VOICE_PRIORITY_ALLOC = VOICE_PRIORITY_USE + 1;
106 static const u32 VOICE_PRIORITY_RELEASE = VOICE_PRIORITY_USE - 1;
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Voice.cpp313 ( priority == PRIORITY_NODROP ) ? VOICE_PRIORITY_NODROP : VOICE_PRIORITY_USE; in Alloc()
1540 pChannel->SetPriority( VOICE_PRIORITY_USE ); in UpdateVoicesPriority()