How to create an abstraction library

Actually, there is no such things as an abstraction library in jMax. Every kind of library is built by building a package, and describing its content in the package description file.

The recommended directory structure for a package containing abstraction is:

  • package : the package directory
    • package/package.jpkd : the package XML file descriptor
    • package/abstractions : the directory including all your abstraction files
    • package/icons : if your abstractions use icons in their patch representation, they should be here
    • package/help : if you provide help patches, they should be here.

Of course, as long as the package description file is coherent, you are free to use other directory structures.

Refer to the package documentation for details on how to write the package description file.

 
package/abstractions.txt · Last modified: 2009/10/21 10:58 by maurizio
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki