{"id":20823042,"url":"https://github.com/madskjeldgaard/faustgen-supercollider","last_synced_at":"2025-03-12T06:41:52.192Z","repository":{"id":112974412,"uuid":"380252559","full_name":"madskjeldgaard/faustgen-supercollider","owner":"madskjeldgaard","description":"Livecode Faust in SuperCollider using an embedded Faust compiler.","archived":false,"fork":false,"pushed_at":"2022-04-28T14:27:50.000Z","size":81,"stargazers_count":29,"open_issues_count":2,"forks_count":2,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-05-18T20:39:22.433Z","etag":null,"topics":["faust","faust-dsp","supercollider"],"latest_commit_sha":null,"homepage":"","language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/madskjeldgaard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-06-25T13:50:09.000Z","updated_at":"2023-09-06T02:11:28.000Z","dependencies_parsed_at":"2023-03-13T13:24:01.229Z","dependency_job_id":null,"html_url":"https://github.com/madskjeldgaard/faustgen-supercollider","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madskjeldgaard%2Ffaustgen-supercollider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madskjeldgaard%2Ffaustgen-supercollider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madskjeldgaard%2Ffaustgen-supercollider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madskjeldgaard%2Ffaustgen-supercollider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madskjeldgaard","download_url":"https://codeload.github.com/madskjeldgaard/faustgen-supercollider/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243172110,"owners_count":20247884,"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":["faust","faust-dsp","supercollider"],"created_at":"2024-11-17T22:17:08.624Z","updated_at":"2025-03-12T06:41:52.163Z","avatar_url":"https://github.com/madskjeldgaard.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [WORK IN PROGRESS] FaustGen\n\nLivecode [Faust](faust.grame.fr/) in [SuperCollider](supercollider.github.io/) using an embedded [Faust compiler](https://faustdoc.grame.fr/manual/embedding/).\n\n## Status\n\n[Updates will be posted here](https://scsynth.org/t/wip-faustgen-a-ugen-for-interpreting-faust-code/4029)\n\n### Requirements\n\n- CMake \u003e= 3.5\n- LLVM\n- Faust\n- SuperCollider source code\n\nInstalling them on Arch based systems using an AUR helper:\n\n```bash\nparu -S faust llvm cmake\n```\n\n### TODO\n\nSee [todo.md](todo.md)\n\n### Building\n\nClone the project:\n\n    git clone https://github.com/madskjeldgaard/faustgen-supercollider faustgen\n    cd faustgen\n\tgit submodule update --init --recursive\n    mkdir build\n    cd build\n\nThen, use CMake to configure and build it:\n\n    cmake .. -DCMAKE_BUILD_TYPE=Release -DSC_PATH=\u003cPATH/TO/SC/SOURCE\u003e\n    cmake --build . --config Release\n    cmake --build . --config Release --target install\n\nYou may want to manually specify the install location in the first step to point it at your\nSuperCollider 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\nit's not: add the option `-DSC_PATH=/path/to/sc/source`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadskjeldgaard%2Ffaustgen-supercollider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadskjeldgaard%2Ffaustgen-supercollider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadskjeldgaard%2Ffaustgen-supercollider/lists"}