Play audio file in fx plugin?
-
Quick question before I dive into trying this, but is it possible to play an audio file in an FX plugin, and if so how's the best way to go about it? Usually in my instrument plugins I have a script to play a MIDI note when the plugin is opened, but not entirely sure if this would work in an FX plugin? I'm just adding a 'noise' layer that can be turned up or down.
-
@paper_lung yes with scripnode only
-
@yall Thanks, any tips on where to start?
-
@paper_lung There is a file_player node.
-
@Orvillain Thanks, is it as simple as switching the gate on inside the module and leaving it? Totally new to scriptnode.
-
@paper_lung said in Play audio file in fx plugin?:
@Orvillain Thanks, is it as simple as switching the gate on inside the module and leaving it? Totally new to scriptnode.
There's a playback mode knob and if you set it to midi, it will act like a synthesizer. I'm assuming this is because you want to test out a DSP network that you're intending to build? You could also just add a regular old Audio Loop Player to your module tree, and build your FX network on top of that, and then move the network to where it needs to be later on.