Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
endless-sequencer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rorist
endless-sequencer
Commits
95bdebca
Commit
95bdebca
authored
1 year ago
by
rorist
Browse files
Options
Downloads
Patches
Plain Diff
Update description for the store
parent
b3f281ad
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
__init__.py
+3
-0
3 additions, 0 deletions
__init__.py
flow3r.toml
+2
-2
2 additions, 2 deletions
flow3r.toml
with
5 additions
and
2 deletions
__init__.py
+
3
−
0
View file @
95bdebca
...
...
@@ -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
()
...
...
This diff is collapsed.
Click to expand it.
flow3r.toml
+
2
−
2
View file @
95bdebca
...
...
@@ -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 s
ample
to the sequence,
hold RESET to restart
."
version
=
9
description
=
"
Sequencer mimicic the OP-1
, hold REC to add a s
tep
to the sequence,
press NXT to add a silence and press RST to reset the sequence
."
version
=
10
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment