| Reply | « Previous Thread | Next Thread » |
|
Hi,
I am looking for the python module that allows you to pla midi tones. I found this thread--> http://discussion.forum.nokia.com/fo...highlight=midi but what I would like to know is how to get the smidi module onto the phone so that I can use it? Thanks again, Davie. |
|
Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
Offline
Forum Nokia Champion
|
|
Download it from here, get it onto the phone and tell Python where to look for it:
Code:
#If you put it in C:\Python
import sys
sys.path.append("C:\\Python")
import smidi
|
|
Thanks a lot Bogdan. Your suggestion worked perfectly.
One more thing however:- Is there any way to select what instrument plays the note?? Regards, Davie. |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| [Announce] keypress module 1.0.5 | y.a.k | Python | 60 | 2009-05-30 14:26 |
| [announce] waplib module 0.0.3: tiny module to extend urllib module | Hiisi | Python | 9 | 2008-08-30 08:05 |
| ImportError: No module named _appuifw | ernesto.ferrari | Mobile Web Server | 9 | 2008-04-18 06:36 |
| Carbide.j 1.5 and Netbeans 5.5 beta 2 | ovjo12 | Mobile Java Tools & SDKs | 5 | 2007-06-11 06:43 |
| SMS I/O Control Application via Evaluation Module | alokghosh | Nokia M2M | 2 | 2003-06-18 18:05 |