{"id":15400768,"url":"https://github.com/agraef/pure-lac09","last_synced_at":"2026-02-04T01:40:05.382Z","repository":{"id":81375734,"uuid":"83656056","full_name":"agraef/pure-lac09","owner":"agraef","description":"Accompanying materials for the LAC09 paper \"Signal Processing in the Pure Programming Language\" ","archived":false,"fork":false,"pushed_at":"2017-03-02T09:37:14.000Z","size":1090,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-05T16:42:41.728Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Pure Data","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agraef.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2017-03-02T08:52:11.000Z","updated_at":"2024-02-21T22:11:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"693b4fdf-63d6-433b-9ca5-a99c8fb4908e","html_url":"https://github.com/agraef/pure-lac09","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"2b28a1f9f2129d2a69830b7b6706b4ecff12e3cc"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/agraef/pure-lac09","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agraef%2Fpure-lac09","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agraef%2Fpure-lac09/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agraef%2Fpure-lac09/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agraef%2Fpure-lac09/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agraef","download_url":"https://codeload.github.com/agraef/pure-lac09/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agraef%2Fpure-lac09/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29063974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T00:26:14.114Z","status":"ssl_error","status_checked_at":"2026-02-04T00:23:06.435Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-10-01T15:54:53.989Z","updated_at":"2026-02-04T01:40:05.347Z","avatar_url":"https://github.com/agraef.png","language":"Pure Data","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nPure LAC09 Examples\n===================\n\nGit repository: https://github.com/agraef/pure-lac09\n\nYou need to have [Pd][] (0.43+), [Pure][] (0.18+) and the [pd-pure][] plugin\n(0.4+) installed to run these examples. The `waveplay` patch also requires\n[libsndfile][], the `bounce` patch needs [Gem][].\n\n[Pd]:         http://crca.ucsd.edu/~msp/\n[Pure]:       https://purelang.bitbucket.io/\n[pd-pure]:    https://bitbucket.org/purelang/pure-lang/wiki/Addons#markdown-header-pd-pure\n[Gem]:        http://gem.iem.at\n[libsndfile]: http://www.mega-nerd.com/libsndfile/\n\nPd and libsndfile are readily available on most Linux systems. Gem you may\nhave to compile from source, but it's also included in some distributions of\nPd, such as [Pd-l2ork][] and [Purr Data][]. Arch and Ubuntu packages for Pure\nand pd-pure can be found on the [Pure website][], but are also easy to install\nfrom source.\n\n[Pd-l2ork]: http://l2ork.music.vt.edu/main/make-your-own-l2ork/software/\n[Purr Data]: https://git.purrdata.net/jwilkes/purr-data\n[Pure website]: https://purelang.bitbucket.io/\n\nwaveplay.pd\n-----------\n\nA simple soundfile player. The accompanying Pure script is in wavefile.pure.\nRun this is as `pd -lib pure waveplay.pd` and push the toggle button to\nplay. You might have to adjust the window size to get rid of dropouts.\n\nbounce.pd + bounce-sound.pd\n---------------------------\n\nA bouncing ball animation. Run as `pd -noaudio -lib pure -lib Gem bounce.pd`.\nFirst push the \"Graphics window\" toggle to start rendering, then the \"Bouncing\nball animation\" toggle to start the animation.\n\nThe second patch adds some sound effects. Run this as `pd bounce-sound.pd` and\npush the toggle above the `pd sound` subpatch in the main patch to connect the\ntwo patches. (These are in two separate patches connected via netsend/\nnetreceive to prevent audio dropouts, see the Gem FAQ for details.)\n\nTry the different acceleration values (corresponding to the gravity of\nthe [Moon][], [Earth][] and [Jupiter][]). You can also click inside the Gem\nwindow to restart the animation at different positions.\n\n[Moon]:    http://en.wikipedia.org/wiki/Moon\n[Earth]:   http://en.wikipedia.org/wiki/Earth\n[Jupiter]: http://en.wikipedia.org/wiki/Jupiter\n\nThe Pure script implementing the motion of the ball is in ball.pure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagraef%2Fpure-lac09","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagraef%2Fpure-lac09","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagraef%2Fpure-lac09/lists"}