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
d16fa7da
Commit
d16fa7da
authored
1 year ago
by
rorist
Browse files
Options
Downloads
Plain Diff
Merge branch 'schneider/fixes' into 'master'
use bundle path to find assets See merge request
!2
parents
c3d81d22
7fbc3bb1
Branches
Branches containing commit
No related tags found
1 merge request
!2
use bundle path to find assets
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
__init__.py
+1
-1
1 addition, 1 deletion
__init__.py
flow3r.toml
+1
-1
1 addition, 1 deletion
flow3r.toml
with
2 additions
and
2 deletions
__init__.py
+
1
−
1
View file @
d16fa7da
...
...
@@ -32,7 +32,7 @@ class EndlessSequencer(Application):
]
#self.sample_names = [
# 'kick.wav' ]
self
.
app_path
=
'
/sys/apps/seq
/assets/
'
self
.
app_path
=
f
"
{
self
.
app_ctx
.
bundle_path
}
/assets/
"
self
.
current_sample
=
None
self
.
current_note
=
0
self
.
startTime
=
time
.
ticks_ms
()
...
...
This diff is collapsed.
Click to expand it.
flow3r.toml
+
1
−
1
View file @
d16fa7da
...
...
@@ -10,4 +10,4 @@ author = "Rorist"
license
=
"MIT"
url
=
"https://git.flow3r.garden/rorist/endless-sequencer"
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
=
1
2
version
=
1
3
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