AGI Play: Difference between revisions

From Sierra Wiki
Jump to navigationJump to search
Andrew Branscom (talk | contribs)
Created page with "<div align="center"><div style="font-size: 22pt">AGI Sound</div><br /> Version <br />''Author: Lance Ewing''<br /></div> {{FanAGISoftwareInfobox | Software = AGI Sound | Image = Command Line Tool | Version = | ReleaseDate = | Company = {{N/A}} | Published = {{Published}} | Developers = {{LanceEwingToolDev}} | Interface = {{CLI}} | ProgLanguage = {{C}} | OpenSource = {{OpenSRC}} | Source = {{SourceSW}} (included in Download) | License = {{NoLicense}} | Type = {{Fan..."
 
Andrew Branscom (talk | contribs)
No edit summary
 
(28 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div align="center"><div style="font-size: 22pt">AGI Sound</div><br />
<div align="center"><div style="font-size: 22pt">AGI Play</div><br />
Version <br />''Author: [[Lance Ewing]]''<br /></div>
Version <br />''Author: [[Lance Ewing]]''<br /></div>


{{FanAGISoftwareInfobox
{{FanAGISoftwareInfobox
| Software = AGI Sound
| Software = AGI Play
| Image = Command Line Tool
| Image =  
| Version =  
| Version = {{UnknownVerTool}}
| ReleaseDate =  
| ReleaseDate = {{1997S}}-09-04<ref>From the file's creation date</ref>
| Company = {{N/A}}
| Company = {{NAToolCo}}
| DevStatus = {{ObsoleteDev}}
| Published = {{Published}}
| Published = {{Published}}
| Developers = {{LanceEwingToolDev}}
| Developers = {{LanceEwingToolDev}}
Line 13: Line 14:
| ProgLanguage = {{C}}
| ProgLanguage = {{C}}
| OpenSource = {{OpenSRC}}
| OpenSource = {{OpenSRC}}
| Source = {{SourceSW}} (included in Download)
| Source = {{SourceSW}}[[#DL|Yes]] (included in download)
| License = {{NoLicense}}
| License = {{NoLicense}}
| Type = {{FanAGISoundPlayerTool}}, {{FanAGISoundResTool}}
| Type = {{FanAGISndPlayer}}, {{FanAGIResUtil}}
| Engine = {{AGITool}}
| Platform = {{DOSTool}}
| Platform = {{DOSTool}}
| Localization = {{EnglishTool}} ()
| Localization = {{EnglishTool}}
| Website =  
| Website = {{agifansURL}}
}}
}}


<br />
<br />
==<br /><br /> Description ==
==<br /> Description ==


<blockquote>
<blockquote>
Basic DOS tools for playing AGI sounds.
Lance Ewing's AGI Play is just a simple MIDI player that uses the Allegro library. It's provided with the AGI sound package just in case you don't have a MIDI player.
 
{{TechToDo}}
</blockquote>
</blockquote>


==<br /> Features ==
==<br /> Features ==


* <!-- Add feature list here -->
<blockquote>
<!-- Add feature list here -->
</blockquote>


==<br /> Version History ==
==<br /> Requirements ==


<blockquote>
<blockquote>
&nbsp;<!-- Place version history here
<!-- Add requirements here -->
<span class="Inactive">N/A</span> -->
</blockquote>
</blockquote>


===<br /> Screenshots ===
==<br /> Version History ==


{| align="center" width="80%"
<blockquote>
| align="center"|[[Image:AGISoundSS1.png|320px]]
<!-- Place version history here -->
| align="center"|[[Image:AGISoundSS2.png|320px]]
</blockquote>
|}


==<br /> Development Status ==
==<br /> Development Status ==


<blockquote>
<blockquote>
Obsolete
AGI Play is considered obsolete. Use as a last resort.
</blockquote>
</blockquote>


==<br /> Options ==
==<br /> Usage ==


<blockquote>
<blockquote>
OLDPLAY.EXE
<pre>OLDPLAY.EXE:
Usage: play <filename>
Usage: play <filename>


Line 63: Line 63:
-s  PC speaker
-s  PC speaker


 
PLAY.EXE:
PLAY.EXE
play <midi-file>
play <midi-file>


SND2MIDI.EXE:
snd2midi <sndfile> <midifile></pre>
</blockquote>


SND2MIDI.EXE
==<br /> Options ==
snd2midi <sndfile> <midifile>
 
<blockquote>
<!-- Add options here -->
</blockquote>
</blockquote>


<div id="DL">
==<br /> Download ==
==<br /> Download ==


<blockquote>
<blockquote>
Download from here:
Download from here:
* <div id="DL">[[Image:ZIP.png|ZIP File]] [[File:AGISound.zip|AGISound.zip]] <span class="DLInfo"> (ZIP file) [196 KB]</span> (includes source)
* <div id="DL">[[Image:ZIP.png|ZIP File]] [[File:AGIPlay.zip|AGIPlay.zip]] <span class="DLInfo"> (ZIP file) [196 KB]</span> (includes source)
</blockquote>
</blockquote>


Line 86: Line 91:


* [[Lance Ewing]]
* [[Lance Ewing]]
==<br /> Legal ==
AGI Play was released with no license.


==<br /> References ==
==<br /> References ==


<references />
<references /><!-- Do not edit this section. It is autopopulated by <ref></ref> tags -->


==<br /> Also See ==
==<br /> Also See ==


* [[AGI Sound Player Tools]]
* [[:Category:MIDI Articles|MIDI Articles]]
 
* [[:Category:AGI Sound Resources|AGI Sound Resources]]
* [[AGI Sound Resource Tools]]
* [[:Category:AGI Sound Resource Players|AGI Sound Resource Players]]
 
* [[:Category:AGI Resource Utilities|AGI Resource Utilities]]
* {{agifansURL}}
&nbsp;
&nbsp;
&nbsp;
[[Category:MIDI Articles]]
 
[[Category:Sound Resources]]
[[Category:Sound Player Tools]]
[[Category:AGI Sound Resources]]
&nbsp;
 
[[Category:Sound Resource Tools]]
[[Category:AGI Sound Player Tools]]
[[Category:AGI Sound Resource Tools]]

Latest revision as of 18:56, 26 October 2025

AGI Play

Version
Author: Lance Ewing
AGI Play
Latest Version: 
Release Date:  1997-09-04[1]
Company: N/A
Development Status:  Obsolete
Publication Status:  Published
Developer(s): Lance Ewing
Interface: CLI
Language: C
Open Source: Open
Source Availability:  Yes (included in download)
License: None
Type: Sound Player, Resource Utility
Relevant Engine: AGI
Platform: DOS
Localization: English
Website: www.agifans.com/




Description

Lance Ewing's AGI Play is just a simple MIDI player that uses the Allegro library. It's provided with the AGI sound package just in case you don't have a MIDI player.


Features


Requirements


Version History


Development Status

AGI Play is considered obsolete. Use as a last resort.


Usage

OLDPLAY.EXE:
Usage: play <filename>

-a  adlib/sound blaster
-s  PC speaker

PLAY.EXE:
play <midi-file>

SND2MIDI.EXE:
snd2midi <sndfile> <midifile>


Options


Download

Download from here:


Known issues

  • None known


Credits


Legal

AGI Play was released with no license.


References

  1. From the file's creation date


Also See