{"id":24477128,"url":"https://arteme.github.io/pod-ui/","last_synced_at":"2025-10-02T03:31:51.185Z","repository":{"id":46945152,"uuid":"447284697","full_name":"arteme/pod-ui","owner":"arteme","description":"A modern GTK+ UI for controlling Line6 POD family of devices via MIDI. Supported devices: POD 1.0, POD 2.0, POD Pro, PocketPOD, PODxt, PODxt Pro, PODxt Live, Bass PODxt, Bass PODxt Pro, Bass PODxt Live","archived":false,"fork":false,"pushed_at":"2025-02-08T16:22:57.000Z","size":7646,"stargazers_count":47,"open_issues_count":26,"forks_count":9,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-09-13T07:22:47.120Z","etag":null,"topics":["basspodxt","gtk","gtk-rs","gtk3","guitar","line6","midi","pod","podxt","rust"],"latest_commit_sha":null,"homepage":"https://arteme.github.io/pod-ui/","language":"Rust","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/arteme.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,"publiccode":null,"codemeta":null}},"created_at":"2022-01-12T16:10:17.000Z","updated_at":"2025-08-20T19:45:46.000Z","dependencies_parsed_at":"2024-12-08T15:19:13.561Z","dependency_job_id":"91b3f1a0-f4ac-4d4c-af85-7a5c5c6ddad4","html_url":"https://github.com/arteme/pod-ui","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/arteme/pod-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arteme%2Fpod-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arteme%2Fpod-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arteme%2Fpod-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arteme%2Fpod-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arteme","download_url":"https://codeload.github.com/arteme/pod-ui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arteme%2Fpod-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277050722,"owners_count":25751839,"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","status":"online","status_checked_at":"2025-09-26T02:00:09.010Z","response_time":78,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["basspodxt","gtk","gtk-rs","gtk3","guitar","line6","midi","pod","podxt","rust"],"created_at":"2025-01-21T10:01:40.519Z","updated_at":"2025-10-02T03:31:50.857Z","avatar_url":"https://github.com/arteme.png","language":"Rust","funding_links":[],"categories":["Audio"],"sub_categories":["Music Software"],"readme":"# POD UI\n\nA modern GTK+ application for controlling Line6 [POD family](https://en.wikipedia.org/wiki/Pod_(amp_modeler))\nof guitar modelling amps via MIDI. Currently, POD, POD 2.0, POD Pro,\nPocket POD are supported; PODxt and Bass PODxt families of devices \nare also supported. Support for other compatible devices is in the works.\n\nThe app is written in Rust and is as much a project of learning Rust as\nactually doing what the app is supposed to do. The UI is inspired by\n[qtpod](https://llg.cubic.org/tools/qtpod/). \n\nThe aim is to get feature parity with *Line6 Edit* on things like:\n\n - [x] controlling the POD devices;\n - [x] up-/downloading individual patches;\n - [x] up-/downloading patch libraries;\n - [ ] loading .l6t and .lib files;\n - [x] support for POD, POD 2.0, POD Pro devices;\n - [x] support for Pocket POD device;\n - [x] support for PODxt, PODxt Live, PODxt Pro devices;\n - [x] support for Bass PODxt, Bass PODxt Live, Bass PODxt Pro devices;\n - [ ] support for Bass POD device;\n - [ ] support for Floor POD Plus device;\n - [ ] support for other compatible Line6 devices;\n\n### Why?\n\nI have a POD 2.0 device and there are far more controls in it than there are\nknobs on the device itself. Moreover, I have a Linux system. This provides a\nwhole lot of inconvenience:\n * the original *Line6 Edit* application is Windows/Mac-only and is hard to \n   find and run nowadays;\n * *Podman32* is Windows-only and hard to find and run much like the above;\n * *Qtpod* is a QT3 application. No-one has QT3 anymore.\n\nWhat is a programmer to do? Write their own app, of course!\n\n## Building and running\n\nBuilding the code from source requires `git`, the `rust` toolchain \n([rustup](https://rustup.rs/) is a popular tool to get you started), the\nGtk+ 3.x libraries and goes as follows: \n\n```shell\ngit clone git@github.com/arteme/pod-ui.git\ncd pod-ui\ncargo build\ncargo run\n```\n\nWindows and MacOS users may require additional toolchains installed, please\ncheck the [development documentation](DEVELOPMENT.md) for more information\nabout dependencies and platform-specific issues.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/arteme.github.io%2Fpod-ui%2F","html_url":"https://awesome.ecosyste.ms/projects/arteme.github.io%2Fpod-ui%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/arteme.github.io%2Fpod-ui%2F/lists"}