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

Block or report lzqlzzq

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. prestosynth prestosynth Public

    prestosynth is a software synthesizer based on SoundFont specification, in presto speed.

    C 6

  2. minimidi minimidi Public

    Minimidi is a minimal header-only MIDI file library.

    C++ 11 1

  3. Yikai-Liao/symusic Yikai-Liao/symusic Public

    A cross platform note level midi decoding library with lightening speed, based on minimidi.

    C++ 109 8

  4. midiparser midiparser Public

    Rust 3

  5. A simple and clean Multilayer Percep... A simple and clean Multilayer Perceptron implementation (pytorch)
    1
    from typing import List
    2
    from itertools import chain
    3
    import torch
    4
    from torch import nn
    5
    
                  
  6. A C++ generic numeric type that you ... A C++ generic numeric type that you can inherit from!
    1
    #ifndef _META_NUMERIC_
    2
    #define _META_NUMERIC_
    3
    
                  
    4
    #include <iostream>
    5
    #include <string>