pt2_render_options | R Documentation |
Retrieve options for rendering ProTracker modules. See also
pt2_render()
.
pt2_render_options(...)
... |
Specify custom options. |
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
: a character
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 of 1
and 31
.
tempo
: An integer value specifying the initial tempo of the module. When speed is set
to 6
, it measures the tempo as beats per minute. Should be in the range of 32
and 255
led_filter
: A logical
value specifying the state of the hardware LED filter to be emultated.
Pepijn de Vries
pt2_render_options(stereo_separation = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.