Skip to content

Commit

Permalink
Added BPM helper
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Jun 12, 2023
1 parent 4516467 commit 115d0f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/Utilities/AudioKitHelpers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ public typealias MIDIChannel = UInt8
/// Sample type alias making it clear when you're working with samples
public typealias SampleIndex = UInt32

/// BPM (for backwards compatibility)
public typealias BPM = Double

/// Note on shortcut
public let noteOnByte: MIDIByte = 0x90
/// Note off shortcut
Expand Down

0 comments on commit 115d0f4

Please sign in to comment.