maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] Maelophone -Stylophone emulator (https://talk.maemo.org/showthread.php?t=51933)

fellew 2010-05-10 19:58

Re: [Announce] Maelophone -Stylophone emulator
 
The app wont start for me, sadly because it looks like such an awesome app!

My error report looks like this:

Traceback (most recent call last):
File "maelophone.py", line 5, in <module>
from soundstub import MainWindow
File "/home/opt/maelophone/soundstub.py", line 8, in <module>
from pygame import mixer, init as pginit
File "/usr/lib/python2.5/site-packages/pygame/__init__.py", line 188, in <module>
try: import pygame.sndarray
File "/usr/lib/python2.5/site-packages/pygame/sndarray.py", line 73, in <module>
import pygame._numpysndarray as numpysnd
File "/usr/lib/python2.5/site-packages/pygame/_numpysndarray.py", line 38, in <module>
import numpy
File "/usr/lib/python2.5/site-packages/numpy/__init__.py", line 132, in <module>
import add_newdocs
File "/usr/lib/python2.5/site-packages/numpy/add_newdocs.py", line 9, in <module>
from lib import add_newdoc
File "/usr/lib/python2.5/site-packages/numpy/lib/__init__.py", line 13, in <module>
from polynomial import *
File "/usr/lib/python2.5/site-packages/numpy/lib/polynomial.py", line 11, in <module>
import numpy.core.numeric as NX
AttributeError: 'module' object has no attribute 'core'

mikec 2010-05-10 20:38

Re: [Announce] Maelophone -Stylophone emulator
 
for some reason it looks like you have pygame missing, which should get pulled in as part of the deps.

have you got extras development enabled?
if so turn it off, and install from extras testing, as there are all sorts of version issues with extras dev.

also try and install maesynth and see if you get the same problem, again from extras testing only.

fellew 2010-05-11 08:32

Re: [Announce] Maelophone -Stylophone emulator
 
I tried reinstall it from extras testing. Still same problem.
Also tried install maesynth, and that just wont start either. :(

mikec 2010-05-11 09:40

Re: [Announce] Maelophone -Stylophone emulator
 
sounds like time for a backup and reflash :(

edit

try in xterm as root
apt-get python-pygame

and let us know what it says

misterm 2010-05-11 09:50

Re: [Announce] Maelophone -Stylophone emulator
 
Quote:

Originally Posted by mikec (Post 652348)
for some reason it looks like you have pygame missing, which should get pulled in as part of the deps.

have you got extras development enabled?
if so turn it off, and install from extras testing, as there are all sorts of version issues with extras testing.

also try and install maesynth and see if you get the same problem, again from extras testing only.

Nice! After doing this I got to download it. Thanks.

fellew 2010-05-11 12:22

Re: [Announce] Maelophone -Stylophone emulator
 
Quote:

Originally Posted by mikec (Post 653052)
sounds like time for a backup and reflash :(

edit

try in xterm as root
apt-get python-pygame

and let us know what it says

E: Invalid operation python-pygame

mikec 2010-05-11 12:30

Re: [Announce] Maelophone -Stylophone emulator
 
apologies
apt-get install python-pygame

fellew 2010-05-11 13:19

Re: [Announce] Maelophone -Stylophone emulator
 
Haha you got me a little worried there!

"python-pygame is already the newest version."

mikec 2010-05-11 18:41

Re: [Announce] Maelophone -Stylophone emulator
 
looks like you have some python libs missing. Maybe Khertan or atilla77 might have a better clue what's going on.

mikec 2010-05-11 21:19

Re: [Announce] Maelophone -Stylophone emulator
 
just had a look at this, and it looks like a python numpy issue. When I installed numpy I got the same error message as you, so there is ap you have installed that has pulled in python numpy.

do an apt-get remove python-numpy and see what is dependent on it.

I think it might be MyPaint.

fellew 2010-05-12 09:02

Re: [Announce] Maelophone -Stylophone emulator
 
Whoa! Thanks alot for the help Mikey!
I have to say its better than i thought.. Both the maelophone and maesynth, Great work!

Would be cool to able to use the keyboard aswell.

mikec 2010-05-12 09:26

Re: [Announce] Maelophone -Stylophone emulator
 
Quote:

Originally Posted by fellew (Post 654822)
Whoa! Thanks alot for the help Mikey!
I have to say its better than i thought.. Both the maelophone and maesynth, Great work!

Would be cool to able to use the keyboard aswell.

physical keyboard would be easy, what did you have in mind?

dmj726 2010-05-12 10:19

Re: [Announce] Maelophone -Stylophone emulator
 
Physical keyboard should allow for chords!

ju-maha 2010-05-12 10:38

Re: [Announce] Maelophone -Stylophone emulator
 
When we get usb-host mode on our N900 it could be awesome to pair some usb-keyboards(like korg nanokey) with maesynth and maelophone.

Great to see music related apps. Thanks!


Does anyone know about Pure Data on N900? Pd-anywhere is working with N810 http://pd-anywhere.sourceforge.net/

mikec 2010-05-12 10:39

Re: [Announce] Maelophone -Stylophone emulator
 
Quote:

Originally Posted by dmj726 (Post 654943)
Physical keyboard should allow for chords!

I'm not a musician so you will need to help me here.

Detect multiple keys for a cord (as touch screen does not do multi touch)

or use like a shift key to lock in cord mode?

dmj726 2010-05-12 18:37

Re: [Announce] Maelophone -Stylophone emulator
 
The top 2 rows contain 12 keys plus one shift/alt/ctrl key. That should let you use a row as an octave. Just press three keys at once and you have a chord.

fellew 2010-05-13 21:03

Re: [Announce] Maelophone -Stylophone emulator
 
Exactly what i had in mind dmj, that would be a killing feature!

mikec 2010-05-13 21:07

Re: [Announce] Maelophone -Stylophone emulator
 
i,m looking into keyboard support for maesynth, where I,m now focusing audio development :D

mikec 2010-05-18 15:40

Re: [Announce] Maelophone -Stylophone emulator
 
Now out in extras for everyone to enjoy :D

cardiff-blues 2010-05-18 15:57

Re: [Announce] Maelophone -Stylophone emulator
 
Can't see it there yet MikeC.

Tried refreshing catalogues, etc.

mikec 2010-05-19 18:38

Re: [Announce] Maelophone -Stylophone emulator
 
Quote:

Originally Posted by cardiff-blues (Post 664395)
Can't see it there yet MikeC.

Tried refreshing catalogues, etc.

definitley there now :p

infected69 2010-05-21 07:51

Re: [Announce] Maelophone -Stylophone emulator
 
i cant install missing "libqt......" do i need to have 1.2 or do i need to install someting from extra / devel ?

mikec 2010-05-21 10:00

Re: [Announce] Maelophone -Stylophone emulator
 
Quote:

Originally Posted by infected69 (Post 668854)
i cant install missing "libqt......" do i need to have 1.2 or do i need to install someting from extra / devel ?

If you have extras development and testing on, please disable and install from extras.

infected69 2010-05-21 11:46

Re: [Announce] Maelophone -Stylophone emulator
 
Quote:

Originally Posted by mikec (Post 669009)
If you have extras development and testing on, please disable and install from extras.

thx that did it!

gryllida 2010-11-21 05:44

Re: [Announce] Maelophone -Stylophone emulator
 
When I choose to add new Maelophone shortcut to the desktop, the icon appears with excessively big image, only the central part of which is visible.

Maemo 5, PR1.3
Maelophone 0.7.0-2


All times are GMT. The time now is 08:18.

vBulletin® Version 3.8.8