[nama] Re: Getting ready to merge the 'play' branch

  • From: raf <rmouneyres@xxxxxxxxx>
  • To: Joel Roth <joelz@xxxxxxxxx>
  • Date: Sat, 4 Jan 2014 16:48:10 +0100

Hi,
today i'm plugging the microphone and guitar into the soundcard ! using the 
"play" branch.
i'm trying to have a setup with two inputs, and three independent stereo output 
mixes : Main, ear1, ear2
Well ... i did not made it.

please find above my comments.

cherrs
Raphaël

####################################################################################

I had noticed that several times, is the Master volume moving on its own for 
any reason ?
With the same sequences above, shouldn't I see a new bus line after 
add-send-bus-cooked ?
how to 

nama untitled/:minimum-branch mic  ('h' for help)> asbc ear system:playback_11
name: ear: dest_type: jack_client dest_id: system:playback_11
 No. Name            Status     Source            Destination   Vol   Pan
=========================================================================
  1  Master          MON        Main              Master       94.4    50
  2  Mixdown         OFF        --                Mixdown        --    --
  3  mic             MON        1                 Main           10    50
  4  guitar          MON        2                 Main           30    50



Modes settings:   doodle
Setup length is:  0.0 

Now at: 11:59
Engine is ready.

Press SPACE to start or stop engine.

nama untitled/:minimum-branch ear/ear_guitar  ('h' for help)> start


Starting at 11:59
Engine is running
nama untitled/:minimum-branch ear/ear_guitar  ('h' for help)> show_tracks
 No. Name            Status     Source            Destination   Vol   Pan
=========================================================================
  1  Master          MON        Main              Master       89.1    50
  2  Mixdown         OFF        --                Mixdown        --    --
  3  mic             MON        1                 Main           10    50
  4  guitar          MON        2                 Main           30    50


nama untitled/:minimum-branch ear/ear_guitar  ('h' for help)> 

####################################################################################

When you save with a new tag, shouldn't we switch to this commit right now ? i 
mean the prompt still shows the previous save.

nama untitled/:minimum-branch mic  ('h' for help)> save mieux
save target name: mieux
commit message: user save - mieux
tagged HEAD commit as "mieux"
type "get mieux" to return to this commit.
nama untitled/:minimum-branch mic  ('h' for help)> 

####################################################################################

based on a simple working setup with two tracks, i've added a first bus with 
"asbc ear2 system:playback_11" then a second with "asbc ear2 
system:playback_13".
After issuing those two commands, i have
        the two buses are mono, shouldn't they be stereo ? how to make the 
stereo ?
        the sound of mic track only to the two buses, no more to the Main bus
        the sound of guitar track is ok, sent to the three buses
Am i doing something wrong ?

nama untitled/:minimum-branch ear1/ear1_guitar  ('h' for help)> asbc ear2 
system:playback_13
name: ear2: dest_type: jack_client dest_id: system:playback_13
 No. Name            Status     Source            Destination   Vol   Pan
=========================================================================
  1  Master          MON        Main              Master       89.1    50
  2  Mixdown         OFF        --                Mixdown        --    --
  3  mic             MON        1                 Main           10    50
  4  guitar          MON        2                 Main           30    50



Modes settings:   doodle
Setup length is:  0.0 

Now at: 12:10
Engine is ready.

Press SPACE to start or stop engine.

nama untitled/:minimum-branch ear2/ear2_guitar  ('h' for help)> chains
# ecasound chainsetup file

# general

-z:mixmode,sum -G:jack,nama,send -Md:alsaseq -G:jack,Nama,send -b 1024 -z:nodb 
-z:intbuf -f:f32_le,2,48000

# audio inputs

-a:1,5,7 -i:loop,mic_out
-a:1,6,8 -i:loop,guitar_out
-a:3 -i:jack_multi,system:capture_1
-a:4 -i:jack_multi,system:capture_2

# post-input processing

-a:3 -chcopy:1,2
-a:4 -chcopy:1,2

# audio outputs

-a:1 -o:jack_multi,system:playback_9,system:playback_10
-a:3 -o:loop,mic_out
-a:4 -o:loop,guitar_out
-a:5,6 -o:jack,system:playback_11
-a:7,8 -o:jack,system:playback_13



Other related posts:

  • » [nama] Re: Getting ready to merge the 'play' branch - raf