Schrödinger’s Cat’s Möbius 3 Site
  1. Sheeran Looper X
  2. Möbius Implementations
  3. Basic Version
  • Home
  • Sheeran Looper X
    • Introduction
    • Möbius Implementations
      • Background
      • Basic Version
        • MSL Scripts
        • Installation
      • Advanced Version
        • MSL Scripts
        • Installation
  1. Sheeran Looper X
  2. Möbius Implementations
  3. Basic Version

Basic Version

This version implements the Normal Mode, Mute Mode and Tap Tempo aspects of Looper X behaviour. The ability to enter Function Menu A and Function Menu B is also included but the functions that are available in those modes aren’t implemented.

  • Pedals 1-4 work as expected when in Normal Mode or Mute Mode
  • Pedal 5 works as expected when in Normal Mode, Mute Mode or Tap Tempo
  • Pedal 6 works as expected when in Normal Mode
  • Pedal 7 works as expected when in Normal Mode or Mute Mode
  • Pedal 8 works as expected when in Normal Mode and can be used to switch between Function Menu A and Function Menu B

This is achieved by a set of nine msl scripts (one UI Widget Library script, and eight individual pedal scripts.)

Below are some images of how the implementation looks in Möbius. (Click on any image to enlarge it.)

Normal Mode: Pedals 1-4 select corresponding tracks or solo them if double pressed. Pedal 5 acts as Rec/Play/Overdub pedal with Undo if held. Pedal 6 stops all tracks and clears them if held. Pedal 7 enters Mute Mode. Pedal 8 enters Menu A, Tap Tempo Mode if double pressed and toggles between Menu B and Menu A if held.

Normal Mode: Pedals 1-4 select corresponding tracks or solo them if double pressed. Pedal 5 acts as Rec/Play/Overdub pedal with Undo if held. Pedal 6 stops all tracks and clears them if held. Pedal 7 enters Mute Mode. Pedal 8 enters Menu A, Tap Tempo Mode if double pressed and toggles between Menu B and Menu A if held.

Mute Mode: Pedals 1-4 Mute/Unmute the corresponding track or solo them if double pressed. Pedal 7 exits Mute Mode.

Mute Mode: Pedals 1-4 Mute/Unmute the corresponding track or solo them if double pressed. Pedal 7 exits Mute Mode.

Menu A active: Pedal 8 exits Menu A if pressed and toggles between Menu A and Menu B if held. No other functionality is implemented.

Menu A active: Pedal 8 exits Menu A if pressed and toggles between Menu A and Menu B if held. No other functionality is implemented.

Menu B active: Pedal 8 exits Menu A if pressed and toggles between Menu A and Menu B if held. No other functionality is implemented.

Menu B active: Pedal 8 exits Menu A if pressed and toggles between Menu A and Menu B if held. No other functionality is implemented.

Tap Tempo Mode active: Double tapping Pedal 5 sets the Tempo in the Transport. Pedal 8 exits Tap Tempo Mode.

Tap Tempo Mode active: Double tapping Pedal 5 sets the Tempo in the Transport. Pedal 8 exits Tap Tempo Mode.
Normal Mode: Pedals 1-4 select corresponding tracks or solo them if double pressed. Pedal 5 acts as Rec/Play/Overdub pedal with Undo if held. Pedal 6 stops all tracks and clears them if held. Pedal 7 enters Mute Mode. Pedal 8 enters Menu A, Tap Tempo Mode if double pressed and toggles between Menu B and Menu A if held. Mute Mode: Pedals 1-4 Mute/Unmute the corresponding track or solo them if double pressed. Pedal 7 exits Mute Mode. Menu A active: Pedal 8 exits Menu A if pressed and toggles between Menu A and Menu B if held. No other functionality is implemented. Menu B active: Pedal 8 exits Menu A if pressed and toggles between Menu A and Menu B if held. No other functionality is implemented. Tap Tempo Mode active: Double tapping Pedal 5 sets the Tempo in the Transport. Pedal 8 exits Tap Tempo Mode.
Background
MSL Scripts