Skip to content
Snippets Groups Projects

Bl00mbox: Sampler patch file save/load

Merged moon2 requested to merge sampler_save_files into main
Files
2
@@ -17,7 +17,9 @@ class TinySampler(Application):
self.samplers: List[bl00mbox.patches._Patch | Any] = [None] * 5
self.line_in = self.blm.new(bl00mbox.plugins.bl00mbox_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, 1000)
Loading