Skip to content
View TheWispy's full-sized avatar
Block or Report

Block or report TheWispy

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

  1. Hacklight Hacklight Public

    A vue module for spotlighting GitHub repos with a certain label.

    Vue 4

  2. hydra-synth/hydra hydra-synth/hydra Public

    Livecoding networked visuals in the browser

    JavaScript 2.1k 246

  3. HackSheffield/workshops-spring-2018 HackSheffield/workshops-spring-2018 Public

    Repository with all the information for HackSheffield's Spring 2018 workshop series.

    JavaScript 2

  4. Azure/azure-event-hubs-node Azure/azure-event-hubs-node Public archive

    Node client library for Azure Event Hubs https://azure.microsoft.com/services/event-hubs

    TypeScript 50 48

  5. hydra-synth/hydra-synth hydra-synth/hydra-synth Public

    Synth engine for hydra

    JavaScript 297 87

  6. APC20 MIDI controller Hydra script APC20 MIDI controller Hydra script
    1
    navigator.requestMIDIAccess()
    2
        .then(onMIDISuccess, onMIDIFailure);
    3
    
                  
    4
    function onMIDISuccess(midiAccess) {
    5
        console.log(midiAccess);