Melopy icon indicating copy to clipboard operation
Melopy copied to clipboard

Python music library

Results 6 Melopy issues
Sort by recently updated
recently updated
newest added

## Change 1 (fix imports) On trying to import: ``` from melopy.scales import generateScale ``` I got this error: ``` In [1]: from melopy.scales import generateScale --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most...

The readme has an example that uses `melopy.major_scale('C5')` but there is no `major_scale` function. I think this should be something like `melopy.generateScale('major', 'C5')`. I will be happy to fix this...

http://audiere.sourceforge.net/ We need to include Audiere in the project in order to allow Live Playing (#22) Hopefully someone can make this process painless.

nice work! my first thought on reading through the syntax was... how do you do triplets? the halving/doubling thing is a clever simplification and other multiples like 5 etc are...

Would love some momentum on this. A MIDI option is pretty easy to implement and would attract a lot of people.

We need to make a `play()` or `sample()` method which gives Melopy that capabilities of playing sound right from `.data`. This shouldn't be terribly hard to achieve, considering programs like...