Changeset 473

Show
Ignore:
Timestamp:
04/29/08 11:15:25 (7 months ago)
Author:
free
Message:

* Added support for qjackctl autostart

Location:
cdd-utils/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • cdd-utils/trunk/cdd-config

    r471 r473  
    535535# Configure qjackctl 
    536536qjackctl () { 
    537     cfg=/etc/qt3/qjackctlrc 
    538  
    539     if ! exists /etc/qt3; then mkdir /etc/qt3; fi 
    540537 
    541538    echo "START_JACK=yes" > /etc/default/cdd-utils 
    542539 
    543     frames=$1 
    544     periods=$2 
    545     rate=$3 
    546  
    547     if nullstr $frames;  then frames=256; fi 
    548     if nullstr $periods; then periods=2;  fi 
    549     if nullstr $rate;    then rate=44100; fi 
    550  
    551     cat <<EOF > $cfg 
    552 [Geometry] 
    553 qjackctlConnectionsForm/visible=false 
    554 qjackctlMainForm/height=100 
    555 qjackctlMainForm/visible=false 
    556 qjackctlMainForm/width=458 
    557 qjackctlMainForm/x=261 
    558 qjackctlMainForm/y=204 
    559 qjackctlMessagesForm/visible=false 
    560 qjackctlPatchbayForm/visible=false 
    561 qjackctlStatusForm/visible=false 
    562  
    563 [Options] 
    564 BezierLines=true 
    565 StartJack=true 
    566 SystemTray=true 
    567 XrunIgnoreFirst=true 
    568  
    569 [Presets] 
    570 DefPreset=(default) 
    571  
    572 [Settings] 
    573 Driver=alsa 
    574 Frames=$frames 
    575 Periods=$periods 
    576 Realtime=true 
    577 SampleRate=$rate 
    578 Server=/usr/bin/jackd 
    579 Timeout=500 
    580 UnlockMem=false 
    581 EOF 
    582540} 
    583541 
     
    1011969    cdd-config alsa blacklist snd_pcsp 
    1012970    cdd-config wireless 
     971    cdd-config qjackctl 
    1013972 
    1014973    # Various updates and fixes 
  • cdd-utils/trunk/debian/changelog

    r471 r473  
    22 
    33  * Fixed broken restricted modules for linux-rt in hardy 
     4  * Added support for qjackctl autostart 
    45 
    56 -- Free Ekanayaka <free@64studio.com>  Sun, 27 Apr 2008 18:24:52 +0200