Last modified: 2013-2-27
Class max.db
Constructor Attributes | Constructor Name and Description |
---|---|
<private> |
max.db()
No constructor.
|
Method Attributes | Method Name and Description |
---|---|
<static> void |
max.db.
exportmetadata()
Causes Max to write the metadata information currently stored in the database to a file.
|
<static> void |
max.db.
importmetadata()
Causes Max to load metadata information from a previously stored file into the Max database.
|
<static> void |
max.db.
reset()
Causes Max to recreate the database Max uses when operating (e.g.
|
Method Detail
<static>
{void}
max.db.
exportmetadata
()
Causes Max to write the metadata information currently stored in the database to a file. An optional
argument can be used to specify a filename. If no filename is specified, the metadata is backed up
to a file in your preferences folder.
<static>
{void}
max.db.
importmetadata
()
Causes Max to load metadata information from a previously stored file into the Max database.
An optional argument can be used to specify a filename - when no argument is specified, Max will
look for a backup file from a previous call to db.exportmeta in your preferences folder.
<static>
{void}
max.db.
reset
()
Causes Max to recreate the database Max uses when operating (e.g. the File Browser).