fx notes

Search

Search IconIcon to open search

Hscript

Last updated Jul 4, 2023 Edit Source

# Expressions

# Shifting Framerange in Sequence

// file parameter

1
`padzero(4,$F+44)`

# Textport Shenanigans

# Saving HIPs as text files

Kirill Kovalevskiy shared this technique in his blog. Check it out for a longer detailed explanation!

# Writing Files

// textport

1
opscript -G -r / > $TEMP/temp.cmd
# Reading Back

// textport

1
cmdread $TEMP/temp.cmd

# Batch Rename Paths: opchange

// textport

1
opchange $HIP $JOB

// textport

1
opchange "/path/to/file" "/new/path/to/file"

sources / further reading:


Interactive Graph