Home
last modified time | relevance | path

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

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