maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Multimedia (https://talk.maemo.org/forumdisplay.php?f=32)
-   -   [REQUEST] Stylophone App for N900 (https://talk.maemo.org/showthread.php?t=50694)

Nipperoid 2010-04-21 21:38

[REQUEST] Stylophone App for N900
 
Hey, i think it would be cool to have a stylophone app on the N900

like imitate the look of the stylofhone and make the same "notes"

no need to worry about multitouch as the stylophone only plays 1 note at a time!!!

Thanks

Paul

Nipperoid 2010-04-22 14:48

Re: [REQUEST] Stylophone App for N900
 
Nobody?

-Paul

pelago 2010-04-22 15:47

Re: [REQUEST] Stylophone App for N900
 
Nice idea. With the stylus it will even feel quite like using the real thing, unlike the Stylophone apps for the iPhone.

TNiga 2010-04-22 15:49

Re: [REQUEST] Stylophone App for N900
 
Have you tried app called Theremin? Isn't it a bit/lot like a stylophone?

Nipperoid 2010-04-22 18:42

Re: [REQUEST] Stylophone App for N900
 
yea but i want an authentic stylophone app :D

mikec 2010-04-22 21:41

Re: [REQUEST] Stylophone App for N900
 
Well we have Maelophone
:D
here is a quick lashup in pyqt to see what it might look like done in about 30mins.

lots of work on the buttons still to do

if I can get a decent image and sound files we can knock this up over the weekend, so post those sound files up if you want it.

http://farm5.static.flickr.com/4010/...635c5227a6.jpg

Nipperoid 2010-04-22 23:18

Re: [REQUEST] Stylophone App for N900
 
Hmm, i dont have any sounds or pictures, the one above looks great

http://penryn_dave.tripod.com/getstylo.htm

That seems to have all the samples you would need

again, thanks!!

Nipperoid 2010-04-22 23:46

Re: [REQUEST] Stylophone App for N900
 
http://i990.photobucket.com/albums/a...Maelophone.png

Quick 800x480 mockup, i was thinknig to have the app fill the whole screen and have the "OFF" switch to switch out of fullscreen, or maybe off to exit and vibrato to exit fullscreen

mikec 2010-04-23 06:49

Re: [REQUEST] Stylophone App for N900
 
fullscreen no probs, I have not looked at the sound yet but should not be a problem if I can get the sound files. Anyone go a real one of these that they can make some recordings with ?

Nipperoid 2010-04-23 06:52

Re: [REQUEST] Stylophone App for N900
 
well on that site i linked you to, theres a virtual stylophone app, as well as the sample files in WAV

pelago 2010-04-23 11:05

Re: [REQUEST] Stylophone App for N900
 
Although fullscreen is nice as an option, I greatly prefer apps which by default show the top bar. When trying out a new app for the first time, you don't want to have to hunt for how to quit or task switch away from it.

Nipperoid 2010-04-23 11:36

Re: [REQUEST] Stylophone App for N900
 
true, start windowed and click the "vibrato" to switch to and from fullscreen?

mikec 2010-04-23 15:24

Re: [REQUEST] Stylophone App for N900
 
have been playing with Qt sound, and its borked for anything other than media playback. I cant get a gapless playback between sound samples which is what is in the provided samples in the link

I need to look at getting long samples that I can kill the playback when you lift the stylus, rather than creating loops from sound samples.

Will be back:D

Nipperoid 2010-04-23 17:52

Re: [REQUEST] Stylophone App for N900
 
use Audacity and slow the clip down (will not affect pitch?)

mikec 2010-04-24 06:37

Re: [REQUEST] Stylophone App for N900
 
@Niperoid

I just made some samples in Audacity and the concept works, but I'm not happy with the responsiveness of the audio. There are some key technology bits that need PR1.2 in Qt which should solve these.

I'll post up a version in exrtras dev in the next few days that we can all play with. Suggest we work on the UI until pr 1.2 comes out then we can bolt in the new audio stuff.

tutal 2010-04-26 03:12

Re: [REQUEST] Stylophone App for N900
 
If this would be backwards compatible to the N800 (running the latest OS software) that would really be great. I've been searching for a stylophone app for the N800 for over a year.

mikec 2010-04-27 19:04

Re: [REQUEST] Stylophone App for N900
 
This is python and Qt, so would be easy to make work on N800.
I'm just about ready to push this into extras dev in the next day or so.:D

sound is working now -using pygame audio while we wait for PR1.2
keyboard works great, you can slide up the scale and back down.
themeable for the keys and sound loops

back to the keyboard;)

cardiff-blues 2010-04-27 19:06

Re: [REQUEST] Stylophone App for N900
 
Excellent! I can't wait to test it.

mikec 2010-04-27 23:28

Re: [REQUEST] Stylophone App for N900
 
early version now up in extras development, please provide feedback

http://farm4.static.flickr.com/3136/...e1bfe591_o.png

some areas that need polishing
-more work on the ui (happy to take image that YOU can provide)
-The keys and sounds are fully customisable. They are in /opt/maelophone.
-Audio is a bit crackly (will switch to Qt Audio when we get PR1.2)
-Logo will need to be changed, i'm sure its copyright :D

enjoy

Nipperoid 2010-04-27 23:45

Re: [REQUEST] Stylophone App for N900
 
whats the name of it?

mikec 2010-04-27 23:45

Re: [REQUEST] Stylophone App for N900
 
maelophone

Nipperoid 2010-04-27 23:53

Re: [REQUEST] Stylophone App for N900
 
wont show up in any searches in app manager... i search stylophone, maelophone in name and description etc...

Nipperoid 2010-04-28 00:05

Re: [REQUEST] Stylophone App for N900
 
maybe stick the DEB here?

tutal 2010-04-28 03:44

Re: [REQUEST] Stylophone App for N900
 
The project page is here:
https://garage.maemo.org/projects/maelophone/
... but there doesn't seem to be any files up.

mikec 2010-04-28 05:30

Re: [REQUEST] Stylophone App for N900
 
have you enabled extras dev

cardiff-blues 2010-04-28 06:57

Re: [REQUEST] Stylophone App for N900
 
installed with some retro excitement but it attempts to open and then just fails to do so. :( Rolf would be so happy to get this working and so would I.

TNiga 2010-04-28 07:11

Re: [REQUEST] Stylophone App for N900
 
There's probably missing dependencies because when I try to run it from x-terminal it says "No module named QtSvg".

Nipperoid 2010-04-28 08:20

Re: [REQUEST] Stylophone App for N900
 
i have all repos enabled

Nipperoid 2010-04-28 08:43

Re: [REQUEST] Stylophone App for N900
 
ok it showed up but it needs "libqt" is this a pr1.2 thing

mikec 2010-04-28 09:35

Re: [REQUEST] Stylophone App for N900
 
nope it should not be.
Can you download "ncalc", which is one of my other apps that uses python and qt and tell me if it ncalc runs.

if it does then try to run melophone again .
not sure why the dependancy is not being resolved.

cardiff-blues 2010-04-28 09:39

Re: [REQUEST] Stylophone App for N900
 
I currently have NCalc and use it. It's a great app. Still cannot open Maelophone!

mikec 2010-04-28 09:44

Re: [REQUEST] Stylophone App for N900
 
ok just posted version 0.3.0-2 which should fix up the lib svg dependancy.
should be through the autobuilder in about 10mins

cardiff-blues 2010-04-28 09:46

Re: [REQUEST] Stylophone App for N900
 
It may be a co-incidence but I have several failed catalogues at the moment including extras dev so probably not going to get the update for the time being.

mikec 2010-04-28 09:47

Re: [REQUEST] Stylophone App for N900
 
Quote:

Originally Posted by cardiff-blues (Post 631211)
It may be a co-incidence but I have several failed catalogues at the moment including extras dev so probably not going to get the update for the time being.

ah ok There have been a lot of changes since last night gone from 0.1 to 0.3

cardiff-blues 2010-04-28 09:51

Re: [REQUEST] Stylophone App for N900
 
ok just trying apt-get update. It's giving me version 0.3.0-2 to install.Then complains about missing: libqt4-svg, libqt4-core and a conflict with Python 2.5-qt4-gui.

Nipperoid 2010-04-28 10:03

Re: [REQUEST] Stylophone App for N900
 
ncalc and maelophone, both wont install

mikec 2010-04-28 10:06

Re: [REQUEST] Stylophone App for N900
 
ok cheers, can you install nclock from extras testing and tell me if that also has the same problems.

We clearly have some strange dependancy issues, and maybe I need to flag the qt4.5 versions specifically, which I did not think was an issue with Python

cardiff-blues 2010-04-28 10:09

Re: [REQUEST] Stylophone App for N900
 
OK, I used to have NCLock installed but removed it when my rootfs was getting full. I have just tried to install it and is giving me the same problems as posted earlier.

>>>
Complains about missing: libqt4-svg, libqt4-core and a conflict with Python 2.5-qt4-gui.
<<<

Nipperoid 2010-04-28 10:10

Re: [REQUEST] Stylophone App for N900
 
nope, nclock has the same libqt4 error

mikec 2010-04-28 10:13

Re: [REQUEST] Stylophone App for N900
 
Quote:

Originally Posted by Nipperoid (Post 631237)
ncalc and maelophone, both wont install

ok I will have to flash my N900 back to base and see why its working on mine and not yours


All times are GMT. The time now is 00:42.

vBulletin® Version 3.8.8