{"id":24355321,"url":"https://github.com/redfrik/f0plugins","last_synced_at":"2025-04-10T02:31:33.435Z","repository":{"id":67934547,"uuid":"65101967","full_name":"redFrik/f0plugins","owner":"redFrik","description":"plugins for supercollider","archived":false,"fork":false,"pushed_at":"2023-12-29T08:55:52.000Z","size":258,"stargazers_count":36,"open_issues_count":2,"forks_count":3,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-02-14T20:37:15.637Z","etag":null,"topics":["supercollider-plugins"],"latest_commit_sha":null,"homepage":"https://www.fredrikolofsson.com/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redFrik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-08-06T21:03:29.000Z","updated_at":"2023-12-27T11:06:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"7a236335-1c31-410e-b247-2de90d8bd1c6","html_url":"https://github.com/redFrik/f0plugins","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redFrik%2Ff0plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redFrik%2Ff0plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redFrik%2Ff0plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redFrik%2Ff0plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redFrik","download_url":"https://codeload.github.com/redFrik/f0plugins/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248144155,"owners_count":21054876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["supercollider-plugins"],"created_at":"2025-01-18T17:30:01.681Z","updated_at":"2025-04-10T02:31:33.427Z","avatar_url":"https://github.com/redFrik.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# f0plugins\n\nUnit-Generator Plugins (UGens) for [SuperCollider](https://supercollider.github.io)\n\n- __Astrocade__ - sound chip emulation\n- __Atari2600__ - TIA sound chip emulation\n- __AY8910__ - sound chip emulation (also __AY8910Square__)\n- __Beep__ - sound chip emulation\n- __MZPokey__ - another Pokey sound chip emulation\n- __Nes2__ - APU sound chip emulation (also __Nes2DMC__, __Nes2Noise__, __Nes2Square__ and __Nes2Triangle__)\n- __Pokey__ - Pokey sound chip emulation (also __PokeySquare__)\n- __RedDPCMdecode__ and __RedDPCMencode__ - plugins for encoding and decoding differential pulse-code modulation signals\n- __RedLbyl__ - look before you leap\n- __RedNoise__ - a really bad pseudo-random noise generator\n- __RedPhasor__ and __RedPhasor2__ - two phasors that can loop\n- __SID6581f__ - sound chip emulation\n- __Slub__ - for generating CPU spikes\n- __SN76489__ - sound chip emulation\n- __Dbjorklund__ - euclidean rhythms in demand rate (also __Dbjorklund2__)\n- __Tbjorklund__ - euclidean rhythms in audio and control rate\n- __WavesetRepeater__ - realtime repeating wavesets\n- __Dsieve__ - simple demand rate sives\n- __Tsieve__ - simple audio and control rate sives\n\nSee also \u003chttps://fredrikolofsson.com/code/sc/#plugins\u003e\n\n## Binaries\n\nDownload these plugins as ready-to-use binaries for macOS, Windows or Linux from here:\n\n\u003chttps://github.com/redFrik/f0plugins/releases\u003e\n\nTo install unzip and put them in your SuperCollider userExtensionDir.\n\n**NOTE**: For macOS you probably will need to remove the quarantine flag manually.\n```bash\nxattr -rd com.apple.quarantine \"/Users/\u003cUSERNAME\u003e/Library/Application Support/SuperCollider/Extensions/f0plugins\"\n```\n\n**NOTE**: The macOS binaries will not run under 10.14. The minimum required macOS version (i guess) is 10.15. Binaries that run under 10.14 can be downloaded from \u003chttps://fredrikolofsson.com/code/sc/#plugins\u003e\n\n\n---\n\n## Building\n\nTo compile the binaries yourself follow these instructions...\n\n### Requirements\n\n- CMake \u003e= 3.5\n- SuperCollider source code\n\n### Building\n\nClone the project:\n```bash\ngit clone https://github.com/redFrik/f0plugins --depth 1\ncd f0plugins\nmkdir build \u0026\u0026 build\n```\n\nThen, use CMake to configure and build it:\n```bash\ncmake .. -DCMAKE_BUILD_TYPE=Release\ncmake --build . --config Release\ncmake --build . --config Release --target install\n```\n\nYou may want to manually specify the install location in the first step to point it at your SuperCollider extensions directory: add the option `-DCMAKE_INSTALL_PREFIX=/path/to/extensions`\n\nIt's expected that the SuperCollider repo is cloned at `../supercollider` relative to this repo. If it's not: add the option `-DSC_PATH=/path/to/sc/source`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredfrik%2Ff0plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredfrik%2Ff0plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredfrik%2Ff0plugins/lists"}