cBitmap |
Basebones class for for creating .bmp files
Each line is padded with zeroes, like this |
cColor |
brighten/darken color by variable amount, using HSV color space |
cConfig |
Static methods for accessing the Renoise config file
. |
cDebug |
Debug tracing & logging
. |
cDocument |
Create lightweight classes with import/export features
. |
cFilesystem |
Static methods for dealing with the file-system
. |
cLib |
Contains common methods for working with strings, numbers and tables. |
cNumber |
Extend standard number with min/max and polarity. |
cObservable |
Be 'smart' about observable properties in the Renoise API
. |
cParseXML |
load and parse XML from disk |
cPreferences |
Maintain multiple preferences for a tool and switch between them. |
cProcessSlicer |
ProcessSlicer allows you to slice up a function which takes a lot of
processing time into multiple calls via Lua coroutines. |
cReflection |
Pull off some API tricks to achieve reflection-alike abilities. |
cSandbox |
cSandbox allows you to execute code in a controlled environment. |
cScheduler |
Schedule tasks to execute after a defined amount of time. |
cString |
Common string-manipulation methods
. |
cValue |
Abstract value class
. |