please help! : two voice counterpoint automated note player

Tash's icon

I need to design an automated note player for two voice free counterpoint consisting of repeated motifs with varying intervals. The two voices need to avoid unisons and identical rhythms.
The automation has to include tempo, transposition and note duration mechanisms. Any help would be much appreciated!
If anyones already got one of these patches please let me know

many thanks

Anthony Palomba's icon

Well it would not be hard to write a patch that does
counter point. I would suggest doing it in javascript,
it would be a lot faster. I assume you are doing first
species two part counter point. Your function would
need to keep track of interval motion (parallel, oblique,
contrary), interval consonance/dissonance. You would need
to have some kind of note history as well so that you
can make good note choices.

mzed's icon

Quote: Tash wrote on Tue, 13 May 2008 02:56
----------------------------------------------------
> I need to design an automated note player for two voice free counterpoint consisting of repeated motifs with varying intervals. The two voices need to avoid unisons and identical rhythms.
> The automation has to include tempo, transposition and note duration mechanisms. Any help would be much appreciated!
> If anyones already got one of these patches please let me know
>
> many thanks
----------------------------------------------------

Wow, that would make a great class assignment.

mz

Tash's icon

Thanks anthony

andré sier's icon

your welcome anytine

On May 13, 2008, at 11:49 PM, Tash wrote:

>
> Thanks anthony