Skip to content

.xml output of sieves (union of any number of layers (modulus))

Notifications You must be signed in to change notification settings

ayk-caglayan/sieves2notation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

By using this script you can combine several pulses into one rhythmic line (-> union of residual classes).

After running the main.py with Python3, Terminal prompts you for values. And writes resulting .xml file into the same directory where main.py resides.

The length (-> period) of the resulting rhythm is the lowest common denominator of pulses (utilizes math.lcd , therefore Python 3.9> is necessary). This program depends on scamp library; please install it beforehand.

pip3 install scamp

watch it in action https://drive.google.com/file/d/1Y-6NzQUic7YDd5UB97540SgmtZxNZhzF/view?usp=sharing

About

.xml output of sieves (union of any number of layers (modulus))

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages