-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ca2fa26
commit 04ca807
Showing
3 changed files
with
724 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Contribution guidelines | ||
|
||
## Framework and code | ||
We use the JUCE Framework, so if you are not familiar with it, please visit their [homepage](https://www.juce.com/). | ||
|
||
For the GUI, it is important to add everything via the Introjucer which you can find in the repository. Everything that is not added via the Introjucer, will be probably removed. | ||
|
||
If you want to add files, you will need as well to add them via the Introjucer - don't forget to add them to the repository as well! | ||
|
||
For the audio, it is important to know that we have a global parameters file. So please look carefully when you want to add a parameter. | ||
|
||
## Pull requests | ||
|
||
We are going to try to look into your request as fast as possible, and if it goes through our code review, we will merge it. | ||
|
Oops, something went wrong.