File tree Expand file tree Collapse file tree 6 files changed +18
-7
lines changed Expand file tree Collapse file tree 6 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: Copyright (c) 2023 Tod Kurt
1
+ # SPDX-FileCopyrightText: Copyright (c) 2025 Tod Kurt
2
2
# SPDX-License-Identifier: MIT
3
3
"""
4
4
`code.py`
Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: Copyright (c) 2023 Tod Kurt
1
+ # SPDX-FileCopyrightText: Copyright (c) 2025 Tod Kurt
2
2
# SPDX-License-Identifier: MIT
3
3
"""
4
4
`pitch_glider.py`
Original file line number Diff line number Diff line change 1
- # synth_setup_pts.py -- Getting synthio up and running on pico_touch_synth board
2
- # part of todbot circuitpython synthio tutorial
3
- # 10 Feb 2025 - @todbot / Tod Kurt
4
- #
1
+ # SPDX-FileCopyrightText: Copyright (c) 2025 Tod Kurt
2
+ # SPDX-License-Identifier: MIT
3
+ """
4
+ `synth_setup_pts.py`
5
+
6
+ Getting synthio up and running on pico_touch_synth board
7
+ part of todbot circuitpython synthio tutorial
8
+ 10 Feb 2025 - @todbot / Tod Kurt
9
+ """
10
+
5
11
import board
6
12
import synthio
7
13
import audiobusio
Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: Copyright (c) 2025 Tod Kurt
2
+ # SPDX-License-Identifier: MIT
3
+
1
4
import time
2
5
3
6
class TBishSequencer :
Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: Copyright (c) 2023 Tod Kurt
1
+ # SPDX-FileCopyrightText: Copyright (c) 2025 Tod Kurt
2
2
# SPDX-License-Identifier: MIT
3
3
"""
4
4
`tbish_synth`
Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: Copyright (c) 2025 Tod Kurt
2
+ # SPDX-License-Identifier: MIT
1
3
import displayio
2
4
import vectorio
3
5
import terminalio
You can’t perform that action at this time.
0 commit comments