Changeset 473
- Timestamp:
- 04/29/08 11:15:25 (7 months ago)
- Location:
- cdd-utils/trunk
- Files:
-
- 2 modified
-
cdd-config (modified) (2 diffs)
-
debian/changelog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cdd-utils/trunk/cdd-config
r471 r473 535 535 # Configure qjackctl 536 536 qjackctl () { 537 cfg=/etc/qt3/qjackctlrc538 539 if ! exists /etc/qt3; then mkdir /etc/qt3; fi540 537 541 538 echo "START_JACK=yes" > /etc/default/cdd-utils 542 539 543 frames=$1544 periods=$2545 rate=$3546 547 if nullstr $frames; then frames=256; fi548 if nullstr $periods; then periods=2; fi549 if nullstr $rate; then rate=44100; fi550 551 cat <<EOF > $cfg552 [Geometry]553 qjackctlConnectionsForm/visible=false554 qjackctlMainForm/height=100555 qjackctlMainForm/visible=false556 qjackctlMainForm/width=458557 qjackctlMainForm/x=261558 qjackctlMainForm/y=204559 qjackctlMessagesForm/visible=false560 qjackctlPatchbayForm/visible=false561 qjackctlStatusForm/visible=false562 563 [Options]564 BezierLines=true565 StartJack=true566 SystemTray=true567 XrunIgnoreFirst=true568 569 [Presets]570 DefPreset=(default)571 572 [Settings]573 Driver=alsa574 Frames=$frames575 Periods=$periods576 Realtime=true577 SampleRate=$rate578 Server=/usr/bin/jackd579 Timeout=500580 UnlockMem=false581 EOF582 540 } 583 541 … … 1011 969 cdd-config alsa blacklist snd_pcsp 1012 970 cdd-config wireless 971 cdd-config qjackctl 1013 972 1014 973 # Various updates and fixes -
cdd-utils/trunk/debian/changelog
r471 r473 2 2 3 3 * Fixed broken restricted modules for linux-rt in hardy 4 * Added support for qjackctl autostart 4 5 5 6 -- Free Ekanayaka <free@64studio.com> Sun, 27 Apr 2008 18:24:52 +0200
