• returns a Sound reminiscent of a violin, playing a given note for a given duration

    Parameters

    • note: number

      MIDI note

    • duration: number

      duration in seconds

    Returns Sound

    Sound resulting violin Sound with given pitch and duration

    Example

    violin(53, 4);