Swiftpack.co - Swift Packages by juansanzone

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by juansanzone

juansanzone/MusicLogic 1.0.0
A simple Swift abstraction layer of Tonic package to play with Scales, notes and chords.
⭐️ 1
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.0.0
1 year ago
**Features 1.0.0** ### Get all Notes included in a specific note and scale ```swift /// In this example we get all Notes for C major scale. MusicLogic.getScaleNotes(note: .C, inScale: .major) ``` ### Get all Chords included in a specific note and scale ```swift /// In this example we get all Chords for C major scale. MusicLogic.getScaleChords(note: .C, inScale: .major) ``` ### Get notes for specific Chord ```swift /// In this example we get all notes for Amaj9 Chord MusicLogic.getChordNotes(chord: Chord(.A, type: .majorAddNine)) ``` ### Access to all music scales ```swift MusicLogic.scales ``` ### Access to all music generic notes ```swift MusicLogic.notes ```
juansanzone/SwiftUINavigation 1.0
SwiftUI & UIKit navigation made easy
⭐️ 0
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
First release
1 year ago
- SwiftUINavigationView - SwiftUINavigationController - ViewControllableProtocol
iOS macOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics