Skip to content
Snippets Groups Projects

bl00mbox: 95% of the 1.3 release updates

Merged moon2 requested to merge bloombox95 into main
1 unresolved thread

whoops something happened irl gonna clean up here tmrw

Edited by moon2

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • moon2 marked this merge request as draft

    marked this merge request as draft

  • moon2 changed the description

    changed the description

    • Getting a crash in TinySampler:

      20.005 st3m.application (INFO): Loaded tiny sampler class: <class 'TinySampler'>
      20.011 st3m.application (INFO): Instantiated tiny sampler class: <TinySampler object at 3c4b3340>
      Traceback (most recent call last):
        File "/flash/sys/main.py", line 3, in <module>
        File "/flash/sys/st3m/run.py", line 276, in run_main
        File "/flash/sys/st3m/run.py", line 175, in run_view
        File "/flash/sys/st3m/reactor.py", line 112, in run
        File "/flash/sys/st3m/reactor.py", line 118, in _run_once
        File "/flash/sys/st3m/reactor.py", line 147, in _run_top
        File "/flash/sys/st3m/processors.py", line 87, in think
        File "/flash/sys/st3m/ui/elements/overlays.py", line 148, in think
        File "/flash/sys/st3m/ui/view.py", line 276, in think
        File "/flash/sys/st3m/ui/view.py", line 246, in _perform_pending
        File "/flash/sys/apps/tiny_sampler/__init__.py", line 405, in on_enter
        File "/flash/sys/apps/tiny_sampler/__init__.py", line 74, in _build_synth
        File "/flash/sys/bl00mbox/_user.py", line 694, in new
        File "/flash/sys/bl00mbox/_patches.py", line 126, in __init__
      AttributeError: '_Plugins' object has no attribute '_sampler_ram'
    • Author Owner

      this looks like python_payload/bl00mbox/* didn't update on your device. app-flash doesn't do that unless conditions that we forgot are met. you can either use rm -r build sdkconfig; ./tools/flash-full.sh but that erases all your non-sd stored data (which is still a bunch of it unfortunately), or you copy the files over manually:

      mpremote cp python_payload/bl00mbox/_patches.py :/flash/sys/bl00mbox/_patches.py
      mpremote cp python_payload/bl00mbox/_plugins.py :/flash/sys/bl00mbox/_plugins.py
      mpremote cp python_payload/bl00mbox/_helpers.py :/flash/sys/bl00mbox/_helpers.py
      mpremote cp python_payload/bl00mbox/_user.py :/flash/sys/bl00mbox/_user.py
      Edited by moon2
    • Please register or sign in to reply
  • moon2 added 1 commit

    added 1 commit

    Compare with previous version

  • moon2 added 1 commit

    added 1 commit

    • 6fb5798b - updated components/bl00mbox/.clang_tidy to accept GCC push_options &c pragmas

    Compare with previous version

  • moon2 added 2 commits

    added 2 commits

    • f16e97d4 - Revert "updated components/bl00mbox/.clang_tidy to accept GCC push_options &c pragmas"
    • 30ee2f90 - added -Wno-error=unknown-pragmas to clang-tidy bl00mbox build flags

    Compare with previous version

  • moon2 added 2 commits

    added 2 commits

    • 5ce6f269 - bl00mbox: 95% of the 1.3 release updates
    • d6640ed7 - added -Wno-error=unknown-pragmas to clang-tidy bl00mbox build flags

    Compare with previous version

  • moon2 added 31 commits

    added 31 commits

    • d6640ed7...2ab00019 - 29 commits from branch main
    • 8c6d6c74 - bl00mbox: 95% of the 1.3 release updates
    • 8e8c6215 - added -Wno-error=unknown-pragmas to clang-tidy bl00mbox build flags

    Compare with previous version

  • moon2 marked this merge request as ready

    marked this merge request as ready

  • merged

Please register or sign in to reply
Loading