Module xTransport
Extended control of the Renoise transport .
See also: xPatternSequencer, for control of the pattern section (including sections)
Functions
| forward () | [Static] Move playback position into next pattern if the pattern doesn't exist, stay at the current one if the line doesn't exist, play from the first one |
| rewind () | [Static] Move playback position into previous pattern if the pattern doesn't exist, stay at the current one if the line doesn't exist, play from the first one |
| pause () | [Static] Stop/pause playback in Renoise |
| resume () | [Static] Resume playback in Renoise (start from current line) |
| restart () | [Static] Restart playback in Renoise (start from first line) |
| toggle_loop () | [Static] Toogle pattern-loop in Renoise |
| toggle_record () | [Static] Toggle edit/record-mode in Renoise |
| pattern_is_looped () | [Static] Expanded check for looped pattern, will also consider if the (currently playing) pattern is looped via the pattern sequence |
Functions
- forward ()
- [Static] Move playback position into next pattern if the pattern doesn't exist, stay at the current one if the line doesn't exist, play from the first one
- rewind ()
- [Static] Move playback position into previous pattern if the pattern doesn't exist, stay at the current one if the line doesn't exist, play from the first one
- pause ()
- [Static] Stop/pause playback in Renoise
- resume ()
- [Static] Resume playback in Renoise (start from current line)
- restart ()
- [Static] Restart playback in Renoise (start from first line)
- toggle_loop ()
- [Static] Toogle pattern-loop in Renoise
- toggle_record ()
- [Static] Toggle edit/record-mode in Renoise
- pattern_is_looped ()
- [Static] Expanded check for looped pattern, will also consider if the (currently playing) pattern is looped via the pattern sequence