Home
last modified time | relevance | path

Searched refs:modWheel (Results 1 – 16 of 16) sorted by relevance

/dports/games/exult/exult-snapshot-v1.7.0.20211128/audio/midi_drivers/
H A DXMidiSequence.cpp100 modWheel[0] = coarse_value; in reset()
101 modWheel[1] = fine_value; in reset()
317 shadows[chan].modWheel[event->data[0]/32] = event->data[1]; in updateShadowForEvent()
413 SendController(1,modWheel); in applyShadow()
H A DXMidiSequence.h130 int modWheel[2]; // 1 member
/dports/audio/faust/faust-2.37.3/examples/SAM/volume/
H A Dvolume.dsp2 // Volume control in dB with MIDI control (CC-1, modWheel)
/dports/audio/drumstick/drumstick-2.5.0/library/rt-backends/eassynth/sonivox/lib_src/
H A Deas_dlssynth.c149 temp += ((pDLSArt->modLFOCC1ToPitch * pChannel->modWheel) >> 7); in DLS_UpdatePhaseInc()
163 temp += ((pDLSArt->vibLFOCC1ToPitch * pChannel->modWheel) >> 7); in DLS_UpdatePhaseInc()
194 temp += ((pDLSArt->modLFOCC1ToGain * pChannel->modWheel) >> 7); in DLS_UpdateGain()
267 temp += ((pDLSArt->modLFOCC1ToFc * pChannel->modWheel) >> 7); in DLS_UpdateFilter()
H A Deas_synth.h214 EAS_U8 modWheel; /* CC1 */ member
H A Deas_voicemgt.c550 pChannel->modWheel = DEFAULT_MOD_WHEEL; in VMResetControllers()
2237 pChannel->modWheel = value; in VMControlChange()
2334 pChannel->modWheel = DEFAULT_MOD_WHEEL; in VMControlChange()
3778 pControl->modWheel = pSynth->channels[channel].modWheel; in VMGetMIDIControllers()
H A Deas_wtsynth.c661 ((pChannel->modWheel) << (NUM_EG1_FRAC_BITS -7))); in WT_UpdatePhaseInc()
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/
H A Dadlib.cpp205 int8 modWheel; member
1161 voice->_s10a.modWheel = _modWheel >> 2; in modulationWheel()
1163 voice->_s10b.modWheel = _modWheel >> 2; in modulationWheel()
1708 s11->s10->modWheel = (char)s11->modifyVal; in mcIncStuff()
1749 if (s10->curVal != i || s10->modWheel != s10->modWheelLast) { in struct10OnTimer()
1751 s10->modWheelLast = s10->modWheel; in struct10OnTimer()
2163 s10->modWheel = part->_modWheel >> 2; in mcInitStuff()
2165 s10->modWheel = 31; in mcInitStuff()
2177 s11->s10->modWheel = 0; in mcInitStuff()
/dports/games/residualvm/residualvm-0.3.1/audio/
H A Dadlib.cpp205 int8 modWheel; member
1161 voice->_s10a.modWheel = _modWheel >> 2; in modulationWheel()
1163 voice->_s10b.modWheel = _modWheel >> 2; in modulationWheel()
1708 s11->s10->modWheel = (char)s11->modifyVal; in mcIncStuff()
1749 if (s10->curVal != i || s10->modWheel != s10->modWheelLast) { in struct10OnTimer()
1751 s10->modWheelLast = s10->modWheel; in struct10OnTimer()
2163 s10->modWheel = part->_modWheel >> 2; in mcInitStuff()
2165 s10->modWheel = 31; in mcInitStuff()
2177 s11->s10->modWheel = 0; in mcInitStuff()
/dports/games/scummvm/scummvm-2.5.1/audio/
H A Dadlib.cpp205 int8 modWheel; member
1161 voice->_s10a.modWheel = _modWheel >> 2; in modulationWheel()
1163 voice->_s10b.modWheel = _modWheel >> 2; in modulationWheel()
1713 s11->s10->modWheel = (char)s11->modifyVal; in mcIncStuff()
1754 if (s10->curVal != i || s10->modWheel != s10->modWheelLast) { in struct10OnTimer()
1756 s10->modWheelLast = s10->modWheel; in struct10OnTimer()
2168 s10->modWheel = part->_modWheel >> 2; in mcInitStuff()
2170 s10->modWheel = 31; in mcInitStuff()
2182 s11->s10->modWheel = 0; in mcInitStuff()
/dports/audio/faust/faust-2.37.3/examples/SAM/virtualAnalog/
H A DvirtualAnalog.dsp52 modWheelShift = 1.5*modWheel; // Manual says 0 to 1.5 octaves
124 vcfModMixModulationOctaves = select2(vcfModEnable, 0, (1.5 * oscNoiseModulation * modWheel)); // oc…
177 envelopeAmpNoAM * (1.0 + AMDepth*modWheel * 0.5 * (1.0+oscNoiseModulation)));
185 modWheel = wg(vslider("[1] mod [midi:ctrl 1] [style:knob] [tooltip: PitchModulation amplitude in oc…
H A DvirtualAnalogForBrowser.dsp52 modWheelShift = 1.5*modWheel; // Manual says 0 to 1.5 octaves
122 vcfModMixModulationOctaves = select2(vcfModEnable, 0, (1.5 * oscNoiseModulation * modWheel)); // oc…
175 envelopeAmpNoAM * (1.0 + AMDepth*modWheel * 0.5 * (1.0+oscNoiseModulation)));
183 modWheel = wg(vslider("[1] mod [midi:ctrl 1] [style:knob] [tooltip: PitchModulation amplitude in oc…
H A DvirtualAnalogWithEffectsForBrowser.dsp52 modWheelShift = 1.5*modWheel; // Manual says 0 to 1.5 octaves
122 vcfModMixModulationOctaves = select2(vcfModEnable, 0, (1.5 * oscNoiseModulation * modWheel)); // oc…
175 envelopeAmpNoAM * (1.0 + AMDepth*modWheel * 0.5 * (1.0+oscNoiseModulation)));
183 modWheel = wg(vslider("[1] mod [midi:ctrl 1] [style:knob] [tooltip: PitchModulation amplitude in oc…
/dports/audio/drumstick/drumstick-2.5.0/library/rt-backends/eassynth/sonivox/host_src/
H A Deas_types.h247 EAS_U8 modWheel; /* CC1 */ member
/dports/audio/bristol/bristol-0.60.10/memory/profiles/
H A DtrilogyODC.mcm168 # There is a special token to remap the ModWheel: modWheel. This only funtions
/dports/audio/bristol/bristol-0.60.10/
H A DChangeLog59 the mapping in the GUI but added a token called modWheel for the 'mcm' file to
62 The request to have an inverted modWheel requires the following: Start the
66 modWheel: 127 0.001
67 modWheel: 0 127.0