Closed GoogleCodeExporter closed 9 years ago
1. I will merge in the new version of pyFluidSynth soon, so the dynamic library
problem on Windows should get fixed.
2. SF2 files are SoundFonts; they contain the actual audio generators that will
be
used to play notes. I usually use the ChoriumRevA soundfont to record demo
videos
(look here for downloads: http://www.hammersound.net, go to Sounds -> Soundfont
Library -> Collections).
3. Please see pygame-drum's documentation:
http://code.google.com/p/mingus/source/browse/trunk/mingus_examples/pygame-drum/
pygame-drum.py
The program is controlled by the keyboard. You have to press 'r' to record and
then
you can use the keypad to play something. Clicking won't do anything (maybe
nice to
add?).
Regards,
Bart.
Original comment by Rhijnauwen@gmail.com
on 2 Mar 2009 at 5:06
Thanks a lot for your help.
Original comment by noagbodj...@gmail.com
on 2 Mar 2009 at 5:23
No problem; thanks for reporting the bug. I have opened another issue (see
issue #38)
to deal with the dll problem so I can close this one.
Original comment by Rhijnauwen@gmail.com
on 2 Mar 2009 at 6:15
Well it almost works for me. However keypad 7,8 and enter doesn't do anything.
Original comment by zsl...@gmail.com
on 1 Sep 2009 at 12:19
By the way I'm using WinXP SP2
Original comment by zsl...@gmail.com
on 1 Sep 2009 at 12:25
zslevi you have to try downloading some of the soundfonts on the website
Rhijnauwen
told me about. i have had the same problem. i don't really remember what
soundfont i
ended up with but i got it to work nicely.
Original comment by noagbodj...@gmail.com
on 1 Sep 2009 at 1:32
Hi zslevi, from the documentation for pygame-drum:
http://code.google.com/p/mingus/source/browse/trunk/mingus_examples/pygame-drum/
pygame-drum.py
Keypad 7 and 8 aren't set up to do anything and the enter key only works on the
keypad. You can use the regular Enter key by going to line 194
(http://code.google.com/p/mingus/source/browse/trunk/mingus_examples/pygame-drum
/pygame-drum.py#194)
and changing K_KP_ENTER to K_ENTER. Hope this helped.
Original comment by Rhijnauwen@gmail.com
on 1 Sep 2009 at 3:57
Original issue reported on code.google.com by
noagbodj...@gmail.com
on 1 Mar 2009 at 6:39