1-day current streak·71-day longest streak
atsushieno's live github repos Most of Kotlin and/or C/C++ projects are maintained and I'm most likely responsive. Projects for past languages are likely ignored except for pull requests. Starting 2025,…
atsushieno's live github repos
Most of Kotlin and/or C/C++ projects are maintained and I'm most likely responsive. Projects for past languages are likely ignored except for pull requests. Starting 2025, I am willing only to contribute to respectful projects that welcome bug reporting and pull requests.
I am reachable on Bluesky, Fediverse, Android Audio Devs Discord or Discord in general (see those profile items).
Desktop audio plugins / MIDI 2.0 hacks



Audio Plugins For Android and related projects






I have a lot more AAP projects, listed on the AAP Wiki page.
Kotlin Multiplatform Music libraries and applications









Other music and misc. hacks
 - mitigate libc++_shared.so handling in Android NDK projects.
 - porting some .NET API to Kotlin (XmlReader/Writer and XLinq so far)
mugene-guide-book - book sources for MML Compiler mugene guide book (Japanese)

- https://github.com/atsushieno/cerbero/tree/aap has some hidden gems, namely the following forks
- https://github.com/atsushieno/lilv/tree/android
- https://github.com/atsushieno/serd/tree/android
- https://github.com/atsushieno/sord/tree/android
- https://github.com/atsushieno/android-juce-cmake - template app project for Android + JUCE + CMake
- https://github.com/atsushieno/JUCE/tree/juce_emscripten - fork of Dreamtonics/juce_emscripten (Web MIDI support, Projucer enhancements, etc.)
- fluidsynth-midi-service-j - up to date Android project that makes use of it, including fluidsynthjna (JNAerated bindings in Java) and ktmidi (partial port of managed-midi)
- soundfont-player-cs - Xwt-based desktop "soundfont player" that lets you choose and play soundfont programs using nfluidsynth, useful for picking up tones from a bunch of sf2/sf3 files in local directories.
- msfa-midi-device-service - MidiDeviceService for MSFA (music-synthesizer-for-Android)
AI/human contribution policy
My repositories contain code generated by AI coding agents a lot.
Whether I accept AI-generated code or not is a different matter. Considering total amount of pull requests I receive, I do not refuse AI-generated code, but they must be within human capacity.
AI-assisted issues might be closed, optionally rewritten by human being.
I do not particularly treat human beings superior to AI. If human-written PRs have problems and the author does not respond, there can be alternative changes by me, including AI-assisted changes.
-
managed-midi
[Past project] Cross-platform MIDI processing library for mono and .NET (ALSA, CoreMIDI, Android, WinMM and UWP).
C# ★ 215 14d agoExplain → -
aap-core
an Audio Plugin Format/Framework for Android
C++ ★ 132 18d agoExplain → -
ktmidi
Kotlin multiplatform library for MIDI access abstraction and data processing for MIDI 1.0, MIDI 2.0, SMF, SMF2 (MIDI Clip File), and MIDI-CI.
Kotlin ★ 102 3mo agoExplain → -
libsoundio-sharp
cross platform audio I/O library wrapped in C# API
C# ★ 80 3y agoExplain → -
cmidi2
header-only MIDI 2.0 UMP and MIDI-CI binary processor library
C ★ 67 1mo agoExplain → -
mono-reactive ▣
open source Reactive Extensions (Rx) implementation for Mono
C# ★ 62 11y agoExplain → -
vscode-language-review
Re:VIEW language Support for Visual Studio Code. / issue/PRは日本語でも対応できます
TypeScript ★ 46 4d agoExplain → -
sf2xrni
Converts SoundFont sf2 file to Renoise XRNI files
C# ★ 41 8y agoExplain → -
nclang
.NET binding for LibClang
C# ★ 32 7y agoExplain → -
uapmd
A liberal plugin hosting library (VST3/AU/LV2/CLAP/AAP/WebCLAP) with fully-featured MIDI 2.0 (UMP + MIDI-CI) frontend where applicable. Create virtual MIDI 2.0 devices using your favorite plugins.
C++ ★ 31 18h agoExplain → -
android-fluidsynth ▣
[Deprecated] fluidsynth Android port / build. It's old, see https://github.com/Fluidsynth/fluidsynth/tree/master/doc/android
Makefile ★ 30 7y agoExplain → -
fluidsynth-midi-service-j
JNA-based fluidsynth MIDI device service effort
Kotlin ★ 28 5y agoExplain → -
monodroid-schema-gen ▣
IT IS A DEAD PROJECT, obsoleted by https://github.com/atsushieno/xamarin-android-shema-generator
C# ★ 27 14y agoExplain → -
android-ci-package-installer
Easily install Android apps (apk/aab) from GitHub Actions build artifacts. Also, the repo for AAP (Audio Plugins For Android) APK Installer
Kotlin ★ 25 3mo agoExplain → -
nfluidsynth
libfluidsynth C# binding
C# ★ 23 4y agoExplain → -
aap-juce
AAP (Audio Plugins For Android) JUCE integration.
C ★ 20 26d agoExplain → -
fluidsynth-midi-service ▣
Android MIDI Device Service for Android Fluidsynth. Deprecated. See fluidsynth-midi-service-j instead.
C# ★ 19 6y agoExplain → -
open-vital-resources
Open-source compatible Vital resources that were converted from open resources.
★ 17 4y agoExplain → -
portaudio-sharp
portaudio C# binding
C# ★ 16 2y agoExplain → -
mugene ▣
mugene MML to SMF compiler. It's dead, Switch to atsushieno/mugene-ng. / mugene guide bookサポートはこちらへ https://github.com/atsushieno/mugene-guide-book
C# ★ 16 5y agoExplain → -
resident-midi-keyboard
Resident MIDI Keyboard for Android
Kotlin ★ 14 3mo agoExplain → -
alsa-sharp
ALSA C# binding (only sequencer so far)
C# ★ 14 6y agoExplain → -
compose-audio-controls
audio controls for Jetpack Compose and Compose for Multiplatform
Kotlin ★ 13 3mo agoExplain → -
augene-ng
MML + MIDI + Tracktion Engine XML manipulation tool for real production
Kotlin ★ 13 3mo agoExplain → -
xamarin-android-shema-generator
XML Schema generator tool for Android layout XML.
C# ★ 12 9y agoExplain → -
mugene-ng
Music Macro Language to MIDI 1.0 / 2.0 compiler
Kotlin ★ 12 3mo agoExplain → -
aap-lv2
AAP LV2 support: wrapper, the foundation for LV2 plugin ports to Android. See also aap-core Wiki for the list of ports.
C++ ★ 11 1mo agoExplain → -
kmmk
Fully featured virtual MIDI 1.0/2.0 keyboard application using Kotlin and Compose for Desktop and Android
Kotlin ★ 11 1y agoExplain → -
md-typescript ▣
No description.
C# ★ 10 12y agoExplain → -
fluidsynth ▣
fluidsynth fork with Android OpenSLES support. See https://github.com/atsushieno/android-fluidsynth/
C ★ 10 9y agoExplain → -
xamldroid
xaml-bound View for monodroid
C# ★ 10 14y agoExplain → -
oboe-sharp
oboe C# bindings (with hand-written C API)
C# ★ 10 6y agoExplain → -
ADLplug-AE
modernized ADLplug build with JUCE7 and CMake setup in JUCE6 manner
CMake ★ 9 9mo agoExplain → -
xmdsp
visual standard MIDI file player
C# ★ 9 5y agoExplain → -
fluidsynth-fork ⑂
Software synthesizer based on the SoundFont 2 specifications. Mostly for `amidi` branch. See my fluidsynth-midi-service-j project (report build issues there too).
C ★ 9 5y agoExplain → -
aap-juce-vital
port of Vi(t)al to Audio Plugins For Android (AAP)
Makefile ★ 8 3mo agoExplain → -
aap-juce-helio
experimental aap-juce port of helio-workstation
Makefile ★ 7 1mo agoExplain → -
mugene-guide-book
sources for book "MMLコンパイラmugeneによる音楽制作ガイド"
C++ ★ 7 7y agoExplain → -
libcxx-provider
A utility Android package that just provides libc++_shared.so for apps with complex STL dependencies
CMake ★ 6 6mo agoExplain → -
kmdsp
MIDI 1.0/2.0 visual music player for desktop (JVM), Android, iOS and Web (wasmJs) using Kotlin Multiplatform
Kotlin ★ 6 11mo agoExplain → -
android-juce-cmake
experimental CMake-based JUCE audio plugin project for Android
C++ ★ 6 4y agoExplain → -
compose-mpp ▣
Fill the missing gap between MPP and Jetpack Compose + Compose for Desktop / archived as there are AlertDialog and ExposedDropDownMenu in multiplatform
Kotlin ★ 6 4y agoExplain → -
rx
copied and shrinked clone of rx.codeplex.com
Shell ★ 6 13y agoExplain → -
soundfont-player-cs
SoundFont player to easily find sound, particularly drum instruments
C# ★ 5 6y agoExplain → -
lv2-midi2
(ongoing/experimental) LV2 extension feature to support MIDI 2.0 UMP through cmidi2 library.
C ★ 5 6y agoExplain → -
aap-juce-witte-eq
experimental witte/Eq port to AAP (Android Audio Plugin)
CMake ★ 5 3y agoExplain → -
aqua
experimental sfz ARIA extensions converter to HTML and LV2 UI implementation
JavaScript ★ 5 5y agoExplain → -
xmmk ▣
cross-platform virtual MIDI keyboard / development has switched to Kotlin, atsushieno/kmmk
C# ★ 5 5y agoExplain → -
mldsp ▣
visual MIDI player for Moonlight
C# ★ 5 15y agoExplain → -
dotnet-dsdl
DSDL implementation (RELAX NG and NVDL so far) in C#, for Mono and .NET standard
C# ★ 5 9y agoExplain → -
midicci
MIDI-CI tools and libraries in C++, and a fully featured software MIDI 2.0 keyboard
C++ ★ 4 1mo agoExplain → -
aap-airwindows
experimental port of Airwindows to AAP (Audio Plugins For Android)
C++ ★ 4 1mo agoExplain → -
multiplatform-library-template-nexus-publisher ⑂
unmaintained fork, you can now use the official repo for Nexus Publisher / fork of KMP Library template by JetBrains, modified for the new Nexus Publisher API
Kotlin ★ 4 1y agoExplain → -
jeq8
https://imgur.com/a/wGTqIro
C++ ★ 4 2y agoExplain → -
LMN-3-DAW-Android
experimental LMN-3-DAW build for Android. Check out the official fork of this repo, this repo is just for a bootstrap effort.
CMake ★ 4 3y agoExplain → -
aap-juce-dexed
experimental Dexed port to Audio Plugins For Android (AAP)
Makefile ★ 3 1mo agoExplain → -
aap-lv2-sfizz
sfizz plugin for AAP using aap-lv2
Kotlin ★ 3 1mo agoExplain → -
aap-juce-hera
experimental Hera port to AAP (Android Audio Plugin)
CMake ★ 3 3mo agoExplain → -
alsakt ▣
ALSA JavaCPP binding (for ktmidi project only so far) / deprecated. Use alsa-javacpp
Kotlin ★ 3 2y agoExplain → -
ayumi-lv2
ayumi YM2149 PSG (SSG) emulator as an LV2 plugin / almost not for real world use, use zynayumi instead.
C ★ 3 5y agoExplain → -
aap-lv2-guitarix
Guitarix plugin for AAP, using aap-lv2
Kotlin ★ 3 1y agoExplain → -
clap-book
No description.
TeX ★ 3 3y agoExplain → -
augene ▣
MML compiler connected to "audio plugin based" music player / deprecated. Switch to augene-ng.
C++ ★ 3 5y agoExplain → -
cadencii ⑂
No description.
C# ★ 3 10y agoExplain → -
aap-juce-altar
Altar ported to AAP (Audio Plugins For Android)
Makefile ★ 2 12d agoExplain → -
aap-juce-surge
No description.
Kotlin ★ 2 1mo agoExplain → -
aap-juce-simple-host
Audio Plugins For Android (AAP) example simple host for dogfooding aap-juce hosting API
Kotlin ★ 2 1mo agoExplain → -
aap-juce-plugin-host-cmake
A proof-of-concept JUCE AudioPluginHost port to AAP (Audio Plugins For Android)
Kotlin ★ 2 1y agoExplain → -
ayumi-juce
ayumi YM2149 emulator on VST3
C ★ 2 4y agoExplain → -
nunicode
(so far) tiny Unicode manipulation library written in C#
C# ★ 2 10y agoExplain → -
aap-juce-ddsp
ddsp-vst ported to AAP (Audio Plugins For Android) using aap-juce
Makefile ★ 2 1y agoExplain → -
OB-X-AE
modernized fork of (fork of) OSS version of OB-Xd with CMake for LV2, CLAP, and AAP (Android)
CMake ★ 2 8mo agoExplain → -
ntracktive
Manipulate .tracktionedit files without loading the entire Tracktion workload
C# ★ 2 5y agoExplain → -
android-experiment
atsushieno's playground for Android stuff.
Kotlin ★ 2 2y agoExplain → -
xamarin-plugin-midi ▣
OBSOLETE: see managed-midi which is more cross-platform | mobile-centric cross-platform MIDI library
C# ★ 2 10y agoExplain → -
falplayer-android
Repeatable ogg vorbis player for android
C# ★ 2 15y agoExplain → -
aap-juce-seele
port of SEELE JUCE plugin to AAP (Audio Plugin For Android) - seriously?
Makefile ★ 2 3y agoExplain → -
linux-dtm-book
No description.
TeX ★ 2 3y agoExplain → -
MonoDroid.Xaml ▣
monodroid port of System.Xaml.dll in mono / OBSOLETE - see xamldroid
C# ★ 2 15y agoExplain → -
aap-lv2-fluidsynth
fluidsynth AAP plugin based on aap-lv2
C++ ★ 2 3y agoExplain → -
android-native-audio-builders
Android native library builder script
Makefile ★ 2 4y agoExplain → -
contain-microsoft-except-github ⑂
Container for Microsoft domains, except GitHub
JavaScript ★ 2 5y agoExplain → -
jmdsp
First android port of mldsp, fully based on java this time.
Java ★ 2 16y agoExplain → -
adpcmmediastreamsource
MediaStreamSource for ADPCM for Moonlight. IMA ADPCM so far. My part of the code is public domain. I don't give any further license term.
C# ★ 2 17y agoExplain → -
rtmidi-jna
rtmidi JNA binding
★ 2 4y agoExplain → -
xamarin-android-d8-build
d8 compiler support for Xamarin.Android (d15-5 or later)
★ 2 8y agoExplain → -
usf2plugin
WIP
C++ ★ 1 15d agoExplain → -
aap-clap-hosting-helper
AAP (Audio Plugins For Android) hosting helper that treats AAP plugins as CLAP plugins
C++ ★ 1 22d agoExplain → -
aap-juce-wavetable
FigBig/Wavetable port to AAP (Audio Plugins For Android)
Makefile ★ 1 1mo agoExplain → -
aap-juce-adlplug-ae
ADLplug-AE ported to AAP (Audio Plugins For Android) using aap-juce
Makefile ★ 1 1mo agoExplain → -
aap-juce-vaporizer2
Vaporizer2 ported to AAP (Audio Plugins For Android) using aap-juce
Kotlin ★ 1 1mo agoExplain → -
aap-juce-odin2
experimental Odin2 port to Audio Plugins For Android (AAP)
Makefile ★ 1 1mo agoExplain → -
aap-juce-frequalizer
experimental Frequalizer Free port to Audio Plugins For Android (AAP)
Makefile ★ 1 1mo agoExplain → -
aap-juce-byod
BYOD port to AAP (Audio Plugins For Android)
Makefile ★ 1 1mo agoExplain → -
aap-ara
an experimental AAP extension module for ARA integration (mostly AI slop)
C++ ★ 1 1mo agoExplain → -
augene2
augene v2 "MML to MIDI 2.0 to UAPMD project" compiler (WIP)
C++ ★ 1 2mo agoExplain → -
vital ⑂
Spectral warping wavetable synth / batch-import-wavetables branch by atsushieno
C++ ★ 1 4mo agoExplain → -
open-audio-stack-registry ⑂
Audio registry with searchable list of packages containing Plugins, Presets and Projects.
★ 1 1y agoExplain → -
studiorack-cli ⑂
Audio project manager for handling DAW VST plugin dependencies
★ 1 8mo agoExplain → -
libremidi-panama
A modern Panama-based libremidi Java binding.
Java ★ 1 11mo agoExplain → -
libremidi-javacpp ▣
DEPRECATED JavaCPP binding for libremidi => use my libremidi-panama instead
Java ★ 1 1y agoExplain → -
ump-keyboard ▣
<del>simple and stupid MIDI 2.0 UMP keyboard (using agentic AI coding environment)</del> The entire sources are merged into midicci https://github.com/atsushieno/midicci
C++ ★ 1 1y agoExplain → -
aap-juce-adlplug ▣
experimental OPNplug port to AAP (Audio Plugins For Android) / it is superceded by aap-juce-adlplug-ae
Makefile ★ 1 3y agoExplain → -
aap-juce-xenos
Port Xenos audio plugin to AAP (Audio Plugins For Android) using aap-juce
Makefile ★ 1 1y agoExplain → -
aap-lv2-dragonfly-reverb
experimental port of Dragonfly Reverb to Android Audio Plugin (AAP). Still not in the official listing (quite unusable).
Kotlin ★ 1 1y agoExplain → -
aap-lv2-aida-x
AIDA-X port to AAP (Audio Plugins For Android) using aap-lv2
Shell ★ 1 1y agoExplain → -
rtmidi-javacpp
No description.
Java ★ 1 2y agoExplain → -
xamarin-android ⑂
No description.
C# ★ 1 5y agoExplain → -
melatonin_blur ⑂
Fast cross-platform CPU blurs and shadows for JUCE
★ 1 2y agoExplain → -
Vaporizer2 ⑂
Vaporizer2 hybrid wavetable additive / subtractive VST / AU / AAX synthesizer / sampler workstation plugin
★ 1 2y agoExplain → -
ginga
website for music circle "ginga"
HTML ★ 1 6y agoExplain → -
xamarin-android-dim
Mono.Android latest framework built with C# 8.0 default interface methods support
Shell ★ 1 8y agoExplain → -
aap-juce-world ▣
The aggregated build repository for aap-juce projects
Makefile ★ 1 5y agoExplain → -
aap-juce-obxd
experimental OB-Xd port to Audio Plugins for Android (AAP)
Makefile ★ 1 2y agoExplain → -
aap-juce-peak-eater
PeakMeter port to AAP (Audio Plugins For Android)
Makefile ★ 1 3y agoExplain → -
firefox-webmidi-plugin ▣
cross platform Web MIDI API plugin for firefox
C++ ★ 1 12y agoExplain → -
android-dynamic-class-loader ▣
(became unnecessary)
Java ★ 1 15y agoExplain → -
MonoDroid.Dialog ⑂ ▣
Tools to simplify creating dialogs for MonoDroid
C# ★ 1 13y agoExplain → -
xamarin-android-docimporter ▣
DroidDoc importer tool for Xamarin.Android
C# ★ 1 9y agoExplain → -
augene-ng-production
PoC MP3 production from augene-ng MML project. see https://atsushieno.github.io/2021/12/15/augene-ng-5.html for details
Makefile ★ 1 4y agoExplain → -
notium
It is a deprecated project. Use notium-ng in Kotlin instead.
C# ★ 1 7y agoExplain → -
ndkports
private fork of ndkports for my own packages, see https://android.googlesource.com/platform/tools/ndkports/
Kotlin ★ 1 6y agoExplain → -
uapmd-kmp
Kotlin bindings and CMP porting experiment for uapmd (ComposeApp is only experimental)
Kotlin ★ 0 20h agoExplain → -
homebrew-oss
centered repo for my homebrew tap
Ruby ★ 0 9d agoExplain → -
uapmd-ara ▣
UAPMD extension for ARA support (experimental)
C++ ★ 0 17d agoExplain → -
monogatari
ものがたり (personal blog in Japanese)
Astro ★ 0 16d agoExplain → -
aap-integration-tests
No description.
JavaScript ★ 0 19d agoExplain → -
aap-juce-aelapse
ÆLAPSE ported to AAP (Audio Plugins For Android)
Makefile ★ 0 28d agoExplain → -
atsushieno
profile repository to replace existing "pinned" repo gist
★ 0 1mo agoExplain → -
aap-juce-zlequalizer
WIP ZLEqualizer ported to AAP (Audio Plugins For Android)
Makefile ★ 0 1mo agoExplain → -
aap-juce-ob-xf
OB-Xf ported to AAP (Audio Plugins For Android) using aap-juce
Kotlin ★ 0 1mo agoExplain → -
aap-juce-audible-planets
Audible Planets port to AAP (Audio Plugins For Android)
Kotlin ★ 0 1mo agoExplain → -
aap-juce-os251
experimental port of OS-251 to AAP (Android Audio Plugin) - not working yet
Kotlin ★ 0 1mo agoExplain → -
aap-lv2-string-machine
AAP port of String-Machine
CMake ★ 0 1mo agoExplain → -
aap-lv2-mda
mda-lv2 ported to AAP (Audio Plugins For Android)
CMake ★ 0 1mo agoExplain → -
aap-juce-ysfx
WIP ysfx port to AAP (Audio Plugins For Android)
Kotlin ★ 0 1mo agoExplain → -
atsushieno.github.io
the blog repository
JavaScript ★ 0 3mo agoExplain → -
TinySoundFont ⑂
SoundFont2 synthesizer library in a single C/C++ file
C ★ 0 3mo agoExplain → -
ReVIEW-Template ⑂
TechBoosterで利用しているRe:VIEWのテンプレート(B5/A5/電子書籍)を公開しています
TeX ★ 0 4mo agoExplain → -
uapmd-android ▣
<del>experimental Android port of uapmd (which means, bunch of dependency hell resolved)</del> It is now part of uapmd
Kotlin ★ 0 5mo agoExplain → -
libremidi ⑂
A modern C++ MIDI 1 / MIDI 2 real-time & file I/O library. Supports Windows, macOS, Linux and WebMIDI.
C++ ★ 0 6mo agoExplain → -
BYOD ⑂
Build-your-own guitar distortion!
★ 0 6mo agoExplain → -
missing-dot
a migration helper library from .NET to Kotlin Multiplatform
Kotlin ★ 0 6mo agoExplain → -
setup-audio-plugins-action
GitHub Actions setup for automated plugin installation in cross-platform manner (using studiorack-cli)
★ 0 8mo agoExplain → -
aap-juce-chow-phaser
experimental ChowPhaser port to AAP (Android Audio Plugin)
CMake ★ 0 1y agoExplain → -
github-api ⑂
Java API for GitHub
★ 0 1y agoExplain → -
lv2rs-book
A "translation" of the LV2 Book into Rust
★ 0 6y agoExplain → -
gradle-javacpp ⑂
Gradle plugins to automate the build process of JavaCPP and JavaCV
★ 0 1y agoExplain → -
saucer ⑂
🛸 A modern, cross-platform C++ webview library
★ 0 1y agoExplain → -
rtlog-cpp ⑂
Real-time safe logger for C++ using lock free queues!
C++ ★ 0 1y agoExplain → -
sfizz-ui ⑂
SFZ based sampler, providing AU / LV2 / PD / VST3 plugins using the sfizz library
C ★ 0 1y agoExplain → -
sfizz ⑂
SFZ parser and synth c++ library, providing LV2 / VST3 plugins and JACK standalone client
C++ ★ 0 1y agoExplain → -
lv2 ⑂
The LV2 audio plugin specification
C ★ 0 1y agoExplain → -
DPF ⑂
DISTRHO Plugin Framework
★ 0 1y agoExplain → -
javacpp ⑂
The missing bridge between Java and native C++
★ 0 1y agoExplain → -
alsa-javacpp
A refresh javacpp binding for alsa-lib (libasound)
Java ★ 0 1y agoExplain → -
xamarin-android-tools ⑂
No description.
C# ★ 0 8y agoExplain → -
java.interop ⑂
No description.
C# ★ 0 7y agoExplain → -
Gin ⑂
A few extras for juce
★ 0 2y agoExplain → -
fsharpbinding ⑂
F# language binding for MonoDevelop
F# ★ 0 14y agoExplain → -
aap-juce-simple-reverb
experimental port of szkkng/SimpleReverb to Audio Plugins For Android (AAP). not fully working yet.
Makefile ★ 0 2y agoExplain → -
aap-juce-plugin-host ▣
experimental Juce AudioPluginHost port to AAP (Android Audio Plugin) / The development is moved to aap-juce-plugin-host-cmake
Makefile ★ 0 3y agoExplain → -
conference-app-2023 ⑂
No description.
★ 0 3y agoExplain → -
communitycodeofconduct.com ⑂
No description.
HTML ★ 0 9y agoExplain → -
accompanist ⑂
A collection of extension libraries for Jetpack Compose
★ 0 3y agoExplain → -
drosh ▣
an experimental ndk build server and repository
C# ★ 0 15y agoExplain → -
javacpp-presets ⑂
The missing Java distribution of native C++ libraries
Java ★ 0 3y agoExplain → -
rtmidi-c ▣
C port to rtmidi C++ library, to make it usable with .NET P/Invoke.
C++ ★ 0 10y agoExplain → -
jenoa ▣
deprecated JNA clone work; I'm helping bridj instead
C ★ 0 15y agoExplain → -
hack4clock ▣
foobar
Java ★ 0 15y agoExplain → -
irony ▣
git clone of irony.codeplex.com
C# ★ 0 11y agoExplain → -
anowave ▣
anogakki on google wave
JavaScript ★ 0 16y agoExplain → -
kinecthack ▣
private kinect hack experimental repo (not useful)
JavaScript ★ 0 15y agoExplain → -
portmidi-sharedlib ▣
a private branch copy of portmidi to build shared libraries on Linux
C ★ 0 17y agoExplain → -
nmdsp ▣
MonoDroid port of jmdsp (which is a cheap android version of mldsp)
C# ★ 0 15y agoExplain → -
portmidi ⑂ ▣
Unofficial github clone of the Portmedia Portmidi project
C ★ 0 12y agoExplain → -
aap-midi-device-service ▣
Obsolete repository; it is unified into android-audio-plugin-framework repo.
C ★ 0 5y agoExplain → -
ktmidi-jvm-desktop ▣
<del>ktmidi JVM desktop implementation (ALSA so far. javax.sound.midi has moved to ktmidi)</del>Past project - it is now part of atsushieno/ktmidi.
Kotlin ★ 0 5y agoExplain → -
RTNeural ⑂
Real-time neural network inferencing
★ 0 3y agoExplain → -
OB-Xd ⑂
Virtual Analog Oberheim based synthesizer. / I hate to have a non-contributing fork, but the original source occasionally deletes old commits and aap-juce-obxd build breaks. So it is for safety.
★ 0 3y agoExplain → -
conference-app-2022 ⑂
The Official Conference App for DroidKaigi 2022
★ 0 4y agoExplain → -
sord ⑂
A lightweight C library for storing RDF in memory
C ★ 0 3y agoExplain → -
serd ⑂
A lightweight C library for RDF syntax
C ★ 0 4y agoExplain → -
lilv ⑂
A C library to make the use of LV2 plugins as simple as possible for applications
C ★ 0 2y agoExplain → -
JUCE ⑂
The JUCE cross-platform C++ framework. juce_emscripten_607 branch derived from Dreamtonics/juce_emscripten / also ADLplug develop+lv2 fork
C++ ★ 0 3y agoExplain → -
surgesynthteam_tuningui ⑂
JUCE UI Components for tuning synths
C++ ★ 0 4y agoExplain → -
dexed ⑂
DX7 FM multi plaform/multi format plugin / emscripten branch
C++ ★ 0 4y agoExplain → -
aap-juce-ports
Android Audio Plugin ports from desktop JUCE plugins
Makefile ★ 0 4y agoExplain → -
ChowPhaser ⑂
Phaser effect based loosely on the Schulte Compact Phasing 'A'
★ 0 4y agoExplain → -
SimpleReverb ⑂
This is a simple reverb plugin made with the JUCE DSP module.
★ 0 4y agoExplain → -
HybridReverb2 ⑂
Reverb effect using hybrid impulse convolution
★ 0 4y agoExplain → -
notium-ng
notium ported to Kotlin. Higher-level MIDI manipulator based on mugene MML instructions.
Kotlin ★ 0 5y agoExplain → -
gradle-jnaerator-plugin ⑂
It is an end of fork chain of gradle-jnaerator-plugin that (1) is modern enough, and (2) does not fail to resolve dependencies due to domain resolution failures.
Java ★ 0 5y agoExplain → -
kotlin ⑂
The Kotlin Programming Language
★ 0 5y agoExplain → -
antlr-kotlin ⑂
Support for Kotlin as a target for ANTLR
★ 0 2y agoExplain → -
NRenoiseTools-imported
A salvaged NReposeTools git repository from CodePlex (not by author)
C# ★ 0 5y agoExplain → -
libs.kmp.icerock.dev ⑂
Kotlin Multiplatform libraries list with info auto-fetch
★ 0 2y agoExplain → -
jucey_bonjour ⑂
A JUCE module wrapper for Apple's zero-configuration protocol Bonjour
★ 0 5y agoExplain → -
aap-juce-augene
experimental augene(-player) port to AAP (Android Audio Plugin)
Makefile ★ 0 5y agoExplain → -
sratom ⑂
Library for serialising LV2 atoms
★ 0 5y agoExplain →
No repos match these filters.