Skip to content
View cfix-git's full-sized avatar
🐱
🐱
  • 05:09 (UTC -04:00)

Block or report cfix-git

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.

Content in all repositories owned by your account will be closed.
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

Pinned Loading

  1. raudio raudio Public

    An expressive additive synthesizer

    Rust 10

  2. song-designer song-designer Public

    A UI made with Elm for designing song layouts

    Elm 9

  3. sc-score sc-score Public

    Cute lil scoregen in SuperCollider

    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