<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
The musx package is now publicly available on git and PyPi.
<div class=""><br class="">
</div>
<div class="">To download sources, documentation, and demos do:</div>
<div class=""><br class="">
</div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span>$&nbsp;git clone&nbsp;<a href="https://github.com/ricktaube/musx.git" class="">https://github.com/ricktaube/musx.git</a></div>
<div class=""><br class="">
</div>
<div class="">To install musx as a python package do:</div>
<div class=""><br class="">
</div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span>$&nbsp;python3.9 -m&nbsp;pip install musx</div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span></div>
<div class="">I highly recommend using git so that you have the source code, documentation and demos together. After cloning the repo, to run a demo you will do something like this:</div>
<div class=""><br class="">
</div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span>$ cd /path/to/musx</div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span>$ python3.9 -m demos.gamelan</div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span>$ fluidsynth gamelan.mid</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">In this release the major version was bumped from 1 to 2 because after the test run teaching with it last semester I did a major source code cleanup that includes renaming some modules, classes and functions.</div>
<div class=""><br class="">
</div>
<div class="">A huge thank you to Mike Gogins for his help and advice, as well as his contributing a back end for Csound and adding some Csound demos that show how to use it!</div>
<div class=""><br class="">
</div>
<div class="">—Rick</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
</body>
</html>