mirror of
https://github.com/dredozubov/polyrhythmix.git
synced 2024-11-23 12:27:42 +00:00
Cargo installation instructions
This commit is contained in:
parent
79a5159e56
commit
f05c262a0b
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -6,7 +6,7 @@ Polyrhythmix is specifically designed to assist musicians and composers working
|
|||
|
||||
# Motivation
|
||||
|
||||
I'm a guitar player, and I use tablature notation editors such as Guitar Pro a lot. However, it gets complicated fast to write a polyrhythmic/polymetric drum parts as shifts tend to go over the bar lines. The other property of such parts is: it tend to unfold in a simple way from simple ideas such as "I want to create a drum part that will have a 3 against 4 feel with a kick drum against a snare drum". The other way to think about it is that it has a simple blueprint, but it's tricky to express in the western musical notation. This is why `Polyrhythmix` exists. I wanted to have a simple tool to workshop/brainstorm rhythmic ideas and evaluate them by having a MIDI playback. I'm into modern progressive rock/metal music, fusion, so it all applies very well. I have an impression it may be useful for indian carnatic music as well, but I would like to get some insightful confirmation on that.
|
||||
I'm a guitar player, and I use tablature notation editors such as Guitar Pro a lot. However, it gets complicated fast to write a polyrhythmic/polymetric drum parts as shifts tend to go over the bar lines. The other property of such parts is: it tend to unfold in a simple way from simple ideas such as "I want to create a drum part that will have a 3 against 4 feel with a kick drum against a snare drum". The other way to think about it is that it has a simple blueprint, but it's tricky and error-prone to express in the western musical notation. This is why `Polyrhythmix` exists. I wanted to have a simple tool to workshop/brainstorm rhythmic ideas and evaluate them by having a MIDI playback. I'm into modern progressive rock/metal music, fusion, so it all applies very well. I have an impression it may be useful for indian carnatic music as well, but I would like to get some insightful confirmation on that.
|
||||
|
||||
# Features
|
||||
|
||||
|
@ -16,6 +16,14 @@ I'm a guitar player, and I use tablature notation editors such as Guitar Pro a l
|
|||
|
||||
**Bass Track Generation**: Polyrhythmix offers an option to generate a bass MIDI track that follows the kick drum. This feature provides a foundation for creating cohesive rhythm sections by synchronizing the bassline with the kick drum pattern.
|
||||
|
||||
# Installation
|
||||
|
||||
For Rust developers (or other people who has cargo on their machine):
|
||||
|
||||
```
|
||||
cargo install polyrhythmix
|
||||
```
|
||||
|
||||
# Usage
|
||||
|
||||
Polyrhythmix runs as an executable with the desired command line options. The available options are as follows:
|
||||
|
|
Loading…
Reference in a new issue