Recording: Audio in
-
So I had a request for the ability for a plugin to create loops dynamically from audio in, I suggested this wasn't currently possible in HISE - its not a recorder, but in case there's something coming or in case someone has a wild idea how to do this ..let me know.
-
@Lindon Christoph already got you :)
https://github.com/christophhart/hise_tutorial/tree/master/RecorderDemo
-
@oskarsh said in Recording: Audio in:
@Lindon Christoph already got you :)
https://github.com/christophhart/hise_tutorial/tree/master/RecorderDemo
oohhh errr, thanks, checking it now!...
-
@oskarsh said in Recording: Audio in:
@Lindon Christoph already got you :)
https://github.com/christophhart/hise_tutorial/tree/master/RecorderDemo
Ok whilst this is a bag full of fun to play around with its not using Audio IN, its using the internal sound generators and FX...
-
@Lindon you can use that in the context of a FX plugin to get the audio in. You can use any sound source eyou want that way.
-
@oskarsh said in Recording: Audio in:
@Lindon you can use that in the context of a FX plugin to get the audio in. You can use any sound source you want that way.
yeah but...- this needs to be a stand alone looper.
-
@Lindon said in Recording: Audio in:
@oskarsh said in Recording: Audio in:
@Lindon you can use that in the context of a FX plugin to get the audio in. You can use any sound source you want that way.
yeah but...- this needs to be a stand alone looper.
Ok so now it doesnt need to be a stand-alone looper - it can be a plugin - so If I understand this correctly I can set this up as an FX plug-in, ....except the customer wants to also be able to have pre-recorded audio (so loaded into a sampler) dropped in and out programmatically
Whilst each of these things then is possible, and in some cases trivial - I'm not sure they can both be done inside an FX plugin...
Has anyone any experience adding a sampler to an FX plugin so it "plays along" with the effect-ed audio? Can I even add a sampler into an FX plugin?
My experiments so far seem to indicate you can add a sampler - but it wont play...
-
@Lindon there's a flag in project settings that lets sound generators output audio in FX plugins.
-
@aaronventure said in Recording: Audio in:
@Lindon there's a flag in project settings that lets sound generators output audio in FX plugins.
thanks _ I will try that.
-
@aaronventure - nope no sound coming out still...
-
@aaronventure I don't think audio out from sound generators is possible in FX plugins. Were you referring to this setting?