Flat Spectrogram View (#82) #64
Annotations
1 warning
Send Discord Notification
embed field value must be shorter than 1024, got 1684
[`6d08971`](https://github.com/AudioKit/AudioKitUI/commit/6d089716e6513fc3492c07f6049973af56f32248) Flat Spectrogram View (#82)
* init with what we had in our project
* Made it compatible with AudioKitUI Namespace and OS availability
* fixed compiler warning: var to let
* fixed hound linter line length. no semantics, just syntax.
* fixed hound trailing spaces and spaces close to colon. no semantics, just syntax.
* fixed hound linter spaces and unused var. no semantics, just syntax.
* fixed hound linter commenting and variable name length. no semantics, just syntax.
* fixed hound linter variable name and cyclomatic complexity. no semantics, just syntax.
* fixed hound linter warnings. no semantics, just syntax.
* fixed hound linter warnings. no semantics, just syntax.
* Refined model to make it easier to configure in the future. Moved minFreq and maxFreq to SpectrogramFFTMetaData
* removed trailing white spaces. fixed hound
I really need to step up in linting and integrate it better into Xcode.
* disable swiftlint for variable name id
* Commented and marked unused function
* Added documentation on dataflow, design decisions and a brief history of the class.
* Comment on why Int instead of UUID
* Some guards to not crash on empty measurements
* Fixed linter warning on big tuples
* renamed tupel and added comment. no semantic, just syntax.
* Moved magic numbers to let constants with description.
* Comments on members / properties
* made it available prior iOS 17 using some vintage/depracted modifiers of SwiftUI
* minor rename
---------
Co-authored-by: mahal raskin <[email protected]>
|
Loading