Skip to content
View erickampman's full-sized avatar

Highlights

  • Pro

Block or report erickampman

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
erickampman/README.md

I've been a software developer for many years, and am proficient in Swift, Objective-C(++), C++ and C, with a minor in Python.

I've worked at Fortune 500 companies, startups, and multibillion ARR companies with extreme YoY revenue growth. Currently I'm an independent developer.

I'm focused on iOS and MacOS multiplatform target apps. Latest:

  • AudMod software synth on the Apple Store for macOS, a phase modulation and waveshaping synthesizer. Check it out -- it's free!

  • TSP software synth, still in alpha. Waiting on a bug fix from Apple (exception, causes the plugin to fail). TSP stands for "Triangle, Sawtooth, Pulse" (oscillators).

    • This includes multiple routing options for lots of flexibility
    • Will be available for macOS and ipadOS
    • I'm about ready to give up on Apple and remove all the text fields on macOS so I can release this. This bug is still there after about a half a year, and a new OS (Sequoia). C'mon Apple!
  • Job Interview Help app, released! "Get That Job" is available

  • Color Me Code -- Apple & Web Developer color code help for macOS -- Available

I have lots of public repositories demonstrating various aspects of

  • Swift
  • SwiftUI
  • SwiftData
  • KVO/KVC

Please check them out, especially if you are getting up to speed on Apple's newer APIs with SwiftUI and SwiftData.

Popular repositories Loading

  1. SwiftUI_AUPlayer SwiftUI_AUPlayer Public

    Audio Unit effects player, based on Apple's AUv3Host demo, but uses SwiftUI. I'm by no means a SwiftUI expert so there are probably better ways to do this.

    Swift 3

  2. AUTest AUTest Public

    Simple project to illustrate the use of AUv3.

    Swift 1 1

  3. ColorBindingSwift ColorBindingSwift Public

    Example Custom View with bindings

    Swift

  4. KeyboardViewBindings KeyboardViewBindings Public

    Example Document/WindowController/ViewController Custom view project with bindings

    Swift

  5. ScrollTestProg ScrollTestProg Public

    Illustration of using constraints to get proper behavior of a custom view

    Swift

  6. DemoScrolledViewController DemoScrolledViewController Public

    Demonstrates how to put a viewcontrolled view into an NSScrollView

    Swift