{"id":49218357,"url":"https://github.com/orchetect/swift-midi-ui","last_synced_at":"2026-05-03T03:07:03.682Z","repository":{"id":352903204,"uuid":"1216519778","full_name":"orchetect/swift-midi-ui","owner":"orchetect","description":"🎹 SwiftUI extensions for swift-midi","archived":false,"fork":false,"pushed_at":"2026-04-22T03:55:35.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-24T01:38:20.994Z","etag":null,"topics":["ios","macos","midi","swift","swiftui","swiftui-components","visionos"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/orchetect.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"orchetect"}},"created_at":"2026-04-21T01:44:53.000Z","updated_at":"2026-04-22T03:55:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/orchetect/swift-midi-ui","commit_stats":null,"previous_names":["orchetect/swift-midi-ui"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/orchetect/swift-midi-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchetect%2Fswift-midi-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchetect%2Fswift-midi-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchetect%2Fswift-midi-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchetect%2Fswift-midi-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orchetect","download_url":"https://codeload.github.com/orchetect/swift-midi-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchetect%2Fswift-midi-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32257835,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: 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":["ios","macos","midi","swift","swiftui","swiftui-components","visionos"],"created_at":"2026-04-24T01:09:29.809Z","updated_at":"2026-05-03T03:07:03.677Z","avatar_url":"https://github.com/orchetect.png","language":"Swift","funding_links":["https://github.com/sponsors/orchetect"],"categories":[],"sub_categories":[],"readme":"![swift-midi-ui](Images/swift-midi-ui-banner.png)\n\n# SwiftMIDI UI\n\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Forchetect%2Fswift-midi-ui%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/orchetect/swift-midi-ui) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Forchetect%2Fswift-midi-ui%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/orchetect/swift-midi-ui) [![License: MIT](http://img.shields.io/badge/License-MIT-lightgrey.svg?style=flat)](https://github.com/orchetect/swift-midi-ui/blob/main/LICENSE)\n\nExtension for [SwiftMIDI](https://github.com/orchetect/swift-midi) adding reusable user interface controls for SwiftUI.\n\n## Compatibility\n\n| macOS | iOS  | visionOS | tvOS  | watchOS | Linux | Android | Windows |\n| :---: | :--: | :------: | :---: | :-----: | :---: | :-----: | :-----: |\n|   🟢   |  🟢   |    🟢     | ❌[^1] |  ❌[^1]  |   -   |    -    |    -    |\n\n[^1]: tvOS and watchOS do not have [Core MIDI I/O support](https://github.com/orchetect/swift-midi-io).\n\n## Getting Started\n\nThis extension is available as a Swift Package Manager (SPM) package.\n\nTo use this extension as standalone dependency (instead of importing the **swift-midi** umbrella repository):\n\n1. Add the **swift-midi-ui** repo as a dependency.\n\n   ```swift\n   .package(url: \"https://github.com/orchetect/swift-midi-ui\", from: \"1.0.0\")\n   ```\n\n2. Add **SwiftMIDIUI** to your target.\n\n   ```swift\n   .product(name: \"SwiftMIDIUI\", package: \"swift-midi-ui\")\n   ```\n\n3. Import **SwiftMIDIUI** to use it.\n\n   ```swift\n   import SwiftMIDIUI\n   ```\n\n## Documentation \u0026 Support\n\nSee the [online documentation](https://swiftpackageindex.com/orchetect/swift-midi-ui/main/documentation) for this repository and its [Examples](Examples) folder.\n\nFor support, feature requests, and bug reports see the main [SwiftMIDI](https://github.com/orchetect/swift-midi) repository.\n\n## Author\n\nCoded by a bunch of 🐹 hamsters in a trenchcoat that calls itself [@orchetect](https://github.com/orchetect).\n\n## License\n\nLicensed under the MIT license. See [LICENSE](https://github.com/orchetect/swift-midi-ui/blob/master/LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forchetect%2Fswift-midi-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forchetect%2Fswift-midi-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forchetect%2Fswift-midi-ui/lists"}