getCsoundError: Get Csound error message text

Description Usage Arguments Value

View source: R/getCsoundError.R

Description

Several Csound API functions return an integer to indicate different kinds of errors. This function takes the integer and returns the character string with the text for the error.

Usage

1
  getCsoundError(errornum)

Arguments

errornum

A negative integer representing a Csound error message

Value

A character string with the text of the error; these were copied directly fro their definition in the header file for the Csound library.


csound documentation built on May 2, 2019, 5:46 p.m.