[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kvm-interest
Subject:    Re: NDS 2.0 problem
From:       samnova <sam () NOVALICIOUS ! COM>
Date:       2003-07-28 21:39:07
[Download RAW message or body]

This is correct.
Well, might work on new phone but sure not on old firmware.. That’s also
why it is not good to use WAV files on 7650 unless you have recorded
(changed them) with load volume.

-Sam

> -----Original Message-----
> From: A mailing list for KVM discussion 
> [mailto:KVM-INTEREST@JAVA.SUN.COM] On Behalf Of Kim Daniel Arthur
> Sent: Monday, July 28, 2003 11:12 PM
> To: KVM-INTEREST@JAVA.SUN.COM
> Subject: Re: NDS 2.0 problem
> 
> 
> afaik. setGain() does not work on the actual 7650.
> 
> ----- Original Message -----
> From: "Pedro Henrique Macędo" <pedro@CESAR.ORG.BR>
> To: <KVM-INTEREST@JAVA.SUN.COM>
> Sent: Monday, July 28, 2003 10:15 PM
> Subject: Re: NDS 2.0 problem
> 
> 
> 
> I am using the following code to play the MIDI converted into 
> a nokia smart messaging ringtone:
> 
> 
> 
> private final byte[] BONUS_SOUND = {
> (byte)0x02, (byte)0x4a, (byte)0x3a, (byte)0x40,
> (byte)0x04, (byte)0x00, (byte)0x07, (byte)0x18,
> (byte)0x83, (byte)0x50, (byte)0x00
> }
> 
> Sound player = new Sound(BONUS_SOUND,Sound.FORMAT_TONE);
> player.setGain(255);
> player.play(1);
> 
> It works on the emulator but not in the real nokia 7650 
> phone.... any tip???
> 
> 
> 
> 
> 
> At 15:56 28/7/2003 -0300, you wrote:
> 
> Hi again pedro,
> 
> 
> I searched all over nokia docs for some tips about that, 
> and all that I got was :
> 
> You can play if the phone supports the MMAPI. if it doesn't 
> it looks likes there's no way!
> 
> =(
> 
> Heres the quote from a "nokia expert"
> 
> "On 3650 which supports Mobile Media API (JSR 135) it is 
> possible to play Midi files. Look at the MMAPI example in the 
> Java section."
> 
> Regards!
> 
> Marcelo Eduardo
> 
> 
> -----Original Message-----
> From: ext Pedro Henrique Macędo [mailto:pedro@CESAR.ORG.BR]
> Sent: Monday, July 28, 2003 15:43
> To: KVM-INTEREST@JAVA.SUN.COM
> Subject: Re: NDS 2.0 problem
> 
> 
> Hi;
> 
> Can i play multichannel midi in 7650 using the nokia ui 
> sound api??? How ?
> 
> _______________________________
> Pedro Henrique Macędo
> C.E.S.A.R Wireless Business Unit
> http://www.cesar.org.br
> + 55.81.3425.4796/Recife/Brazil
> 
> 
> At 13:37 28/7/2003 -0300, you wrote:
> 
> Pedro,
> 
> how are playing the multichannel midis? using the same 
> approach that is used to play a wav file?
> 
> Because the Sound class, only suport that Tone format ( 
> from the nokia converter ), that I believe isn't even midi right?
> 
> Regards!
> 
> Marcelo
> -----Original Message-----
> From: ext Pedro Henrique Macędo [mailto:pedro@CESAR.ORG.BR]
> Sent: Monday, July 28, 2003 13:34
> To: KVM-INTEREST@JAVA.SUN.COM
> Subject: Re: NDS 2.0 problem
> 
> 
> I am playing with the Nokia 7650... it doesn´t support mmapi.
> 
> At 17:30 28/7/2003 +0200, you wrote:
> 
> Hello,
> If the phone supports the mobile media api (JSR-135) 
> you should be able to play midi.
> There're some devices like nokia 3650 and sonyericcson 
> t610 that already support jsr-135 (and they still do not 
> support midp2.0).
> Greetings,
> Andrea
> 
> ----- Original Message -----
> From: Marcelo Moraes
> To: KVM-INTEREST@JAVA.SUN.COM
> Sent: Monday, July 28, 2003 4:29 PM
> Subject: Re: NDS 2.0 problem
> 
> 
> Hi pedro,
> I have the same configuration, and it works fine on 
> my home machine.
> Have you tried with that simple midis on the 
> Winnt/media folder? ( cannon.mid ) it loads and tells the 
> instruments on everychannel, the same doesn't happens when I 
> use my own midis.
> 
> 
> Now one question for everyone : In the Midp 2.0 can 
> we play multichannel midis? or is just like in the midp 1.0 
> that we can play only this tone generated from the midi file 
> on the converter?
> Thanks in advance
> 
> 
> -----Original Message-----
> From: ext Pedro Henrique Macędo [mailto:pedro@CESAR.ORG.BR]
> Sent: Monday, July 28, 2003 11:24
> To: KVM-INTEREST@JAVA.SUN.COM
> Subject: NDS 2.0 problem
> 
> 
> Hi,
> I have a problem with the audio converter of the 
> nokia developer suite v2.0. When i browse any midis in it, 
> nothing happens . It is supposed to show me all available 
> channels which i can select and convert but it doesn't work. 
> My Os is WinXP and jdk1.4.1_01.
> _______________________________
> Pedro Henrique Macędo
> C.E.S.A.R Wireless Business Unit
> http://www.cesar.org.br
> + 55.81.3425.4796/Recife/Brazil
> ========================= To unsubscribe, send email 
> to listserv@java.sun.com and include in the body of the 
> message "signoff KVM-INTEREST". For general help, send email 
> to listserv@java.sun.com and include in the body of the 
> message "help".
> 
> _______________________________
> Pedro Henrique Macędo
> C.E.S.A.R Wireless Business Unit
> http://www.cesar.org.br
> + 55.81.3425.4796/Recife/Brazil
> 
> ========================= To unsubscribe, send email to 
> listserv@java.sun.com and include in the body of the message 
> "signoff KVM-INTEREST". For general help, send email to 
> listserv@java.sun.com and include in the body of the message "help".
> 
> 
> 
> ========================= To unsubscribe, send email to 
> listserv@java.sun.com and include in the body of the message 
> "signoff KVM-INTEREST". For general help, send email to 
> listserv@java.sun.com and include in the body of the message 
> "help". _______________________________ Pedro Henrique Macędo 
> C.E.S.A.R Wireless Business Unit http://www.cesar.org.br
> + 55.81.3425.4796/Recife/Brazil
> 
> ========================= To unsubscribe, send email to 
> listserv@java.sun.com and include in the body of the message 
> "signoff KVM-INTEREST". For general help, send email to 
> listserv@java.sun.com and include in the body of the message "help".
> 
> ==============================================================
> =============
> To unsubscribe, send email to listserv@java.sun.com and 
> include in the body of the message "signoff KVM-INTEREST".  
> For general help, send email to listserv@java.sun.com and 
> include in the body of the message "help".
> 

 =========================================================================To \
unsubscribe, send email to listserv@java.sun.com and include in the body of the \
message "signoff KVM-INTEREST".  For general help, send email to \
listserv@java.sun.com and include in the body of the message "help".


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic