Tell me more ×
Musical Practice & Performance Stack Exchange is a question and answer site for musicians, students, and enthusiasts. It's 100% free, no registration required.

I have been trying to explore music theory concepts programmatically, namely through music21 software, but I've run into alot of trouble. Are there any other frameworks for this?

share|improve this question
1  
Here again, it would help if the people voting to close state their arguments. Sometimes a bad or subjective question can be rephrased by the original poster in a useful way. – ogerard Apr 28 '11 at 14:59
If making it work properly in an IDE is the issue, you should try PyDev for Eclipse, or PyScripter for an easier setup that's not Eclipse. I've found the easiest PyDev in Eclipse environment is Aptana Studio, which is a tailored Eclipse that easily loads PyDev as a module. Perhaps this is because Aptana is also responsible for PyDev. – Binary Phile Jun 18 '11 at 19:52
1  
The problem here is the lack of definition of "trouble". – Lennart Regebro Jun 19 '11 at 15:58
I agree, this question is extremely unclear. – neilfein Jun 21 '11 at 4:37

2 Answers

I am the author of another Python-based system called Sebastian https://github.com/jtauber/sebastian but it's at a very early stage. I'd be interested to know what you felt want lacking in music21 in case Sebastian could (eventually) meet your needs better.

share|improve this answer
The main thing that was lacking is a could not make it work properly in any IDE (netBeans and Eclipse) – idober May 5 '11 at 18:11

I was not aware of music21, but it looks interesting. Another, somewhat older, Java-based framework is Rubato. I am using it in my thesis research, but I do not know how much it is currently being maintained.

share|improve this answer
what is your thesis about? – idober Jun 24 '11 at 19:28

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.