orchestra: Orchestra class

Description Usage Arguments

Description

Orchestra class

Usage

1
2
3
4
create_orchestra(`0dbfs` = NULL, ctrlinit = NULL, ftgen = NULL,
  kr = NULL, ksmps = NULL, massign = NULL, nchnls = NULL,
  pgmassign = NULL, pset = NULL, seed = NULL, sr = NULL,
  strset = NULL, instruments = NULL)

Arguments

0dbfs

Sets the value of 0 decibels using full scale amplitude.

ctrlinit

Sets the initial values for a set of MIDI controllers.

ftgen

Generate a score function table from within the orchestra.

kr

Sets the control rate.

ksmps

Sets the number of samples in a control period.

massign

Assigns a MIDI channel number to a Csound instrument.

nchnls

Sets the number of channels of audio output.

pgmassign

Assigns an instrument number to a specified (or all) MIDI program(s).

pset

Defines and initializes numeric arrays at orchestra load time.

seed

Sets the global seed value.

sr

Sets the audio sampling rate.

strset

Allows a string to be linked with a numeric value.

instruments

Sets instruments.


yutannihilation/rsound documentation built on May 4, 2019, 7:46 p.m.