Skip to main content

makepitch

makepitch(
@degree ## required
@octave ## required
@alter ## required
) -> llll/null

Generates a pitch value, given a @degree, @octave, and @alter


Arguments

  • @degree [llll] (required)
  • @octave [llll] (required)
  • @alter [llll] (required)

Output

Generated pitch value(s) [llll/null]

warning

makepitch is a built-in function in the bell programming language and is not unique or exclusive to bellplay~. As such, makepitch will return null without raising an error if required arguments are not provided.