Yahoo Groups archive

Atari-Midi Archives

Index last updated: 2026-04-28 22:40 UTC

Thread

Help PLZZZZ

Help PLZZZZ

2004-09-30 by lalithunt

My name is Lalit ,
I am currently trying to create a MIDI File by joining two MIDI Files 
in such a way that One MIDI's Sound plays in the background and other 
in the foreground .Plz can u give the logic to do something like 
these as soon as possible (Plz give me the code and not Links to any 
Software like Player,Editors.
Plz 
Help...

Re: [atari-midi-archives] Help PLZZZZ

2004-09-30 by JAMES M. ALEXANDER

Hi there,

If you can't use an editor then you'll need to write
the code yourself likely.  You wont find an off the
shelf program to do this.  You could try programmers
heaven or some of the other programming sites and midi
related sites to get the background to write your own
program for this.  The easiest approach might be to
create a program to combine the 2 midi files you wish
to use.  What you'll likely end up with will look a
lot like a midi editor.

 --- lalithunt <lalithunt@...> wrote: 

---------------------------------
My name is Lalit ,
I am currently trying to create a MIDI File by joining
two MIDI Files 
in such a way that One MIDI's Sound plays in the
background and other 
in the foreground .Plz can u give the logic to do
something like 
these as soon as possible (Plz give me the code and
not Links to any 
Software like Player,Editors.
Plz 
Help...

Re: Help PLZZZZ

2004-10-01 by neil_briscombe

Cant you use a midi sequencer that loads/saves midi files - load two 
in and save one out?

not sure what is meant by background and foreground - may be 
missunderstanding

--- In atari-midi-archives@yahoogroups.com, "JAMES M. ALEXANDER" 
<james-m-alexander@r...> wrote:
Show quoted textHide quoted text
> Hi there,
> 
> If you can't use an editor then you'll need to write
> the code yourself likely.  You wont find an off the
> shelf program to do this.  You could try programmers
> heaven or some of the other programming sites and midi
> related sites to get the background to write your own
> program for this.  The easiest approach might be to
> create a program to combine the 2 midi files you wish
> to use.  What you'll likely end up with will look a
> lot like a midi editor.
> 
>  --- lalithunt <lalithunt@y...> wrote: 
> 
> ---------------------------------
> My name is Lalit ,
> I am currently trying to create a MIDI File by joining
> two MIDI Files 
> in such a way that One MIDI's Sound plays in the
> background and other 
> in the foreground .Plz can u give the logic to do
> something like 
> these as soon as possible (Plz give me the code and
> not Links to any 
> Software like Player,Editors.
> Plz 
> Help...

Re: [atari-midi-archives] Re: Help PLZZZZ

2004-10-01 by lalit mistry

Thanks Neil,
Actually i want ot play one MIDI Constantly in my application and at the same time i want to start playing other MIDI's Sound.
Can u give some Examples regarding how to create a MIDI Editor.
Plz Help Neil
Ragards 
Lalit...

neil_briscombe <neil_briscombe@...> wrote:

Cant you use a midi sequencer that loads/saves midi files - load two 
in and save one out?

not sure what is meant by background and foreground - may be 
missunderstanding

--- In atari-midi-archives@yahoogroups.com, "JAMES M. ALEXANDER" 
<james-m-alexander@r...> wrote:
> Hi there,
> 
> If you can't use an editor then you'll need to write
> the code yourself likely.  You wont find an off the
> shelf program to do this.  You could try programmers
> heaven or some of the other programming sites and midi
> related sites to get the background to write your own
> program for this.  The easiest approach might be to
> create a program to combine the 2 midi files you wish
> to use.  What you'll likely end up with will look a
> lot like a midi editor.
> 
>  --- lalithunt <lalithunt@y...> wrote: 
> 
> ---------------------------------
> My name is Lalit ,
> I am currently trying to create a MIDI File by joining
> two MIDI Files 
> in such a way that One MIDI's Sound plays in the
> background and other 
> in the foreground .Plz can u give the logic to do
> something like 
> these as soon as possible (Plz give me the code and
> not Links to any 
> Software like Player,Editors.
> Plz 
> Help...


Yahoo! Groups SponsorADVERTISEMENT


---------------------------------
Yahoo! Groups Links

   To visit your group on the web, go to:
http://groups.yahoo.com/group/atari-midi-archives/
  
   To unsubscribe from this group, send an email to:
atari-midi-archives-unsubscribe@yahoogroups.com
  
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com

RE: [atari-midi-archives] Help PLZZZZ

2004-10-01 by Tim Conrardy

easy.

convert one MIDI file to a type 0: that is all the info is in one track.

Do the same to the other MIDI file.

Then when you import it into your sequencer, have them on seperate tracks.

Then you can control the volume of each track globably ( hopefully) and you 
get your desired result

Tim



*********************************************************
Tim's Atari Midi World :  http://tamw.atari-users.net
Atari-Midi Forum:http://www.yahoogroups.com/group/atari-midi
Hotz Translator Forum: http://groups.yahoo.com/group/midi-translator/
==========================================================





>From: "lalithunt" <lalithunt@...>
>Reply-To: atari-midi-archives@yahoogroups.com
>To: atari-midi-archives@yahoogroups.com
>Subject: [atari-midi-archives] Help PLZZZZ
>Date: Thu, 30 Sep 2004 09:26:49 -0000
>
>My name is Lalit ,
>I am currently trying to create a MIDI File by joining two MIDI Files
>in such a way that One MIDI's Sound plays in the background and other
>in the foreground .Plz can u give the logic to do something like
>these as soon as possible (Plz give me the code and not Links to any
>Software like Player,Editors.
>Plz
>Help...
>

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
hthttp://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

RE: [atari-midi-archives] Help PLZZZZ

2004-10-01 by JAMES M. ALEXANDER

Tim,

It's a good thing you're here and remembered this
point.  An approach I'd totally forgotton!


 --- Tim Conrardy <tconrardy@...> wrote: 

---------------------------------
easy.

convert one MIDI file to a type 0: that is all the
info is in one track.

Do the same to the other MIDI file.

Then when you import it into your sequencer, have them
on seperate tracks.

Then you can control the volume of each track globably
( hopefully) and you 
get your desired result

Tim

RE: [atari-midi-archives] Help PLZZZZ

2004-10-02 by lalit mistry

Thanks For the Reply,
I have cnverted the midi to 0 format but i am not sure how to import it into your sequencer, have them on seperate tracks in J2ME Plz help me.
Regards
Lalit...
"JAMES M. ALEXANDER" <james-m-alexander@...> wrote:
Tim,

It's a good thing you're here and remembered this
point.  An approach I'd totally forgotton!


--- Tim Conrardy <tconrardy@...> wrote: 

---------------------------------
easy.

convert one MIDI file to a type 0: that is all the
info is in one track.

Do the same to the other MIDI file.

Then when you import it into your sequencer, have them
on seperate tracks.

Then you can control the volume of each track globably
( hopefully) and you 
get your desired result

Tim


Yahoo! Groups SponsorADVERTISEMENT


---------------------------------
Yahoo! Groups Links

   To visit your group on the web, go to:
http://groups.yahoo.com/group/atari-midi-archives/
  
   To unsubscribe from this group, send an email to:
atari-midi-archives-unsubscribe@yahoogroups.com
  
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com

RE: [atari-midi-archives] Help PLZZZZ

2004-10-02 by Tim Conrardy

>Thanks For the Reply,
>I have cnverted the midi to 0 format but i am not sure how to import it 
>into your sequencer, have them on seperate tracks in J2ME Plz help me.
>Regards
>Lalit...

what sequencer are you using?( don't know what J2ME is :-)  Most sequencers 
have the ability to import a MIDI file, so thats all there is to it :-) It 
should go to one track. I have heard of some people loading up a song per 
track, then simply mute and play which ones they want for a whole set. ( or 
you could SOLO each track as well.)

TimC

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

RE: [atari-midi-archives] Help PLZZZZ

2004-10-04 by lalit mistry

Thanks For the Reply,

 J2me is Java Programming on Mobile Devices There we dont have a sequencer .We just have a player to which we have pass a MIDI File which we have to play and the device support only one MIDI play at a given time .
One More thing can u even tell me whether can i (How) write a whole Midi using byte in java.
These is the problem i am facing Plzz do help me.
Regards
Lalit...

Tim Conrardy <tconrardy@...> wrote:

>Thanks For the Reply,
>I have cnverted the midi to 0 format but i am not sure how to import it 
>into your sequencer, have them on seperate tracks in J2ME Plz help me.
>Regards
>Lalit...

what sequencer are you using?( don't know what J2ME is :-)  Most sequencers 
have the ability to import a MIDI file, so thats all there is to it :-) It 
should go to one track. I have heard of some people loading up a song per 
track, then simply mute and play which ones they want for a whole set. ( or 
you could SOLO each track as well.)

TimC

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


Yahoo! Groups SponsorADVERTISEMENT


---------------------------------
Yahoo! Groups Links

   To visit your group on the web, go to:
http://groups.yahoo.com/group/atari-midi-archives/
  
   To unsubscribe from this group, send an email to:
atari-midi-archives-unsubscribe@yahoogroups.com
  
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


		
---------------------------------
Do you Yahoo!?
vote.yahoo.com - Register online to vote today!

RE: [atari-midi-archives] Help PLZZZZ

2004-10-04 by Tim Conrardy

>Thanks For the Reply,
>
>  J2me is Java Programming on Mobile Devices There we dont have a sequencer 
>.We just have a player to which we have pass a MIDI File which we have to 
>play and the device support only one MIDI play at a given time .
>One More thing can u even tell me whether can i (How) write a whole Midi 
>using byte in java.
>These is the problem i am facing Plzz do help me.
>Regards
>Lalit...


sorry to say this...but WRONG FORUM

this is Atari-MIDI..not JAVA programming.( unless there are some members 
here who know Java..you never know.) I would post on another forum more to 
your question.

Tim
Atari-MIDI mordorator

_________________________________________________________________
Is your PC infected? Get a FREE online computer virus scan from McAfee\ufffd 
Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.