Changeset 550
- Timestamp:
- 05/21/08 00:23:44 (4 months ago)
- Files:
-
- cdd-utils/trunk/lib/sound.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cdd-utils/trunk/lib/sound.sh
r518 r550 62 62 set_key "none /proc/bus/usb" " " "usbfs defaults 0 0" "$cfg" 63 63 } 64 65 # Use ardourino 66 ardourino () { 67 cfg=/usr/share/applications/ardour.desktop 68 if ! exists $cfg; then warning $cfg not found; return; fi 69 sed -i -e 's/^Exec=.*/Exec=ardour2 --ardourino/g' $cfg 70 } 71
