![]() |
[ANNOUNCE] Take it away Marco, drum program
Ever felt the burning desire to rock out with a blazing drum solo on your phone???? Well now you can, so...... Take It Away Marco
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 http://www.freeimagehosting.net/uploads/4719d0e391.png |
Re: [ANNOUNCE] Take it away Marco, drum program
Ooops almost forgot uploaded to extra-dev... version 0.0.2 (0.0.1 didn't run from desktop)... app takes a while to load (again needs optimisation), so be patient with the blank screen for 20 seconds or so
|
Re: [ANNOUNCE] Take it away Marco, drum program
Screenshots?
|
Re: [ANNOUNCE] Take it away Marco, drum program
Some screenshots would be nice!?
|
Re: [ANNOUNCE] Take it away Marco, drum program
Crashes to desktop. Typing takeitawaymarco on CL to see the output of the terminal didn't work. Too lazy to find the desktop file and discover what the name of the executable actually is. Not sure whether it's a game, but it's a bit odd looking for a multimedia product in that app category.
|
Re: [ANNOUNCE] Take it away Marco, drum program
Crashing to desktop issue should be fixed.... (fingers crossed) with v 0.0.2 if an update doesn't work, can you try...
cd /opt/takeitawaymarco python pydrum.py package is miscategorised... (copy and not tweaked enough ;) ) will fix on next upload. |
Re: [ANNOUNCE] Take it away Marco, drum program
it doesnt open. not even with xterm
|
Re: [ANNOUNCE] Take it away Marco, drum program
works for me, mite upload vid tomorrow
|
Re: [ANNOUNCE] Take it away Marco, drum program
Here is what says xterm:
Code:
python pydrum.py |
Re: [ANNOUNCE] Take it away Marco, drum program
Ah.... Tony wins the idiot prize!!!! it still has a link to the initial test wav from the inner-spin dir!!! (if you have inner-spin installed it probably work)... Will fix after watching Kung-fu panda 2 with the kids (possibly during if it's really bad ;) )
|
Re: [ANNOUNCE] Take it away Marco, drum program
Quote:
|
Re: [ANNOUNCE] Take it away Marco, drum program
Quote:
|
Re: [ANNOUNCE] Take it away Marco, drum program
SS ? (screenshots)
|
Re: [ANNOUNCE] Take it away Marco, drum program
Quote:
I had no idea his name was thank, but than again, I didn't thank him either. But are you unhappy with the name epitaph? |
Re: [ANNOUNCE] Take it away Marco, drum program
Hopefully version 0.0.3 should work now??? Please let me know if not?
also package correctly categorised as multimedia, screenshot added at start of this thread (and thanks to everyone who suggested it :) ) |
Re: [ANNOUNCE] Take it away Marco, drum program
it stars but doesnt play any sound
|
Re: [ANNOUNCE] Take it away Marco, drum program
Quote:
|
Re: [ANNOUNCE] Take it away Marco, drum program
:( not even the blue drumpads??? At the moment the sound is only triggered by the blue pads on the right.. which play random sounds of grouped wavs
1st column (in order): Kick HiHat Snare Symbal Tom-Tom BassDrum 2nd: As 1st plus Kick 3rd As 1st plus hi-hat Accelerometer can be enabled by pressing the greyed text in which case all 3 axis of movement trigger different sounds on movement |
Re: [ANNOUNCE] Take it away Marco, drum program
Installed latest - error given below.
Code:
/opt/takeitawaymarco $ python pydrum.py |
Re: [ANNOUNCE] Take it away Marco, drum program
|
Re: [ANNOUNCE] Take it away Marco, drum program
Its working only by xterm, looks nice for a primary version but it needs some working on.
Thanks for the app :) N.B.: are you sure about your app name ? |
Re: [ANNOUNCE] Take it away Marco, drum program
Quote:
thanks.. :) |
Re: [ANNOUNCE] Take it away Marco, drum program
Quote:
http://www.youtube.com/watch?v=nPGA3vjMLgE |
Re: [ANNOUNCE] Take it away Marco, drum program
Quote:
I agree, the name is quite strange... Edit: just saw the youtube link but I still don't see how it explains the name Edit2: I just tested the last update, it's great! |
Re: [ANNOUNCE] Take it away Marco, drum program
Quote:
Running python pydrum.py in /opt/takeitawaymarco/ gives me following error: Code:
Traceback (most recent call last): |
Re: [ANNOUNCE] Take it away Marco, drum program
Ah I thought numpy was part of the standard install but it appears not, I will remove the dependency and push out a new version with this fix this evening.
|
Re: [ANNOUNCE] Take it away Marco, drum program
Version 0.0.4 should now be uploaded which should remove the numpy dependency..... Also this version maps the keys
QWERTY ASDFGH ZXCVBN to the same drum sounds as the blue touch screen drum pad... (all other keys go straight to "kick") I recommend an alternate grove between either Q and A and the buttons on the touchscreen... |
Re: [ANNOUNCE] Take it away Marco, drum program
cool, game still appears in games section for me
|
Re: [ANNOUNCE] Take it away Marco, drum program
awesome, i was going to make an app like this but i never found the time
|
Re: [ANNOUNCE] Take it away Marco, drum program
|
Re: [ANNOUNCE] Take it away Marco, drum program
I have been looking into that one handaxe... and I have good and bad news ;)
bad news it sounds like something in the pygame layer is teh busted and I am not sure what (beyond there are a few similar messages dotted about the forum for apps using pygame mixer - I have not seen any resolution though) good news I can remove pygame.mixer out of the loop entirely (it's only used as a simple way to get the wav files in the right format) and hopefully this will remove this issue. I have tested the change here and it seems fine (but obviously having never reproduced the original issue that doesn't mean that much)... However if you pm me your email, I can send you the changed unit tomorrow, which I will then integrate into the rest of the code if successful. |
Re: [ANNOUNCE] Take it away Marco, drum program
Version 0.0.5 now uploaded, load times should be considerably improved, and dependency on pygame.mixer is now totally removed which should fix errors mentioning that (maybe ;))
|
Re: [ANNOUNCE] Take it away Marco, drum program
Quote:
Nothing changed my side so well done! Assume testing of that unit unecessary now? |
Re: [ANNOUNCE] Take it away Marco, drum program
yeah No extra testing needed... the unit I was going to ask you to test is what I pushed in that release - since it seemed functional and is more optimised compared to what was there before.
|
Re: [ANNOUNCE] Take it away Marco, drum program
Version 0.0.6 now uploaded... big change this one.... UI is now Qt based and a little nicer (even if the menu button currently does nothing - it will in v0.0.7, HONEST ). I am bound to have messed up the package somewhere, so feed back if it is in a non working state.
latency should (hopefully) be lower too. Accelerometer drumming still just a noise generator at present. |
Re: [ANNOUNCE] Take it away Marco, drum program
|
Re: [ANNOUNCE] Take it away Marco, drum program
Quote:
|
Re: [ANNOUNCE] Take it away Marco, drum program
wow! i'll be waiting for this to be stable enough for regular users. :) thanks for the effort!
|
Re: [ANNOUNCE] Take it away Marco, drum program
Handaxe..... well if you need a reason to upgrade come the n9 hour , shake away :)
Thanks Vetsin, I hope when (if) it makes it to that stability level you enjoy :) |
Re: [ANNOUNCE] Take it away Marco, drum program
Take it away Marco 0.0.8 uploaded this adds rudimantary looping recording and queueing support (with ability to save and open but currently only to a predefined file....
Next on the list: tidy Interface (which is now a pretty cluttered mess), and help button does nothing... Also if any moderators are about would it be possible to move this to multimedia |
All times are GMT. The time now is 02:46. |
vBulletin® Version 3.8.8