Gen Code Export: ISF
Following are the steps for the export of ISF source files with jit.gl.pix.
Requirements
Max 6.1.7 or later
Gen and ISF
Background on ISF: ISF and Test App.
ISF export enables gen patchers to be exported for use in VDMX. A gen patcher made with jit.pix or jit.gl.pix can be exported to ISF by sending the exportcode isf
message, which will save the gen patcher as an .fs file.
The ISF format supports scalar, vec2 and vec4 parameter types. On export, these will be converted to float, point2D, and color parameters. When exporting, make sure to set min/max limits on parameters. Otherwise, VDMX will assume an infinite range, making it difficult to use sliders and such to control the parameter.
Exporting To an ISF File
Create a gen patcher with jit.gl.pix
Add parameters and set the
@min
and@max
attributes on the param objectsSend the message
exportcode isf
to the jit.gl.pix objectChoose a directory to save the ISF file into
(optional) Open the ISF file in a text editor to make any changes to the metadata such as the Category field
Load the ISF file into VDMX
by Cycling '74 on April 17, 2014