Skip to main content

makepitch

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

makepitch is a built-in function in the bell programming language and is not unique or exclusive to bellplay~.

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 will return null without raising an error if required arguments are not provided.