Difference between revisions of "AGI Sound Tutorial"

From AGI Wiki
Jump to navigationJump to search
(Created page with "Tutorials Table of Contents<br /> <div align="center"><span style="font-size: 22pt">AGI Sound Tutorial v1.0</span><br /> ''by Nick Sonneveld''<br /> ''L...")
 
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[AGI Tutorials|Tutorials Table of Contents]]<br />
+
[[Tutorials and Guides|Tutorials and Guides Table of Contents]]<br />
  
 
<div align="center"><span style="font-size: 22pt">AGI Sound Tutorial v1.0</span><br />
 
<div align="center"><span style="font-size: 22pt">AGI Sound Tutorial v1.0</span><br />
 
''by [[Nick Sonneveld]]''<br />
 
''by [[Nick Sonneveld]]''<br />
''Last Updated 4th March, 2002''</div>
+
''Last Updated 4th March, 2002 - v1.0 Initial Release''</div>
  
 
Table of Contents
 
Table of Contents
Line 10: Line 10:
 
# [[AGI Sound Tutorial - Limits of the AGI Sound Format|Limits of the AGI Sound Format]]
 
# [[AGI Sound Tutorial - Limits of the AGI Sound Format|Limits of the AGI Sound Format]]
 
# [[AGI Sound Tutorial - Extracting Sounds|Extracting Sounds]]
 
# [[AGI Sound Tutorial - Extracting Sounds|Extracting Sounds]]
# [[AGI Sound Tutorial - Converting From Other Formats|Converting From Other Formats]]
+
# [[AGI Sound Tutorial - Converting from Other Formats|Converting from Other Formats]]
 
# [[AGI Sound Tutorial - Merging|Merging]]
 
# [[AGI Sound Tutorial - Merging|Merging]]
 
# [[AGI Sound Tutorial - Scripting|Scripting]]
 
# [[AGI Sound Tutorial - Scripting|Scripting]]
# [[AGI Sound Tutorial - Visual editors|Visual editors]]
+
# [[AGI Sound Tutorial - Visual Editors|Visual Editors]]
# [[AGI Sound Tutorial - Playing sounds with external tools|Playing sounds with external tools]]
+
# [[AGI Sound Tutorial - Playing Sounds with External Tools|Playing Sounds with External Tools]]
# [[AGI Sound Tutorial - Sound in your game|Sound in your game]]
+
# [[AGI Sound Tutorial - Sound in Your Game|Sound in Your Game]]
 
# [[AGI Sound Tutorial - In the Future|In the Future]]
 
# [[AGI Sound Tutorial - In the Future|In the Future]]
 
# [[AGI Sound Tutorial - Location of Tools|Location of Tools]]
 
# [[AGI Sound Tutorial - Location of Tools|Location of Tools]]
 
# [[AGI Sound Tutorial - References|References]]
 
# [[AGI Sound Tutorial - References|References]]
# [[AGI Sound Tutorial - Revision History|Revision History]]
 
  
 
&nbsp;
 
&nbsp;
  
== <br />Introduction ==
+
[[Tutorials and Guides|Tutorials and Guides Table of Contents]]
  
Written by Lance Ewing from the Unofficial AGI Specifications:
+
<span style="float: left"><span class="Inactive">&lt; Previous: </span></span><span style="float: right">[[AGI Sound Tutorial - Limits of the AGI Sound Format|Next: Limits of the AGI Sound Format &gt;]]</span>
  
<blockquote>''Most people who think of AGI games remember that they played their music and sounds over the PC speaker. What they may not know is that all sounds in the MS-DOS, Tandy and Macintosh versions are composed of four parts, one which is the melody, two which are accompaniment, and the final one being noise. The IBM PC can only play one note at a time so all AGI games for the PC play the melody by itself. The Apple IIgs version has much more sophisticated sound: 16 channel wavetable based MIDI songs for the soundtracks, and digitally sampled PCM sound effects.''
+
&nbsp;
 
 
<blockquote>''According to Donald B. Trivette, author of ''The Official Book of King's Quest'', a year before the IBM PCjr was announced IBM asked Sierra to create a game that would show off the new computers color graphics capabilities. IBM supplied the company with a prototype Junior, and Roberta set to work designing a new type of adventure game. The game produced was called King's Quest. This is important because the IBM PCjr had a different method of sound generation than the IBM compatibles of today. The sound data was stored to make it easy to send to the Juniors sound generators. This format appears to have remained right through the AGI games up until 1989--90 when SCI took over even though the PCjr had long since been surpassed by the 286, and 386.''</blockquote></blockquote>
 
 
 
[[File:sndt_pq.png|hspace="10" align="left"]]Historically, the AGI development community hasn't had much luck with sound.  Some of the tools available have been tricky to use and other people have had problems actually trying to get some music to work.  Because of this, there have been a lot of people asking questions and being told that no tutorial was available.  The reason why there is so many ways to do things is because there's no one correct tool for the job, so hopefully this entire document will be helpful.
 
 
 
The aim here is to try and get a comprehensive document on the use of AGI sound together to answer any question somebody asks on AGI sound.
 
 
 
First the document will mention the limitations of the AGI sound format.  For creation of sounds, information on extraction, conversion and editing will follow.  After that you'll want to know how to play the sounds or insert them in your game (because if you've made a sound, you'll want to know how to test it).  Finally, I'll mention what might be happening with sound in the future.
 
 
 
This document does not go into the Apple IIgs AGI interpreter, which supported MIDI and PCM effects.  This mainly documents the sound format used by the PC, Apple and Amiga.
 
  
If this is the first document you've read on AGI, it might be helpful to read a few other tutorials explaining what AGI is, how to program in the logic code and basically how to put a quick game together.  There are many other links to tutorials on this site if you wish to have a look.
+
[[Category:AGI Sound Resources]]
 +
[[Category:References]]
 +
[[Category:Tutorials]]

Latest revision as of 21:52, 9 April 2019