Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christofmuc/juce-utils
C++ classes with functionality I subjectively would have liked to find in JUCE - maybe it can help you?
https://github.com/christofmuc/juce-utils
juce midi
Last synced: 3 months ago
JSON representation
C++ classes with functionality I subjectively would have liked to find in JUCE - maybe it can help you?
- Host: GitHub
- URL: https://github.com/christofmuc/juce-utils
- Owner: christofmuc
- License: mit
- Created: 2019-11-12T20:57:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-25T15:30:37.000Z (9 months ago)
- Last Synced: 2024-05-12T16:36:37.239Z (6 months ago)
- Topics: juce, midi
- Language: C++
- Size: 245 KB
- Stars: 25
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-juce - juce-utils
README
# Introduction
This is a utility library with some very subjective helper functions for the awesome [JUCE](https://github.com/juce-framework/JUCE) cross-platform C++ programming framework.
## Usage
This repository is meant to be included as a git submodule in a main project, see for instance [JammerNetz](https://github.com/christofmuc/JammerNetz) for an example how this is used.
In order to build this library standalone, which is what the CI server should be doing, there is a separate little repository that you can use.For what is in this library, please use the header files to see the utility functions, I am busy with my main projects and can't add more documentation right now.
## Contributing
All pull requests and issues welcome, I will try to get back to you as soon as I can.
## About the author
Christof is a lifelong software developer having worked in various industries, and can't stop his programming hobby anyway.