Lines Matching defs:on

138      * single sensor on a device that doesn't implement polyphonic key pressure.
170 * standard numbers for typical controllers on MIDI devices, and describes
282 * Changes the pitch offset for all notes on this channel. This affects all
321 * Turns off all notes that are currently sounding on this channel. The
333 * Immediately turns off all sounding notes on this channel, ignoring the
342 * Turns local control on or off. The default is for local control to be on.
343 * The "on" setting means that if a device is capable of both synthesizing
345 * response to the note-on and note-off messages that it itself transmits.
354 * @param on {@code true} to turn local control on, {@code false} to turn
359 boolean localControl(boolean on);
362 * Turns mono mode on or off. In mono mode, the channel synthesizes only one
365 * (poly mode on).
376 * @param on {@code true} to turn mono mode on, {@code false} to turn it
377 * off (which means turning poly mode on)
381 void setMono(boolean on);
388 * @return {@code true} if mono mode is on, otherwise {@code false} (meaning
389 * poly mode is on)
395 * Turns omni mode on or off. In omni mode, the channel responds to messages
396 * sent on all channels. When omni is off, the channel responds only to
397 * messages sent on its channel number. The default is omni off.
403 * @param on {@code true} to turn omni mode on, {@code false} to turn it
408 void setOmni(boolean on);
415 * @return {@code true} if omni mode is on, otherwise {@code false} (meaning
467 * synthesizer does not support solo on this channel, this method always