This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

fix an existing tcl script

Help for those learning Tcl or writing their own scripts.
Post Reply
r
rickys
Voice
Posts: 1
Joined: Sun Nov 29, 2015 6:18 am

fix an existing tcl script

Post by rickys »

Hi guys, good site, congratulations, I downloaded some tcl which I would use for my new company to record sound, we only have PCs with Ubuntu, and I would need to know if you can change a script that already exists:
http://www.egghelp.org/cgi-bin/tcl_arch ... ad&id=1511

every time someone puts a new part of vocal (just sung) is the folder / root / studio_33 / vocal, how can I set this folder as the default in the script?

Thanks!!
s
silentziler
Voice
Posts: 11
Joined: Wed Sep 09, 2015 10:57 am

Re: fix an existing tcl script

Post by silentziler »

rickys wrote:Hi guys, good site, congratulations, I downloaded some tcl which I would use for my new company to record sound, we only have PCs with Ubuntu, and I would need to know if you can change a script that already exists:
http://www.egghelp.org/cgi-bin/tcl_arch ... ad&id=1511

every time someone puts a new part of vocal (just sung) is the folder / root / studio_33 / vocal, how can I set this folder as the default in the script?

Thanks!!
Maybe throw the tcl script in that folder and just update your eggdrop.conf?

source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/compat.tcl
source scripts/userinfo.tcl
source /root/studio_33/vocal/eggshell.tcl
Post Reply