From: Frédéric Péters Date: Wed, 9 Dec 2009 19:22:23 +0000 (+0100) Subject: Create post fader outputs as system outputs X-Git-Tag: release-7~32 X-Git-Url: https://git.0d.be/?p=jack_mixer.git;a=commitdiff_plain;h=d992ba441570866cff8def3fc484638feef641da Create post fader outputs as system outputs This is so they are only computed when connected. --- diff --git a/jack_mixer.c b/jack_mixer.c index 9dbc503..2ae8e93 100644 --- a/jack_mixer.c +++ b/jack_mixer.c @@ -1085,7 +1085,7 @@ add_channel( // for monitoring etc. output_channel_name = malloc(channel_name_size + 5); sprintf(output_channel_name, "%s Out", channel_name); - channel_ptr->output = add_output_channel(mixer, output_channel_name, stereo, 0); + channel_ptr->output = add_output_channel(mixer, output_channel_name, stereo, true); free(output_channel_name); channel_ptr->mixer_ptr->input_channels_list = g_slist_prepend(