pt2_render_options {ProTrackR2} | R Documentation |
Retrieve options for rendering
Description
Retrieve options for rendering ProTracker modules. See also
pt2_render()
.
Usage
pt2_render_options(...)
Arguments
... |
Specify custom options. |
Value
Returns a named list
of options that can be used for rendering
ProTracker modules (see pt2_render()
and play()
).
It contains the following elements:
-
sample_rate
: an integer value specifying the sample rate of the output in Hz. -
stereo_separation
: an integer percentage determining how much the tracker channels will be separated to the left and right stereo output channels. -
amiga_filter
: acharacter
string specifying the hardware filter to be emulated. Can be"A500"
for emulating Amiga 500 hardware filters, or"A1200"
for emulating Amiga 1200 hardware filters. -
speed
: An integer value specifying the initial speed of the module measured in 'ticks' per row. Should be in range of1
and31
. -
tempo
: An integer value specifying the initial tempo of the module. When speed is set to6
, it measures the tempo as beats per minute. Should be in the range of32
and255
-
led_filter
: Alogical
value specifying the state of the hardware LED filter to be emultated.
Author(s)
Pepijn de Vries
Examples
pt2_render_options(stereo_separation = 100)