Initial commit
This commit is contained in:
33
Backend/dist/Integrations/buildin/zoomosc/integration.js
vendored
Normal file
33
Backend/dist/Integrations/buildin/zoomosc/integration.js
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
exports.__esModule = true;
|
||||
module.exports = {
|
||||
name: 'ZoomOSC',
|
||||
description: 'Control ZoomOSC',
|
||||
main: require('./main'),
|
||||
connections: [
|
||||
{
|
||||
name: 'Zoom OSC',
|
||||
type: 'zoomosc',
|
||||
fields: [
|
||||
{
|
||||
id: 'ip',
|
||||
name: 'IP Address',
|
||||
type: 'text',
|
||||
value: '0.0.0.0'
|
||||
},
|
||||
{
|
||||
id: 'port',
|
||||
name: 'Port',
|
||||
type: 'number',
|
||||
value: 9090
|
||||
},
|
||||
{
|
||||
id: 'header',
|
||||
name: 'OSC Header (Value is "zoom" by default)',
|
||||
type: 'text',
|
||||
value: 'zoom'
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
};
|
||||
//# sourceMappingURL=integration.js.map
|
||||
Reference in New Issue
Block a user