as_modplug_pattern | R Documentation |
OpenMpt is a popular modern music tracker. This function allows
you to format a pattern such that it can be pasted directly into OpenMPT.
On Windows you can use writeClipboard()
for this purpose.
as_modplug_pattern(pattern, ...)
pattern |
An object of class |
... |
Ignored |
Returns a character
object formatted such that it can be copied into OpenMPT
Pepijn de Vries
mod <- pt2_read_mod(pt2_demo())
mp_pat <- as_modplug_pattern(pt2_pattern(mod, 0L))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.