Home
last modified time | relevance | path

Searched refs:MAX_VOICES (Results 1 – 25 of 130) sorted by relevance

123456

/dports/lang/fpc-source/fpc-3.2.2/packages/libogcfpc/src/
H A Dgcmodplay.pp14 MAX_VOICES = 32;
73 sintabpos : array [0..MAX_VOICES-1] of cuint8;
74 vib_freq : array [0..MAX_VOICES-1] of cuint8;
75 vib_depth : array [0..MAX_VOICES-1] of cuint8;
78 trem_freq : array [0..MAX_VOICES-1] of cuint8;
79 trem_depth : array [0..MAX_VOICES-1] of cuint8;
80 glissando : array [0..MAX_VOICES-1] of cbool;
81 trem_wave : array [0..MAX_VOICES-1] of cuint8;
82 vib_wave : array [0..MAX_VOICES-1] of cuint8;
83 nextinstr : array [0..MAX_VOICES-1] of cuint8;
[all …]
/dports/devel/godot/godot-3.2.3-stable/servers/audio/effects/
H A Daudio_effect_chorus.cpp197 ERR_FAIL_INDEX(p_voice, MAX_VOICES); in set_voice_delay_ms()
203 ERR_FAIL_INDEX_V(p_voice, MAX_VOICES, 0); in get_voice_delay_ms()
208 ERR_FAIL_INDEX(p_voice, MAX_VOICES); in set_voice_rate_hz()
214 ERR_FAIL_INDEX_V(p_voice, MAX_VOICES, 0); in get_voice_rate_hz()
221 ERR_FAIL_INDEX(p_voice, MAX_VOICES); in set_voice_depth_ms()
227 ERR_FAIL_INDEX_V(p_voice, MAX_VOICES, 0); in get_voice_depth_ms()
234 ERR_FAIL_INDEX(p_voice, MAX_VOICES); in set_voice_level_db()
240 ERR_FAIL_INDEX_V(p_voice, MAX_VOICES, 0); in get_voice_level_db()
247 ERR_FAIL_INDEX(p_voice, MAX_VOICES); in set_voice_cutoff_hz()
253 ERR_FAIL_INDEX_V(p_voice, MAX_VOICES, 0); in get_voice_cutoff_hz()
[all …]
H A Daudio_effect_chorus.h67 MAX_VOICES = 4, enumerator
94 } voice[MAX_VOICES];
/dports/devel/godot-tools/godot-3.2.3-stable/servers/audio/effects/
H A Daudio_effect_chorus.cpp197 ERR_FAIL_INDEX(p_voice, MAX_VOICES); in set_voice_delay_ms()
203 ERR_FAIL_INDEX_V(p_voice, MAX_VOICES, 0); in get_voice_delay_ms()
208 ERR_FAIL_INDEX(p_voice, MAX_VOICES); in set_voice_rate_hz()
214 ERR_FAIL_INDEX_V(p_voice, MAX_VOICES, 0); in get_voice_rate_hz()
221 ERR_FAIL_INDEX(p_voice, MAX_VOICES); in set_voice_depth_ms()
227 ERR_FAIL_INDEX_V(p_voice, MAX_VOICES, 0); in get_voice_depth_ms()
234 ERR_FAIL_INDEX(p_voice, MAX_VOICES); in set_voice_level_db()
240 ERR_FAIL_INDEX_V(p_voice, MAX_VOICES, 0); in get_voice_level_db()
247 ERR_FAIL_INDEX(p_voice, MAX_VOICES); in set_voice_cutoff_hz()
253 ERR_FAIL_INDEX_V(p_voice, MAX_VOICES, 0); in get_voice_cutoff_hz()
[all …]
H A Daudio_effect_chorus.h67 MAX_VOICES = 4, enumerator
94 } voice[MAX_VOICES];
/dports/audio/schismtracker/schismtracker-20211116/player/
H A Dsnd_gm.c239 static s3m_channel_info_t s3m_chans[MAX_VOICES];
334 for (unsigned int a = 0; a < MAX_VOICES; ++a) { in GM_AllocateMelodyChannel()
398 if (c < 0 || ((unsigned int) c) >= MAX_VOICES) in GM_Patch()
408 if (c < 0 || ((unsigned int) c) >= MAX_VOICES) in GM_Bank()
417 if (c < 0 || ((unsigned int) c) >= MAX_VOICES) in GM_Touch()
432 if (c < 0 || ((unsigned int) c) >= MAX_VOICES) in GM_KeyOn()
477 if (c < 0 || ((unsigned int)c) >= MAX_VOICES) in GM_KeyOff()
527 for (a = 0; a < MAX_VOICES; a++) { in GM_Reset()
580 if (ch < 0 || ((unsigned int)ch) >= MAX_VOICES) in GM_DPatch()
591 if (c < 0 || ((unsigned int)c) >= MAX_VOICES) in GM_Pan()
[all …]
H A Dsnd_fm.c28 #define MAX_VOICES 256 /* Must not be less than the setting in sndfile.h */
211 static int Pans[MAX_VOICES];
214 static int ChantoOPL[MAX_VOICES];
462 for(a = 0; a < MAX_VOICES; ++a) {
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dadlib.h72 #define MAX_VOICES 11 macro
135 int halfToneOffset[MAX_VOICES];
136 uint16_t * fNumFreqPtr[MAX_VOICES];
142 uint8_t notePitch[MAX_VOICES]; /* pitch of last note-on of each voice */
143 uint8_t voiceKeyOn[MAX_VOICES]; /* state of keyOn bit of each voice */
H A Dmdi.cpp106 for (int i = 0; i < MAX_VOICES; i++) in rewind()
223 if (voice > MAX_VOICES - 1) in executeCommand()
230 if (voice > MAX_VOICES - 1) in executeCommand()
252 if (voice > MAX_VOICES - 1) in executeCommand()
270 if (voice > MAX_VOICES - 1) in executeCommand()
281 if (voice > MAX_VOICES - 1) in executeCommand()
H A Dmus.cpp399 for (int i = 0; i < MAX_VOICES; i++) in rewind()
487 if (voice > MAX_VOICES - 1) in executeCommand()
506 if (voice > MAX_VOICES - 1) in executeCommand()
521 if (voice > MAX_VOICES - 1) in executeCommand()
531 if (voice > MAX_VOICES - 1) in executeCommand()
547 if (voice > MAX_VOICES - 1) in executeCommand()
/dports/games/blockrage/blockrage-0.2.3/src/
H A Dsound.c85 static voice_info_t voice[MAX_VOICES]; /* voice states */
201 for(i=0;i<MAX_VOICES;i++) in mix_fillbuf()
207 for(i=0;i<MAX_VOICES;i++) in mix_fillbuf()
221 for(i=0;i<MAX_VOICES;i++) { in voices_findidlevoice()
260 for(i=0;i<MAX_VOICES;i++) { in voices_init()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/song/models/
H A DTGBeat.java18 public static final int MAX_VOICES = 2; field in TGBeat
30 this.voices = new TGVoice[ MAX_VOICES ]; in TGBeat()
31 for( int i = 0 ; i < MAX_VOICES ; i ++ ){ in TGBeat()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Dwiping.cpp17 #define MAX_VOICES 8 macro
31 static sound_channel m_channel_list[MAX_VOICES];
52 for (INT32 i = 0; i < MAX_VOICES; i++) { in wipingsnd_scan()
93 memset(m_channel_list, 0, sizeof(sound_channel)*MAX_VOICES); in wipingsnd_reset()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/
H A Dwiping.cpp17 #define MAX_VOICES 8 macro
31 static sound_channel m_channel_list[MAX_VOICES];
52 for (INT32 i = 0; i < MAX_VOICES; i++) { in wipingsnd_scan()
93 memset(m_channel_list, 0, sizeof(sound_channel)*MAX_VOICES); in wipingsnd_reset()
/dports/audio/musescore/MuseScore-3.6.1/audio/midi/zerberus/
H A Dzerberus.h33 static const int MAX_VOICES = 512; variable
47 voices.resize(MAX_VOICES); in VoiceFifo()
51 for (int i = 0; i < MAX_VOICES; ++i) { in init()
/dports/devel/allegro/allegro-4.4.3.1/src/unix/
H A Duossmidi.c64 #define MAX_VOICES 256 macro
69 static int seq_patch[MAX_VOICES];
70 static int seq_note[MAX_VOICES];
201 if (midi_oss.voices > MAX_VOICES) midi_oss.voices = MAX_VOICES; in seq_find_synth()
/dports/emulators/mess/mame-mame0226/src/mame/audio/
H A Dwiping.h24 static constexpr unsigned MAX_VOICES = 8;
40 wp_sound_channel m_channel_list[MAX_VOICES];
H A Dwiping.cpp26 memset(m_channel_list, 0, sizeof(wp_sound_channel)*MAX_VOICES); in wiping_sound_device()
66 for (int i = 0; i < MAX_VOICES; i++) in device_start()
206 buffer.put_int(i, *mix++, 128 * MAX_VOICES); in sound_stream_update()
H A Dflower.h50 static constexpr unsigned MAX_VOICES = 8; variable
73 fl_sound_channel m_channel_list[MAX_VOICES];
/dports/emulators/mame/mame-mame0226/src/mame/audio/
H A Dwiping.h24 static constexpr unsigned MAX_VOICES = 8;
40 wp_sound_channel m_channel_list[MAX_VOICES];
H A Dwiping.cpp26 memset(m_channel_list, 0, sizeof(wp_sound_channel)*MAX_VOICES); in wiping_sound_device()
66 for (int i = 0; i < MAX_VOICES; i++) in device_start()
206 buffer.put_int(i, *mix++, 128 * MAX_VOICES); in sound_stream_update()
H A Dflower.h50 static constexpr unsigned MAX_VOICES = 8; variable
73 fl_sound_channel m_channel_list[MAX_VOICES];
/dports/games/edge/Edge-1.35-source/timidity/
H A Dplaymidi.cc43 Voice voice[MAX_VOICES];
112 for (int i=0; i < MAX_VOICES; i++) in reset_voices()
449 for (int i=0; i < MAX_VOICES; i++) in vc_alloc()
467 for (int j=0; j < MAX_VOICES; j++) in kill_others()
1100 for (i=0; i < MAX_VOICES; i++) in note_on()
1119 for (i=0; i < MAX_VOICES; i++) in note_on()
1195 for (int i=0; i < MAX_VOICES; i++) in note_off()
1225 for (int i=0; i < MAX_VOICES; i++) in all_notes_off()
1240 for (int i=0; i < MAX_VOICES; i++) in all_sounds_off()
1253 for (int i=0; i < MAX_VOICES; i++) in adjust_pressure()
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/samples/vst/note_expression_synth/source/
H A Dnote_expression_synth_processor.cpp134 new VoiceProcessorImplementation<float, Voice<float>, 2, MAX_VOICES, in setActive()
141 new VoiceProcessorImplementation<double, Voice<double>, 2, MAX_VOICES, in setActive()
293 0, (ParamValue)voiceProcessor->getActiveVoices () / (ParamValue)MAX_VOICES, in process()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/samples/vst/note_expression_synth/source/
H A Dnote_expression_synth_processor.cpp154 new VoiceProcessorImplementation<float, Voice<float>, 2, MAX_VOICES, in setActive()
161 new VoiceProcessorImplementation<double, Voice<double>, 2, MAX_VOICES, in setActive()
318 0, (ParamValue)voiceProcessor->getActiveVoices () / (ParamValue)MAX_VOICES, in process()

123456