Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
flow3r firmware
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
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
flow3r
flow3r firmware
Merge requests
!158
bl00mbox: slow line in
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
bl00mbox: slow line in
blm_docs
into
main
Overview
2
Commits
11
Pipelines
13
Changes
30
Merged
moon2
requested to merge
blm_docs
into
main
1 year ago
Overview
2
Commits
11
Pipelines
13
Changes
3
Expand
0
0
Merge request reports
Compare
version 10
version 12
e330f78a
1 year ago
version 11
a90a6859
1 year ago
version 10
5af4302e
1 year ago
version 9
f3637af3
1 year ago
version 8
97bcfd77
1 year ago
version 7
2b359b23
1 year ago
version 6
f8c8cf05
1 year ago
version 5
55765b5a
1 year ago
version 4
5eabae94
1 year ago
version 3
c90f1577
1 year ago
version 2
175cdb1b
1 year ago
version 1
50721d99
1 year ago
main (base)
and
version 11
latest version
7f7e0ba4
11 commits,
1 year ago
version 12
e330f78a
11 commits,
1 year ago
version 11
a90a6859
10 commits,
1 year ago
version 10
5af4302e
9 commits,
1 year ago
version 9
f3637af3
9 commits,
1 year ago
version 8
97bcfd77
8 commits,
1 year ago
version 7
2b359b23
7 commits,
1 year ago
version 6
f8c8cf05
6 commits,
1 year ago
version 5
55765b5a
5 commits,
1 year ago
version 4
5eabae94
4 commits,
1 year ago
version 3
c90f1577
3 commits,
1 year ago
version 2
175cdb1b
2 commits,
1 year ago
version 1
50721d99
1 commit,
1 year ago
Show latest version
3 files
+
13
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
python_payload/apps/tiny_sampler/__init__.py
+
1
−
1
Options
@@ -15,7 +15,7 @@ class TinySampler(Application):
super
().
__init__
(
app_ctx
)
self
.
blm
=
bl00mbox
.
Channel
(
"
tiny sampler
"
)
self
.
samplers
=
[
None
]
*
5
self
.
samplers
:
List
[
bl00mbox
.
patches
.
_Patch
|
Any
]
=
[
None
]
*
5
self
.
line_in
=
self
.
blm
.
new
(
bl00mbox
.
plugins
.
line_in
)
self
.
blm
.
volume
=
30000
# TODO: increase onboard mic line in gain and remove this
self
.
line_in
.
signals
.
gain
=
30000
Loading