|
Houdini CHOP File Out Extension
Example #2
An example of writing to a
binary file with 8 channels of data (4 constants and 4 waveforms).
The second input, the Event Gate, is being triggered by an oscillator
to toggle the data being written to disk at periodic intervals.
Using the UNIX utility "od" (octal
dump) to dump the contents of the binary file using float format and redirecting
the file to a text file:
od -vf file_out_example_2.dat
> file_out_example_2.dat.txt
file_out_example_2.dat.txt
file_out_ex_2.console_out.txt

|