Controls

1.0.0

SwiftUI Knobs, Sliders, X-Y Pads, and more
AudioKit/Controls

What's New

Controls v1.0.0

2022-09-09T22:33:12Z

Initial version

Controls

controls

User interface elements including knobs, sliders, XYPads, and more, all built off the same generic controls.

Generic Controls

Two types of controls allow you to drag on a UI element and control either one or two parameters.

  • Control - draggable control that can affect one value by planar motion, either horizontally, vertically, or both.
  • Two Parameter Control - draggable control that can affect two indepent paramters.

Control Geometries

For both types of controls, there are a wide variety of ways to react to dragging, including rectilinear and polar coordinate variations. See the API for more details.

Implementations

These are examples of how to use the generic controls. They are somewhat customizable, so you can easier use them directly or use them as a template for creating your own custom controls.

Single-parameter controls:

  • ArcKnob - knob controled by dragging along a circular path
  • IndexedSlider - slider that controls an integer parameter and snaps to increments
  • PitchModWheel - vertical slider than can be a pitch wheel or mod wheel
  • Ribbon - horizontal slider
  • SmallKnob - a knob in which you start by tapping in its bound and change the value by either horizontal or vertical motion.

Two-parameter controls:

  • Joystick - polar coordinate control
  • XYPad - XY control that doesn't snap

Installation

Installation is done with Swift Package Manager. Be sure to tie your code to a version number and not just a branch, because the API for these controls will change as necessary.

Demo

Included with the package is a demo project (pictured above) and a playground to help you get up and running quickly.

Documentation

The docs are hosted on the AudioKit.io website

Sponsorship

Sponsor me on Github and I'll create a control for you.

Description

  • Swift Tools 5.5.0
View More Packages from this Author

Dependencies

  • None
Last updated: Thu Mar 28 2024 04:46:22 GMT-0900 (Hawaii-Aleutian Daylight Time)