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
1
Merged
moon2
requested to merge
blm_docs
into
main
1 year ago
Overview
2
Commits
11
Pipelines
13
Changes
1
Expand
0
0
Merge request reports
Viewing commit
e330f78a
Show latest version
1 file
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
e330f78a
format
· e330f78a
dx
authored
1 year ago
python_payload/apps/tiny_sampler/__init__.py
+
3
−
1
Options
@@ -17,7 +17,9 @@ class TinySampler(Application):
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
.
blm
.
volume
=
(
30000
# TODO: increase onboard mic line in gain and remove this
)
self
.
line_in
.
signals
.
gain
=
30000
for
i
in
range
(
5
):
self
.
samplers
[
i
]
=
self
.
blm
.
new
(
bl00mbox
.
patches
.
sampler
,
5000
)
Loading