Skip to content
View ncblair's full-sized avatar
🏃‍♂️
Probably Running
🏃‍♂️
Probably Running

Highlights

  • Pro
Block or Report

Block or report ncblair

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. NTHN_TEMPLATE_PLUGIN NTHN_TEMPLATE_PLUGIN Public template

    a starting point for real-time safe JUCE plugins

    C++ 72 2

  2. Fast Real-Time Safe Pseudorandom Num... Fast Real-Time Safe Pseudorandom Number Generator + Benchmark
    1
    #include <stdint.h>
    2
    #include <stdio.h>
    3
    #include <time.h>
    4
    #include <math.h>
    5