JanosGit
C++ developer with a focus on audio DSP and audio plugins. Currently working at sonible & maintaining an open source plugin at Schrammel
@sonibleMünster, Germany
Pinned Repositories
download-release-from-private-repo-test
Test Repository to figure out how to download a release asset from a private repository
FBV3Bridge
PJRC Teensy based hardware device to interface a Line 6 FBV3 to a USB-Serial Port to access its functionality through Max for Live or Max/MSP
MacSystemConsoleLogger4JUCE
A small & simple JUCE-module that inherits from juce::Logger and redirects Log messages to NSLog. This will make them appear in the OS X Console.app
OpenGLRealtimeVisualization4JUCE
A JUCE Module containing OpenGL accelerated realtime (audio) data visualization Components
PluginBase
A JUCE module containing building blocks for my JUCE based audio plugin projects
RealtimeSafetyCheckHelpers
Helper tools to find out if your DSP code or third party libraries you might use don't perform any realtime-critical system calls
Resvg4JUCE
A JUCE module that wraps the resvg SVG rendering library in a JUCE compatible interface
Schrammel_OJD
Audio plugin model of a modern classic guitar overdrive Pedal
SoftwareDefinedRadio4JUCE
A framework to use JUCE for Software Defined Radio. Including a JUCE-style SDR hardware abstraction layer to interface SDRs from various companies, some RF specific DSP classes and OpenCL accelerated DSP classes that can be compiled for FPGAs
VCTR
A powerful C++ 20 wrapper around your favorite standard library containers
JanosGit's Repositories
JanosGit/Schrammel_OJD
Audio plugin model of a modern classic guitar overdrive Pedal
JanosGit/OpenGLRealtimeVisualization4JUCE
A JUCE Module containing OpenGL accelerated realtime (audio) data visualization Components
JanosGit/Resvg4JUCE
A JUCE module that wraps the resvg SVG rendering library in a JUCE compatible interface
JanosGit/PluginBase
A JUCE module containing building blocks for my JUCE based audio plugin projects
JanosGit/RealtimeSafetyCheckHelpers
Helper tools to find out if your DSP code or third party libraries you might use don't perform any realtime-critical system calls
JanosGit/FBV3Bridge
PJRC Teensy based hardware device to interface a Line 6 FBV3 to a USB-Serial Port to access its functionality through Max for Live or Max/MSP
JanosGit/download-release-from-private-repo-test
Test Repository to figure out how to download a release asset from a private repository
JanosGit/SoftwareDefinedRadio4JUCE
A framework to use JUCE for Software Defined Radio. Including a JUCE-style SDR hardware abstraction layer to interface SDRs from various companies, some RF specific DSP classes and OpenCL accelerated DSP classes that can be compiled for FPGAs
JanosGit/MacSystemConsoleLogger4JUCE
A small & simple JUCE-module that inherits from juce::Logger and redirects Log messages to NSLog. This will make them appear in the OS X Console.app
JanosGit/smallKemperRemote
Adafruit Trinket Pro based Midi Foot Controller with five footswitches for the Kemper Profiling Amp to select all five rigs of the current Performance in the Performance Mode
JanosGit/kpapi
A C++ class representing a Kemper Profiling Amp connected via MIDI as a single cpp object. Depending on my simpleMIDI (https://github.com/JanosGit/simpleMIDI) implementation and therefore compatible with all platforms simpleMIDI supports
JanosGit/simpleMIDI
A class for easy accessing MIDI Interfaces. Currently supports: Apple CoreMIDI. Next step: Arduino
JanosGit/WaveletPlayground
MATLAB Wrapper around the wavelet2d C++ library to play around a bit with wavelet transforms without needing to buy the wavelet toolbox
JanosGit/CrossPlatformOpenCLCMakeLists
A CMakeList.txt and some example projects to build OpenCL applications for Intel FPGA SoCs, Linux, Mac OS and Windows from the same sources
JanosGit/JanosGit.github.io
Build a Jekyll blog in minutes, without touching the command line.
JanosGit/JUCE
The JUCE cross-platform C++ framework
JanosGit/kemperPedalBoard
Control hardware for a Kemper Profiling Amp looking like a "real" pedalboard, consisting of a central control unit, communicating to the amp, and some small stompboxes, connected to the control unit
JanosGit/readerwriterqueue
A fast single-producer, single-consumer lock-free queue for C++
JanosGit/resvg
An SVG rendering library.