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

Merge branch 'schneider/fixes' into 'master'

use bundle path to find assets

See merge request !2
parents c3d81d22 7fbc3bb1
Branches
No related tags found
1 merge request!2use bundle path to find assets
......@@ -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()
......
......@@ -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 = 12
version = 13
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment