https://github.com/technosf/puredata
PureData patches
https://github.com/technosf/puredata
puredata
Last synced: 8 months ago
JSON representation
PureData patches
- Host: GitHub
- URL: https://github.com/technosf/puredata
- Owner: technosf
- License: apache-2.0
- Created: 2022-12-28T17:43:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T00:16:09.000Z (almost 3 years ago)
- Last Synced: 2025-01-01T22:22:22.877Z (9 months ago)
- Topics: puredata
- Homepage:
- Size: 341 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PureData
PureData patches, created in PurrData## Momentary Toggle Toggle
_mommentary-toggle-toggle.pd_This 'graph-on-parent' patch came from the need to take MIDI button presses (momentary) and get toggle switch behavior (on/off), and to be able to switch between behaviours.
Inlet values are passed to the Outlet directly in 'Momentary' mode. In 'Toggle' mode, When the Toggle toggle is toggled, Zero is output if the same consecutive non-zero number is input twice. Otherwise you get the non-zero number.
![]()
![]()
*Inputs*: Value (float), External toggle (toggle)
*Outputs*: Value (float), External toggle colour message