Skip to content

Commit

Permalink
removing tulip_piano (now just a voice patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhitman committed Jan 6, 2025
1 parent ffbe487 commit d86df27
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 33 deletions.
2 changes: 1 addition & 1 deletion amy
Submodule amy updated 2 files
+2 −2 docs/piano.html
+0 −161 docs/piano.md
2 changes: 0 additions & 2 deletions tulip/amyboard/boards/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@
freeze("$(MPY_DIR)/../amy", "amy.py")
freeze("$(MPY_DIR)/../amy", "juno.py")
freeze("$(MPY_DIR)/../amy", "amy_wave.py")
freeze("$(MPY_DIR)/../amy/experiments", "tulip_piano.py")
freeze("$(MPY_DIR)/../amy/experiments", "piano_params.py")

#freeze("$(MPY_DIR)/lib/micropython-lib/micropython/utarfile", "utarfile.py")
2 changes: 0 additions & 2 deletions tulip/amyrepl/variants/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# core scheduler replaced with a custom scheduler that uses the JavaScript
# runtime (with setTimeout an Promise's) to contrtol the scheduling.
freeze("../../../../amy", "amy.py")
freeze("../../../../amy/experiments", "tulip_piano.py")
freeze("../../../../amy/experiments", "piano_params.py")
freeze("../../../../amy", "juno.py")

package(
Expand Down
2 changes: 0 additions & 2 deletions tulip/esp32s3/boards/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@
freeze("$(MPY_DIR)/../amy", "amy.py")
freeze("$(MPY_DIR)/../amy", "juno.py")
freeze("$(MPY_DIR)/../amy", "amy_wave.py")
freeze("$(MPY_DIR)/../amy/experiments", "tulip_piano.py")
freeze("$(MPY_DIR)/../amy/experiments", "piano_params.py")
#freeze("$(MPY_DIR)/lib/micropython-lib/micropython/utarfile", "utarfile.py")
2 changes: 0 additions & 2 deletions tulip/linux/variants/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
freeze("$(MPY_DIR)/../amy", "amy.py")
freeze("$(MPY_DIR)/../amy", "juno.py")
freeze("$(MPY_DIR)/../amy", "amy_wave.py")
freeze("$(MPY_DIR)/../amy/experiments", "tulip_piano.py")
freeze("$(MPY_DIR)/../amy/experiments", "piano_params.py")

2 changes: 0 additions & 2 deletions tulip/macos/variants/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
freeze("$(MPY_DIR)/../amy", "amy.py")
freeze("$(MPY_DIR)/../amy", "juno.py")
freeze("$(MPY_DIR)/../amy", "amy_wave.py")
freeze("$(MPY_DIR)/../amy/experiments", "tulip_piano.py")
freeze("$(MPY_DIR)/../amy/experiments", "piano_params.py")

2 changes: 0 additions & 2 deletions tulip/web/variants/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
freeze("../../../amy", "amy.py")
freeze("../../../amy", "juno.py")
freeze("../../../amy", "amy_wave.py")
freeze("../../../amy/experiments", "tulip_piano.py")
freeze("../../../amy/experiments", "piano_params.py")

package(
"asyncio",
Expand Down
40 changes: 20 additions & 20 deletions www/run/micropython.mjs

Large diffs are not rendered by default.

Binary file modified www/run/micropython.wasm
Binary file not shown.

0 comments on commit d86df27

Please sign in to comment.