An open API service providing repository metadata for many open source software ecosystems.

GitHub / KaixoCode 6 Repositories

Music producer and code lover. Perfect combo for some DSP.

KaixoCode/ExtremeSidechain

Language: C++ - Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

KaixoCode/utilities

Weird useless classes that use lots of template magic.

Language: C++ - Size: 756 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 4 - Forks: 0

KaixoCode/list_comprehension

List comprehension using operator overloading in C++

Language: C++ - Size: 197 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 3 - Forks: 0

KaixoCode/basic_json

Simple JSON library with parser that also supports HJSON.

Language: C++ - Size: 27.3 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

KaixoCode/SynthCore

Language: C++ - Size: 553 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

KaixoCode/basic_simd

SIMD library with runtime selection of optimal path based on selected instruction set groups.

Language: C++ - Size: 34.2 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

KaixoCode/MiniSynthFM

MiniSynthFM is an intuitive and efficient FM Synthesizer, crafted for musicians and producers who prioritize a fast, creative workflow. Despite its simplicity, MiniSynthFM packs a robust set of features that allow for versatile FM sound design without overwhelming complexity.

Language: C++ - Size: 2.4 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

KaixoCode/SpectralRotator

VST plugin that can rotate the frequency spectrum of any sample.

Language: C++ - Size: 207 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 27 - Forks: 0

KaixoCode/Audijo

Simple audio library for modern C++ with ASIO/WASAPI support.

Language: C++ - Size: 277 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

KaixoCode/Midijo

Simple midi library for modern C++. Currently only supports Window's midi api.

Language: C++ - Size: 170 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

KaixoCode/pack_utils

C++ template pack utilties. For dealing with both parameter and type packs.

Language: C++ - Size: 254 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

KaixoCode/Mixijo

Mixijo is a lightweight audio mixer for ASIO devices.

Language: C++ - Size: 157 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 15 - Forks: 0

KaixoCode/CMBNEX

CMBNEX Is a 4 oscillator VST3 synth with a unique tuneable 2 dimensional waveshaper and 3 combiners that use several algorithms to combine incoming signals. All parameters have 4 slots for internal modulation from several modulation sources like envelopes, LFOs, and macros.

Language: C++ - Size: 544 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 20 - Forks: 2

KaixoCode/type_utils

Type utilities for things like template packs, structs, functions, enums. Complex template pack manipulation.

Language: C++ - Size: 199 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

KaixoCode/serializer

Lightweight serializer for C++, works out of box for trivially copyable types, ranges, aggregates, and classes with a structured binding.

Language: C++ - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

KaixoCode/SoundMixr

SoundMixr is a simple audio mixer for ASIO devices, but specifically made for SAR (http://sar.audio/), it sees all the channels in the ASIO device and shows them with the option to route any input to any output. Each channel also has a mute, mono, stereo pan and volume parameter.

Language: C++ - Size: 6.1 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 26 - Forks: 0

KaixoCode/codeblock

Textarea with support for multicolor text.

Language: JavaScript - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

KaixoCode/json2hpp

CMake module that converts a json file straight into a C++ header containing a constexpr object.

Language: C++ - Size: 151 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

KaixoCode/GuiCode

This repo contains Gui code that I am developing for fun. It uses OpenGL and as of now only supports Windows.

Language: C++ - Size: 1.01 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

KaixoCode/PluginBase

Base for a SoundMixr plugin.

Language: C++ - Size: 102 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

KaixoCode/SoundMixrEffect

Small example of an effect for SoundMixr.

Language: C++ - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

KaixoCode/Guijo

Language: C++ - Size: 411 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

KaixoCode/GuiCode2

Language: C - Size: 1.63 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

KaixoCode/Collecto

Collecto game, made with GuiCode, a GUI library I made in C++ using OpenGL: https://github.com/KaixoCode/GuiCode

Language: C++ - Size: 174 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

KaixoCode/pa_function

Partial application function class in C++.

Language: C++ - Size: 26.4 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

KaixoCode/SynthMakr

Language: C++ - Size: 28.3 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

KaixoCode/smart_tuple

Extension to std::tuple with a runtime index operator.

Language: C++ - Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

KaixoCode/StupidStuff

I love messing around in C++ every now and then, so here is some incredibly stupid, and probably unsafe C++ code. Enjoy.

Language: C++ - Size: 151 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

KaixoCode/UnitTest

Simple single header Unit Test library for C++

Language: C++ - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

KaixoCode/Synthesizer

Basic synth components, like an oscillator, envelope and filter. Sample-based, not buffer-based processing.

Language: C++ - Size: 107 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

KaixoCode/Javapp

Terrible and unusable Java GUI library built on top of java swing. Contains button/textareas/knobs/sliders etc. Unoptimized and slow.

Language: Java - Size: 154 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

KaixoCode/rpiaudio

Language: C++ - Size: 11.7 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

KaixoCode/SaveFont

Language: Processing - Size: 61 MB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

KaixoCode/cijfersthingy

Language: Java - Size: 86.3 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0