Implementation of basic S3 generics such as print().

# S3 method for class 'openmpt'
print(x, ...)

# S3 method for class 'openmpt'
format(x, ...)

Arguments

x

Object to apply the method to.

...

Ignored.

Value

In case of print and format a formatted string with basic information about the module is returned.