Module xColumns
Static Methods for working with note/effect-columns .
Functions
previous_column () | [Static] Fine-grained navigation across visible columns. |
next_column () | [Static] Fine-grained navigation across visible columns. |
next_note_column (wrap_pattern, wrap_track, track_index) | [Static] Navigate through note-columns in track and/or pattern |
previous_note_column (wrap_pattern, wrap_track, track_index) | [Static] Navigate through note-columns in track and/or pattern |
shift_note_columns (ptrack_or_phrase, col_idx, amount, line_start, line_end) | [Static] Insert #amount of empty columns at 'col_idx' TODO refactor into xPatternTrack |
Functions
- previous_column ()
- [Static] Fine-grained navigation across visible columns. Will take you to the from the currently selected column to the previous note/effect-column
- next_column ()
- [Static] Fine-grained navigation across visible columns. Will take you to the from the currently selected column to the next note/effect-column
- next_note_column (wrap_pattern, wrap_track, track_index)
-
[Static] Navigate through note-columns in track and/or pattern
Parameters:
- wrap_pattern (bool), wrap at pattern boundaries
- wrap_track (bool), wrap at track boundaries
- track_index (number), start in this track - if the track is selected, use the selected note column as basis - else, the first one...
- previous_note_column (wrap_pattern, wrap_track, track_index)
-
[Static] Navigate through note-columns in track and/or pattern
Parameters:
- wrap_pattern (bool), wrap at pattern boundaries
- wrap_track (bool), wrap at track boundaries
- track_index (number), start in this track - if the track is selected, use the selected note column as basis - else, the last one...
- shift_note_columns (ptrack_or_phrase, col_idx, amount, line_start, line_end)
-
[Static] Insert #amount of empty columns at 'col_idx'
TODO refactor into xPatternTrack
Parameters:
- ptrack_or_phrase (renoise.PatternTrack or renoise.InstrumentPhrase)
- col_idx (number)
- amount amount (number)
- line_start (number)
- line_end (number)