jake - a sequencer for norns/grid

jake is a sequencer for the monome norns and grid based on the game snake.

The snake travels across the grid at a rate of one pad per quarter note. The player can steer the snake by pressing any pad that lies in the direction desired. For each randomly placed apple eaten, the snake grows one segment in length. The game ends if the snake runs into itself.

Each segment of the snake corresponds to a note in a sequence. The snake is initialized with four segments, each of which has a random note assigned. Each additional segment grown by eating an apple adds a note to the sequence determined by the apple’s position.

jake can sequence internal norns synthesizer voices and external synthesizers via midi. It also outputs eurorack CV and sequences Mannequins Just Friends via crow

A future version of jake will allow the user to adjust the rate of the snake’s travel and sequence playback speed as subdivisions of the clock tempo. It will also feature a more game-like display on the norns screen, displaying the current and high score and possibly a cute snake animation.

jake can be found on my github.