Home
last modified time | relevance | path

Searched refs:PitchBend (Results 1 – 25 of 103) sorted by relevance

12345

/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/rulers/
H A DControllerEventAdapter.cpp34 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 DControlRulerEventInsertCommand.cpp47 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 DControllerEventsRuler.cpp309 } 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 Dmididebug.ttl.in158 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 Dpoly-dsp-effect.soul15 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 Dpoly-dsp.soul15 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 DMidiTypes.cpp29 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 Dpianokeyboard.cc307 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 DSimpleEventEditDialog.cpp103 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 DMIDIEvents.h55 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 Dmpeprocessor.h89 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 Dmpeprocessor.h89 PitchBend = 129, enumerator
100 InputMIDIMessage x {PitchBend};
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/eventlist/
H A DEventView.cpp99 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 DControlParameterEditDialog.cpp169 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 DVoiceBase.h75 int PitchBend, in Trigger() argument
84 pEngineChannel, itNoteOnEvent, PitchBend, VoiceType, iKeyGroup in Trigger()
/dports/games/jfsw/jfsw-c434002/jfaudiolib/src/
H A Dmidifuncs.h31 void ( *PitchBend )( int channel, int lsb, int msb ); member
/dports/games/NBlood/NBlood-a1689a4/source/audiolib/include/
H A Dmidifuncs.h31 void ( *PitchBend )( int channel, int lsb, int msb ); member
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/edges/
H A Dmidi.h60 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 Dmidi_handler.h93 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 Dmidi.h60 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 Dmidi_handler.h93 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 DPitchBend.java34 public class PitchBend { class
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/sound/midi/Gervill/SoftChannel/
H A DPitchBend.java34 public class PitchBend { class
/dports/audio/gervill/gervill/test/com/sun/media/sound/SoftChannel/
H A DPitchBend.java34 public class PitchBend { class
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/sound/midi/Gervill/SoftChannel/
H A DPitchBend.java34 public class PitchBend { class

12345