Home
last modified time | relevance | path

Searched refs:voices (Results 1 – 25 of 2612) sorted by relevance

12345678910>>...105

/dports/audio/stegosaurus-lv2/stegosaurus-543a95d/
H A Dstegosaurus_synth.c7 voice* voices[4];
44 voices[v]->buf0_left=0; voices[v]->buf1_left=0;
46voices[v]->bf0_left=0; voices[v]->bf1_left=0; voices[v]->bf2_left=0; voices[v]->bf3_left=0; voices
47 voices[v]->t1_left=0; voices[v]->t2_left=0; //temporary buffers
49voices[v]->selectivity_left=90, voices[v]->gain1_left=0, voices[v]->gain2_left=0.25, voices[v]->ra…
53 voices[v]->buf0_right=0; voices[v]->buf1_right=0;
55voices[v]->f_right=0; voices[v]->pc_right=0; voices[v]->q_right=0; //filter coefficien…
56voices[v]->bf0_right=0; voices[v]->bf1_right=0; voices[v]->bf2_right=0; voices[v]->bf3_right=0; vo…
59voices[v]->selectivity_right=90, voices[v]->gain1_right=0, voices[v]->gain2_right=0.25, voices[v]-…
78 free(voices[x]);
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftChannel.java311 if (voices[j].stealer_channel == null && !voices[j].on) { in findFreeVoice()
442 if ((voices[i].sustain || voices[i].on) in noteOn_internal()
459 if (voices[i].on && voices[i].channel == channel in noteOn_internal()
476 if (voices[i].on && voices[i].channel == channel in noteOn_internal()
577 if (voices[i].on && voices[i].channel == channel in noteOff_internal()
687 if (voices[i].active && voices[i].note == noteNumber) in setPolyPressure()
1172 if (voices[i].active && voices[i].on && in controlChange()
1495 if (voices[i].on && voices[i].channel == channel in allNotesOff()
1508 if (voices[i].on && voices[i].channel == channel) in allSoundOff()
1555 if (voices[i].active && voices[i].channel == channel) in setMute()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftChannel.java311 if (voices[j].stealer_channel == null && !voices[j].on) { in findFreeVoice()
442 if ((voices[i].sustain || voices[i].on) in noteOn_internal()
459 if (voices[i].on && voices[i].channel == channel in noteOn_internal()
476 if (voices[i].on && voices[i].channel == channel in noteOn_internal()
577 if (voices[i].on && voices[i].channel == channel in noteOff_internal()
687 if (voices[i].active && voices[i].note == noteNumber) in setPolyPressure()
1172 if (voices[i].active && voices[i].on && in controlChange()
1495 if (voices[i].on && voices[i].channel == channel in allNotesOff()
1508 if (voices[i].on && voices[i].channel == channel) in allSoundOff()
1555 if (voices[i].active && voices[i].channel == channel) in setMute()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftChannel.java311 if (voices[j].stealer_channel == null && !voices[j].on) { in findFreeVoice()
442 if ((voices[i].sustain || voices[i].on) in noteOn_internal()
459 if (voices[i].on && voices[i].channel == channel in noteOn_internal()
476 if (voices[i].on && voices[i].channel == channel in noteOn_internal()
577 if (voices[i].on && voices[i].channel == channel in noteOff_internal()
687 if (voices[i].active && voices[i].note == noteNumber) in setPolyPressure()
1172 if (voices[i].active && voices[i].on && in controlChange()
1495 if (voices[i].on && voices[i].channel == channel in allNotesOff()
1508 if (voices[i].on && voices[i].channel == channel) in allSoundOff()
1555 if (voices[i].active && voices[i].channel == channel) in setMute()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/media/sound/
H A DSoftChannel.java306 if (voices[j].stealer_channel == null && !voices[j].on) { in findFreeVoice()
436 if ((voices[i].sustain || voices[i].on) in noteOn_internal()
453 if (voices[i].on && voices[i].channel == channel in noteOn_internal()
470 if (voices[i].on && voices[i].channel == channel in noteOn_internal()
570 if (voices[i].on && voices[i].channel == channel in noteOff_internal()
677 if (voices[i].active && voices[i].note == noteNumber) in setPolyPressure()
1156 if (voices[i].active && voices[i].on && in controlChange()
1471 if (voices[i].on && voices[i].channel == channel in allNotesOff()
1483 if (voices[i].on && voices[i].channel == channel) in allSoundOff()
1524 if (voices[i].active && voices[i].channel == channel) in setMute()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftChannel.java311 if (voices[j].stealer_channel == null && !voices[j].on) { in findFreeVoice()
442 if ((voices[i].sustain || voices[i].on) in noteOn_internal()
459 if (voices[i].on && voices[i].channel == channel in noteOn_internal()
476 if (voices[i].on && voices[i].channel == channel in noteOn_internal()
577 if (voices[i].on && voices[i].channel == channel in noteOff_internal()
687 if (voices[i].active && voices[i].note == noteNumber) in setPolyPressure()
1172 if (voices[i].active && voices[i].on && in controlChange()
1495 if (voices[i].on && voices[i].channel == channel in allNotesOff()
1508 if (voices[i].on && voices[i].channel == channel) in allSoundOff()
1555 if (voices[i].active && voices[i].channel == channel) in setMute()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftChannel.java311 if (voices[j].stealer_channel == null && !voices[j].on) { in findFreeVoice()
442 if ((voices[i].sustain || voices[i].on) in noteOn_internal()
459 if (voices[i].on && voices[i].channel == channel in noteOn_internal()
476 if (voices[i].on && voices[i].channel == channel in noteOn_internal()
577 if (voices[i].on && voices[i].channel == channel in noteOff_internal()
687 if (voices[i].active && voices[i].note == noteNumber) in setPolyPressure()
1172 if (voices[i].active && voices[i].on && in controlChange()
1495 if (voices[i].on && voices[i].channel == channel in allNotesOff()
1508 if (voices[i].on && voices[i].channel == channel) in allSoundOff()
1555 if (voices[i].active && voices[i].channel == channel) in setMute()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftChannel.java311 if (voices[j].stealer_channel == null && !voices[j].on) { in findFreeVoice()
442 if ((voices[i].sustain || voices[i].on) in noteOn_internal()
459 if (voices[i].on && voices[i].channel == channel in noteOn_internal()
476 if (voices[i].on && voices[i].channel == channel in noteOn_internal()
577 if (voices[i].on && voices[i].channel == channel in noteOff_internal()
687 if (voices[i].active && voices[i].note == noteNumber) in setPolyPressure()
1172 if (voices[i].active && voices[i].on && in controlChange()
1495 if (voices[i].on && voices[i].channel == channel in allNotesOff()
1508 if (voices[i].on && voices[i].channel == channel) in allSoundOff()
1555 if (voices[i].active && voices[i].channel == channel) in setMute()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftChannel.java311 if (voices[j].stealer_channel == null && !voices[j].on) { in findFreeVoice()
442 if ((voices[i].sustain || voices[i].on) in noteOn_internal()
459 if (voices[i].on && voices[i].channel == channel in noteOn_internal()
476 if (voices[i].on && voices[i].channel == channel in noteOn_internal()
577 if (voices[i].on && voices[i].channel == channel in noteOff_internal()
687 if (voices[i].active && voices[i].note == noteNumber) in setPolyPressure()
1172 if (voices[i].active && voices[i].on && in controlChange()
1495 if (voices[i].on && voices[i].channel == channel in allNotesOff()
1508 if (voices[i].on && voices[i].channel == channel) in allSoundOff()
1555 if (voices[i].active && voices[i].channel == channel) in setMute()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftChannel.java311 if (voices[j].stealer_channel == null && !voices[j].on) { in findFreeVoice()
442 if ((voices[i].sustain || voices[i].on) in noteOn_internal()
459 if (voices[i].on && voices[i].channel == channel in noteOn_internal()
476 if (voices[i].on && voices[i].channel == channel in noteOn_internal()
577 if (voices[i].on && voices[i].channel == channel in noteOff_internal()
687 if (voices[i].active && voices[i].note == noteNumber) in setPolyPressure()
1172 if (voices[i].active && voices[i].on && in controlChange()
1495 if (voices[i].on && voices[i].channel == channel in allNotesOff()
1508 if (voices[i].on && voices[i].channel == channel) in allSoundOff()
1555 if (voices[i].active && voices[i].channel == channel) in setMute()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/media/sound/
H A DSoftChannel.java306 if (voices[j].stealer_channel == null && !voices[j].on) { in findFreeVoice()
436 if ((voices[i].sustain || voices[i].on) in noteOn_internal()
453 if (voices[i].on && voices[i].channel == channel in noteOn_internal()
470 if (voices[i].on && voices[i].channel == channel in noteOn_internal()
570 if (voices[i].on && voices[i].channel == channel in noteOff_internal()
677 if (voices[i].active && voices[i].note == noteNumber) in setPolyPressure()
1156 if (voices[i].active && voices[i].on && in controlChange()
1471 if (voices[i].on && voices[i].channel == channel in allNotesOff()
1483 if (voices[i].on && voices[i].channel == channel) in allSoundOff()
1524 if (voices[i].active && voices[i].channel == channel) in setMute()
[all …]
/dports/audio/gervill/gervill/src/com/sun/media/sound/
H A DSoftChannel.java298 if (voices[j].stealer_channel == null && !voices[j].on) { in findFreeVoice()
421 if ((voices[i].sustain || voices[i].on) in noteOn_internal()
438 if (voices[i].on && voices[i].channel == channel in noteOn_internal()
455 if (voices[i].on && voices[i].channel == channel in noteOn_internal()
554 if (voices[i].on && voices[i].channel == channel in noteOff_internal()
646 if (voices[i].active && voices[i].note == noteNumber) in setPolyPressure()
1125 if (voices[i].active && voices[i].on && in controlChange()
1438 if (voices[i].on && voices[i].channel == channel in allNotesOff()
1450 if (voices[i].on && voices[i].channel == channel) in allSoundOff()
1491 if (voices[i].active && voices[i].channel == channel) in setMute()
[all …]
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/src/modules/
H A Dmodule_utils_addvoice.c64 SPDVoiceDef *voices; in DOTCONF_CB() local
94 if (voices == NULL) { in DOTCONF_CB()
108 voices = value; in DOTCONF_CB()
192 SPDVoiceDef *voices; in module_getvoice() local
201 if (voices == NULL) { in module_getvoice()
209 ret = voices->male1; in module_getvoice()
212 ret = voices->male2; in module_getvoice()
215 ret = voices->male3; in module_getvoice()
238 ret = voices->male1; in module_getvoice()
242 ret = voices->male2; in module_getvoice()
[all …]
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/src/modules/
H A Dmodule_utils_addvoice.c64 SPDVoiceDef *voices; in DOTCONF_CB() local
94 if (voices == NULL) { in DOTCONF_CB()
108 voices = value; in DOTCONF_CB()
192 SPDVoiceDef *voices; in module_getvoice() local
201 if (voices == NULL) { in module_getvoice()
209 ret = voices->male1; in module_getvoice()
212 ret = voices->male2; in module_getvoice()
215 ret = voices->male3; in module_getvoice()
238 ret = voices->male1; in module_getvoice()
242 ret = voices->male2; in module_getvoice()
[all …]
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/geography/resource/board/
H A Dboard7_0.qml30 "soundFile": "voices-$CA/$LOCALE/geography/uganda.$CA",
37 "soundFile": "voices-$CA/$LOCALE/geography/tunisia.$CA",
44 "soundFile": "voices-$CA/$LOCALE/geography/togo.$CA",
51 "soundFile": "voices-$CA/$LOCALE/geography/sudan.$CA",
65 "soundFile": "voices-$CA/$LOCALE/geography/somalia.$CA",
86 "soundFile": "voices-$CA/$LOCALE/geography/rwanda.$CA",
93 "soundFile": "voices-$CA/$LOCALE/geography/niger.$CA",
121 "soundFile": "voices-$CA/$LOCALE/geography/mali.$CA",
128 "soundFile": "voices-$CA/$LOCALE/geography/libya.$CA",
142 "soundFile": "voices-$CA/$LOCALE/geography/kenya.$CA",
[all …]
H A Dboard6_0.qml23 "soundFile": "voices-$CA/$LOCALE/geography/cyprus.$CA",
30 "soundFile": "voices-$CA/$LOCALE/geography/greece.$CA",
37 "soundFile": "voices-$CA/$LOCALE/geography/ukraine.$CA",
44 "soundFile": "voices-$CA/$LOCALE/geography/turkey.$CA",
51 "soundFile": "voices-$CA/$LOCALE/geography/slovenia.$CA",
59 "soundFile": "voices-$CA/$LOCALE/geography/slovakia.$CA",
74 "soundFile": "voices-$CA/$LOCALE/geography/serbia.$CA",
81 "soundFile": "voices-$CA/$LOCALE/geography/russia.$CA",
88 "soundFile": "voices-$CA/$LOCALE/geography/romania.$CA",
95 "soundFile": "voices-$CA/$LOCALE/geography/poland.$CA",
[all …]
H A Dboard14_0.qml44 "soundFile": "voices-$CA/$LOCALE/geography/palau.$CA",
58 "soundFile": "voices-$CA/$LOCALE/geography/micronesia.$CA",
65 "soundFile": "voices-$CA/$LOCALE/geography/nauru.$CA",
73 "soundFile": "voices-$CA/$LOCALE/geography/vanuatu.$CA",
80 "soundFile": "voices-$CA/$LOCALE/geography/tuvalu.$CA",
87 "soundFile": "voices-$CA/$LOCALE/geography/tonga.$CA",
108 "soundFile": "voices-$CA/$LOCALE/geography/kiribati.$CA",
115 "soundFile": "voices-$CA/$LOCALE/geography/fiji.$CA",
150 "soundFile": "voices-$CA/$LOCALE/geography/australia.$CA",
157 "soundFile": "voices-$CA/$LOCALE/geography/us_minor.$CA",
[all …]
H A Dboard8_0.qml23 "soundFile": "voices-$CA/$LOCALE/geography/zimbabwe.$CA",
30 "soundFile": "voices-$CA/$LOCALE/geography/zambia.$CA",
37 "soundFile": "voices-$CA/$LOCALE/geography/uganda.$CA",
44 "soundFile": "voices-$CA/$LOCALE/geography/tanzania.$CA",
51 "soundFile": "voices-$CA/$LOCALE/geography/eswatini.$CA",
65 "soundFile": "voices-$CA/$LOCALE/geography/rwanda.$CA",
79 "soundFile": "voices-$CA/$LOCALE/geography/namibia.$CA",
93 "soundFile": "voices-$CA/$LOCALE/geography/malawi.$CA",
114 "soundFile": "voices-$CA/$LOCALE/geography/kenya.$CA",
121 "soundFile": "voices-$CA/$LOCALE/geography/gabon.$CA",
[all …]
H A Dboard9_0.qml23 "soundFile": "voices-$CA/$LOCALE/geography/turkey.$CA",
30 "soundFile": "voices-$CA/$LOCALE/geography/cyprus.$CA",
37 "soundFile": "voices-$CA/$LOCALE/geography/georgia.$CA",
52 "soundFile": "voices-$CA/$LOCALE/geography/armenia.$CA",
59 "soundFile": "voices-$CA/$LOCALE/geography/iran.$CA",
66 "soundFile": "voices-$CA/$LOCALE/geography/iraq.$CA",
73 "soundFile": "voices-$CA/$LOCALE/geography/syria.$CA",
80 "soundFile": "voices-$CA/$LOCALE/geography/jordan.$CA",
87 "soundFile": "voices-$CA/$LOCALE/geography/israel.$CA",
123 "soundFile": "voices-$CA/$LOCALE/geography/qatar.$CA",
[all …]
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/oplsynth/
H A Dmusicblock.cpp75 uint32_t voice_value = voices[i].timestamp + (voices[i].sustained ? (1 << 31) : 0); in findFreeVoice()
76 if ((voices[i].index == ~0u || voices[i].sustained) && (voice_value < min_value)) in findFreeVoice()
111 if (voices[i].current_instr_voice == &voices[i].current_instr->voices[1] || in replaceExistingVoice()
112 voices[i].index >= voices[result].index) in replaceExistingVoice()
246 if (voices[i].index == id && voices[i].key == note) in noteOff()
272 auto &ch = voices[i]; in changePitch()
293 auto &ch = voices[i]; in changeModulation()
314 if (voices[i].index == id && voices[i].sustained) in changeSustain()
334 auto &ch = voices[i]; in changeVolume()
353 auto &ch = voices[i]; in changePanning()
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/water/synthesisers/
H A DSynthesiser.cpp106 return voices [index]; in getVoice()
111 voices.clear(); in clearVoices()
117 return voices.add (newVoice); in addVoice()
122 voices.remove (index); in removeVoice()
226 for (int i = voices.size(); --i >= 0;) in renderVoices()
343 for (int i = voices.size(); --i >= 0;) in noteOff()
369 for (int i = voices.size(); --i >= 0;) in allNotesOff()
382 for (int i = voices.size(); --i >= 0;) in handlePitchWheel()
404 for (int i = voices.size(); --i >= 0;) in handleController()
416 for (int i = voices.size(); --i >= 0;) in handleAftertouch()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_basics/mpe/
H A Djuce_MPESynthesiser.cpp72 for (auto* voice : voices) in notePressureChanged()
86 for (auto* voice : voices) in notePitchbendChanged()
100 for (auto* voice : voices) in noteTimbreChanged()
114 for (auto* voice : voices) in noteKeyStateChanged()
163 for (auto* voice : voices) in findFreeVoice()
193 for (auto* voice : voices) in findVoiceToSteal()
263 voices.add (newVoice); in addVoice()
269 voices.clear(); in clearVoices()
275 return voices [index]; in getVoice()
281 voices.remove (index); in removeVoice()
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_basics/mpe/
H A Djuce_MPESynthesiser.cpp72 for (auto* voice : voices) in notePressureChanged()
86 for (auto* voice : voices) in notePitchbendChanged()
100 for (auto* voice : voices) in noteTimbreChanged()
114 for (auto* voice : voices) in noteKeyStateChanged()
163 for (auto* voice : voices) in findFreeVoice()
193 for (auto* voice : voices) in findVoiceToSteal()
263 voices.add (newVoice); in addVoice()
269 voices.clear(); in clearVoices()
275 return voices [index]; in getVoice()
281 voices.remove (index); in removeVoice()
[all …]
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_basics/mpe/
H A Djuce_MPESynthesiser.cpp72 for (auto* voice : voices) in notePressureChanged()
86 for (auto* voice : voices) in notePitchbendChanged()
100 for (auto* voice : voices) in noteTimbreChanged()
114 for (auto* voice : voices) in noteKeyStateChanged()
163 for (auto* voice : voices) in findFreeVoice()
193 for (auto* voice : voices) in findVoiceToSteal()
263 voices.add (newVoice); in addVoice()
269 voices.clear(); in clearVoices()
275 return voices [index]; in getVoice()
281 voices.remove (index); in removeVoice()
[all …]
/dports/audio/libmikmod/libmikmod-3.3.11.1/drivers/
H A Ddrv_ultra.c626 memset (&voices, 0, sizeof (voices)); in Ultra_Init_internal()
784 voices[t].flags = 0; in Ultra_PlayStart()
785 voices[t].handle = 0; in Ultra_PlayStart()
786 voices[t].size = 0; in Ultra_PlayStart()
787 voices[t].start = 0; in Ultra_PlayStart()
788 voices[t].reppos = 0; in Ultra_PlayStart()
789 voices[t].repend = 0; in Ultra_PlayStart()
791 voices[t].kick = 0; in Ultra_PlayStart()
793 voices[t].vol = 0; in Ultra_PlayStart()
795 voices[t].active = 0; in Ultra_PlayStart()
[all …]

12345678910>>...105