Home
last modified time | relevance | path

Searched refs:getModulation (Results 1 – 25 of 26) sorted by relevance

12

/dports/science/jmol/jmol-14.32.7/src/org/jmol/renderspecial/
H A DVectorsRenderer.java102 JmolModulationSet mod = ms.getModulation(i); in render()
137 JmolModulationSet mod = ms.getModulation(i); in render()
172 JmolModulationSet mod = atom.getModulation(); in transform()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/api/
H A DJmolModulationSet.java10 Object getModulation(char type, T3 t456); in getModulation() method
/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/
H A DBHarvestr.cpp1186 float graintune = getModulation (&voice, PROPERTIES + GRAIN_TUNE * PROPERTIES_SIZE, iframe); in play()
1187 float grainfine = getModulation (&voice, PROPERTIES + GRAIN_FINE * PROPERTIES_SIZE, iframe); in play()
1190 float grainsize = getModulation (&voice, PROPERTIES + GRAIN_SIZE * PROPERTIES_SIZE, iframe); in play()
1193 float phase = getModulation (&voice, PROPERTIES + GRAIN_PHASE * PROPERTIES_SIZE, iframe); in play()
1196 grain.level = getModulation (&voice, PROPERTIES + GRAIN_LEVEL * PROPERTIES_SIZE, iframe); in play()
1197 grain.pan = getModulation (&voice, PROPERTIES + GRAIN_PAN * PROPERTIES_SIZE, iframe); in play()
1201 float grainrate = getModulation (&voice, PROPERTIES + GRAIN_RATE * PROPERTIES_SIZE, iframe); in play()
1205 float graindrive = getModulation (&voice, PROPERTIES + GRAIN_DRIVE * PROPERTIES_SIZE, iframe); in play()
1254 float f = getModulation (&voice, SYNTH + SYNTH_LEVEL * PROPERTIES_SIZE, iframe); in play()
1282 double BHarvestr::getModulation (const Voice* voiceptr, const int property, const uint64_t frame) c… in getModulation() function in BHarvestr
[all …]
H A DBHarvestr.hpp77 double getModulation (const Voice* voiceptr, const int property, const uint64_t frame) const;
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/softsynth/mt32/
H A DPart.h100 Bit8u getModulation() const;
H A DTVP.cpp213 int newLFOPitchOffset = (part->getModulation() * partialParam->pitchLFO.modSensitivity) >> 7; in targetPitchOffsetReached()
H A DPart.cpp122 Bit8u Part::getModulation() const { in getModulation() function in MT32Emu::Part
/dports/games/scummvm/scummvm-2.5.1/audio/softsynth/mt32/
H A DPart.h100 Bit8u getModulation() const;
H A DTVP.cpp215 int newLFOPitchOffset = (part->getModulation() * partialParam->pitchLFO.modSensitivity) >> 7; in targetPitchOffsetReached()
H A DPart.cpp122 Bit8u Part::getModulation() const { in getModulation() function in MT32Emu::Part
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/midi/munt/
H A DPart.h100 Bit8u getModulation() const;
H A DTVP.cpp199 int newLFOPitchOffset = (part->getModulation() * partialParam->pitchLFO.modSensitivity) >> 7; in targetPitchOffsetReached()
H A DPart.cpp122 Bit8u Part::getModulation() const { in getModulation() function in MT32Emu::Part
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/python_bindings/
H A Dsurgepy.cpp601 return getModulation(to.getID().getSynthSideId(), (modsources)from.getModSource()); in getModulationPy()
732 r.normalizedDepth = getModulation(gm.destination_id, (modsources)gm.source_id); in getAllModRoutings()
752 getModulation(gm.destination_id + storage.getPatch().scene_start[sc], in getAllModRoutings()
768 getModulation(gm.destination_id + storage.getPatch().scene_start[sc], in getAllModRoutings()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/modelset/
H A DAtom.java1062 public JmolModulationSet getModulation() { in getModulation() method in Atom
1063 return group.chain.model.ms.getModulation(i); in getModulation()
1468 JmolModulationSet ms = getModulation(); in atomPropertyTuple()
H A DAtomCollection.java730 ms = getModulation(atomIndex); in getVibCoord()
750 return ((Float) ms.getModulation('O', null)).floatValue(); in getVibCoord()
754 T3 t = (T3) ms.getModulation('T', null); in getVibCoord()
768 public JmolModulationSet getModulation(int iAtom) { in getModulation() method in AtomCollection
2843 JmolModulationSet mod = getModulation(i); in scaleVectorsToMax()
H A DModelSet.java1745 && (v = (Vibration) getModulation(i)) != null || (tok == T.vibration || tok == 0) in getLastVibrationVector()
1758 list.addLast(((JmolModulationSet) vibrations[i]).getModulation(type, in getModulationList()
2667 && atomB.altloc != '\0' && getModulation(atomA.i) == null) in autoBondCheck()
3473 JmolModulationSet ms = getModulation(i); in setModulation()
3609 JmolModulationSet ms = getModulation(index); in getUnitCellForAtom()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/
H A DSurgeSynthesizer.h317 float getModulation(long ptag, modsources modsource);
H A DSurgeSynthesizer.cpp2645 float SurgeSynthesizer::getModulation(long ptag, modsources modsource) in getModulation() function in SurgeSynthesizer
4085 getModulation(fxsync[source].p[whichForReal].id, (modsources)mv->at(i).source_id);
4102 auto depth = getModulation(fxsync[target].p[whichForReal].id,
/dports/science/jmol/jmol-14.32.7/src/org/jmol/util/
H A DModulationSet.java545 public Object getModulation(char type, T3 tuv) { in getModulation() method in ModulationSet
/dports/science/jmol/jmol-14.32.7/src/org/jmol/render/
H A DMeasuresRenderer.java143 JmolModulationSet v = ms.getModulation(i); in getModAtom()
/dports/multimedia/naludump/naludump-0.1.1/libsi/
H A Ddescriptor.h228 int getModulation() const;
H A Ddescriptor.c453 int CableDeliverySystemDescriptor::getModulation() const { in getModulation() function
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/scripts/ipy/
H A DDemonstrate Surge in Python.ipynb478 "The three key APIs we have are getModSource, setModulation and getModulation. So lets\n",
529 "print( \"Modulation to osc0lev from lfo1 is: \", surge.getModulation( osc0lev, lfo1 ))"
/dports/science/jmol/jmol-14.32.7/src/org/jmol/viewer/
H A DStateCreator.java377 JmolModulationSet mset = ms.getModulation(j); in getModelState()

12