On 15/07/17 22:51, Marc Joliet wrote:

So, it's been a while since I've done anything with Faust (life is full of problems, let me tell you...), but I'll try to help you as best as I can (it *is* the weekend after all ;) , which I hope answers your third email).

Yes ! Thank you very much, Marc :)

I'm missing the definition of a, d, s and r.


Sorry, that was confusing. My point here was that the sources were working (well, seemingly) and producing sound, and that I wanted to focus on the mixing part.

So let's assume I have two sources, that output a mono signal. Here is one <https://bitbucket.org/yassinphilip/kik/src/master/noise.dsp>.
Here my mixer (as per the previously linked workshop) :

mute = *(1-checkbox("[2]Mute1"));

amplify = *(hslider("[3]Gain1", 1,0,1,0.01));

pan = _ <: *(p),*(1-p)

with {

p = nentry("[1]Pano1[style:knob]",0.5,0,1,0.1);

};

process = hgroup("Voice", mute : amplify : pan);

How could I use this to process more than one source? It's already working with one. Moreover, is there a way to instantiate this "mix class" several times (let's start with two) in a concise manner? This is already an external "mix.dsp" file, so I'd like to say something like

voice1 = component("mix.dsp");
voice2 = component("mix.dsp");

And get a "Voice1 mute" and a "Voice2 mute" etc. How could I achieve this?

2.) Full sources, please. Some definitions are missing, and in general, one requires everything in order to get the full picture.

Sorry again. If that helps, my working git repo is here <https://bitbucket.org/yassinphilip/kik/>.

> yPhil

HTH

--

Marc Joliet

--

"People who think they know everything really annoy those of us who know we

don't" - Bjarne Stroustrup

PS is it me or this mailing list is weird? Why don't I receive mails addressed to them, but only those addressed to me? How come when I send a mail, I don't receive it, but it's published on SF? I mean, why do SF call this a mailing list if is not?

--
Yassin Philip      New album NOW
http://yassinphilip.bitbucket.io



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to