forked from jamesg545454/Inserts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclassfactory.xml
40 lines (33 loc) · 1.14 KB
/
classfactory.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<ClassFactory>
<!-- You need a script class like below for every action that
will load a plugin. The UID's must be unique. To add
another copy and paste a class, edit the UID's, change
the name and function name, and add the new function
to the plugins.js code file.
Create UID's at the web page below...
https://guidgenerator.com/online-guid-generator.aspx
-->
<!-- Fat Channel -->
<ScriptClass
classID="{A9FB958A-F3E4-4400-89FE-2C9E9C99EAF3}"
category="EditTask"
subCategory ="TrackEdit"
name="Insert: Channel Strip"
sourceFile="plugins.js"
functionName="FatChannel"
metaClassID="{B9C0D404-7E5D-4D3F-BC5D-1F1D6A9A3270}">
<Attribute id="menuPriority" value="-1"/>
</ScriptClass>
<!-- Pro EQ -->
<ScriptClass
classID="{B3A7EEC6-A762-4A6C-A9E0-A5A1F231F158}"
category="EditTask"
subCategory ="TrackEdit"
name="Insert: Pro EQ"
sourceFile="plugins.js"
functionName="ProEQ"
metaClassID="{9B9B4F07-1790-445D-8A2B-6BBD0A5B5C2D}">
<Attribute id="menuPriority" value="-1"/>
</ScriptClass>
</ClassFactory>