Looks like Wire can make changes to Resolume layers from triggers. Great!
How do I trigger from an external event such as a user saving a file in photoshop?
If that trigger doesn’t exist, how do you code or script new node types?
Wire trigger from file creation to load clip
Re: Wire trigger from file creation to load clip
You'd need an app which has access to file system events.
Wire can't do that at this time unfortunately.
Maybe the user could press a button when they save the file, which would then send OSC to Resolume or a Wire patch?
Though if you are trying to overwrite files in Resolume while they are loaded, that will lead to unexpected things happening.
Wire can't do that at this time unfortunately.
Maybe the user could press a button when they save the file, which would then send OSC to Resolume or a Wire patch?
Though if you are trying to overwrite files in Resolume while they are loaded, that will lead to unexpected things happening.
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Re: Wire trigger from file creation to load clip
ok, how do I write a new node as a plugin for Wire?
Re: Wire trigger from file creation to load clip
Making custom nodes for Wire is not possible currently.
Well, there is ISF, but that doesn't have access to the file system.
FFGL plugins loaded in Resolume could have access to the file system, or a custom app you write could do what you want through the API.
Well, there is ISF, but that doesn't have access to the file system.
FFGL plugins loaded in Resolume could have access to the file system, or a custom app you write could do what you want through the API.
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Re: Wire trigger from file creation to load clip
Like Zoltan mentioned the rest-api would be the best way to go about this.
It has support for loading files as well as sources.
https://resolume.com/support/en/restapi
The rest-api can be used from almost any language and its easy to work with.
It has support for loading files as well as sources.
https://resolume.com/support/en/restapi
The rest-api can be used from almost any language and its easy to work with.