-
Notifications
You must be signed in to change notification settings - Fork 0
HowToWritePlugin
cstrap edited this page Feb 17, 2011
·
3 revisions
Under the 'plugin' directory you'll find the plugin samples, but to write one on you own, follow the following steps (cool... follow the follow :)):
- Create a directory under 'plugin' directory with your plugin name (pe Myfirstplugin)
- Under Myfirstplugin create two directories, sounds and icons and a empty file init.py.
- Into sounds put your nine wave files with the namaming convenction from one to nine.
- Into icons put your image files with the namaming convenction from one to nine.
Your plugin is ready! Restart application and enjoy!