/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/rulers/ |
H A D | ControllerEventAdapter.cpp | 34 else if (m_event->getType() == Rosegarden::PitchBend::EventType) in getValue() 37 m_event->get<Rosegarden::Int>(Rosegarden::PitchBend::MSB, msb); in getValue() 38 m_event->get<Rosegarden::Int>(Rosegarden::PitchBend::LSB, lsb); in getValue() 65 else if (m_event->getType() == Rosegarden::PitchBend::EventType) in setValue() 71 m_event->set<Rosegarden::Int>(Rosegarden::PitchBend::MSB, msb); in setValue() 72 m_event->set<Rosegarden::Int>(Rosegarden::PitchBend::LSB, lsb); in setValue()
|
H A D | ControlRulerEventInsertCommand.cpp | 47 else if (m_type == Rosegarden::PitchBend::EventType) in modifySegment() 52 controllerEvent->set<Rosegarden::Int>(Rosegarden::PitchBend::MSB, msb); in modifySegment() 53 controllerEvent->set<Rosegarden::Int>(Rosegarden::PitchBend::LSB, lsb); in modifySegment()
|
H A D | ControllerEventsRuler.cpp | 309 } else if (m_controller->getType() == PitchBend::EventType) { in getName() 584 else if (m_controller->getType() == Rosegarden::PitchBend::EventType) in insertEvent() 589 controllerEvent->set<Rosegarden::Int>(Rosegarden::PitchBend::MSB, msb); in insertEvent() 590 controllerEvent->set<Rosegarden::Int>(Rosegarden::PitchBend::LSB, lsb); in insertEvent()
|
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/mididebug.lv2/lv2ttl/ |
H A D | mididebug.ttl.in | 158 lv2:scalePoint [ rdf:value 224 ; rdfs:label "(0xE0) PitchBend C01"; ] ; 159 lv2:scalePoint [ rdf:value 225 ; rdfs:label "(0xE1) PitchBend C02"; ] ; 160 lv2:scalePoint [ rdf:value 226 ; rdfs:label "(0xE2) PitchBend C03"; ] ; 161 lv2:scalePoint [ rdf:value 227 ; rdfs:label "(0xE3) PitchBend C04"; ] ; 162 lv2:scalePoint [ rdf:value 228 ; rdfs:label "(0xE4) PitchBend C04"; ] ; 163 lv2:scalePoint [ rdf:value 229 ; rdfs:label "(0xE5) PitchBend C06"; ] ; 164 lv2:scalePoint [ rdf:value 230 ; rdfs:label "(0xE6) PitchBend C07"; ] ; 165 lv2:scalePoint [ rdf:value 231 ; rdfs:label "(0xE7) PitchBend C08"; ] ; 166 lv2:scalePoint [ rdf:value 232 ; rdfs:label "(0xE8) PitchBend C09"; ] ; 167 lv2:scalePoint [ rdf:value 233 ; rdfs:label "(0xE9) PitchBend C10"; ] ; [all …]
|
/dports/audio/faust/faust-2.37.3/architecture/soul/ |
H A D | poly-dsp-effect.soul | 15 soul::note_events::PitchBend pitchBend; 32 event pitchBend (soul::note_events::PitchBend e) 55 soul::note_events::PitchBend pitchBend; 83 soul::note_events::PitchBend pitchBend; 90 soul::note_events::PitchBend voicePitchBend[voiceCount]; 138 event pitchBend (soul::note_events::PitchBend e)
|
H A D | poly-dsp.soul | 15 soul::note_events::PitchBend pitchBend; 32 event pitchBend (soul::note_events::PitchBend e) 55 soul::note_events::PitchBend pitchBend; 83 soul::note_events::PitchBend pitchBend; 90 soul::note_events::PitchBend voicePitchBend[voiceCount]; 138 event pitchBend (soul::note_events::PitchBend e)
|
/dports/audio/rosegarden/rosegarden-21.06.1/src/base/ |
H A D | MidiTypes.cpp | 29 const std::string PitchBend::EventType = "pitchbend"; 31 const PropertyName PitchBend::MSB = "msb"; 32 const PropertyName PitchBend::LSB = "lsb"; 34 Event *PitchBend::makeEvent(timeT absoluteTime, MidiByte msb, MidiByte lsb) in makeEvent()
|
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/ |
H A D | pianokeyboard.cc | 307 PitchBend (0, false); in handle_fixed_keys() 310 PitchBend (4096, false); in handle_fixed_keys() 313 PitchBend (12288, false); in handle_fixed_keys() 316 PitchBend (16383, false); in handle_fixed_keys() 319 PitchBend (0, true); in handle_fixed_keys() 322 PitchBend (16383, true); in handle_fixed_keys() 336 PitchBend (8192, false); in handle_fixed_keys() 341 PitchBend (8192, true); in handle_fixed_keys()
|
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/dialogs/ |
H A D | SimpleEventEditDialog.cpp | 103 m_typeCombo->addItem(strtoqstr(PitchBend::EventType)); in SimpleEventEditDialog() 530 } else if (m_type == PitchBend::EventType) { in setupForEvent() 553 (PitchBend::MSB)); in setupForEvent() 560 (PitchBend::LSB)); in setupForEvent() 800 } else if (m_type == PitchBend::EventType) { in getEvent() 801 subordering = PitchBend::EventSubOrdering; in getEvent() 958 } else if (m_type == PitchBend::EventType) { in slotPitchChanged() 959 m_event.set<Int>(PitchBend::MSB, value); in slotPitchChanged() 978 } else if (m_type == PitchBend::EventType) { in slotVelocityChanged() 979 m_event.set<Int>(PitchBend::LSB, value); in slotVelocityChanged()
|
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/ |
H A D | MIDIEvents.h | 55 enum PitchBend enum 145 uint32 PitchBend(uint8 midiChannel, uint16 bendAmount);
|
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/source/vst/utility/ |
H A D | mpeprocessor.h | 89 PitchBend = 129, enumerator 100 InputMIDIMessage x {PitchBend};
|
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/source/vst/utility/ |
H A D | mpeprocessor.h | 89 PitchBend = 129, enumerator 100 InputMIDIMessage x {PitchBend};
|
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/eventlist/ |
H A D | EventView.cpp | 99 ProgramChange | PitchBend | Indication | Other | 423 } else if ((*it)->isa(PitchBend::EventType)) { 424 if (!(m_eventFilter & PitchBend)) 509 } else if ((*it)->has(PitchBend::MSB)) { 512 <Int>(PitchBend::MSB)); 544 } else if ((*it)->has(PitchBend::LSB)) { 547 <Int>(PitchBend::LSB)); 1364 if (m_pitchBendCheckBox->isChecked()) m_eventFilter |= EventView::PitchBend; 1396 m_pitchBendCheckBox->setChecked (m_eventFilter & PitchBend);
|
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/studio/ |
H A D | ControlParameterEditDialog.cpp | 169 m_typeCombo->addItem(strtoqstr(PitchBend::EventType)); in ControlParameterEditDialog() 203 else if (m_control->getType() == PitchBend::EventType) in ControlParameterEditDialog() 259 if (qstrtostr(m_typeCombo->currentText()) == PitchBend::EventType || in populate()
|
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/common/ |
H A D | VoiceBase.h | 75 int PitchBend, in Trigger() argument 84 pEngineChannel, itNoteOnEvent, PitchBend, VoiceType, iKeyGroup in Trigger()
|
/dports/games/jfsw/jfsw-c434002/jfaudiolib/src/ |
H A D | midifuncs.h | 31 void ( *PitchBend )( int channel, int lsb, int msb ); member
|
/dports/games/NBlood/NBlood-a1689a4/source/audiolib/include/ |
H A D | midifuncs.h | 31 void ( *PitchBend )( int channel, int lsb, int msb ); member
|
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/edges/ |
H A D | midi.h | 60 static void PitchBend(uint8_t channel, uint16_t pitch_bend) { } in PitchBend() function 248 Device::PitchBend(lo, (static_cast<uint16_t>(data_[1]) << 7) + data_[0]); in MessageReceived()
|
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/yarns/ |
H A D | midi_handler.h | 93 static void PitchBend(uint8_t channel, uint16_t pitch_bend) { in PitchBend() function 94 if (multi.PitchBend(channel, pitch_bend) && !multi.direct_thru()) { in PitchBend()
|
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/edges/ |
H A D | midi.h | 60 static void PitchBend(uint8_t channel, uint16_t pitch_bend) { } in PitchBend() function 248 Device::PitchBend(lo, (static_cast<uint16_t>(data_[1]) << 7) + data_[0]); in MessageReceived()
|
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/yarns/ |
H A D | midi_handler.h | 93 static void PitchBend(uint8_t channel, uint16_t pitch_bend) { in PitchBend() function 94 if (multi.PitchBend(channel, pitch_bend) && !multi.direct_thru()) { in PitchBend()
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/sound/midi/Gervill/SoftChannel/ |
H A D | PitchBend.java | 34 public class PitchBend { class
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/sound/midi/Gervill/SoftChannel/ |
H A D | PitchBend.java | 34 public class PitchBend { class
|
/dports/audio/gervill/gervill/test/com/sun/media/sound/SoftChannel/ |
H A D | PitchBend.java | 34 public class PitchBend { class
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/sound/midi/Gervill/SoftChannel/ |
H A D | PitchBend.java | 34 public class PitchBend { class
|