{"id":22066251,"url":"https://github.com/modlfo/pd-vult-example","last_synced_at":"2026-05-19T03:13:37.920Z","repository":{"id":74855058,"uuid":"62995444","full_name":"modlfo/pd-vult-example","owner":"modlfo","description":"An example of generating puredata externals with Vult","archived":false,"fork":false,"pushed_at":"2016-10-18T18:35:37.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T18:25:46.169Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/modlfo.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-10T11:28:25.000Z","updated_at":"2018-03-11T07:16:45.000Z","dependencies_parsed_at":"2023-03-29T18:49:25.916Z","dependency_job_id":null,"html_url":"https://github.com/modlfo/pd-vult-example","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"24ac40bc96929a55797df2b283314067d364b8f3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/modlfo/pd-vult-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modlfo%2Fpd-vult-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modlfo%2Fpd-vult-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modlfo%2Fpd-vult-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modlfo%2Fpd-vult-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/modlfo","download_url":"https://codeload.github.com/modlfo/pd-vult-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modlfo%2Fpd-vult-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265752494,"owners_count":23822987,"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":[],"created_at":"2024-11-30T19:26:52.708Z","updated_at":"2026-05-19T03:13:37.856Z","avatar_url":"https://github.com/modlfo.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vult for Pure Data\nAn example of generating puredata externals with Vult\n\n## How to use\n\nThis code has been tested with Pure Data 0.47 in Linux and OSX. In order to compile it you need `cmake` and also fixing the include path to the file `m_pd.h` in your system. Set the appropriate path with the command `include_directories()` in the `CMakeLists.txt` file.\n\nFollow these steps to compile:\n```\n$ mkdir build\n$ cd build\n$ cmake ../\n$ make\n```\n\nThis will produce the file `phd~.pd_darwin` or `phd~.pd_linux`. Put this file in a place where Pure Data can find it and open the `test.pd` file.\n\nThe source of the oscillator is the file `phasedist.vult`. In order to modify or regenerate the code you need to have the development version of Vult (https://github.com/modlfo/vult).\n\nTo regenerate the code run:\n```\n$ ./vultc.native -ccode -template pd -o phd phasedist.vult\n```\n\nThis will generate the files `phd.cpp` and `phd.h`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodlfo%2Fpd-vult-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmodlfo%2Fpd-vult-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodlfo%2Fpd-vult-example/lists"}