render.csound: Rendering sound using csound

View source: R/render.csound.R

render.csoundR Documentation

Rendering sound using csound

Description

render.csound uses the csound package to render a score object.

Usage

  render.csound(x, opts, file = "", ...)

  csound_layer(sonlayerscore, ...)

  ## S3 method for class 'scatter'
 csound_layer(sonlayerscore, ...)

  ## S3 method for class 'csound'
 csound_layer(sonlayerscore, ...)

  ## S3 method for class 'dotplot'
 csound_layer(sonlayerscore, ...)

  ## S3 method for class 'histogram'
 csound_layer(sonlayerscore, ...)

  ## S3 method for class 'boxplot'
 csound_layer(sonlayerscore, ...)

  ## S3 method for class 'boxplot'
 csound_layer(sonlayerscore, ...)

Arguments

...

Currently ignored

sonlayerscore

An element of the score list–the score produced for a specific layer. The class of this determines the shape to be rendered

x

A score object created by .getScore

opts

the options of the original sonify object.

file

the file to save the rendering to. The default,"", plays the sonification in real time.

Note

See createPerformance for possible render_options that can be used with this rendering technique; all the arguments of createPerformance can be passed as options.


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