Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AudioKit/AudioKitUI Loading
base: 0.3.6
Choose a base ref
...
head repository: AudioKit/AudioKitUI Loading
compare: main
Choose a head ref
  • 10 commits
  • 20 files changed
  • 8 contributors

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    7e8d048 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2624b76 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    9459fc0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #77 from hoopes/add-analysis-mode-to-amplitude-view

    Add analysisMode to AmplitudeView
    emurray2 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    16a012e View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Metal cleanup (#81)

    * Create shaders.metal
    
    * Cleanup: use FragmentBuilder
    
    * Remove unused code
    
    * Remove unused functions
    
    * Cleanup
    
    * Add extension
    
    * Reorder
    
    * Use genericFragment
    
    * Delete FragmentBuilder.swift
    
    * Remove unused code
    wtholliday committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1a61e8a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Update FFTView.swift (#79)

    Fix bar mask color not matching background color in FFTView. Mentioned in #78
    NickCulbertson committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    b1fe2aa View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. 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]>
    aure and mahal committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6d08971 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Fixed error on compilation of SpectrogramFlatView/UIColor+intermediat…

    …e.swift for macOS (#85)
    
    * Made SpectrogramFlatView unavailable to macOS as it relies on some iOS only stuff.
    
    * Added comment on what to to next and how to make class available on macOS
    mahal committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    63443b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Merging visionos branch into main (#87)

    * Move code to extension
    
    * Don't have MTKView on VisionOS
    
    * Add encode function and draw(in:)
    
    * Resize waveformTexture
    
    * Use drawable size for width of waveformTexture
    
    * Move code out
    
    * FloatPlot shouldn't be an MTKView
    
    * Make private
    
    * Add MetalView
    
    * Add createDisplayLink
    
    * Logging
    
    * Add logging
    
    * visionOS support
    
    * uncomment display lnk
    
    * Update FloatPlot.swift
    
    * Fix warning
    
    * Fix warnings
    
    * Fix macOS build
    
    * visionOS support
    
    Co-Authored-By: Aurelius Prochazka <[email protected]>
    
    * FloatPloat now defaults to a clear background
    
    ---------
    
    Co-authored-by: Taylor Holliday <[email protected]>
    Co-authored-by: Aurelius Prochazka <[email protected]>
    3 people committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    3559d8b View commit details
    Browse the repository at this point in the history
  2. Minor adjustments to documentation and minor adjust to SpectrogramFla…

    …tView (#86)
    
    * Added AudioKitUI.docc with a markdown so Documentation can easily be built for iOS.
    
    * Minor adjustments to documentation
    
    * Fixed title in main docc article so it shows directly on home page of AudioKitUI
    
    * Added links to other UI related frameworks of AudioKit
    
    * Fixed amplitude. It was not sensitive enough, showing full amplitude at half the intensity.
    
    * Cleanup of commented .borders
    
    * First quadrant flipping only once in the body
    
    * Trailing white space
    mahal committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    83bacdb View commit details
    Browse the repository at this point in the history
Loading