xhevahir

Results 9 issues of xhevahir

I'm wondering if it would make sense to support automatic voice leading using an algorithm like the one implemented here: https://gist.github.com/xavriley/1ea12a3d319dfcf86152

Beginners would benefit from an introduction to time/space complexity; the book makes frequent reference to big-O notation without having explained the system.

Issue #4 mentioned training solely on chord progressions, and I've wondered about doing the same with melodies. To that end I'm linking a project I've just found that uses random...

Everything seems to change to 4/4 time regardless of the original time signature, which I suppose is because 4/4 MIDIs are so much more numerous. Would training separately on other...

It would be nice to be able to mute one track in order to hear either the melody or the harmony in isolation.

Hi, I had some difficulty getting Alice to compile on my new installation of Linux Mint. Seems the libsmlnj-smlnj library is not included with the Mint repo's package of SML/NJ,...

I'm stuck at the 'buildout' stage, with this error message: 'buildout fails with "ImportError: cannot import name ScriptBase".' This issue here (https://github.com/mozilla-services/cornice/issues/212) sounds like the same thing, but I don't...

There are a bunch of deprecation warnings involving the re module, but the one error that arises in compiling with 0.12.0 is the map function, which has been moved to...

I'm experimenting with the chord_analysis method using short MIDI files from Wikipedia and can't get useful results. For example, in this file it doesn't detect all of the chords: https://commons.wikimedia.org/wiki/File:Standard_progression_in_C.mid...