Hello, I have a question regarding file uploads. I am working on an instrument with multiple oscillator modes, one of which relies on audio files. To illustrate, I’ve attached a simple example. This example consists of two modes: Mode 1 employs a sine oscillator, while Mode 2 functions by playing user-loaded audio files. The instrument do not start if the audio is not loaded.
For Mode 2 to operate, the instrument requires an audio file to be loaded by the user. I’m wondering if there’s a way to make Mode 1 independent of the audio file loading process for Mode 2. One potential solution I’m considering is to save a preset that includes a pre-loaded audio file and set the instrument to start with that preset. By having the audio file information within the preset, it might enable the instrument to start without user intervention. However, I’m uncertain if this is achievable.
Play modes.csd (2.1 KB)