Skip to main content

getchannels

getchannels(
@buffer ? ## llll (required)
@channels null
@all 1
) -> llll

Extracts one or more buffer channels as individual buffers.


Arguments

  • @buffer ? [llll]: buffer to extract channels from. (required)
  • @channels [int/list/llll/null]: number to channels to extract—ignored when @all is 1. (default: null).
  • @all [int]: extract all channels. (default: 1).
    • 0: off
    • 1: on

Output

channels as buffers [llll]