https://github.com/redfrik/f0abspd
abstractions for pd
https://github.com/redfrik/f0abspd
pure-data
Last synced: 2 months ago
JSON representation
abstractions for pd
- Host: GitHub
- URL: https://github.com/redfrik/f0abspd
- Owner: redFrik
- License: gpl-3.0
- Created: 2013-08-10T21:57:10.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T22:19:17.000Z (about 1 year ago)
- Last Synced: 2025-12-26T21:52:47.866Z (6 months ago)
- Topics: pure-data
- Homepage: https://www.fredrikolofsson.com/
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
abstractions for puredata
=========================
these are abstractions/plugins to be used with [Pure Data](https://puredata.info)
- f0_beats_to_frames - Calculates how many [video]frames will fit in x beats.
- f0_frames_to_beats - Calculates how many beats will fit in x [video]frames.
- f0_fsk - Encode data as audio. Frequency-shift keying for Pd-vanilla.
- f0_ratio - Keep width/height proportion.
See also
## download & install
Download this zipped archive, extract and put it somewhere on your harddrive, open Pd and go to preferences/path and add the folder there.
## version history
-----250318
* new release
* cleaned up and formatting
* added f0_beats_to_frames, f0_frames_to_beats, f0_ratio
-----130810
* uploaded to github
-----110610
* first release