{"id":13496780,"url":"https://github.com/AudioKit/AudioKitUI","last_synced_at":"2025-03-28T19:31:07.496Z","repository":{"id":39582608,"uuid":"323009132","full_name":"AudioKit/AudioKitUI","owner":"AudioKit","description":"Controls and Visualization for AudioKit apps","archived":false,"fork":false,"pushed_at":"2024-07-29T13:50:08.000Z","size":780,"stargazers_count":223,"open_issues_count":15,"forks_count":54,"subscribers_count":23,"default_branch":"main","last_synced_at":"2025-03-04T03:02:31.535Z","etag":null,"topics":["audiokit","swift","swiftui","ui"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"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/AudioKit.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},"funding":{"github":"AudioKit"}},"created_at":"2020-12-20T06:30:21.000Z","updated_at":"2025-02-09T04:13:51.000Z","dependencies_parsed_at":"2024-10-31T12:31:25.856Z","dependency_job_id":"94c73260-cf9b-4870-b614-107ceb3aa709","html_url":"https://github.com/AudioKit/AudioKitUI","commit_stats":{"total_commits":305,"total_committers":22,"mean_commits":"13.863636363636363","dds":0.6655737704918032,"last_synced_commit":"16a012e4794d54998e384b4906e88df5aab79d18"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AudioKit%2FAudioKitUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AudioKit%2FAudioKitUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AudioKit%2FAudioKitUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AudioKit%2FAudioKitUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AudioKit","download_url":"https://codeload.github.com/AudioKit/AudioKitUI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246088430,"owners_count":20721683,"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":["audiokit","swift","swiftui","ui"],"created_at":"2024-07-31T19:01:59.557Z","updated_at":"2025-03-28T19:31:07.135Z","avatar_url":"https://github.com/AudioKit.png","language":"Swift","readme":"\u003cdiv align=center\u003e\n\u003cimg src=\"https://github.com/AudioKit/Cookbook/raw/main/Cookbook/Cookbook/Assets.xcassets/audiokit-icon.imageset/audiokit-icon.png\" width=\"20%\"/\u003e\n\n# AudioKit User Interfaces\n\n[![Build Status](https://github.com/AudioKit/AudioKitUI/workflows/CI/badge.svg)](https://github.com/AudioKit/AudioKitUI/actions?query=workflow%3ACI)\n[![License](https://img.shields.io/github/license/AudioKit/AudioKitUI)](https://github.com/AudioKit/AudioKitUI/blob/main/LICENSE)\n[![Swift Compatibility](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FAudioKit%2FAudioKitUI%2Fbadge%3Ftype%3Dswift-versions\u0026label=)](https://swiftpackageindex.com/AudioKit/AudioKitUI)\n[![Platform Compatibility](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FAudioKit%2FAudioKitUI%2Fbadge%3Ftype%3Dplatforms\u0026label=)](https://swiftpackageindex.com/AudioKit/AudioKitUI)\n[![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com)\n[![Twitter Follow](https://img.shields.io/twitter/follow/AudioKitPro.svg?style=social)](https://twitter.com/AudioKitPro)\n\n\u003c/div\u003e\n\nWaveform plots and controls that can be used to jump start your AudioKit-powered app.\n\n## Documentation\n\nComplete API reference appears in the [AudioKit.io web site](https://www.audiokit.io/AudioKitUI/documentation/audiokitui)\n\n## Requirements\n\nWe use SwiftUI so you need to target iOS 13+ and macOS 10.15+.\n\n## Installation via Swift Package Manager\n\nTo add AudioKitUI to your Xcode project, select File -\u003e Swift Packages -\u003e Add Package Dependency. Enter `https://github.com/AudioKit/AudioKitUI` for the URL.\n\n## Examples\n\nJust like AudioKit, the example project for AudioKitUI is the [AudioKit Cookbook](https://github.com/AudioKit/Cookbook/).\n\n## More!\n\nBecause some user interfaces are quite complex, and don't really have AudioKit as a dependency, they are in other repositories under the AudioKit umbrella:\n\n* Controls: SwiftUI Knobs, Sliders, X-Y Pads, and more [github.com/AudioKit/Controls](https://github.com/AudioKit/Controls)\n* Flow: Generic node graph editor [github.com/AudioKit/Flow](https://github.com/AudioKit/Flow) \n* Keyboard: SwiftUI music keyboard [github.com/AudioKit/Keyboard](https://github.com/AudioKit/Keyboard)\n* Piano Roll: Touch oriented piano roll [github.com/AudioKit/PianoRoll](https://github.com/AudioKit/PianoRoll)\n* PianoRollEditor: Logic Pro like piano roll editor [github.com/AudioKit/PianoRollEditor](https://github.com/AudioKit/PianoRollEditor)\n* MIDITrackView: View representing a MIDI Track [github.com/AudioKit/MIDITrackView](https://github.com/AudioKit/MIDITrackView)\n* Waveform: GPU accelerated waveform view [github.com/AudioKit/Waveform](https://github.com/AudioKit/Waveform)\n","funding_links":["https://github.com/sponsors/AudioKit"],"categories":["Swift"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAudioKit%2FAudioKitUI","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAudioKit%2FAudioKitUI","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAudioKit%2FAudioKitUI/lists"}