#
algorithmic-composition
Here are 65 public repositories matching this topic...
A Python library for creating and manipulating musical patterns, designed for use in algorithmic composition, generative music and sonification. Can be used to generate MIDI events, MIDI files, OSC messages, or custom events.
-
Updated
Jun 7, 2021 - Python
A minimal and human-readable language and environment for the live coding of algorithmic electronic music.
language
performance
osc
creative-coding
sequencing
live-coding
livecoding
visuals
mercury
algorithmic-composition
sounds
mercury-environment
human-readable-language
-
Updated
Aug 4, 2021 - Max
Application that generates musical compositions from algorithmically generated patterns, based on work by Duncan Lockerby.
java
javafx
audio-applications
generative-art
algorithmic-composition
javafx-desktop-apps
generative-music
-
Updated
Jan 10, 2020 - Java
R package to create music, and show musical scores and audio files in R Markdown documents, R Jupyter Notebooks and RStudio
r
rstudio
composition
jupyter-notebook
r-markdown
musicxml
r-package
algorithmic-composition
sheet-music
musescore
music-programming
music-syntax
-
Updated
Jun 15, 2021 - R
A set of methods for the generation and transformation of number sequences in algorithmic composition
music
array
transformations
composition
rhythm
manipulation
lindenmayer
algorithmic-composition
euclidean-rhythms
melodies
algorithmic-methods
twelve-tones
lindenmayer-string-expansion
hexadecimal-rhythm-generator
-
Updated
Aug 12, 2021 - JavaScript
MGen: Windows PC C++ music generation and analysis laboratory, playing into MIDI port and exporting MIDI
-
Updated
Jul 31, 2019 - C++
slippery chicken: algorithmic composition software in common lisp and clos
music
algorithms
midi
common-lisp
lilypond
object-oriented
musicxml
algorithmic-composition
clm
musicxml-format
score-synthesis
-
Updated
Aug 17, 2021 - Common Lisp
Csound with extensions including algorithmic composition, Android app, and WebAssembly.
python
linux
c-plus-plus
csound
music-composition
synthesis
algorithmic-composition
music-synthesis
algorithmic-composition-library
-
Updated
Aug 18, 2021 - JavaScript
A Clojure library for live-coding music with Alda
-
Updated
Jul 31, 2021 - Clojure
Composition of short musical pieces with reinforcement learning. To be more detailed, framing of fifth species counterpoint writing as an optimization problem.
-
Updated
Jun 2, 2021 - Python
Pure Data port of the Scheme For Max external, providing an embedded S7 Scheme/Lisp interpreter for scripting and live-coding Pure Data in Scheme Lisp.
-
Updated
Jun 14, 2021 - C
SuperCollider bindings to Fomus Music Notation
-
Updated
Dec 22, 2019 - SuperCollider
Canon-generator: algorithmic composition using music21 and python
-
Updated
Nov 29, 2020 - Python
Final project for CS486 (AI)
-
Updated
Apr 26, 2017 - Python
Python 3 fork of athenaCL by Christopher Ariza
-
Updated
Apr 16, 2021 - Python
An experimental work in Python mainly using RNN and CNN for algorithmic composition.
-
Updated
Apr 20, 2017 - Python
A collection of definitions that extend the algorithmic composition system Opusmodus (http://opusmodus.com/).
-
Updated
Jul 21, 2021 - Common Lisp
A text-based sequencer for generative music
interpreter
osc
command-line
sequencer
midi
dsl
algorithmic-composition
computer-music
generative-music
-
Updated
Sep 16, 2020 - Rust
Algorithmic music composition in Julia
-
Updated
Feb 19, 2020 - Julia
.NET C# Web Application for Generating a Solo-Melody Over a Given Midi-Playback & Chord-Progression 🎶
design-pattern
orm
csharp
dotnet
midi
genetic-algorithm
entity-framework
repository-pattern
strategy-pattern
algorithmic-composition
adapter-pattern
entity-framework-6
asp-net-mvc5
chord-progression
autofac-di
unit-of-work-pattern
3-tier-architecture
algorithmic-compositon
solo-melody
-
Updated
Dec 7, 2020 - C#
Construct REAPER projects programatically in python.
-
Updated
Mar 15, 2021 - Python
The Stochastic Optimisation Software (SOS) is a research-oriented software platform for Metaheuristic Optimisation (Stochastic Optimisation). If you are using SOS, please acknowledge the article "Caraffini, F.; Iacca, G. The SOS Platform: Designing, Tuning and Statistically Benchmarking Optimisation Algorithms. Mathematics 2020, 8, 785." (https://doi.org/10.3390/math8050785)
benchmarking
comparison
evolutionary-algorithms
genetic-algorithms
heuristics
algorithmic-composition
evolutionary-computation
memetic-algorithms
particle-swarm-optimization
benchmark-suite
evolution-strategies
wilcoxon-mann-whitney-test
metaheuristic-optimisation
-
Updated
Jun 27, 2021 - Java
Studies of alienation. The uncanny valley of reproduced natural sounds.
-
Updated
Feb 11, 2019 - SuperCollider
environment for algorithmic composition
-
Updated
Dec 4, 2020 - Python
Create sequencer frequency oscillations around a fixed frequency. The overall robustness and sample accuracy of the sequencer is left intact while the sequencer is allowed a locally irregular behavior
-
Updated
Feb 25, 2021 - Max
Generation of musical phrases that receive maximum score according to configurable evaluational criteria.
-
Updated
Jun 2, 2021 - Python
Implementation of some Schillinger-Algorithms
-
Updated
Mar 1, 2018 - Python
an event based framework for composing music or other time-based arts in python
-
Updated
Aug 8, 2021 - Python
A teachable/trainable artificial intelligence music bot fundamentally inspired by how the new wave band Duran Duran composes music.
music
ai
music-composition
artificial-intelligence
supercollider
algorithmic-music
algorithmic-composition
algorithmic-art
duran-duran
bit-by-bit-circular-composition
new-wave
-
Updated
Jun 24, 2020 - SuperCollider
Improve this page
Add a description, image, and links to the algorithmic-composition topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the algorithmic-composition topic, visit your repo's landing page and select "manage topics."
Environment
Steps to reproduce
a = { Clip.ar(0, 0, 1) }.play; // crash a = { InRange.ar(0, 0, 1) * 0.05 }.play; // buzzing at kr frequencyExpected vs. actual behavior
Crashes, by definition, should be fixed or prevented. (The crash for Cli