Skip to content
Snippets Groups Projects
Commit 95bdebca authored by rorist's avatar rorist
Browse files

Update description for the store

parent b3f281ad
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ import bl00mbox
import captouch
import leds
import time
from random import randrange
from st3m.application import Application, ApplicationContext
from st3m.input import InputState
......@@ -189,6 +190,7 @@ class EndlessSequencer(Application):
print(" light leds {}".format(leds_range))
# Turn on leds
#colour = (randrange(200), randrange(200), randrange(200))
for led in leds_range:
# Action boutons
if i in [0, 9]:
......@@ -197,6 +199,7 @@ class EndlessSequencer(Application):
leds.set_rgb(led, 0, 0, 200)
else:
leds.set_rgb(led, 0, 200, 0)
#leds.set_rgb(led, colour[0], colour[1], colour[2])
leds.update()
......
......@@ -9,5 +9,5 @@ class = "EndlessSequencer"
author = "Rorist"
license = "MIT"
url = "https://git.flow3r.garden/rorist/endless-sequencer"
description = "Little endless sequencer with the default samples, hold REC to add a sample to the sequence, hold RESET to restart."
version = 9
description = "Sequencer mimicic the OP-1, hold REC to add a step to the sequence, press NXT to add a silence and press RST to reset the sequence."
version = 10
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment