Home
last modified time | relevance | path

Searched refs:getChannels (Results 1 – 25 of 1481) sorted by relevance

12345678910>>...60

/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-jsa/src/org/herac/tuxguitar/player/impl/jsa/midiport/
H A DMidiPortSynthesizer.java164 private MidiChannel[] getChannels(){ in getChannels() method in MidiPortSynthesizerReceiver
172 if(getChannels() != null){ in sendSystemReset()
174 getChannels()[i].resetAllControllers(); in sendSystemReset()
180 if(getChannels() != null){ in sendAllNotesOff()
188 if(getChannels() != null && channel >= 0 && channel < getChannels().length){ in sendNoteOn()
189 getChannels()[channel].noteOn(key, velocity); in sendNoteOn()
194 if(getChannels() != null && channel >= 0 && channel < getChannels().length){ in sendNoteOff()
200 if(getChannels() != null && channel >= 0 && channel < getChannels().length){ in sendControlChange()
206 if(getChannels() != null && channel >= 0 && channel < getChannels().length){ in sendProgramChange()
207 getChannels()[channel].programChange(value); in sendProgramChange()
[all …]
/dports/audio/giada/giada-0.17.1/src/core/
H A DwaveFx.cpp46 for (int j=0; j<w.getChannels(); j++) in fadeFrame_()
86 for (int j=0; j<w.getChannels(); j++) in normalize()
99 if (w.getChannels() >= G_MAX_IO_CHANS) in monoToStereo()
125 for (int j=0; j<w.getChannels(); j++) in silence()
148 newData.alloc(newSize, w.getChannels()); in cut()
154 for (int j=0; j<w.getChannels(); j++) in cut()
179 newData.alloc(newSize, w.getChannels()); in trim()
200 assert(src.getChannels() == des.getChannels()); in paste()
268 offset = (w.getSize() + w.getChannels()) + offset; in shift()
287 float* begin = w.getFrame(0) + (a * w.getChannels()); in reverse()
[all …]
/dports/graphics/R-cran-pixmap/pixmap/man/
H A Dchannels-methods.Rd5 \alias{getChannels}
7 \alias{getChannels-methods}
9 \alias{getChannels,pixmapChannels-method}
13 for generic \code{getChannels} return numeric matrices or arrays
17 getChannels(object, colors = "all")
36 getChannels(x)
37 getChannels(x, colors=c("red", "green"))
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/sound/sampled/
H A DAudioFormat.java325 public int getChannels() { in getChannels() method in AudioFormat
433 && (format.getChannels() == AudioSystem.NOT_SPECIFIED in matches()
434 || format.getChannels() == getChannels()) in matches()
479 if (getChannels() == 1) { in toString()
482 if (getChannels() == 2) { in toString()
485 if (getChannels() == AudioSystem.NOT_SPECIFIED) { in toString()
488 sChannels = ""+getChannels()+" channels, "; in toString()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/sound/sampled/
H A DAudioFormat.java325 public int getChannels() { in getChannels() method in AudioFormat
433 && (format.getChannels() == AudioSystem.NOT_SPECIFIED in matches()
434 || format.getChannels() == getChannels()) in matches()
479 if (getChannels() == 1) { in toString()
482 if (getChannels() == 2) { in toString()
485 if (getChannels() == AudioSystem.NOT_SPECIFIED) { in toString()
488 sChannels = ""+getChannels()+" channels, "; in toString()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/sound/sampled/
H A DAudioFormat.java325 public int getChannels() { in getChannels() method in AudioFormat
433 && (format.getChannels() == AudioSystem.NOT_SPECIFIED in matches()
434 || format.getChannels() == getChannels()) in matches()
479 if (getChannels() == 1) { in toString()
482 if (getChannels() == 2) { in toString()
485 if (getChannels() == AudioSystem.NOT_SPECIFIED) { in toString()
488 sChannels = ""+getChannels()+" channels, "; in toString()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/sound/sampled/
H A DAudioFormat.java328 public int getChannels() { in getChannels() method in AudioFormat
451 && (format.getChannels() == AudioSystem.NOT_SPECIFIED in matches()
452 || format.getChannels() == getChannels()) in matches()
497 if (getChannels() == 1) { in toString()
500 if (getChannels() == 2) { in toString()
503 if (getChannels() == AudioSystem.NOT_SPECIFIED) { in toString()
506 sChannels = ""+getChannels()+" channels, "; in toString()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/sound/sampled/
H A DAudioFormat.java325 public int getChannels() { in getChannels() method in AudioFormat
433 && (format.getChannels() == AudioSystem.NOT_SPECIFIED in matches()
434 || format.getChannels() == getChannels()) in matches()
479 if (getChannels() == 1) { in toString()
482 if (getChannels() == 2) { in toString()
485 if (getChannels() == AudioSystem.NOT_SPECIFIED) { in toString()
488 sChannels = ""+getChannels()+" channels, "; in toString()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/sound/sampled/
H A DAudioFormat.java325 public int getChannels() { in getChannels() method in AudioFormat
433 && (format.getChannels() == AudioSystem.NOT_SPECIFIED in matches()
434 || format.getChannels() == getChannels()) in matches()
479 if (getChannels() == 1) { in toString()
482 if (getChannels() == 2) { in toString()
485 if (getChannels() == AudioSystem.NOT_SPECIFIED) { in toString()
488 sChannels = ""+getChannels()+" channels, "; in toString()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/sound/sampled/
H A DAudioFormat.java328 public int getChannels() { in getChannels() method in AudioFormat
451 && (format.getChannels() == AudioSystem.NOT_SPECIFIED in matches()
452 || format.getChannels() == getChannels()) in matches()
497 if (getChannels() == 1) { in toString()
500 if (getChannels() == 2) { in toString()
503 if (getChannels() == AudioSystem.NOT_SPECIFIED) { in toString()
506 sChannels = ""+getChannels()+" channels, "; in toString()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/media/sound/
H A DPCMtoPCMCodec.java197 inputFormat.getChannels(), in getOutputFormats()
209 inputFormat.getChannels(), in getOutputFormats()
223 inputFormat.getChannels(), in getOutputFormats()
231 inputFormat.getChannels(), in getOutputFormats()
239 inputFormat.getChannels(), in getOutputFormats()
251 inputFormat.getChannels(), in getOutputFormats()
259 inputFormat.getChannels(), in getOutputFormats()
267 inputFormat.getChannels(), in getOutputFormats()
279 inputFormat.getChannels(), in getOutputFormats()
287 inputFormat.getChannels(), in getOutputFormats()
[all …]
H A DAlawCodec.java149 sourceFormat.getChannels(), in getAudioInputStream()
150 2*sourceFormat.getChannels(), in getAudioInputStream()
160 sourceFormat.getChannels(), in getAudioInputStream()
161 sourceFormat.getChannels(), in getAudioInputStream()
223 inputFormat.getChannels(), in getOutputFormats()
224 inputFormat.getChannels(), in getOutputFormats()
234 inputFormat.getChannels(), in getOutputFormats()
235 inputFormat.getChannels()*2, in getOutputFormats()
242 inputFormat.getChannels(), in getOutputFormats()
243 inputFormat.getChannels()*2, in getOutputFormats()
H A DUlawCodec.java138 sourceFormat.getChannels(), in getAudioInputStream()
139 2*sourceFormat.getChannels(), in getAudioInputStream()
147 sourceFormat.getChannels(), in getAudioInputStream()
148 sourceFormat.getChannels(), in getAudioInputStream()
209 inputFormat.getChannels(), in getOutputFormats()
210 inputFormat.getChannels(), in getOutputFormats()
220 inputFormat.getChannels(), in getOutputFormats()
221 inputFormat.getChannels()*2, in getOutputFormats()
229 inputFormat.getChannels(), in getOutputFormats()
230 inputFormat.getChannels()*2, in getOutputFormats()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/media/sound/
H A DPCMtoPCMCodec.java197 inputFormat.getChannels(), in getOutputFormats()
209 inputFormat.getChannels(), in getOutputFormats()
223 inputFormat.getChannels(), in getOutputFormats()
231 inputFormat.getChannels(), in getOutputFormats()
239 inputFormat.getChannels(), in getOutputFormats()
251 inputFormat.getChannels(), in getOutputFormats()
259 inputFormat.getChannels(), in getOutputFormats()
267 inputFormat.getChannels(), in getOutputFormats()
279 inputFormat.getChannels(), in getOutputFormats()
287 inputFormat.getChannels(), in getOutputFormats()
[all …]
H A DUlawCodec.java138 sourceFormat.getChannels(), in getAudioInputStream()
139 2*sourceFormat.getChannels(), in getAudioInputStream()
147 sourceFormat.getChannels(), in getAudioInputStream()
148 sourceFormat.getChannels(), in getAudioInputStream()
209 inputFormat.getChannels(), in getOutputFormats()
210 inputFormat.getChannels(), in getOutputFormats()
220 inputFormat.getChannels(), in getOutputFormats()
221 inputFormat.getChannels()*2, in getOutputFormats()
229 inputFormat.getChannels(), in getOutputFormats()
230 inputFormat.getChannels()*2, in getOutputFormats()
H A DAlawCodec.java149 sourceFormat.getChannels(), in getAudioInputStream()
150 2*sourceFormat.getChannels(), in getAudioInputStream()
160 sourceFormat.getChannels(), in getAudioInputStream()
161 sourceFormat.getChannels(), in getAudioInputStream()
223 inputFormat.getChannels(), in getOutputFormats()
224 inputFormat.getChannels(), in getOutputFormats()
234 inputFormat.getChannels(), in getOutputFormats()
235 inputFormat.getChannels()*2, in getOutputFormats()
242 inputFormat.getChannels(), in getOutputFormats()
243 inputFormat.getChannels()*2, in getOutputFormats()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DPCMtoPCMCodec.java183 inputFormat.getChannels(), in getOutputFormats()
195 inputFormat.getChannels(), in getOutputFormats()
209 inputFormat.getChannels(), in getOutputFormats()
217 inputFormat.getChannels(), in getOutputFormats()
225 inputFormat.getChannels(), in getOutputFormats()
237 inputFormat.getChannels(), in getOutputFormats()
245 inputFormat.getChannels(), in getOutputFormats()
253 inputFormat.getChannels(), in getOutputFormats()
265 inputFormat.getChannels(), in getOutputFormats()
273 inputFormat.getChannels(), in getOutputFormats()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DPCMtoPCMCodec.java183 inputFormat.getChannels(), in getOutputFormats()
195 inputFormat.getChannels(), in getOutputFormats()
209 inputFormat.getChannels(), in getOutputFormats()
217 inputFormat.getChannels(), in getOutputFormats()
225 inputFormat.getChannels(), in getOutputFormats()
237 inputFormat.getChannels(), in getOutputFormats()
245 inputFormat.getChannels(), in getOutputFormats()
253 inputFormat.getChannels(), in getOutputFormats()
265 inputFormat.getChannels(), in getOutputFormats()
273 inputFormat.getChannels(), in getOutputFormats()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DPCMtoPCMCodec.java183 inputFormat.getChannels(), in getOutputFormats()
195 inputFormat.getChannels(), in getOutputFormats()
209 inputFormat.getChannels(), in getOutputFormats()
217 inputFormat.getChannels(), in getOutputFormats()
225 inputFormat.getChannels(), in getOutputFormats()
237 inputFormat.getChannels(), in getOutputFormats()
245 inputFormat.getChannels(), in getOutputFormats()
253 inputFormat.getChannels(), in getOutputFormats()
265 inputFormat.getChannels(), in getOutputFormats()
273 inputFormat.getChannels(), in getOutputFormats()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/com/sun/media/sound/
H A DPCMtoPCMCodec.java183 inputFormat.getChannels(), in getOutputFormats()
195 inputFormat.getChannels(), in getOutputFormats()
209 inputFormat.getChannels(), in getOutputFormats()
217 inputFormat.getChannels(), in getOutputFormats()
225 inputFormat.getChannels(), in getOutputFormats()
237 inputFormat.getChannels(), in getOutputFormats()
245 inputFormat.getChannels(), in getOutputFormats()
253 inputFormat.getChannels(), in getOutputFormats()
265 inputFormat.getChannels(), in getOutputFormats()
273 inputFormat.getChannels(), in getOutputFormats()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DPCMtoPCMCodec.java183 inputFormat.getChannels(), in getOutputFormats()
195 inputFormat.getChannels(), in getOutputFormats()
209 inputFormat.getChannels(), in getOutputFormats()
217 inputFormat.getChannels(), in getOutputFormats()
225 inputFormat.getChannels(), in getOutputFormats()
237 inputFormat.getChannels(), in getOutputFormats()
245 inputFormat.getChannels(), in getOutputFormats()
253 inputFormat.getChannels(), in getOutputFormats()
265 inputFormat.getChannels(), in getOutputFormats()
273 inputFormat.getChannels(), in getOutputFormats()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DPCMtoPCMCodec.java183 inputFormat.getChannels(), in getOutputFormats()
195 inputFormat.getChannels(), in getOutputFormats()
209 inputFormat.getChannels(), in getOutputFormats()
217 inputFormat.getChannels(), in getOutputFormats()
225 inputFormat.getChannels(), in getOutputFormats()
237 inputFormat.getChannels(), in getOutputFormats()
245 inputFormat.getChannels(), in getOutputFormats()
253 inputFormat.getChannels(), in getOutputFormats()
265 inputFormat.getChannels(), in getOutputFormats()
273 inputFormat.getChannels(), in getOutputFormats()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DPCMtoPCMCodec.java183 inputFormat.getChannels(), in getOutputFormats()
195 inputFormat.getChannels(), in getOutputFormats()
209 inputFormat.getChannels(), in getOutputFormats()
217 inputFormat.getChannels(), in getOutputFormats()
225 inputFormat.getChannels(), in getOutputFormats()
237 inputFormat.getChannels(), in getOutputFormats()
245 inputFormat.getChannels(), in getOutputFormats()
253 inputFormat.getChannels(), in getOutputFormats()
265 inputFormat.getChannels(), in getOutputFormats()
273 inputFormat.getChannels(), in getOutputFormats()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DPCMtoPCMCodec.java183 inputFormat.getChannels(), in getOutputFormats()
195 inputFormat.getChannels(), in getOutputFormats()
209 inputFormat.getChannels(), in getOutputFormats()
217 inputFormat.getChannels(), in getOutputFormats()
225 inputFormat.getChannels(), in getOutputFormats()
237 inputFormat.getChannels(), in getOutputFormats()
245 inputFormat.getChannels(), in getOutputFormats()
253 inputFormat.getChannels(), in getOutputFormats()
265 inputFormat.getChannels(), in getOutputFormats()
273 inputFormat.getChannels(), in getOutputFormats()
[all …]
/dports/misc/freeguide/freeguide-0.11.1/src/freeguide/test/fast/
H A DXMLTVExportFilterFastTest.java132 FreeGuideTest.my_assert( contains_channel( filtData.getChannels(), in test_All()
134 FreeGuideTest.my_assert( contains_channel( filtData.getChannels(), in test_All()
167 FreeGuideTest.my_assert( contains_channel( filtData.getChannels(), in test_Selected()
169 FreeGuideTest.my_assert( contains_channel( filtData.getChannels(), in test_Selected()
202 FreeGuideTest.my_assert( contains_channel( filtData.getChannels(), in test_Today()
204 FreeGuideTest.my_assert( contains_channel( filtData.getChannels(), in test_Today()
234 FreeGuideTest.my_assert( contains_channel( filtData.getChannels(), in test_ChannelSet()
236 FreeGuideTest.my_assert( !contains_channel( filtData.getChannels(), in test_ChannelSet()
272 FreeGuideTest.my_assert( contains_channel( filtData.getChannels(), in test_SelectedToday()
311 FreeGuideTest.my_assert( contains_channel( filtData.getChannels(), in test_SelectedChannelSet()
[all …]

12345678910>>...60