{"id":20292996,"url":"https://github.com/fdch/a.le.a","last_synced_at":"2026-02-01T23:03:39.689Z","repository":{"id":163894102,"uuid":"85688782","full_name":"fdch/a.le.a","owner":"fdch","description":"a.le.a score generation","archived":false,"fork":false,"pushed_at":"2017-09-26T04:13:33.000Z","size":253388,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-17T20:45:54.526Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Pure Data","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/fdch.png","metadata":{"files":{"readme":"README-fdpd.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":"2017-03-21T10:29:57.000Z","updated_at":"2017-04-11T11:49:33.000Z","dependencies_parsed_at":"2024-04-06T18:15:06.821Z","dependency_job_id":null,"html_url":"https://github.com/fdch/a.le.a","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fdch/a.le.a","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdch%2Fa.le.a","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdch%2Fa.le.a/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdch%2Fa.le.a/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdch%2Fa.le.a/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fdch","download_url":"https://codeload.github.com/fdch/a.le.a/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdch%2Fa.le.a/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28993777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T22:01:47.507Z","status":"ssl_error","status_checked_at":"2026-02-01T21:58:37.335Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-11-14T15:20:36.128Z","updated_at":"2026-02-01T23:03:39.671Z","avatar_url":"https://github.com/fdch.png","language":"Pure Data","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fdpd\nThe purpose of \"fdpd\" is to allow for a single double-click on \"fdpd.command\" to open a Pureadata workspace with 2 interconnected instances(OSX), one for audio and one for video (Gem). All the trouble of connecting two instances of pd is taken care of by \"fdpd\", the rest is up to you.\n\n# Puredata\nget Pd here: http://msp.ucsd.edu\n\n# Gem\nget Gem \u0026 manuals via deken way \n\topen pd\n\tHelp \u003e Find Externals\n\tType \"Gem\"\n\tfind your version and DOWNLOAD\n\trestar Pd\n\nor here http://gem.iem.at \n\n# Once fdpd is up and running\nJust opening \"fdpd.command\" by clicking (or CMD+O or  ./fdpd.command) works like a charm\n\n# Installation (First time only) \n(requires basic copy-pasting on Terminal):\n\n1. Copy this directory \"fdpd\" in your-working-directory.\n\n2. Open Terminal:\n\t$ cd your-working-directory\n\t$ chmod u+x fdpd.command\n\t*** See below before continuing ***\n\t$ ./fdpd.command\n\t$ exit\n(IF PD OPENED: quit the terminal after this, you won't need it again)\n\n# VERY IMPORTANT\nMantra: \"know thy pd path\"\n\nBefore doing \"./fdpd.command\" you need to check that the PATH to Pd's bin IS THE SAME than this one: '/Applications/Pd-0.47-1.app/Contents/Resources/bin'. If it isn't, you need to edit (with TextEdit or any text editor) \"fdpd.command\" in line 36, replacing PD='/Applications/Pd-0.47-1.app/Contents/Resources/bin' with PD='/\u003cyour-path\u003e/Pd-\u003cversion\u003e.app/Contents/Resources/bin', filling in with your path and your Pd version accordingly.\n\n# Information\n This shell script allows the user to work with 2 interconnected instances of PD via netsend and netreceive, the former handling audio (main-audio.pd) and the latter handling VIDEO (main-video.pd). Both files are created in the \"/bin\" directory. Once the \"/bin\" directory has been created, it only opens the files in different instances of Puredata. \n\n# How it works\nYou will see two Pd-s opening, one called MAIN_AUDIO_PATCH and the other MAIN_VIDEO_PATCH. The first thing that happens is the propt for PD's Audio Properties. You are required to choose your devices on every load (can be disabled). Choose your interface and click \"OK\". After you click \"OK\", the DSP will turn on for MAIN_AUDIO_PATCH. Once DSP is on, the color of each patch will turn to light green, indicating that MAIN_AUDIO_PATCH is connected to MAIN_VIDEO_PATCH. Right-click on the black canvases to see the workings of such connection. If colors did not change, change port number to be the same on both patches, then click \"1\" bang and \"2\" bang buttons (order is important). If colors turned GREEN-ish, you will see the [gemwin] created. This means you are ready to go.\n\n# What is in the default patches?\nMove the faders up and down and click on some toggles to get this default setup working. What it does is the following: the main audio is generating a very simple signal of 2 oscillators. The amplitude of the oscillators is analyzed and their dB information is passed to the video patch to control the width of the video and border rectangle sizes. The default frequency is 237 Hz, which is rather fast to see, but good enough to hear. Bring it down to 3 Hz, and you'll see it instead. \n\n# What can you do?\nYou can put as many signals as you want and connect them to as many parameters of the video as you want, and viceversa. There are a few examples of this in use, that I plan to share in the future. Basically, this is simply a workspace to use Gem with Pd, which are fantastic for working with visuals (OpenGL, GLSL) and audio. \n\nThe basic element of a connection between the two instances, in this case, is a [list] to be sent between the patches. The pd-objects behind this are [netsend] and [netreceive]. This connection is solved for you. Below are instructions on adding new variables in between the instances.\n\n# Sending lists between AUDIO and VIDEO (and viceversa)\nsee message-routing.txt\n\n# To do\nAutomated routing of messages between instances. Sending lists between AUDIO and VIDEO (and viceversa) described above works very well. But, it can be rather tedious and one could imagine it happening automatically once you create a send and receive pair. \n\n# Issues\nreport anything here camarafede[at]gmail[dot]com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdch%2Fa.le.a","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffdch%2Fa.le.a","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdch%2Fa.le.a/lists"}