From mailserv@gaia.ucs.orst.edu Thu Dec  1 16:58:50 1994
Precedence: Bulk
Date: Thu Dec  1 14:56:16 PST 1994
From: gus-sdk-request@gaia.ucs.orst.edu (GUS Programmer's Server)
Reply-To: gus-sdk@gaia.ucs.orst.edu (GUS Programmer's Digest)
Subject: GUS Programmer's Digest V15 #1

GUS Programmer's Digest     Thu, 1 Dec 94 14:56 PST      Volume 15: Issue   1 

Today's Topics:
                             Mail failure

Standard Info:
	- Meta-info about the GUS can be found at the end of the Digest.
	- Before you ask a question, please READ THE FAQ.

----------------------------------------------------------------------

Date: Wed, 30 Nov 94 19:36 EST
From: Msg Recipient <AIG/GRANITE1/POSTMASTER%AIG@mcimail.com>
Subject: Mail failure

FROM: AIG/GRANITE1/POSTMASTER
TO: GUS Programmer's Digest                                    DATE: 11-30-94
                                                               TIME: 19:27
SUBJECT: Mail failure
 -----------------------------------------------------------------------------

[002] Mail was received that was addressed to unknown addresses.
Mail item was not delivered to:
  aig

 -----------------------------------------------------------------------------
MCI Mail date/time: Wed Nov 30, 1994  3:37 pm  EST
  Source date/time: Wed Nov 30 11:39:11 PST 1994
-------------------

GUS Programmer's Digest     Wed, 30 Nov 94 11:39 PST     Volume 14: Issue  14

Today's Topics:
                        Mail failure (9 msgs)
                       S3m & sfx for video game

Standard Info:
	- Meta-info about the GUS can be found at the end of the Digest.
	- Before you ask a question, please READ THE FAQ.

 ---------------------------------------------------------------------

Date: Tue, 29 Nov 94 08:49 EST
From: Msg Recipient <AIG/GRANITE1/POSTMASTER%AIG@mcimail.com>
Subject: Mail failure

FROM: AIG/GRANITE1/POSTMASTER
TO: GUS Programmer's Digest                                    DATE: 11-29-94
                                                               TIME: 08:40
SUBJECT: Mail failure
 -----------------------------------------------------------------------------

[002] Mail was received that was addressed to unknown addresses.
Mail item was not delivered to:
  aig

 -----------------------------------------------------------------------------
MCI Mail date/time: Sat Nov 19, 1994  2:32 pm  EST
  Source date/time: Sat Nov 19 11:32:02 PST 1994
-------------------

GUS Programmer's Digest     Sat, 19 Nov 94 11:32 PST     Volume 14: Issue   6

Today's Topics:

Standard Info:
	- Meta-info about the GUS can be found at the end of the Digest.
	- Before you ask a question, please READ THE FAQ.

 ---------------------------------------------------------------------

Date: Sat, 19 Nov 94 12:07:03 +0100
From: jpdgreve@vub.ac.be (De Greve Jean-Pierre)

hi, I wonder if there exists a SDK (to play midis, wavs) for Turbo Pascal 7.0
?.

jpdgreve.

 -----------------------------

End of GUS Programmer's Digest V14 #6
*************************************

To post to tomorrow's digest:                    <gus-sdk@mail.orst.edu>
To (un)subscribe or get help:            <gus-sdk-request@mail.orst.edu>
To contact a human (last resort):          <gus-sdk-owner@mail.orst.edu>

                       FTP Sites                     Archive Directories
                       ---------                     -------------------
Main N.American Site:  archive.orst.edu              pub/packages/gravis
                       wuarchive.wustl.edu           systems/ibmpc/ultrasound
Main Asian Site:       nctuccca.edu.tw               PC/ultrasound
Main European Site:    src.doc.ic.ac.uk              packages/ultrasound
Main Australian Site:  ftp.mpx.com.au                /ultrasound/general
                                                     /ultrasound/submit
South African Site:    ftp.sun.ac.za                 /pub/packages/ultrasound
Submissions:           archive.epas.utoronto.ca      pub/pc/ultrasound/submit
Newly Validated Files: archive.epas.utoronto.ca      pub/pc/ultrasound

Mirrors:               garbo.uwasa.fi                mirror/ultrasound
                       ftp.st.nepean.uws.edu.au      pc/ultrasound
                       ftp.luth.se                   pub/msdos/ultrasound

                       Gopher Sites                  Menu directory
                       ------------                  --------------
Main Site:             src.doc.ic.ac.uk              packages/ultrasound

                       WWW Pages
                       ---------
Main Site:             http://www.cs.utah.edu/~debry/gus.html

Main European Site:    http://src.doc.ic.ac.uk/packages/ultrasound/
Main Australian Site:  http://ftp.mpx.com.au/archive/ultrasound/general/
                       http://ftp.mpx.com.au/archive/ultrasound/submit/
                       http://ftp.mpx.com.au/gravis.html

Mirrors:               http://www.st.nepean.uws.edu.au/pub/pc/ultrasound/

MailServer For Archive Access: Email to <mail-server@nike.rz.uni-konstanz.de>
                               Email to <ftpmail@doc.ic.ac.uk>

New Submit Files Mailing List: Email to <listproc@uni-konstanz.de>
                         with content "subscribe epas-list <your-name-here>"

Hints:
      - Get the FAQ from the FTP sites or the request server.
      - Mail to <gus-sdk-request@mail.orst.edu> for info about other GUS
	related mailing lists (general use, musician's, etc.).

 -----------------------------

Date: Tue, 29 Nov 94 08:50 EST
From: Msg Recipient <AIG/GRANITE1/POSTMASTER%AIG@mcimail.com>
Subject: Mail failure

FROM: AIG/GRANITE1/POSTMASTER
TO: GUS Programmer's Digest                                    DATE: 11-29-94
                                                               TIME: 08:40
SUBJECT: Mail failure
 -----------------------------------------------------------------------------

[002] Mail was received that was addressed to unknown addresses.
Mail item was not delivered to:
  aig

 -----------------------------------------------------------------------------
MCI Mail date/time: Sun Nov 20, 1994  3:00 pm  EST
  Source date/time: Sun Nov 20 12:00:25 PST 1994
-------------------

GUS Programmer's Digest     Sun, 20 Nov 94 12:00 PST     Volume 14: Issue   7

Today's Topics:
                              interrupts

Standard Info:
	- Meta-info about the GUS can be found at the end of the Digest.
	- Before you ask a question, please READ THE FAQ.

 ---------------------------------------------------------------------

Date: Sat, 19 Nov 94 14:34:25 PST
From: toby@ccmrc.ucsb.edu (Toby Shepard)
Subject: interrupts

*********** completely bald at this point *******


Ok, so I'm not using printf() in my handler anymore, in fact
what could be more simple than this?


#includes......

unsigned char in;

void
main(int argc,char *argv[])

{
void midi(unsigned int,unsigned int);  /* my handler for midi in */
ULTRA_CFG config;

	UltraGetCfg(&config);
	UltraOpen(&config,14);

	UltraMidiRecvHandler(midi);
	UltraMidiEnableRecv();

	/* continue to report any incomming midi values */
	while(!kbhit()){
		if(in != 0){
			printf("got one!:%d\n",in);
			in = 0;
		}
	}

	UltraClose();
}

/** my "callback" **/

void midi(status,data)
unsigned int status;
unsigned int data;
{
/*ENTER_CRITICAL;  I tried it with and without these, just a thought */

in = data;

/*LEAVE_CRITICAL;*/
return ;
}

When I try this I either get stack overflow, or I get a response to
about four or five midi bytes ( and there codes are reflected correctly!)
and then nothing more.  What's strange is that I can touch a key and
return normally(?).

What is the big interrupt mystery here?
I have done what the sdk tells me (I think).
If nobody can find something wrong with my code, could you please
send me some code that works?  Any thing that defines interrupt callbacks
through the SDK.  Or maybe just tell me where to find some?

Thanks, I am one of those unfortunates who are doing projects this quarter
involving the GUS.  *finals are just around the corner*



	

 -----------------------------

Date: Sat, 19 Nov 94 21:45:23 +0100
From: jpdgreve@vub.ac.be (De Greve Jean-Pierre)

Where can I find the latest SDK for gus (max) supporting Turbo Pascal 7.0 ?
jpdgreve

 -----------------------------

End of GUS Programmer's Digest V14 #7
*************************************

To post to tomorrow's digest:                    <gus-sdk@mail.orst.edu>
To (un)subscribe or get help:            <gus-sdk-request@mail.orst.edu>
To contact a human (last resort):          <gus-sdk-owner@mail.orst.edu>

                       FTP Sites                     Archive Directories
                       ---------                     -------------------
Main N.American Site:  archive.orst.edu              pub/packages/gravis
                       wuarchive.wustl.edu           systems/ibmpc/ultrasound
Main Asian Site:       nctuccca.edu.tw               PC/ultrasound
Main European Site:    src.doc.ic.ac.uk              packages/ultrasound
Main Australian Site:  ftp.mpx.com.au                /ultrasound/general
                                                     /ultrasound/submit
South African Site:    ftp.sun.ac.za                 /pub/packages/ultrasound
Submissions:           archive.epas.utoronto.ca      pub/pc/ultrasound/submit
Newly Validated Files: archive.epas.utoronto.ca      pub/pc/ultrasound

Mirrors:               garbo.uwasa.fi                mirror/ultrasound
                       ftp.st.nepean.uws.edu.au      pc/ultrasound
                       ftp.luth.se                   pub/msdos/ultrasound

                       Gopher Sites                  Menu directory
                       ------------                  --------------
Main Site:             src.doc.ic.ac.uk              packages/ultrasound

                       WWW Pages
                       ---------
Main Site:             http://www.cs.utah.edu/~debry/gus.html

Main European Site:    http://src.doc.ic.ac.uk/packages/ultrasound/
Main Australian Site:  http://ftp.mpx.com.au/archive/ultrasound/general/
                       http://ftp.mpx.com.au/archive/ultrasound/submit/
                       http://ftp.mpx.com.au/gravis.html

Mirrors:               http://www.st.nepean.uws.edu.au/pub/pc/ultrasound/

MailServer For Archive Access: Email to <mail-server@nike.rz.uni-konstanz.de>
                               Email to <ftpmail@doc.ic.ac.uk>

New Submit Files Mailing List: Email to <listproc@uni-konstanz.de>
                         with content "subscribe epas-list <your-name-here>"

Hints:
      - Get the FAQ from the FTP sites or the request server.
      - Mail to <gus-sdk-request@mail.orst.edu> for info about other GUS
	related mailing lists (general use, musician's, etc.).

 -----------------------------

Date: Tue, 29 Nov 94 08:51 EST
From: Msg Recipient <AIG/GRANITE1/POSTMASTER%AIG@mcimail.com>
Subject: Mail failure



 -----------------------------

Date: Tue, 29 Nov 94 08:52 EST
From: Msg Recipient <AIG/GRANITE1/POSTMASTER%AIG@mcimail.com>
Subject: Mail failure



 -----------------------------

Date: Tue, 29 Nov 94 08:52 EST
From: Msg Recipient <AIG/GRANITE1/POSTMASTER%AIG@mcimail.com>
Subject: Mail failure



 -----------------------------

Date: Tue, 29 Nov 94 08:52 EST
From: Msg Recipient <AIG/GRANITE1/POSTMASTER%AIG@mcimail.com>
Subject: Mail failure



 -----------------------------

Date: Tue, 29 Nov 94 08:52 EST
From: Msg Recipient <AIG/GRANITE1/POSTMASTER%AIG@mcimail.com>
Subject: Mail failure



 -----------------------------

Date: Tue, 29 Nov 94 08:53 EST
From: Msg Recipient <AIG/GRANITE1/POSTMASTER%AIG@mcimail.com>
Subject: Mail failure



 -----------------------------

Date: Tue, 29 Nov 94 08:53 EST
From: Msg Recipient <AIG/GRANITE1/POSTMASTER%AIG@mcimail.com>
Subject: Mail failure



 -----------------------------

Date: Tue, 29 Nov 94 08:54:10 +0100
From: Daniel Lehnberg  <danielle@Prag.DoCS.UU.SE>
Subject: S3m & sfx for video game


Why use assembler when we all got the routines in the development kit ?
How big s3m's are you thinking of (all people doesn't have >256K in there
card (or do they ?)) and how 'big' sfx ?
Well I could write the routine but there's exams comming up in 3weeks.
but i'll take me some time tonight and tomorrow and try to make something.

May the electrons be with U / Que

 -----------------------------

End of GUS Programmer's Digest V14 #14
**************************************

To post to tomorrow's digest:                    <gus-sdk@mail.orst.edu>
To (un)subscribe or get help:            <gus-sdk-request@mail.orst.edu>
To contact a human (last resort):          <gus-sdk-owner@mail.orst.edu>

                       FTP Sites                     Archive Directories
                       ---------                     -------------------
Main N.American Site:  archive.orst.edu              pub/packages/gravis
                       wuarchive.wustl.edu           systems/ibmpc/ultrasound
Main Asian Site:       nctuccca.edu.tw               PC/ultrasound
Main European Site:    src.doc.ic.ac.uk              packages/ultrasound
Main Australian Site:  ftp.mpx.com.au                /ultrasound/general
                                                     /ultrasound/submit
South African Site:    ftp.sun.ac.za                 /pub/packages/ultrasound
Submissions:           archive.epas.utoronto.ca      pub/pc/ultrasound/submit
Newly Validated Files: archive.epas.utoronto.ca      pub/pc/ultrasound

Mirrors:               garbo.uwasa.fi                mirror/ultrasound
                       ftp.st.nepean.uws.edu.au      pc/ultrasound
                       ftp.luth.se                   pub/msdos/ultrasound

                       Gopher Sites                  Menu directory
                       ------------                  --------------
Main Site:             src.doc.ic.ac.uk              packages/ultrasound

                       WWW Pages
                       ---------
Main Site:             http://www.cs.utah.edu/~debry/gus.html

Main European Site:    http://src.doc.ic.ac.uk/packages/ultrasound/
Main Australian Site:  http://ftp.mpx.com.au/archive/ultrasound/general/
                       http://ftp.mpx.com.au/archive/ultrasound/submit/
                       http://ftp.mpx.com.au/gravis.html

Mirrors:               http://www.st.nepean.uws.edu.au/pub/pc/ultrasound/

MailServer For Archive Access: Email to <mail-server@nike.rz.uni-konstanz.de>
                               Email to <ftpmail@doc.ic.ac.uk>

New Submit Files Mailing List: Email to <listproc@uni-konstanz.de>
                         with content "subscribe epas-list <your-name-here>"

Hints:
      - Get the FAQ from the FTP sites or the request server.
      - Mail to <gus-sdk-request@mail.orst.edu> for info about other GUS
	related mailing lists (general use, musician's, etc.).

------------------------------

End of GUS Programmer's Digest V15 #1
*************************************

To post to tomorrow's digest:                    <gus-sdk@mail.orst.edu>
To (un)subscribe or get help:            <gus-sdk-request@mail.orst.edu>
To contact a human (last resort):          <gus-sdk-owner@mail.orst.edu>

                       FTP Sites                     Archive Directories
                       ---------                     -------------------
Main N.American Site:  ftp.orst.edu                  pub/packages/gravis
                       wuarchive.wustl.edu           systems/ibmpc/ultrasound
Main Asian Site:       nctuccca.edu.tw               PC/ultrasound
Main European Site:    src.doc.ic.ac.uk              packages/ultrasound
Main Australian Site:  ftp.mpx.com.au                /ultrasound/general
                                                     /ultrasound/submit
South African Site:    ftp.sun.ac.za                 /pub/packages/ultrasound
Submissions:           archive.epas.utoronto.ca      pub/pc/ultrasound/submit
Newly Validated Files: archive.epas.utoronto.ca      pub/pc/ultrasound

Mirrors:               garbo.uwasa.fi                mirror/ultrasound
                       ftp.st.nepean.uws.edu.au      pc/ultrasound
                       ftp.luth.se                   pub/msdos/ultrasound

                       Gopher Sites                  Menu directory
                       ------------                  --------------
Main Site:             src.doc.ic.ac.uk              packages/ultrasound

                       WWW Pages
                       ---------
Main Site:             http://www.cs.utah.edu/~debry/gus.html

Main European Site:    http://src.doc.ic.ac.uk/packages/ultrasound/
Main Australian Site:  http://ftp.mpx.com.au/archive/ultrasound/general/
                       http://ftp.mpx.com.au/archive/ultrasound/submit/
                       http://ftp.mpx.com.au/gravis.html
                       
Mirrors:               http://www.st.nepean.uws.edu.au/pub/pc/ultrasound/

MailServer For Archive Access: Email to <mail-server@nike.rz.uni-konstanz.de>
                               Email to <ftpmail@doc.ic.ac.uk>

New Submit Files Mailing List: Email to <listproc@uni-konstanz.de>
                         with content "subscribe epas-list <your-name-here>"

Hints:
      - Get the FAQ from the FTP sites or the request server.
      - Mail to <gus-sdk-request@mail.orst.edu> for info about other GUS
	related mailing lists (general use, musician's, etc.).


