getCsoundError: Get Csound error message text

View source: R/getCsoundError.R

getCsoundErrorR Documentation

Get Csound error message text

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

  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.


statisfactions/csound documentation built on Jan. 27, 2024, 1:33 p.m.