Re: [Solfege-devel] How to implement custom exercises

2010-12-16 Thread Gabriele Lanaro
I'm doing last minute fixes, just pick up the last revision :) 2010/12/16 Gabriele Lanaro > I've implemented almost all the functionalities I wanted for the single > functional pitch recognition. I'll have to implement the multiple pitch > recognition but it's only a set of minor modifications.

Re: [Solfege-devel] How to implement custom exercises

2010-12-16 Thread Gabriele Lanaro
I've implemented almost all the functionalities I wanted for the single functional pitch recognition. I'll have to implement the multiple pitch recognition but it's only a set of minor modifications. Can you review solfege/exercise/functionaltone.py an tell me if there's something wrong or that hav

Re: [Solfege-devel] How to implement custom exercises

2010-12-12 Thread Tom Cato Amundsen
2010/12/12 Gabriele Lanaro : > Which format is recommended to write docs for solfege? I plan to add a > tutorial guide for extending solfege and the documentation about > functionaltone&friends lessonfiles The users guide is in help/C/ and it is written in docbook xml. I think it would be best if

Re: [Solfege-devel] How to implement custom exercises

2010-12-12 Thread Gabriele Lanaro
Which format is recommended to write docs for solfege? I plan to add a tutorial guide for extending solfege and the documentation about functionaltone&friends lessonfiles 2010/12/11 Tom Cato Amundsen > Hi, > > 2010/12/9 Gabriele Lanaro : > > I've implemented some basic functionalities for the fu

Re: [Solfege-devel] How to implement custom exercises

2010-12-10 Thread Tom Cato Amundsen
Hi, 2010/12/9 Gabriele Lanaro : > I've implemented some basic functionalities for the functional pitch > recognition, now I've a little bit problem with the statistics. > > The exercise is that one: > > - the Teacher plays a cadence I, IV, V, I  or just I or the root note to > estabilish the tonal

Re: [Solfege-devel] How to implement custom exercises

2010-12-09 Thread Gabriele Lanaro
I've implemented some basic functionalities for the functional pitch recognition, now I've a little bit problem with the statistics. The exercise is that one: - the Teacher plays a cadence I, IV, V, I or just I or the root note to estabilish the tonality. - the Teacher plays a note in the tonali

Re: [Solfege-devel] How to implement custom exercises

2010-12-06 Thread Gabriele Lanaro
-- Forwarded message -- From: Gabriele Lanaro Date: 2010/12/6 Subject: Re: [Solfege-devel] How to implement custom exercises To: Tom Cato Amundsen Thank you very much! I finally was able to run a simple exercise (I'll write a little tutorial) without too much trouble. Lo

Re: [Solfege-devel] How to implement custom exercises

2010-12-06 Thread Tom Cato Amundsen
Hi 2010/12/5 Gabriele Lanaro : > Hi! I want to implement a custom exercise for functional ear training (Issue > 58), I'm actually copying and modifying gradually an existent module > (solfege.exercises.harmonicinterval for example). Thats a good start. twelvetone.py is also very simple. idbyname.

[Solfege-devel] How to implement custom exercises

2010-12-05 Thread Gabriele Lanaro
Hi! I want to implement a custom exercise for functional ear training (Issue 58), I'm actually copying and modifying gradually an existent module (solfege.exercises.harmonicinterval for example). I'm looking for explanation/suggestion on how to implement a custom exercise, in particular I have the