Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions releases/999_Dub_Warning/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
MIT License

Copyright (c) 2026 Adrian Vos

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

Third-party notice: ComputerCard.h is the Music Thing Modular card library by
Chris Johnson and keeps its own MIT licence.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
15 changes: 14 additions & 1 deletion releases/999_Dub_Warning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ hit the switch or a pulse input when you want the siren to shout.

## Test

Use `test_uf2/DubWarning_PT2399_TEST.uf2` for hardware testing. The full input
Use `UF2/DubWarning.uf2` for hardware testing. The full input
and output test checklist is in `TEST_PROCESS.md`.

## Development notes
Expand All @@ -82,3 +82,16 @@ make

The dev container will configure CMake, build the firmware, and stage the UF2 in
`UF2/`.

## Credits

- Dub Warning for the Workshop Computer by Adrian Vos, 2026.
- ComputerCard is the Music Thing Modular card library by Chris Johnson, MIT,
included here as `ComputerCard.h`.
- Music Thing Modular Workshop System Computer by Tom Whitwell / Music Thing
Modular.

## License

Dub Warning is released under the [MIT License](LICENSE). `ComputerCard.h`
keeps its own MIT license and attribution to Chris Johnson.
2 changes: 1 addition & 1 deletion releases/999_Dub_Warning/TEST_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Current beta result: passed single-device hardware testing.

Use `test_uf2/DubWarning_PT2399_TEST.uf2`.
Use `UF2/DubWarning.uf2`.

## Setup

Expand Down
5 changes: 1 addition & 4 deletions releases/999_Dub_Warning/info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,7 @@ controls:
description: Triggered siren that fades after Pulse In 1
down:
name: Wheel Up / Reset
description: Tap to fire the Wheel Up one-shot and reset phase
tap:
name: Wheel Up
description: Briefly tap Down to fire the Wheel Up gesture from the panel
description: Move Down to fire the Wheel Up one-shot and reset phase
knobs:
- main:
name: Pitch
Expand Down
Loading