-
Notifications
You must be signed in to change notification settings - Fork 2
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
Showing
1 changed file
with
18 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,3 +1,20 @@ | ||
# Calculaural | ||
|
||
Create randomly / procedurally generated music | ||
Create procedural music: http://hasba.ch/calculaural | ||
|
||
## Features | ||
|
||
- Assign the digits of pi to musical notes | ||
- Transpose notes for all instruments or individual instruments | ||
- Change note duration | ||
- Change the amount of notes per measure | ||
- Use a musical scale | ||
- Skip notes that are not in the scale | ||
- Transpose notes up or down until they are in the scale | ||
- Turn notes into chords | ||
- Arpeggiate chords | ||
- Add multiple instruments | ||
- Change instrument and global volume | ||
- Change beats per minute | ||
- Play / pause | ||
- Seek forward / backward |