Module xEffectColumn
Use xEffectColumn to create 'virtual' renoise.EffectColumn objects .
Unlike the renoise.EffectColumn, this one can be freely defined, without the need to have the line present in an actual song
Functions
__init (args) | constructor |
do_write (fx_col, tokens, clear_undefined) | |
do_write_number_value (fx_col, clear_undefined) | we need a function for each possible token |
do_read (fx_col) |
Fields
self.number_string | string |
self.amount_value | int |
self.amount_string | string |
Functions
- __init (args)
-
constructor
Parameters:
- args (table), a xline descriptor - fully or sparsely populated
- do_write (fx_col, tokens, clear_undefined)
-
Parameters:
- fx_col (renoise.EffectColumn)
- tokens
(table
) - clear_undefined (bool)
- do_write_number_value (fx_col, clear_undefined)
-
we need a function for each possible token
Parameters:
- fx_col TRACE("xEffectColumn
- clear_undefined dowritenumbervalue(fxcol,clearundefined)",fxcol,clear_undefined)
Returns:
-
table
- do_read (fx_col)
-
Parameters:
- fx_col (renoise.EffectColumn)
Returns:
-
table