The Following 29 Users Say Thank You to tpd For This Useful Post: | ||
ahmadamaj, anapospastos, bald.eagle.one, cfh11, corduroysack, dtparikh, eefo, elie-7, F2thaK, generationally, gttnnn, helex, ivgalvez, jedi, JimKnopf, Maj3stic, MartinK, mece, Mentalist Traceur, moepda, mr id, OVK, pantera1989, prankster, sinaisix, sony123, tomast, vetsin, zvogt |
![]() |
2011-06-12
, 11:21
|
|
Posts: 48 |
Thanked: 109 times |
Joined on May 2011
@ UK
|
#2
|
The Following User Says Thank You to tpd For This Useful Post: | ||
![]() |
2011-06-12
, 11:29
|
|
Posts: 565 |
Thanked: 618 times |
Joined on Jun 2010
@ Finland
|
#3
|
![]() |
2011-06-12
, 11:29
|
Banned |
Posts: 358 |
Thanked: 160 times |
Joined on Dec 2010
|
#4
|
![]() |
2011-06-12
, 12:12
|
Posts: 1,048 |
Thanked: 1,127 times |
Joined on Jan 2010
@ Amsterdam
|
#5
|
The Following User Says Thank You to anthonie For This Useful Post: | ||
![]() |
2011-06-12
, 13:27
|
|
Posts: 48 |
Thanked: 109 times |
Joined on May 2011
@ UK
|
#6
|
![]() |
2011-06-12
, 13:43
|
Posts: 536 |
Thanked: 81 times |
Joined on May 2011
@ Russia
|
#7
|
![]() |
2011-06-12
, 13:49
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#8
|
The Following User Says Thank You to F2thaK For This Useful Post: | ||
![]() |
2011-06-12
, 14:01
|
|
Posts: 855 |
Thanked: 612 times |
Joined on Oct 2010
@ Germany
|
#9
|
python pydrum.py PATH: /opt/takeitawaymarco x11 <Surface(800x480x16 SW)> Traceback (most recent call last): File "pydrum.py", line 202, in <module> main() File "pydrum.py", line 82, in main play(screen,mixer) File "pydrum.py", line 115, in play mixer.init_audio() File "/opt/takeitawaymarco/pymixer.py", line 109, in init_audio self.testwave = wave.open('/opt/inner-spin/sounds/1count.wav', 'r') File "/usr/lib/python2.5/wave.py", line 493, in open return Wave_read(f) File "/usr/lib/python2.5/wave.py", line 159, in __init__ f = __builtin__.open(f, 'rb') IOError: [Errno 2] No such file or directory: '/opt/inner-spin/sounds/1count.wav'
![]() |
2011-06-12
, 14:28
|
|
Posts: 48 |
Thanked: 109 times |
Joined on May 2011
@ UK
|
#10
|
The Following 2 Users Say Thank You to tpd For This Useful Post: | ||
currently early prealpha, can be played with the pad view or by enabling accelerometer (shake your phone and hey presto an instant drum solo)....
Sound engine written with GST and is mostly functional, beyond the app losing focus can be an issue. Really looking to get it out there to test the sound mixer engine (playing multiple sounds simultaneously and with low latency has been a long process of trial and mostly error)
ToDo: better groups of sounds, custom mappings, drumkit working, rewrite drumstick mode, move from pygame to qt for display and event inspection, fix sound engine issues. (like I said pre-alpha)
UPDATE
Move to Qt done
Last edited by tpd; 2011-06-22 at 01:36. Reason: change screenshot