Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Feb 24, 2023
1 parent 9685b7f commit 81fb297
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/MIDIKit/MIDIKit.docc/MIDIKitIO/MIDIManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Create an instance of `MIDIManager` within a lifecycle scope that makes sense for your app.

- Typically MIDI functionality is scoped at an app-level since only one Manager is needed for an entire application's MIDI needs.
- A `MIDIManager` instance can be stored globally, perhaps in your AppDelegate.
- A `MIDIManager` instance can be stored globally, perhaps in your `AppDelegate` or root SwiftUI `App`.

Parameters:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
- ``TCC``
- ``TimecodeInterval``
- ``TimecodeTransformer``
- ``TimecodeSortComparator``
- ``Fraction``
- ``FrameRateProtocol``
- ``TimecodeFrameRate``
- ``VideoFrameRate``
- ``FeetAndFrames``
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
- ``TCC``
- ``TimecodeInterval``
- ``TimecodeTransformer``
- ``TimecodeSortComparator``
- ``Fraction``
- ``FrameRateProtocol``
- ``VideoFrameRate``
- ``FeetAndFrames``
2 changes: 1 addition & 1 deletion Sources/MIDIKitIO/MIDIKitIO.docc/MIDIManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Create an instance of `MIDIManager` within a lifecycle scope that makes sense for your app.

- Typically MIDI functionality is scoped at an app-level since only one Manager is needed for an entire application's MIDI needs.
- A `MIDIManager` instance can be stored globally, perhaps in your AppDelegate.
- A `MIDIManager` instance can be stored globally, perhaps in your `AppDelegate` or root SwiftUI `App`.

Parameters:

Expand Down
2 changes: 2 additions & 0 deletions Sources/MIDIKitSMF/MIDIKitSMF.docc/MIDIKitSMF-Internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
- ``TCC``
- ``TimecodeInterval``
- ``TimecodeTransformer``
- ``TimecodeSortComparator``
- ``Fraction``
- ``FrameRateProtocol``
- ``TimecodeFrameRate``
- ``VideoFrameRate``
- ``FeetAndFrames``
2 changes: 2 additions & 0 deletions Sources/MIDIKitSync/MIDIKitSync.docc/MIDIKitSync-Internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
- ``TCC``
- ``TimecodeInterval``
- ``TimecodeTransformer``
- ``TimecodeSortComparator``
- ``Fraction``
- ``FrameRateProtocol``
- ``VideoFrameRate``
- ``FeetAndFrames``

0 comments on commit 81fb297

Please sign in to comment.