|
5 | 5 |
|
6 | 6 | [](https://github.com/AudioKit/AudioKitUI/actions?query=workflow%3ACI) |
7 | 7 | [](https://github.com/AudioKit/AudioKitUI/blob/main/LICENSE) |
8 | | -[](https://github.com/AudioKit/AudioKit/wiki) |
| 8 | +[](https://swiftpackageindex.com/AudioKit/AudioKitUI) |
| 9 | +[](https://swiftpackageindex.com/AudioKit/AudioKitUI) |
9 | 10 | [](https://houndci.com) |
10 | 11 | [](https://twitter.com/AudioKitPro) |
11 | 12 |
|
12 | 13 | </div> |
13 | 14 |
|
14 | | -Waveform plots and controls that can be used to jump start your AudioKit-powered app. |
| 15 | +Waveform plots and controls that can be used to jump start your AudioKit-powered app. |
15 | 16 |
|
16 | 17 | ## Documentation |
17 | 18 |
|
18 | | -* [AudioKit.io Section about AudioKitUI](https://audiokit.io/Packages/AudioKitUI) |
19 | | -* [API Reference Docs](https://github.com/AudioKit/AudioKitUI/wiki) |
| 19 | +Complete API reference appears in the [AudioKit.io web site](https://www.audiokit.io/AudioKitUI/documentation/audiokitui) |
20 | 20 |
|
21 | 21 | ## Requirements |
22 | 22 |
|
23 | | -We use SwiftUI so you need to target iOS13+ and macOS 10.15+. |
| 23 | +We use SwiftUI so you need to target iOS 13+ and macOS 10.15+. |
24 | 24 |
|
25 | 25 | ## Installation via Swift Package Manager |
26 | 26 |
|
27 | | -To add AudioKitUI to your Xcode project, select File -> Swift Packages -> Add Package Depedancy. Enter `https://github.com/AudioKit/AudioKitUI` for the URL. |
| 27 | +To add AudioKitUI to your Xcode project, select File -> Swift Packages -> Add Package Dependency. Enter `https://github.com/AudioKit/AudioKitUI` for the URL. |
28 | 28 |
|
29 | 29 | ## Examples |
30 | 30 |
|
31 | 31 | Just like AudioKit, the example project for AudioKitUI is the [AudioKit Cookbook](https://github.com/AudioKit/Cookbook/). |
| 32 | + |
| 33 | +## More! |
| 34 | + |
| 35 | +Because some user interfaces are quite complex, and don't really have AudioKit as a dependency, we will be putting them in other repositories under the AudioKit umbrella. |
| 36 | + |
| 37 | +### Piano Roll |
| 38 | + |
| 39 | +[https://github.com/AudioKit/PianoRoll](https://github.com/AudioKit/PianoRoll) |
| 40 | + |
| 41 | +<img src="https://raw.githubusercontent.com/AudioKit/PianoRoll/main/Sources/PianoRoll/PianoRoll.docc/Resources/screenshot.png" alt="piano roll screenshot" style="width:75%;"> |
0 commit comments