https://github.com/spotlightkid/spotlightkid
https://github.com/spotlightkid/spotlightkid
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spotlightkid/spotlightkid
- Owner: SpotlightKid
- Created: 2020-08-06T12:56:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T20:08:59.000Z (about 1 year ago)
- Last Synced: 2025-01-25T12:41:49.314Z (12 months ago)
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Selected Projects
### Collaborations
* [jack_mixer](https://github.com/jack-mixer/jack_mixer) - A GTK+ JACK audio mixer app
* [jackclient-python](https://github.com/spatialaudio/jackclient-python) - Pythonic bindings for the [JACK] library using cffi
* [pyjacklib](https://github.com/jackaudio/pyjacklib) - Low-level Python bindings for the [JACK] library using ctypes
* [QJackCapture](https://github.com/SpotlightKid/qjackcapture) - A GUI for [jack_capture] using PyQt5.
### Audio Production and Audio Software Development
* [ardour2fxp](https://github.com/SpotlightKid/ardour2fxp) - Convert between Ardour XML and binary FXP VST preset files
* [faustdoctor](https://github.com/SpotlightKid/faustdoctor) - A post-processor for FAUST source exports
* [jack-audio-tools](https://github.com/SpotlightKid/jack-audio-tools) - A collection of utilities and tools for the [JACK] audio ecosystem
* [jack-matchmaker](https://github.com/SpotlightKid/jack-matchmaker) - Auto-connect new [JACK] ports matching the patterns given on the command line
* [jack-select](https://github.com/SpotlightKid/jack-select) - A systray application to quickly change the [JACK]-DBus configuration from QjackCtl presets
* [jacket](https://github.com/SpotlightKid/jacket) - A [Nim] wrapper for the [JACK] client-side C API aka libjack
* [nymph](https://github.com/SpotlightKid/nymph) - A [Nim] library for writing audio and MIDI plugins conforming to the [LV2] standard
#### Plugins
* [cookiecutter-dpf-effect](https://github.com/SpotlightKid/cookiecutter-dpf-effect) - A [cookiecutter] project template for DISTRHO Plugin Framework ([DPF]) audio effect plugins
* [dpf-faust-project-template](https://github.com/SpotlightKid/dpf-faust-project-template) - A [copier] project template for DISTRHO Plugin Framework ([DPF]) audio effect plugins using [FAUST]
* [ADT](https://github.com/SpotlightKid/adt) - Automatic double tracking (not only) for vocals
* [CChorus](https://github.com/SpotlightKid/cchorus) - A versatile stereo chorus
* [DF JPverb](https://github.com/SpotlightKid/dfjpverb) - A lush algorithmic reverb built with [DPF] and based on a [FAUST] library function
* [DF Zita Rev1](https://github.com/SpotlightKid/dfzitarev1) - A feedback-delay-network reverb built with [DPF] and based on a [FAUST] library demo
* [FAUST filters](https://github.com/SpotlightKid/faustfilters) - A collection of virtual-analog filter multi-format audio plugins
* [MIDI-o-matic](https://github.com/SpotlightKid/midiomatic) - A collection of MIDI filter, generator and processor plugins
* [moony-lv2-scripts](https://github.com/SpotlightKid/moony-lv2-scripts) - A collection of Lua scripts for the moony [LV2] plugin
* [OSAMC LV2 plug-in workshop](https://github.com/osamc-lv2-workshop) - Various simple [LV2] plugin examples
* [SendMixer](https://github.com/SpotlightKid/sendmixer) - A stereo channel strip plugin with one master gain and two pre/post-fader sends
* [Stereo Cross Delay](https://github.com/SpotlightKid/stereocrossdelay) - A stereo delay plugin with feedback and cross-mixing
* [Transport Gate](https://github.com/SpotlightKid/transportgate) - An audio gate plugin controlled by transport state
* [YK Chorus](https://github.com/SpotlightKid/ykchorus) - A chorus audio effect plugin based on DSP code by Togu Audio Line (TAL)
#### MIDI
* [miditk-smf](https://github.com/SpotlightKid/miditk-smf) - A Python toolkit for working with Standard MIDI files
* [python-rtmidi](https://github.com/SpotlightKid/python-rtmidi) - Python bindings for the cross-platform MIDI I/O library RtMidi
* [ewi-usb-config-cli](https://github.com/SpotlightKid/ewi-usb-config-cli) - Configure an Akai EWI USB MIDI wind controller via MIDI from the command line
### Embedded & IoT
* [mrequests](https://github.com/SpotlightKid/mrequests) - An HTTP client library (not only) for MicroPython with an API similar to requests
* [micropython-ftplib](https://github.com/SpotlightKid/micropython-ftplib) - An FTP client library for MicroPython
* [micropython-osc](https://github.com/SpotlightKid/micropython-osc) - A minimal OSC client and server library for MicroPython
* [micropython-stm-lib](https://github.com/SpotlightKid/micropython-stm-lib) - A collection of modules and examples for MicroPython (not only) on STM32F4
* [osc2mqtt](https://github.com/SpotlightKid/osc2mqtt) - An OSC to MQTT bridge based on pyliblo and paho-mqtt
* [picoredis](https://github.com/SpotlightKid/picoredis) - A very minimal Redis client (not only) for MicroPython
### Websites
* [fmchallenge.osamc.de](https://github.com/SpotlightKid/fmchallenge.osamc.de) / [webapp](https://github.com/SpotlightKid/fmchallenge-webapp) - Static and dynamic parts of the Open Source Music FM-Challenge 2018 web site
* [nexus-challenge.osamc.de](https://github.com/SpotlightKid/nexus-challenge.osamc.de) / [webapp](https://github.com/SpotlightKid/nexus-challenge-webapp) - Static and dynamic parts of the Open Source Music Nexus Challenge 2019 web site
* [papermill](https://github.com/SpotlightKid/papermill) - A clean, text-centric theme for the static site generator Nikola
### Miscellaneous
* [personal-scripts](https://github.com/SpotlightKid/personal-scripts) - Dumping ground for personal utility scripts
## Presentations
* [How to play FLOSS keyboards like it's 1978](https://github.com/SpotlightKid/talk-sonoj-2023) - Slides, Markdown sources, links and resources for my [Sonoj 2023] presentation
## Open Music
* [nexus-challenge-2019-entry](https://github.com/SpotlightKid/nexus-challenge-2019-entry) - Ardour project for my (winning) entry ["Another Day"](https://soundcloud.com/spotlight-kyd/another-day) for the Open Source Music Nexus Challenge
* [Parta Eklipso](https://github.com/SpotlightKid/Parta_Eklipso_Sonoj_Mix) - Ardour project archive of the track ["Parta Eklipso"](https://soundcloud.com/spotlight-kyd/parta-eklipso) from my [Sonoj 2023] presentation
* [Leaving Tonite](https://github.com/SpotlightKid/Leaving_Tonite_Sonoj_Mix) - Ardour project archive of the track ["Leaving Tonite"](https://soundcloud.com/spotlight-kyd/leaving-tonite) from my [Sonoj 2023] presentation
---
[](http://creativecommons.org/licenses/by-sa/4.0) This document is licensed under a [Creative Commons Attribution-ShareAlike 4.0
International License](http://creativecommons.org/licenses/by-sa/4.0/).
[cookiecutter]: https://github.com/audreyr/cookiecutter
[copier]: https://github.com/copier-org/copier
[dpf]: https://github.com/DISTRHO/DPF
[faust]: https://faust.grame.fr/
[jack_capture]: https://github.com/kmatheussen/jack_capture
[JACK]: https://jackaudio.org/
[lv2]: https://lv2plug.in/
[nim]: https://nim-lang.org/
[sonoj 2023]: https://sonoj.org/2023/