Difference between revisions of "AGI Sound Tutorial - Merging"

From AGI Wiki
Jump to navigationJump to search
 
(10 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 />
 
[[AGI Sound Tutorial|AGI Sound Tutorial Index]]
 
[[AGI Sound Tutorial|AGI Sound Tutorial Index]]
  
Line 15: Line 15:
 
[[AGI Sound Tutorial - In the Future|10]] |  
 
[[AGI Sound Tutorial - In the Future|10]] |  
 
[[AGI Sound Tutorial - Location of Tools|11]] |  
 
[[AGI Sound Tutorial - Location of Tools|11]] |  
[[AGI Sound Tutorial - References|12]] |
+
[[AGI Sound Tutorial - References|12]]
[[AGI Sound Tutorial - Revision History|13]]
 
 
</div><br />
 
</div><br />
  
 
<div align="center"><span style="font-size: 22pt">Merging</span><br />
 
<div align="center"><span style="font-size: 22pt">Merging</span><br />
''by [[Nick Sonneveld]]''<br /></div>
+
''by [[Nick Sonneveld]]''<br />
 +
''Last Updated 4th March, 2002''</div>
 +
 
  
 
&nbsp;
 
&nbsp;
  
  
 +
{| align="right"
 +
|[[File:sndt_merge.png]]
 +
|}There is a tool available called [[MERGESND]] by a [[Magnus Kristiansen]].  It is an interactive tool that allows you to combine channels from different sounds and combine them into one sound file.  The name of the tools is a bit deceiving however.  You could more accurately call it an AGI sound re-arranger. If you have a conversion process that only produces one channel sounds, you could use this tool to produce multichannel music.  If you have a sound but you want to rearrange the order of the channels (the PC interpreter only plays one channel, you might want to pick the right channel that is played), then MERGESND can also help you.  If you have a sound and you want to remove channels, this tool is also handy.
 +
 +
<blockquote>
 +
The problems with this tool is that it does not support the noise channel and it doesn't not support sending file names through the command line.  The AGI scripting tools are more useful here because you can convert the sounds you want to edit into scripts, rearrange them and then convert back to an agi sound file.<br />
 +
<br />
 +
"MERGESND"'s operation is quite simple however.  You start the program and it will ask you how many files you wish to read in.  For each file that you read in, it will ask you how many channels you wish to extract and the channel number it will be in the new sound object.  In the end it will ask for the new file name and then finish.  The numbers that it prints ("8/1935/1937/1939/") just indicate the positions of each channel in the new file.
 +
</blockquote>
  
 
&nbsp;
 
&nbsp;
Line 41: Line 51:
 
[[AGI Sound Tutorial - In the Future|10]] |  
 
[[AGI Sound Tutorial - In the Future|10]] |  
 
[[AGI Sound Tutorial - Location of Tools|11]] |  
 
[[AGI Sound Tutorial - Location of Tools|11]] |  
[[AGI Sound Tutorial - References|12]] |
+
[[AGI Sound Tutorial - References|12]]
[[AGI Sound Tutorial - Revision History|13]]
 
 
</div>
 
</div>
  
 
&nbsp;
 
&nbsp;
  
[[AGI Tutorials|Tutorials Table of Contents]]<br />
+
[[Tutorials and Guides|Tutorials and Guides Table of Contents]]<br />
[[AGI Command Reference|AGI Command Reference Index]]
+
[[AGI Sound Tutorial|AGI Sound Tutorial Index]]
  
 
<span style="float: left">[[AGI Sound Tutorial - Converting from Other Formats|&lt; Previous: Converting from Other Formats]]</span><span style="float: right">[[AGI Sound Tutorial - Scripting|Next: Scripting &gt;]]</span>
 
<span style="float: left">[[AGI Sound Tutorial - Converting from Other Formats|&lt; Previous: Converting from Other Formats]]</span><span style="float: right">[[AGI Sound Tutorial - Scripting|Next: Scripting &gt;]]</span>
Line 54: Line 63:
 
&nbsp;
 
&nbsp;
  
[[Category:Sound]]
+
[[Category:AGI Sound Resources]]
 
[[Category:References]]
 
[[Category:References]]
 
[[Category:Tutorials]]
 
[[Category:Tutorials]]

Latest revision as of 21:56, 9 April 2019

Tutorials and Guides Table of Contents
AGI Sound Tutorial Index

Page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12


Merging

by Nick Sonneveld

Last Updated 4th March, 2002


 


Sndt merge.png

There is a tool available called MERGESND by a Magnus Kristiansen. It is an interactive tool that allows you to combine channels from different sounds and combine them into one sound file. The name of the tools is a bit deceiving however. You could more accurately call it an AGI sound re-arranger. If you have a conversion process that only produces one channel sounds, you could use this tool to produce multichannel music. If you have a sound but you want to rearrange the order of the channels (the PC interpreter only plays one channel, you might want to pick the right channel that is played), then MERGESND can also help you. If you have a sound and you want to remove channels, this tool is also handy.

The problems with this tool is that it does not support the noise channel and it doesn't not support sending file names through the command line. The AGI scripting tools are more useful here because you can convert the sounds you want to edit into scripts, rearrange them and then convert back to an agi sound file.

"MERGESND"'s operation is quite simple however. You start the program and it will ask you how many files you wish to read in. For each file that you read in, it will ask you how many channels you wish to extract and the channel number it will be in the new sound object. In the end it will ask for the new file name and then finish. The numbers that it prints ("8/1935/1937/1939/") just indicate the positions of each channel in the new file.

 

Page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12

 

Tutorials and Guides Table of Contents
AGI Sound Tutorial Index

< Previous: Converting from Other FormatsNext: Scripting >