|
2010-06-14
, 09:36
|
|
Posts: 1,366 |
Thanked: 1,185 times |
Joined on Jan 2006
|
#52
|
|
2010-06-14
, 10:38
|
Posts: 2 |
Thanked: 2 times |
Joined on Jun 2010
|
#53
|
The Following User Says Thank You to sandst1 For This Useful Post: | ||
|
2010-06-14
, 15:47
|
Posts: 185 |
Thanked: 49 times |
Joined on Apr 2010
@ The Netherlands
|
#54
|
New Version now in extras dev, removed qt multimedia import statement, and fixed the bpm issue.
|
2010-06-14
, 15:59
|
Posts: 29 |
Thanked: 1 time |
Joined on Feb 2010
@ Germany
|
#55
|
Tested out the latest version today, great stuff!
There was some discussion of adding two octaves into the screen.
How about adding an octave selector, so that the piano keys would still stay large enough to be comfortably played with fingers?
And what if there were customizable sounds, so the user could specify which wav files to use for playing each key?
|
2010-06-14
, 16:02
|
Posts: 402 |
Thanked: 229 times |
Joined on Nov 2009
@ Missouri, USA
|
#56
|
|
2010-06-14
, 16:26
|
Posts: 133 |
Thanked: 138 times |
Joined on Nov 2007
|
#57
|
|
2010-06-14
, 16:59
|
|
Posts: 1,366 |
Thanked: 1,185 times |
Joined on Jan 2006
|
#58
|
Haha the bpm is even worse now:P what for example is 100 bpm must be 25 bpm it's for times as slow
and what about porting the music program of iphone or is this impossible
|
2010-06-14
, 17:01
|
|
Posts: 1,366 |
Thanked: 1,185 times |
Joined on Jan 2006
|
#59
|
WildMidi has a command line interface, so you could take advantage of this with python's subprocess module.
Alternatively, there seems to be a few midi libraries listed over at pypi: http://pypi.python.org/pypi?%3Aactio...&submit=search
Also checkout Python's PythonInMusic Wiki page: http://wiki.python.org/moin/PythonInMusic
|
2010-06-14
, 17:03
|
|
Posts: 1,366 |
Thanked: 1,185 times |
Joined on Jan 2006
|
#60
|
The beat engine seems to have some issue with playing more than 1 sample which has the same timing.
E.g. if you set up the hi-hat and snare to both play on beats 1, 5, 9 ,13 then the hi-hat and snare samples are not played simultaneously. It seems like the snare sample is not played until the hi-hat sample has finished playing.
Is there some issue with playing two or more samples simultaneously in your implementation? Or am I the only one having this issue?
Thanks