Home
last modified time | relevance | path

Searched refs:basePitch (Results 1 – 25 of 125) sorted by relevance

12345

/dports/games/libretro-scummvm/scummvm-7b1e929/audio/softsynth/mt32/
H A DTVP.cpp82 Bit32s basePitch = keyToPitch(key); in calcBasePitch() local
83basePitch = (basePitch * pitchKeyfollowMult[partialParam->wg.pitchKeyfollow]) >> 13; // PORTABILIT… in calcBasePitch()
101 basePitch += 33037; in calcBasePitch()
108 basePitch = basePitch & 0xffff; in calcBasePitch()
109 } else if (basePitch < 0) { in calcBasePitch()
110 basePitch = 0; in calcBasePitch()
112 if (basePitch > 59392) { in calcBasePitch()
113 basePitch = 59392; in calcBasePitch()
115 return Bit32u(basePitch); in calcBasePitch()
167 pitch = basePitch; in reset()
[all …]
H A DTVF.cpp56 static int calcBaseCutoff(const TimbreParam::PartialParam *partialParam, Bit32u basePitch, unsigned… in calcBaseCutoff() argument
90 int pitchDeltaThing = (basePitch >> 4) + baseCutoff - 3584; in calcBaseCutoff()
124 void TVF::reset(const TimbreParam::PartialParam *newPartialParam, unsigned int basePitch) { in reset() argument
132 …baseCutoff = calcBaseCutoff(newPartialParam, basePitch, key, partial->getSynth()->controlROMFeatur… in reset()
/dports/games/scummvm/scummvm-2.5.1/audio/softsynth/mt32/
H A DTVP.cpp82 Bit32s basePitch = keyToPitch(key); in calcBasePitch() local
83basePitch = (basePitch * pitchKeyfollowMult[partialParam->wg.pitchKeyfollow]) >> 13; // PORTABILIT… in calcBasePitch()
101 basePitch += 33037; in calcBasePitch()
109 basePitch = basePitch & 0xffff; in calcBasePitch()
110 } else if (basePitch < 0) { in calcBasePitch()
111 basePitch = 0; in calcBasePitch()
112 } else if (basePitch > 59392) { in calcBasePitch()
113 basePitch = 59392; in calcBasePitch()
115 return Bit32u(basePitch); in calcBasePitch()
168 pitch = basePitch; in reset()
[all …]
H A DTVF.cpp56 static int calcBaseCutoff(const TimbreParam::PartialParam *partialParam, Bit32u basePitch, unsigned… in calcBaseCutoff() argument
90 int pitchDeltaThing = (basePitch >> 4) + baseCutoff - 3584; in calcBaseCutoff()
124 void TVF::reset(const TimbreParam::PartialParam *newPartialParam, unsigned int basePitch) { in reset() argument
132 …baseCutoff = calcBaseCutoff(newPartialParam, basePitch, key, partial->getSynth()->controlROMFeatur… in reset()
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/midi/munt/
H A DTVP.cpp80 Bit32s basePitch = keyToPitch(key); in calcBasePitch() local
81basePitch = (basePitch * pitchKeyfollowMult[partialParam->wg.pitchKeyfollow]) >> 13; // PORTABILIT… in calcBasePitch()
97 basePitch += 33037; in calcBasePitch()
100 if (basePitch < 0) { in calcBasePitch()
101 basePitch = 0; in calcBasePitch()
103 if (basePitch > 59392) { in calcBasePitch()
104 basePitch = 59392; in calcBasePitch()
106 return (Bit32u)basePitch; in calcBasePitch()
154 pitch = basePitch; in reset()
163 return basePitch; in getBasePitch()
[all …]
H A DTVF.cpp55 static int calcBaseCutoff(const TimbreParam::PartialParam *partialParam, Bit32u basePitch, unsigned… in calcBaseCutoff() argument
89 int pitchDeltaThing = (basePitch >> 4) + baseCutoff - 3584; in calcBaseCutoff()
117 void TVF::reset(const TimbreParam::PartialParam *newPartialParam, unsigned int basePitch) { in reset() argument
125 baseCutoff = calcBaseCutoff(newPartialParam, basePitch, key); in reset()
/dports/audio/rosegarden/rosegarden-21.06.1/src/base/figuration/
H A DFigurationSourceMap.cpp73 const Pitch &basePitch) : in ChromaticRelativeNote() argument
76 basePitch.getPerformancePitch()) { in ChromaticRelativeNote()
835 basePitch.getNoteInScale(key); in DiatonicRelativeNote()
838 basePitch.getOctave(octaveBase); in DiatonicRelativeNote()
879 const pitchT pitch = basePitch.getPerformancePitch(); in addDiatonicInterval()
928 return basePitch.getPerformancePitch() + interval; in addChromaticInterval()
938 return addChromaticInterval(basePitch, m_interval); in getResultPitch()
957 const Pitch basePitch(*baseNote); in getAsEvent() local
959 getResultPitch(key, basePitch); in getAsEvent()
1024 const Pitch basePitch(*toneEvent); in getPossibleRelations() local
[all …]
/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/segment/
H A DPasteToTriggerSegmentCommand.cpp48 int basePitch, in Q_DECLARE_TR_FUNCTIONS()
52 label, basePitch, baseVelocity) in Q_DECLARE_TR_FUNCTIONS()
75 int basePitch,
80 m_basePitch(basePitch),
92 int basePitch,
97 m_basePitch(basePitch),
H A DPasteToTriggerSegmentCommand.h48 int basePitch = -1,
56 int basePitch = -1,
96 int basePitch = -1,
H A DAddTriggerSegmentCommand.cpp32 int basePitch,
37 m_basePitch(basePitch), in AddTracksCommand()
H A DCutToTriggerSegmentCommand.cpp44 int basePitch, in CutToTriggerSegmentCommand() argument
51 m_paster(&comp, selection, name, basePitch, baseVelocity), in CutToTriggerSegmentCommand()
/dports/games/kevedit/kevedit-0.5.1/src/synth/
H A Dnotes.c84 float basePitch = settings.basePitch; in noteFrequency() local
95 freq = basePitch*pow(2, octave); in noteFrequency()
97 freq = basePitch/pow(2, octave*(-1)); in noteFrequency()
99 freq = basePitch; in noteFrequency()
/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DTriggerSegment.h48 void setBasePitch(int basePitch) { m_basePitch = basePitch; } in setBasePitch() argument
81 int basePitch = -1, int baseVelocity = -1,
/dports/audio/dssi/dssi-1.1.1/examples/
H A Dtrivial_sampler.c42 LADSPA_Data *basePitch; member
105 plugin->basePitch = data; in connectPortSampler()
142 plugin_data->basePitch = 0; in instantiateSampler()
188 if (plugin_data->basePitch && n != *plugin_data->basePitch) { in addSample()
189 ratio = powf(1.059463094, n - *plugin_data->basePitch); in addSample()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/amd/addrlib/src/core/
H A Daddrelemlib.cpp1141 UINT_32 basePitch; in AdjustSurfaceInfo() local
1201 basePitch = *pBasePitch; in AdjustSurfaceInfo()
1209 basePitch *= expandX; in AdjustSurfaceInfo()
1220 basePitch = basePitch / expandX; in AdjustSurfaceInfo()
1238 basePitch = (basePitch + expandX - 1) / expandX; in AdjustSurfaceInfo()
1244 *pBasePitch = basePitch; // 0 is legal value for base pitch. in AdjustSurfaceInfo()
/dports/graphics/libosmesa/mesa-21.3.6/src/amd/addrlib/src/core/
H A Daddrelemlib.cpp1141 UINT_32 basePitch; in AdjustSurfaceInfo() local
1201 basePitch = *pBasePitch; in AdjustSurfaceInfo()
1209 basePitch *= expandX; in AdjustSurfaceInfo()
1220 basePitch = basePitch / expandX; in AdjustSurfaceInfo()
1238 basePitch = (basePitch + expandX - 1) / expandX; in AdjustSurfaceInfo()
1244 *pBasePitch = basePitch; // 0 is legal value for base pitch. in AdjustSurfaceInfo()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/amd/addrlib/src/core/
H A Daddrelemlib.cpp1141 UINT_32 basePitch; in AdjustSurfaceInfo() local
1201 basePitch = *pBasePitch; in AdjustSurfaceInfo()
1209 basePitch *= expandX; in AdjustSurfaceInfo()
1220 basePitch = basePitch / expandX; in AdjustSurfaceInfo()
1238 basePitch = (basePitch + expandX - 1) / expandX; in AdjustSurfaceInfo()
1244 *pBasePitch = basePitch; // 0 is legal value for base pitch. in AdjustSurfaceInfo()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/amd/addrlib/src/core/
H A Daddrelemlib.cpp1141 UINT_32 basePitch; in AdjustSurfaceInfo() local
1201 basePitch = *pBasePitch; in AdjustSurfaceInfo()
1209 basePitch *= expandX; in AdjustSurfaceInfo()
1220 basePitch = basePitch / expandX; in AdjustSurfaceInfo()
1238 basePitch = (basePitch + expandX - 1) / expandX; in AdjustSurfaceInfo()
1244 *pBasePitch = basePitch; // 0 is legal value for base pitch. in AdjustSurfaceInfo()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/amd/addrlib/src/core/
H A Daddrelemlib.cpp1141 UINT_32 basePitch; in AdjustSurfaceInfo() local
1201 basePitch = *pBasePitch; in AdjustSurfaceInfo()
1209 basePitch *= expandX; in AdjustSurfaceInfo()
1220 basePitch = basePitch / expandX; in AdjustSurfaceInfo()
1238 basePitch = (basePitch + expandX - 1) / expandX; in AdjustSurfaceInfo()
1244 *pBasePitch = basePitch; // 0 is legal value for base pitch. in AdjustSurfaceInfo()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/amd/addrlib/src/core/
H A Daddrelemlib.cpp1141 UINT_32 basePitch; in AdjustSurfaceInfo() local
1201 basePitch = *pBasePitch; in AdjustSurfaceInfo()
1209 basePitch *= expandX; in AdjustSurfaceInfo()
1220 basePitch = basePitch / expandX; in AdjustSurfaceInfo()
1238 basePitch = (basePitch + expandX - 1) / expandX; in AdjustSurfaceInfo()
1244 *pBasePitch = basePitch; // 0 is legal value for base pitch. in AdjustSurfaceInfo()
/dports/graphics/mesa-libs/mesa-21.3.6/src/amd/addrlib/src/core/
H A Daddrelemlib.cpp1141 UINT_32 basePitch; in AdjustSurfaceInfo() local
1201 basePitch = *pBasePitch; in AdjustSurfaceInfo()
1209 basePitch *= expandX; in AdjustSurfaceInfo()
1220 basePitch = basePitch / expandX; in AdjustSurfaceInfo()
1238 basePitch = (basePitch + expandX - 1) / expandX; in AdjustSurfaceInfo()
1244 *pBasePitch = basePitch; // 0 is legal value for base pitch. in AdjustSurfaceInfo()
/dports/graphics/mesa-dri/mesa-21.3.6/src/amd/addrlib/src/core/
H A Daddrelemlib.cpp1141 UINT_32 basePitch; in AdjustSurfaceInfo() local
1201 basePitch = *pBasePitch; in AdjustSurfaceInfo()
1209 basePitch *= expandX; in AdjustSurfaceInfo()
1220 basePitch = basePitch / expandX; in AdjustSurfaceInfo()
1238 basePitch = (basePitch + expandX - 1) / expandX; in AdjustSurfaceInfo()
1244 *pBasePitch = basePitch; // 0 is legal value for base pitch. in AdjustSurfaceInfo()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/amd/addrlib/src/core/
H A Daddrelemlib.cpp1140 UINT_32 basePitch; in AdjustSurfaceInfo() local
1200 basePitch = *pBasePitch; in AdjustSurfaceInfo()
1208 basePitch *= expandX; in AdjustSurfaceInfo()
1219 basePitch = basePitch / expandX; in AdjustSurfaceInfo()
1237 basePitch = (basePitch + expandX - 1) / expandX; in AdjustSurfaceInfo()
1243 *pBasePitch = basePitch; // 0 is legal value for base pitch. in AdjustSurfaceInfo()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/amd/addrlib/src/core/
H A Daddrelemlib.cpp1140 UINT_32 basePitch; in AdjustSurfaceInfo() local
1200 basePitch = *pBasePitch; in AdjustSurfaceInfo()
1208 basePitch *= expandX; in AdjustSurfaceInfo()
1219 basePitch = basePitch / expandX; in AdjustSurfaceInfo()
1237 basePitch = (basePitch + expandX - 1) / expandX; in AdjustSurfaceInfo()
1243 *pBasePitch = basePitch; // 0 is legal value for base pitch. in AdjustSurfaceInfo()
/dports/lang/clover/mesa-21.3.6/src/amd/addrlib/src/core/
H A Daddrelemlib.cpp1141 UINT_32 basePitch; in AdjustSurfaceInfo() local
1201 basePitch = *pBasePitch; in AdjustSurfaceInfo()
1209 basePitch *= expandX; in AdjustSurfaceInfo()
1220 basePitch = basePitch / expandX; in AdjustSurfaceInfo()
1238 basePitch = (basePitch + expandX - 1) / expandX; in AdjustSurfaceInfo()
1244 *pBasePitch = basePitch; // 0 is legal value for base pitch. in AdjustSurfaceInfo()

12345