cornedriesprong / mingus

Automatically exported from code.google.com/p/mingus
GNU General Public License v3.0
0 stars 0 forks source link

Cords play in unison with mellidy #106

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a composition with 2 tracks one track holds cords that will be played 
once per bar, the second has individual quarter notes.

2. play composition.

What is the expected output? What do you see instead?

What is expected is that the cords will be held for their full whole note 
duration while the quarter notes play at a different speed.

What I see is that the cords are repeatedly played in time with the quarter 
notes.

What version of the product are you using? On what operating system?
First observed with 4.2.3 than I repeated it with a 4.3.0 version downloaded 
with hg.

Please provide any additional information below.
attached is the source that I used. Please note that I made the one line change 
to add pulseaudio to the allowed drivers so that I can get audio output in 
Ubuntu. 

I seem to have tracked the problem down to the play_Bars function in the 
Sequencer class. But I haven't digested the code enough to understand why it's 
doing what I notice. This may also be an issue with understanding how to 
properly put together a composition. 

Original issue reported on code.google.com by stoneno...@gmail.com on 16 Dec 2010 at 11:59

Attachments:

GoogleCodeExporter commented 9 years ago
Here is the solution:

http://groups.google.com/group/mingus-devel/browse_thread/thread/b4e757a4ab02585
1?hl=en

Original comment by carlo.stemberger@gmail.com on 18 Jun 2011 at 10:21