Skip to content
Snippets Groups Projects

bl00mbox: slow line in

Merged moon2 requested to merge blm_docs into main
Files
3
@@ -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