DJ_OPEN_IN

Syntax

channel = DJ_OPEN_IN(‘filename’)

Location

DJToolkit 1.16

Open an existing file for shared use. The same file can be opened by other applications running at the same time. Provided they have a compatible non-exclusive OPEN mode. See DJ_OPEN_DIR below for details and examples.

CROSS-REFERENCE

DJ_OPEN, DJ_OPEN_NEW, DJ_OPEN_OVER, and DJ_OPEN_DIR.