-
Updated
Jul 13, 2020 - Clojure
music-composition
Here are 255 public repositories matching this topic...
Starting from v0.15.4, Giada supports a primitive form of mono/stereo plug-ins. Full support is welcome, where the user can customize the channels layout through the channel matrix (see Reaper for example).
Useful JUCE classes:
https://docs.juce.com/master/classAudioProcessorGraph.html
https://docs.juce.com/master/classAudioProcessorPlayer.html
Readings:
-
Updated
Jun 30, 2020 - JavaScript
-
Updated
Nov 11, 2017
-
Updated
May 27, 2020 - Java
-
Updated
Mar 3, 2019 - Haskell
I have ~15K tab files in .ptb format. Has anyone created a bulk update utility to convert all .ptb files in a folder structure to .pt2?
-
Updated
Jun 15, 2020 - Python
-
Updated
Jul 14, 2020 - C
-
Updated
May 26, 2020 - TypeScript
-
Updated
Jul 9, 2018 - Vue
-
Updated
Jul 14, 2020 - C
Examples in the Abjad docs that are created with the abjad.LilyPondFile.rhythm() constructor currently display only the DENOMINATORS of time signatures. Which looks insane:
<img width="703" alt="Screen Shot 2020-03-03 at 3 26 32 PM" src="https://user-images.githubusercontent
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Aug 23, 2014 - Common Lisp
-
Updated
Jul 13, 2020 - C
Now left/right bring cursor into centre view; it would be useful that a successive left/right scrolls so that the cursor is like at 20% and 80% of the view. Perhaps needs to go into AudioWidgets.
-
Updated
Mar 22, 2020 - JavaScript
write code tours
Each tour should include some pieces:
- quick tour, Forth syntax, SHEP, score, splorp
- shapes and shape editing, xforms
- hierarchical scheduling
- score entry
- MIDI I/O
-
Updated
Jul 12, 2020 - JavaScript
-
Updated
Jun 19, 2020 - Java
-
Updated
Jul 2, 2020 - Common Lisp
-
Updated
Jul 14, 2020 - Haskell
-
Updated
Jul 14, 2016 - JavaScript
-
Updated
Apr 9, 2018 - TypeScript
-
Updated
Mar 5, 2017 - JavaScript
// Clear flags
void CGenCF1::ClearFlags(int step1, int step2) {
if (!skip_flags || flags_need2) {
fill(flags.begin(), flags.end(), 0);
fill(fpenalty.begin(), fpenalty.end(), 0);
}
flags[0] = 1;
for (int i = step1; i < step2; ++i) {
anflagsc[cpv][i] = 0;
}
}
-
Updated
May 2, 2018 - Python
Improve this page
Add a description, image, and links to the music-composition topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the music-composition topic, visit your repo's landing page and select "manage topics."


Add a window about the program
This step allows users to identify project information, host new contributors, and even an error reporting button and a donation button