| I upgraded to Lion and as Rosetta was dropped, couldn't use Cecilia any more. I installed Cecilia 4, but sadly can't get t  the old cec-modules to work. I made a hack to use osx installed wish and setting csound to native i386 one, and it works. Hack is easy:
this script named to Cecilia-wish is copied to App's MacOS folder and made to executable:
--cut--
#!/bin/sh
#next line starts wish \
exec /usr/bin/wish "$0" "$@"
source "/Applications/Cecilia.app/Contents/Resources/Scripts/AppMain.tcl"
---cut--
Info.plist is changed to this, executable set to Cecilia-wish and in Montreal-string the é char is changed to pure e. Otherwise plist editor doesn't even open the plist.
--cut--
	CFBundleDevelopmentRegion
	English
	CFBundleDocumentTypes
	
		
			CFBundleTypeExtensions
			
				*
			
			CFBundleTypeName
			NSStringPboardType
			CFBundleTypeOSTypes
			
				TEXT
			
			CFBundleTypeRole
			Viewer
		
	
	CFBundleExecutable
	Cecilia-wish
	CFBundleGetInfoString
	Cecilia2.5 for OS X ©2003 U de Montreal
	CFBundleIconFile
	Cecilia.icns
	CFBundleIdentifier
	com.udm.cecilia
	CFBundleInfoDictionaryVersion
	6.0
	CFBundleName
	Cecilia
	CFBundlePackageType
	APPL
	CFBundleShortVersionString
	2.5
	CFBundleSignature
	CECI
	CFBundleVersion
	2.5
--cut--
hope others liking cybil and tcl could find this hack usable.
-matti
Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
  |