{"id":19998196,"url":"https://github.com/nwoeanhinnogaehr/dafxpipe","last_synced_at":"2025-05-04T14:30:53.922Z","repository":{"id":86311341,"uuid":"76525756","full_name":"nwoeanhinnogaehr/dafxpipe","owner":"nwoeanhinnogaehr","description":"Software for live coding audio effects and synths.","archived":false,"fork":false,"pushed_at":"2018-11-10T06:00:23.000Z","size":101,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T07:18:51.349Z","etag":null,"topics":["audio","audio-effect","jack","julia","live-coding","python","synth"],"latest_commit_sha":null,"homepage":"","language":"C++","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/nwoeanhinnogaehr.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,"dei":null}},"created_at":"2016-12-15T05:06:17.000Z","updated_at":"2022-07-11T17:55:57.000Z","dependencies_parsed_at":"2023-03-13T09:44:35.780Z","dependency_job_id":null,"html_url":"https://github.com/nwoeanhinnogaehr/dafxpipe","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/nwoeanhinnogaehr%2Fdafxpipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwoeanhinnogaehr%2Fdafxpipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwoeanhinnogaehr%2Fdafxpipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwoeanhinnogaehr%2Fdafxpipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nwoeanhinnogaehr","download_url":"https://codeload.github.com/nwoeanhinnogaehr/dafxpipe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252349266,"owners_count":21733796,"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":["audio","audio-effect","jack","julia","live-coding","python","synth"],"created_at":"2024-11-13T05:07:39.573Z","updated_at":"2025-05-04T14:30:53.683Z","avatar_url":"https://github.com/nwoeanhinnogaehr.png","language":"C++","funding_links":[],"categories":["Libraries and tools"],"sub_categories":[],"readme":"# what is this?\n\nSoftware for live coding audio effects and synths in Python.\n\nThere's also some libraries for doing STFT and phase vocoder stuff. Take a look at the [examples](examples/) for more info.\n\nThere's a GUI! After building (see below), run it with `python3 lib/gui.py`.\n\nFor each tab you open, a JACK device will be created. The bottom window is the console for viewing error messages. The top window is your workspace. Some keys are mapped for you:\n\n* F4 will execute the current \"paragraph\" (delimited by blank lines).\n* F5 will execute the current line or the current visual selection.\n* F6 will execute the whole file.\n* F11 will clear the buffer (this attemps to minimize latency).\n* F12 will silence output.\n\nIf you define a function like so:\n```python\ndef process(input, output):\n  output[:] = input\n```\nand attach something to the JACK ports, you should hear the audio flowing through. `input` and `output` are NumPy arrays with shape `(num_channels, buffer_size)`.\n\n# dependencies\n\n* [Python 3](https://www.python.org/)\n* [NumPy](http://www.numpy.org/)\n* [Boost.Python ≥ 1.6.3](https://github.com/boostorg/python)\n* [JACK](http://www.jackaudio.org/)\n* [my fork of jackcpp](https://github.com/nwoeanhinnogaehr/jackcpp)\n* [neovim](https://neovim.io/)\n* [GTK+ 3](https://www.gtk.org/)\n* [PyGObject](https://wiki.gnome.org/Projects/PyGObject)\n* [grpc](http://www.grpc.io/)\n* [tup](http://gittup.org/tup/)\n\n# build\n\n```\n$ tup\n```\n\n# license\n\nGPL\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwoeanhinnogaehr%2Fdafxpipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnwoeanhinnogaehr%2Fdafxpipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwoeanhinnogaehr%2Fdafxpipe/lists"}