Aegisub/automation/demos
Niels Martin Hansen 49acbaa6e5 Fixed Automation script loading error messages (bug #1)
Fixed karaoke timing not being committed correctly (bug #7)
Changed some throw _T() into throw wxString()

Several architectural changes to Automation karaskel family.
Automation karaskel has Furigana, Inline-fx and Out-of-line-fx support added (still needs tweaking and bugfixing)

Originally committed to SVN as r131.
2006-02-23 21:56:46 +00:00
..
1-minimal.lua Originally committed to SVN as r2. 2006-01-16 21:02:54 +00:00
2-dump.lua Originally committed to SVN as r2. 2006-01-16 21:02:54 +00:00
3-include.lua Originally committed to SVN as r2. 2006-01-16 21:02:54 +00:00
4-text_extents.lua Originally committed to SVN as r2. 2006-01-16 21:02:54 +00:00
5-configuration.lua Originally committed to SVN as r2. 2006-01-16 21:02:54 +00:00
6-simple-effect.lua Originally committed to SVN as r2. 2006-01-16 21:02:54 +00:00
7-advanced-effect.lua Originally committed to SVN as r2. 2006-01-16 21:02:54 +00:00
8-skeleton.lua Originally committed to SVN as r2. 2006-01-16 21:02:54 +00:00
9-advanced-skeleton.lua Fixed Automation script loading error messages (bug #1) 2006-02-23 21:56:46 +00:00
10-furigana.lua Fixed Automation script loading error messages (bug #1) 2006-02-23 21:56:46 +00:00
readme.txt Fixed Automation script loading error messages (bug #1) 2006-02-23 21:56:46 +00:00

This directory contains various Aegisub Automation scripts provided for demonstration
purposes. Most of these were originally written for testing the various functions
in Automation durings its development, but they hopefully can also serve as good
places to learn how to do things.
All of these scripts are written by Niels Martin Hansen.

They are given into the public domain, but if you use a substantial part of any of
the more advanced ones, I'd really like a bit of credit where it's due.

And remember, it's cheap to use someone else's advanced karaoke effect, especially
without any changes at all. It also gives bad karma. Like, *really* bad :)

Apart from just the .lua files, there's also a few .ass files, used for eg. showing
how some special feature is implemented in the ASS itself. It should be obvious
what .lua and .ass files are related.


WARNING!
DO NOT ADD YOUR OWN FILES TO THIS DIRECTORY,
they will be deleted when you uninstall/upgrade Aegisub.
This also means it's unwise to modify these files, if you want to keep your
changes to them.