Skip to content
View ckmahoney's full-sized avatar
🐱
🐱
  • 07:07 (UTC -04:00)
Block or Report

Block or report ckmahoney

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. raudio raudio Public

    An expressive additive synthesizer

    Rust 2

  2. sc-score sc-score Public

    Cute lil scoregen in SuperCollider

    SuperCollider

  3. sclang-handbook sclang-handbook Public

    Quickref for common tasks in audio produciton.

    SuperCollider

  4. Infinite music player with Web Audio... Infinite music player with Web Audio API
    1
    // copy and paste me into your browser console to play music!
    2
    
                  
    3
    function createReverbNode(context, decayTime = 3, wetLevel = 0.33) {
    4
        const reverbNode = context.createConvolver();
    5
    
                  
  5. song-designer song-designer Public

    A UI made with Elm for designing song layouts

    Elm 8