Home
last modified time | relevance | path

Searched refs:fixValue (Results 1 – 25 of 50) sorted by relevance

12

/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-midi/src/org/herac/tuxguitar/io/midi/
H A DMidiMessageUtils.java10 private static int fixValue(int value){ in fixValue() method in MidiMessageUtils
25 …iMessage.shortMessage(MidiMessage.NOTE_ON, fixChannel(channel), fixValue(note), fixValue(velocity)… in noteOn()
29 …Message.shortMessage(MidiMessage.NOTE_OFF, fixChannel(channel), fixValue(note), fixValue(velocity)… in noteOff()
33 …hortMessage(MidiMessage.CONTROL_CHANGE, fixChannel(channel), fixValue(controller), fixValue(value)… in controlChange()
37 …return MidiMessage.shortMessage(MidiMessage.PROGRAM_CHANGE, fixChannel(channel), fixValue(instrume… in programChange()
41 return MidiMessage.shortMessage(MidiMessage.PITCH_BEND, fixChannel(channel), 0, fixValue(value)); in pitchBend()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-gervill/src/org/herac/tuxguitar/io/gervill/
H A DMidiMessageUtils.java14 private static int fixValue(int value){ in fixValue() method in MidiMessageUtils
31 … message.setMessage(ShortMessage.NOTE_ON, fixChannel(channel), fixValue(note), fixValue(velocity)); in noteOn()
42 …message.setMessage(ShortMessage.NOTE_OFF, fixChannel(channel), fixValue(note), fixValue(velocity)); in noteOff()
53 …e.setMessage(ShortMessage.CONTROL_CHANGE,fixChannel(channel),fixValue(controller), fixValue(value)… in controlChange()
64 message.setMessage(ShortMessage.PROGRAM_CHANGE, fixChannel(channel), fixValue(instrument), 0); in programChange()
75 message.setMessage(ShortMessage.PITCH_BEND, fixChannel(channel), 0, fixValue(value)); in pitchBend()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-jsa/src/org/herac/tuxguitar/player/impl/jsa/utils/
H A DMidiMessageUtils.java14 private static int fixValue(int value){ in fixValue() method in MidiMessageUtils
31 … message.setMessage(ShortMessage.NOTE_ON, fixChannel(channel), fixValue(note), fixValue(velocity)); in noteOn()
42 …message.setMessage(ShortMessage.NOTE_OFF, fixChannel(channel), fixValue(note), fixValue(velocity)); in noteOff()
53 …e.setMessage(ShortMessage.CONTROL_CHANGE,fixChannel(channel),fixValue(controller), fixValue(value)… in controlChange()
64 message.setMessage(ShortMessage.PROGRAM_CHANGE, fixChannel(channel), fixValue(instrument), 0); in programChange()
75 message.setMessage(ShortMessage.PITCH_BEND, fixChannel(channel), 0, fixValue(value)); in pitchBend()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-ptb/src/org/herac/tuxguitar/io/ptb/helper/
H A DTrackStartHelper.java35 this.voices[i][j] = fixValue(start); in initVoices()
53 return fixValue(result); in getMaxStart()
61 this.voices[staff][voice] = fixValue(start); in setVoiceStart()
85 public long fixValue(long value){ in fixValue() method in TrackStartHelper
/dports/net/olsrd/olsrd-0.9.8/lib/info.java/org.olsr.v1.info.api/src/org/olsr/v1/info/api/dto/
H A DJsonInfoPudPositionEntry.java26 private long fixValue = 0; field in JsonInfoPudPositionEntry
222 return this.fixValue; in getFixValue()
229 public void setFixValue(final long fixValue) { in setFixValue() argument
230 this.fixValue = fixValue; in setFixValue()
462 result = (prime * result) + (int) (this.fixValue ^ (this.fixValue >>> 32)); in hashCode()
534 if (this.fixValue != other.fixValue) { in equals()
606 builder.append(this.fixValue); in toString()
/dports/net/messagelib/messagelib-21.12.3/messageviewer/src/viewer/
H A Dcsshelperbase.cpp43 inline QColor fixValue(const QColor &c, int newV) in fixValue() function
104 cPgpOk1B = lightBG ? desaturate(cPgpOk1H) : fixValue(cPgpOk1H, vBG); in recalculatePGPColors()
111 cPgpOk0B = lightBG ? desaturate(cPgpOk0H) : fixValue(cPgpOk0H, vBG); in recalculatePGPColors()
118 cPgpWarnB = lightBG ? desaturate(cPgpWarnH) : fixValue(cPgpWarnH, vBG); in recalculatePGPColors()
125 cPgpErrB = lightBG ? desaturate(cPgpErrH) : fixValue(cPgpErrH, vBG); in recalculatePGPColors()
132 cPgpEncrB = lightBG ? desaturate(cPgpEncrH) : fixValue(cPgpEncrH, vBG); in recalculatePGPColors()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/image/metadata/
H A DMetadataUtil.java163 return fixValue( fStop, FSTOPS ); in fixFStop()
176 return fixValue( speed, SHUTTER_SPEED ); in fixShutterSpeed()
355 private static float fixValue( double value, float[] table ) { in fixValue() method in MetadataUtil
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/scxmleditor/plugin_interface/
H A Dtransitionitem.h82 void setEndItem(ConnectableItem *item, bool fixValue = true);
98 void updateTarget(bool fixValue = true);
/dports/graphics/libksane/libksane-21.12.3/src/widgets/
H A Dlabeledslider.cpp109 connect(m_slider, &QSlider::sliderReleased, this, &LabeledSlider::fixValue); in initSlider()
174 void LabeledSlider::fixValue() in fixValue() function in KSaneIface::LabeledSlider
H A Dlabeledslider.h71 void fixValue();
H A Dlabeledfslider.h74 void fixValue();
H A Dlabeledfslider.cpp120 connect(m_slider, &QSlider::sliderReleased, this, &LabeledFSlider::fixValue); in initFSlider()
223 void LabeledFSlider::fixValue() in fixValue() function in KSaneIface::LabeledFSlider
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/draft/
H A DKeyboard.java505 final String from = fixValue(parts.getAttributeValue(2, "from")); in handlePathValue()
506 final String to = fixValue(parts.getAttributeValue(2, "to")); in handlePathValue()
547 private String fixValue(String value) { in fixValue() method in Keyboard.KeyboardHandler
576 chars = fixValue(attributeValue); in getOutput()
590 final String fixedValue = fixValue(item); in getOutput()
/dports/audio/carla/Carla-2.4.1/source/modules/distrho/
H A DDistrhoPlugin.hpp212 fixValue(def); in fixDefault()
218 void fixValue(float& value) const noexcept in fixValue() function
/dports/www/bolt/bolt-2.2.24/vendor/symfony/form/Symfony/Component/Form/Extension/Core/ChoiceList/
H A DChoiceList.php430 protected function fixValue($value) function in Symfony\\Component\\Form\\Extension\\Core\\ChoiceList\\ChoiceList
446 $values[$i] = $this->fixValue($value);
/dports/audio/nekobi-lv2/Nekobi-840a692/dpf/distrho/
H A DDistrhoPlugin.hpp212 fixValue(def); in fixDefault()
218 void fixValue(float& value) const noexcept in fixValue() function
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/dpf/distrho/
H A DDistrhoPlugin.hpp212 fixValue(def); in fixDefault()
218 void fixValue(float& value) const noexcept in fixValue() function
/dports/audio/fogpad-lv2/fogpad-port-1.0.0-3-gc52326b/dpf/distrho/
H A DDistrhoPlugin.hpp212 fixValue(def); in fixDefault()
218 void fixValue(float& value) const noexcept in fixValue() function
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/dpf/distrho/
H A DDistrhoPlugin.hpp215 fixValue(def); in fixDefault()
221 void fixValue(float& value) const noexcept in fixValue() function
/dports/audio/midiomatic-lv2/midiomatic-0.2.0/dpf/distrho/
H A DDistrhoPlugin.hpp215 fixValue(def); in fixDefault()
221 void fixValue(float& value) const noexcept in fixValue() function
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/distrho/
H A DDistrhoPlugin.hpp215 fixValue(def); in fixDefault()
221 void fixValue(float& value) const noexcept in fixValue() function
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/dpf/distrho/
H A DDistrhoPlugin.hpp212 fixValue(def); in fixDefault()
218 void fixValue(float& value) const noexcept in fixValue() function
/dports/audio/ssr-lv2/ssr-e1999da/dpf/distrho/
H A DDistrhoPlugin.hpp215 fixValue(def); in fixDefault()
221 void fixValue(float& value) const noexcept in fixValue() function
/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/dpf/distrho/
H A DDistrhoPlugin.hpp212 fixValue(def); in fixDefault()
218 void fixValue(float& value) const noexcept in fixValue() function
/dports/audio/string-machine-lv2/string-machine-0.1.0/dpf/distrho/
H A DDistrhoPlugin.hpp212 fixValue(def); in fixDefault()
218 void fixValue(float& value) const noexcept in fixValue() function

12