Home
last modified time | relevance | path

Searched refs:getLowerZone (Results 1 – 17 of 17) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_basics/mpe/
H A Djuce_MPEZoneLayout.cpp221 expect (! layout.getLowerZone().isActive()); in runTest()
231 expect (layout.getLowerZone().isActive()); in runTest()
238 expect (layout.getLowerZone().isActive()); in runTest()
247 expect (layout.getLowerZone().isActive()); in runTest()
256 expect (layout.getLowerZone().isActive()); in runTest()
265 expect (layout.getLowerZone().isActive()); in runTest()
275 expect (! layout.getLowerZone().isActive()); in runTest()
281 expect (layout.getLowerZone().isActive()); in runTest()
298 expect (layout.getLowerZone().isActive()); in runTest()
306 expect (layout.getLowerZone().isActive()); in runTest()
[all …]
H A Djuce_MPEInstrument.cpp260 auto zone = (message.getChannel() == 1 ? zoneLayout.getLowerZone() in processMidiResetAllControllersMessage()
461 auto zone = (isLowerZone ? zoneLayout.getLowerZone() in updateDimensionMaster()
520 auto zone = zoneLayout.getLowerZone(); in updateNoteTotalPitchbend()
573 auto zone = (midiChannel == 1 ? zoneLayout.getLowerZone() in handleSustainOrSostenuto()
632 const auto lowerZone = zoneLayout.getLowerZone(); in isMasterChannel()
644 return zoneLayout.getLowerZone().isUsing (midiChannel) in isUsingChannel()
841 expect (! test.getZoneLayout().getLowerZone().isActive()); in runTest()
852 expect (test.getZoneLayout().getLowerZone().isActive()); in runTest()
854 expectEquals (newLayout.getLowerZone().getMasterChannel(), 1); in runTest()
855 expectEquals (newLayout.getLowerZone().numMemberChannels, 5); in runTest()
[all …]
H A Djuce_MPEZoneLayout.h142 const Zone getLowerZone() const noexcept { return lowerZone; } in getLowerZone() function
H A Djuce_MPEUtils.cpp294 MPEChannelAssigner channelAssigner (layout.getLowerZone()); in runTest()
429 MPEChannelRemapper channelRemapper (layout.getLowerZone()); in runTest()
H A Djuce_MPEMessages.cpp92 auto lowerZone = layout.getLowerZone(); in setZoneLayout()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_basics/mpe/
H A Djuce_MPEZoneLayout.cpp221 expect (! layout.getLowerZone().isActive()); in runTest()
231 expect (layout.getLowerZone().isActive()); in runTest()
238 expect (layout.getLowerZone().isActive()); in runTest()
247 expect (layout.getLowerZone().isActive()); in runTest()
256 expect (layout.getLowerZone().isActive()); in runTest()
265 expect (layout.getLowerZone().isActive()); in runTest()
275 expect (! layout.getLowerZone().isActive()); in runTest()
281 expect (layout.getLowerZone().isActive()); in runTest()
298 expect (layout.getLowerZone().isActive()); in runTest()
306 expect (layout.getLowerZone().isActive()); in runTest()
[all …]
H A Djuce_MPEInstrument.cpp238 auto zone = (message.getChannel() == 1 ? zoneLayout.getLowerZone() in processMidiResetAllControllersMessage()
439 auto zone = (isLowerZone ? zoneLayout.getLowerZone() in updateDimensionMaster()
498 auto zone = zoneLayout.getLowerZone(); in updateNoteTotalPitchbend()
551 auto zone = (midiChannel == 1 ? zoneLayout.getLowerZone() in handleSustainOrSostenuto()
610 const auto lowerZone = zoneLayout.getLowerZone(); in isMasterChannel()
622 return zoneLayout.getLowerZone().isUsing (midiChannel) in isUsingChannel()
819 expect (! test.getZoneLayout().getLowerZone().isActive()); in runTest()
830 expect (test.getZoneLayout().getLowerZone().isActive()); in runTest()
832 expectEquals (newLayout.getLowerZone().getMasterChannel(), 1); in runTest()
833 expectEquals (newLayout.getLowerZone().numMemberChannels, 5); in runTest()
[all …]
H A Djuce_MPEZoneLayout.h142 const Zone getLowerZone() const noexcept { return lowerZone; } in getLowerZone() function
H A Djuce_MPEUtils.cpp294 MPEChannelAssigner channelAssigner (layout.getLowerZone()); in runTest()
429 MPEChannelRemapper channelRemapper (layout.getLowerZone()); in runTest()
H A Djuce_MPEMessages.cpp92 auto lowerZone = layout.getLowerZone(); in setZoneLayout()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_basics/mpe/
H A Djuce_MPEZoneLayout.cpp225 expect (! layout.getLowerZone().isActive()); in runTest()
235 expect (layout.getLowerZone().isActive()); in runTest()
242 expect (layout.getLowerZone().isActive()); in runTest()
251 expect (layout.getLowerZone().isActive()); in runTest()
260 expect (layout.getLowerZone().isActive()); in runTest()
269 expect (layout.getLowerZone().isActive()); in runTest()
279 expect (! layout.getLowerZone().isActive()); in runTest()
285 expect (layout.getLowerZone().isActive()); in runTest()
302 expect (layout.getLowerZone().isActive()); in runTest()
310 expect (layout.getLowerZone().isActive()); in runTest()
[all …]
H A Djuce_MPEInstrument.cpp238 auto zone = (message.getChannel() == 1 ? zoneLayout.getLowerZone() in processMidiResetAllControllersMessage()
439 auto zone = (isLowerZone ? zoneLayout.getLowerZone() in updateDimensionMaster()
498 auto zone = zoneLayout.getLowerZone(); in updateNoteTotalPitchbend()
549 auto zone = (midiChannel == 1 ? zoneLayout.getLowerZone() in handleSustainOrSostenuto()
610 const auto lowerZone = zoneLayout.getLowerZone(); in isMasterChannel()
622 return zoneLayout.getLowerZone().isUsing (midiChannel) in isUsingChannel()
819 expect (! test.getZoneLayout().getLowerZone().isActive()); in runTest()
830 expect (test.getZoneLayout().getLowerZone().isActive()); in runTest()
832 expectEquals (newLayout.getLowerZone().getMasterChannel(), 1); in runTest()
833 expectEquals (newLayout.getLowerZone().numMemberChannels, 5); in runTest()
[all …]
H A Djuce_MPEZoneLayout.h142 const Zone getLowerZone() const noexcept { return lowerZone; } in getLowerZone() function
H A Djuce_MPEUtils.cpp294 MPEChannelAssigner channelAssigner (layout.getLowerZone()); in runTest()
429 MPEChannelRemapper channelRemapper (layout.getLowerZone()); in runTest()
H A Djuce_MPEMessages.cpp92 auto lowerZone = layout.getLowerZone(); in setZoneLayout()
/dports/devel/juce/JUCE-f37e9a1/examples/Audio/
H A DMPEDemo.h63 if (zoneLayout.getLowerZone().isUsingChannelAsMemberChannel (midiChannel)) in getColourForMidiChannel()
650 if (zoneLayout.getLowerZone().isActive()) activeZones.add (zoneLayout.getLowerZone()); in paintZones()
/dports/devel/juce/JUCE-f37e9a1/examples/Plugins/
H A DSamplerPluginDemo.h605 if (a.getLowerZone() != b.getLowerZone())