Skip to content
Snippets Groups Projects

bl00mbox: slow line in

Merged moon2 requested to merge blm_docs into main
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
  • e330f78a
    format · e330f78a
    dx authored
@@ -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