Name | Modified | Size | Downloads / Week |
---|---|---|---|
kirama-0.1.tar.gz | 2020-10-19 | 165.9 kB | |
README.md | 2020-10-19 | 945 Bytes | |
Totals: 2 Items | 166.9 kB | 0 |
Kirama Gamelan Simulator
Kirama is a Gamelan Simulator that can be used to study music without actual instruments. It allows computer keyboard keys to be mapped to sounds with adjustable frequencies. Therefore it simplifies the creation of microtonal sounds, which is an inherent feature of gamelan ensembles.
Installation
-
Install Python3 for your system
-
Install pipenv 'pip install pipenv' or 'pip3 install pipenv'
-
Unpack kirama archive and navigate to its parent directory 'tar -xvzf kirama-01.tar.gz' 'cd kirama
-
Run virtual environment 'pipenv shell'
-
Install dependencies inside the virtual environment 'pipenv install'
Using kirama
- Open ExampleGamelan.gml
Updates
Kirama is still in the early stage of development. If you are interested to try the latest development version, you can try kirama from github.