Lume
    Preparing search index...

    Function isValidMidiChannel

    • Returns true if the number value is a valid MIDI channel, false otherwise.

      A number is a valid MIDI channel number if it is an integer, and if it is within the MIDI channel range (0-15).

      Parameters

      • channel: number

      Returns boolean