Visual AGI Sound Editor: Difference between revisions
No edit summary |
|||
| (9 intermediate revisions by the same user not shown) | |||
| Line 8: | Line 8: | ||
| ReleaseDate = {{2002S}}-07-10<ref>From the included README file</ref> | | ReleaseDate = {{2002S}}-07-10<ref>From the included README file</ref> | ||
| Company = {{NAToolCo}} | | Company = {{NAToolCo}} | ||
| DevStatus = {{AbandonedDev}} | |||
| Published = {{Published}} | | Published = {{Published}} | ||
| Developers = {{JoakimMöllerToolDev}}, {{GustafWennerholmToolDev}}{{AndreiStcherbatchenkoToolC}} | | Developers = {{JoakimMöllerToolDev}}, {{GustafWennerholmToolDev}}{{NickSonneveldToolC}}{{AndreiStcherbatchenkoToolC}} | ||
| Interface = {{GUI}} | | Interface = {{GUI}} | ||
| ProgLanguage = {{C++}} | | ProgLanguage = {{C++}} | ||
| Line 28: | Line 29: | ||
Part of [[Joakim Möller]] and [[Gustaf Wennerholm]]'s Visual AGI IDE. Around 2002 the Visual AGI project was started to create new AGI suite in C#, advanced by releasing separate components, yet it was never completed but the source code and two components, picture and sound editor are available for download. | Part of [[Joakim Möller]] and [[Gustaf Wennerholm]]'s Visual AGI IDE. Around 2002 the Visual AGI project was started to create new AGI suite in C#, advanced by releasing separate components, yet it was never completed but the source code and two components, picture and sound editor are available for download. | ||
</blockquote> | </blockquote> | ||
<div class=" | <div class="NarrowQuote"> | ||
{{Quote|Attrib = Extract from Visual AGI's homepage:<ref>[[wayback:20060525044157/http://www.algonet.se/~jmoller/vagi/|www.algonet.se/~jmoller/vagi/]]</ref> | {{Quote|Attrib = Extract from Visual AGI's homepage:<ref>[[wayback:20060525044157/http://www.algonet.se/~jmoller/vagi/|www.algonet.se/~jmoller/vagi/]]</ref> | ||
}} | }} | ||
<blockquote> | <blockquote>''Visual AGI is a project started by Joakim Möller and Gustaf Wennerholm. Our goal is to provide an integrated development environment for creating games for the Sierra AGI interpreter. It will be written for the .NET framework in C# as a project to learn .NET. ''</div> | ||
<blockquote> | |||
Note, may require the Microsoft Active Accessibility to be installed. | Note, may require the Microsoft Active Accessibility to be installed. | ||
;Sound editor | ;Sound editor | ||
Tracker-stylish composing software Visual AGI Sound Editor BETA 8, offered ability to edit three voice tracks and one noise with similar approach like e.g. [[w:FastTracker_2 Fast Tracker|FastTracker_2 Fast Tracker]]. | Tracker-stylish composing software Visual AGI Sound Editor BETA 8, offered ability to edit three voice tracks and one noise with similar approach like e.g. [[w:FastTracker_2 Fast Tracker|FastTracker_2 Fast Tracker]]. | ||
</blockquote> | |||
==<br /> Screenshots == | ==<br /> Screenshots == | ||
<div align="center"> | |||
<gallery widths=320 heights=246 mode="nolines"> | |||
File:VisualAGISoundEditor8b.png| | |||
</gallery> | |||
</div> | |||
==<br /> Features == | ==<br /> Features == | ||
<blockquote> | |||
<!-- Add feature list here --> | |||
</blockquote> | |||
==<br /> Requirements == | |||
<blockquote> | |||
<!-- Add requirements here --> | |||
</blockquote> | |||
==<br /> Version History == | ==<br /> Version History == | ||
<blockquote> | <blockquote> | ||
* 2002-07-10: | |||
More rewrites.. Now, all of the loading and storing code has been rewritten. The XML | |||
reader/writer is not very optimized at this point, and could have trouble reading | |||
data that is not written by vAGI itself. It will be fixed later on. | |||
As well, a slew of bugfixes. | |||
2002-05-15: | |||
Added DRAG AND DROP of patterns. Just click and drag in the sequence editor. You can even drag | |||
between resources, and between applications! ;) | |||
Added help texts on every menu item, as well as in the pattern editor. Look in the status bar. | |||
Added more code to the Manage Pattern dialog. It's actually useable now. | |||
Fixed some more bugs, as always... | |||
2002-05-08: | |||
Rewrote the Sound Editor classes, now the two edit modes share the same base class (pheeew...) | |||
Added some code in the Manage pattern dialog | |||
Added OLE clipboard support in Sound Editor. You can now copy and paste patterns between resources. | |||
Added picture resource. Mostly renders at this point, even though most of the code is done "behind". | |||
Fixed _loads_ of bugs. | |||
2002-04-27: | |||
Fixed some scrollbar issues | |||
Added some logic editor syntax coloring code | |||
Added some view editor code (right now only in debug, so you won't see anything ;) | |||
2002-04-24: | |||
Fixed some serious errors with exported resources. | |||
Added instrument selection when exporting MIDI file. | |||
Added the resource properties dialog. | |||
2002-04-23: | |||
Added noise editing. I have yet to see an AGI resource using noise, but it is done according to AGISpecs. | |||
Added rudimentary MIDI export | |||
Fixed bug with scrollbars when importing a resource (thanks Joel!) | |||
2002-04-22: | |||
Fixed tempo bug when exporting resources. (how come no-one discovered this one? ;) | |||
Added some code for the Logic resource. Right now it's just a simple text editor. | |||
2002-04-21: | |||
Fixed numerous bugs in the file import routine (thanks Joel!) | |||
Added pattern properties dialog (to be able to change pattern name/rows) | |||
Began adapting the application for future use with other resources (view, picture etc.) | |||
2002-04-15: | |||
First public release of the rewritten sound editor. | |||
</blockquote> | </blockquote> | ||
| Line 60: | Line 126: | ||
<blockquote> | <blockquote> | ||
Further development of Visual AGI Sound Editor has been abandoned. | |||
</blockquote> | </blockquote> | ||
==<br /> Options == | ==<br /> Options == | ||
<blockquote> | <blockquote> | ||
<!-- Add options here --> | |||
</blockquote> | </blockquote> | ||
<div id="DL"> | |||
==<br /> Download == | ==<br /> Download == | ||
| Line 94: | Line 156: | ||
== <br />Credits == | == <br />Credits == | ||
* [[Joakim Möller]] | * [[Joakim Möller]] | ||
* [[Gustaf Wennerholm]] | |||
<blockquote> | |||
===<br /> Acknowledgements === | |||
<blockquote> | |||
* [[Nick Sonneveld]] | |||
* Andrei Stcherbatchenko (for the excellent code "borrowed" from Crystal Edit) | |||
</blockquote> | |||
</blockquote> | |||
==<br /> Legal == | |||
Visual AGI Sound Editor 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 == | ||
* [[Sound Resource (SCI)]] | |||
* [[SCI Specifications: Chapter 1 - Introduction#SND|Sound Resources in the SCI Specifications]] | |||
* [[:Category:Sound Resources|Sound Resource Articles]] | |||
* [[:Category:AGI IDEs|AGI IDEs]] | |||
* [[:Category:AGI Sound Resource Editors|AGI Sound Resource Editors]] | |||
| | ||
[[Category:Technical Info]] | [[Category:Technical Info]] | ||
[[Category:Sound Resources]] | |||
[[Category:AGI Sound Utilities]] | |||
Latest revision as of 19:23, 7 November 2025
Visual AGI Sound Editor Screenshot | |||
| Latest Version: | beta8 | ||
|---|---|---|---|
| Release Date: | 2002-07-10[1] | ||
| Company: | N/A | ||
| Development Status: | Abandoned | ||
| Publication Status: | Published | ||
| Developer(s): | Joakim Möller, Gustaf Wennerholm | ||
| Interface: | GUI | ||
| Language: | C++ | ||
| Open Source: | Open | ||
| Source Availability: | Yes | ||
| License: | None | ||
| Type: | Sound Resource Editor | ||
| Relevant Engine: | AGI | ||
| Platform: | Windows | ||
| Localization: | English | ||
| Website: | www.algonet.se/~jmoller/vagi/ (archive.org) | ||
Description
Part of Joakim Möller and Gustaf Wennerholm's Visual AGI IDE. Around 2002 the Visual AGI project was started to create new AGI suite in C#, advanced by releasing separate components, yet it was never completed but the source code and two components, picture and sound editor are available for download.
Visual AGI is a project started by Joakim Möller and Gustaf Wennerholm. Our goal is to provide an integrated development environment for creating games for the Sierra AGI interpreter. It will be written for the .NET framework in C# as a project to learn .NET.
Note, may require the Microsoft Active Accessibility to be installed.
- Sound editor
Tracker-stylish composing software Visual AGI Sound Editor BETA 8, offered ability to edit three voice tracks and one noise with similar approach like e.g. FastTracker_2 Fast Tracker.
Screenshots
Features
Requirements
Version History
- 2002-07-10:
More rewrites.. Now, all of the loading and storing code has been rewritten. The XML reader/writer is not very optimized at this point, and could have trouble reading data that is not written by vAGI itself. It will be fixed later on. As well, a slew of bugfixes.
2002-05-15:
Added DRAG AND DROP of patterns. Just click and drag in the sequence editor. You can even drag between resources, and between applications! ;) Added help texts on every menu item, as well as in the pattern editor. Look in the status bar. Added more code to the Manage Pattern dialog. It's actually useable now. Fixed some more bugs, as always...
2002-05-08:
Rewrote the Sound Editor classes, now the two edit modes share the same base class (pheeew...) Added some code in the Manage pattern dialog Added OLE clipboard support in Sound Editor. You can now copy and paste patterns between resources. Added picture resource. Mostly renders at this point, even though most of the code is done "behind".
Fixed _loads_ of bugs.
2002-04-27:
Fixed some scrollbar issues Added some logic editor syntax coloring code Added some view editor code (right now only in debug, so you won't see anything ;)
2002-04-24:
Fixed some serious errors with exported resources. Added instrument selection when exporting MIDI file. Added the resource properties dialog.
2002-04-23:
Added noise editing. I have yet to see an AGI resource using noise, but it is done according to AGISpecs. Added rudimentary MIDI export Fixed bug with scrollbars when importing a resource (thanks Joel!)
2002-04-22:
Fixed tempo bug when exporting resources. (how come no-one discovered this one? ;) Added some code for the Logic resource. Right now it's just a simple text editor.
2002-04-21:
Fixed numerous bugs in the file import routine (thanks Joel!) Added pattern properties dialog (to be able to change pattern name/rows) Began adapting the application for future use with other resources (view, picture etc.)
2002-04-15:
First public release of the rewritten sound editor.
Development Status
Further development of Visual AGI Sound Editor has been abandoned.
Options
Download
Download from here:
File:Visual AGI Sound Editor (VAGI b8).zip (ZIP file) [237 KB]
Source:
Known issues
- None known
Credits
Acknowledgements
- Nick Sonneveld
- Andrei Stcherbatchenko (for the excellent code "borrowed" from Crystal Edit)
Legal
Visual AGI Sound Editor was released with no license.
References
- ↑ From the included README file
- ↑ www.algonet.se/~jmoller/vagi/
Also See
- Sound Resource (SCI)
- Sound Resources in the SCI Specifications
- Sound Resource Articles
- AGI IDEs
- AGI Sound Resource Editors