Revision 1548
Added by markw 4 days ago
| mixer.vhdl | ||
|---|---|---|
|
)
|
||
|
begin
|
||
|
volume <= (others=>'0');
|
||
|
out_left_enable <= channelsel(3);
|
||
|
out_right_enable <= not(channelsel(3));
|
||
|
out_left_enable <= not(channelsel(3));
|
||
|
out_right_enable <= channelsel(3);
|
||
|
|
||
|
--left
|
||
|
include_in_output(0) <= not(channelsel(3));
|
||
Recording channels were flipped