In convolution or sample player inserting mono audio results unexpected quit.
Latest posts made by ssyeganeh
-
Single chanel audio files cause program quit.
-
RE: Simply missing (strange!?)
Yes exactly! thanks! you know this containers are like parenthesis in programming when using operators or stack function calls (masterContainer(1st child container(2nd chC(3rd chC(4th chC())))) ). so it is kind of a tree with master container as root and flow is from youngest child to mc. but audio-in naturally comes to mc so with sending it to a child we could have mixed complex signal chains like we have it with basic hise sample player in top child. the true difference between a vsti and vst is mature midi input and lack of audio in. it is like mr. Hart did hardest stuff but simply omitted vst fx perfect capability by limiting it to linear one way root chain of mc!?. The hard part is he made both vsti and vst export available. But as I said, still he did a brilliant job. Hise is truly unique and fast (of course thanks to juce too!).
-
RE: Simply missing (strange!?)
Thanks for the answer. but as software engineer I'm pretty sure it's very odd!?! Because we are doing the same when playing a file in a child. well in that case I need to modify the code. thank you anyways!
-
Simply missing (strange!?)
Thanks for the brilliant work of the developers!
audio-in is just in main container how get it in one child container in vst effects mode. or maybe I don't know how! can you help me please? -
redirect master container incoming audio
Thanks for the brilliant work of the developers!
I want to redirect audio in of main container to a child container in vst effects mode. everything works fine with a sample player on top of the node tree just want to change it with audio-in of master container when exporting to vst fx not vsti. This is very important overall and you did everything right. yet it makes no sense why cant get audio on top of the tree! or maybe I don't know how! can you help me please?