Code Search for Developers
 
 
  

How_to_add_new_external.rtf from Jamoma at Krugle


Show How_to_add_new_external.rtf syntax highlighted

{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf410
{\fonttbl\f0\fswiss\fcharset77 Helvetica-Oblique;\f1\fswiss\fcharset77 Helvetica;\f2\fswiss\fcharset77 Helvetica-Bold;
\f3\fnil\fcharset77 LucidaGrande;}
{\colortbl;\red255\green255\blue255;}
{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc0\levelnfcn0\leveljc2\leveljcn2\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{decimal\}.}{\leveltext\leveltemplateid0\'02\'05.;}{\levelnumbers\'01;}}{\listlevel\levelnfc23\levelnfcn23\leveljc2\leveljcn2\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{hyphen\}}{\leveltext\leveltemplateid1\'02\'05.;}{\levelnumbers\'01;}}{\listname ;}\listid1}
{\list\listtemplateid2\listhybrid{\listlevel\levelnfc0\levelnfcn0\leveljc2\leveljcn2\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{decimal\}.}{\leveltext\leveltemplateid0\'02\'05.;}{\levelnumbers\'01;}}{\listname ;}\listid2}
{\list\listtemplateid3\listhybrid{\listlevel\levelnfc0\levelnfcn0\leveljc2\leveljcn2\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{decimal\}.}{\leveltext\leveltemplateid0\'02\'05.;}{\levelnumbers\'01;}}{\listname ;}\listid3}
{\list\listtemplateid4\listhybrid{\listlevel\levelnfc0\levelnfcn0\leveljc2\leveljcn2\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{decimal\}.}{\leveltext\leveltemplateid0\'02\'05.;}{\levelnumbers\'01;}}{\listname ;}\listid4}
{\list\listtemplateid5\listhybrid{\listlevel\levelnfc0\levelnfcn0\leveljc2\leveljcn2\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{decimal\}.}{\leveltext\leveltemplateid0\'02\'05.;}{\levelnumbers\'01;}}{\listlevel\levelnfc23\levelnfcn23\leveljc2\leveljcn2\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{hyphen\}}{\leveltext\leveltemplateid1\'02\'05.;}{\levelnumbers\'01;}}{\listname ;}\listid5}
{\list\listtemplateid6\listhybrid{\listlevel\levelnfc0\levelnfcn0\leveljc2\leveljcn2\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{decimal\}.}{\leveltext\leveltemplateid0\'02\'05.;}{\levelnumbers\'01;}}{\listlevel\levelnfc23\levelnfcn23\leveljc2\leveljcn2\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{hyphen\}}{\leveltext\leveltemplateid1\'02\'05.;}{\levelnumbers\'01;}}{\listname ;}\listid6}
{\list\listtemplateid7\listhybrid{\listlevel\levelnfc0\levelnfcn0\leveljc2\leveljcn2\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{decimal\}.}{\leveltext\leveltemplateid0\'02\'05.;}{\levelnumbers\'01;}}{\listlevel\levelnfc0\levelnfcn0\leveljc2\leveljcn2\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{decimal\}.}{\leveltext\leveltemplateid1\'02\'05.;}{\levelnumbers\'01;}}{\listname ;}\listid7}}
{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}{\listoverride\listid3\listoverridecount0\ls3}{\listoverride\listid4\listoverridecount0\ls4}{\listoverride\listid5\listoverridecount0\ls5}{\listoverride\listid6\listoverridecount0\ls6}{\listoverride\listid7\listoverridecount0\ls7}}
\margl1440\margr1440\vieww15960\viewh13280\viewkind0
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural

\f0\i\fs34 \cf0 \
\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural

\fs66 \cf0 How to\
create a new project for externals\
to include in Jamoma
\f1\i0\fs24 \
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
\cf0 \
\
\
\
This document suppose that development environments, MaxMSP SDK and Jamoma are properly installed.\
\
\
\

\f2\b\fs36 Develop and build for Mac
\f1\b0\fs24 \
\

\f2\b\fs26 Step 1) Create Mac OSX Universal Binary Xcode project
\f1\b0\fs24 \
\
\pard\tx220\tx720\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li720\fi-720\ql\qnatural\pardirnatural
\ls1\ilvl0\cf0 {\listtext	1.	}In the Finder, copy e.g. the jmod_change folder and rename it. For the sake of this example, we'll call our renamed project jmod_foo.\
{\listtext	2.	}Open your jmod_foo folder and rename the Xcode project jmod.change.xcodeproj to be jmod.foo.xcodeproj.\
{\listtext	3.	}If you have an existing C source file, copy it into the project folder. Make sure that the file ending of the source file is .cpp, even if the file itself is not C++. This will make sure that project references will work.\
{\listtext	4.	}Right-click (ctrl-click) the Xcode project and choose "show package contents" then open the .pbxproj file in a text editor such as BBEdit, TextMate, Emacs, etc.\
\pard\tx940\tx1440\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li1440\fi-1440\ql\qnatural\pardirnatural
\ls1\ilvl1\cf0 {\listtext	\uc0\u8259 	}do a find-and-replace for "jmod.change" replacing it with "jmod.foo"\
{\listtext	\uc0\u8259 	}do a find-and-replace for "jmod_change" replacing it with "jmod_foo"\
\pard\tx220\tx720\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li720\fi-720\ql\qnatural\pardirnatural
\ls1\ilvl0\cf0 {\listtext	5.	}Now you're ready to open and build your object.\
\pard\tx566\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
\cf0 \
\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural

\f2\b\fs26 \cf0 Step 2) Further Mac OSX development and building:
\f1\b0\fs24 \
\
\pard\tx220\tx720\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li720\fi-720\ql\qnatural\pardirnatural
\ls2\ilvl0\cf0 {\listtext	1.	}While developing, build using the Xcode project. This is set to use Development as active build configuration, platform specific build, thus faster to compile, easier to debug, more thorough crash log. The built object will be found in the Jamoma/library/externals/build_mac/Development folder.\
{\listtext	2.	}When the object is completed, add it to the Batch_Compile_Mac.command script (details below).\
{\listtext	3.	}Rebuild using the script (details below). This builds the object (and all other objects) using the Deployment build configuration, thus being Universal Binary and fully optimized. The built object will be found in the Jamoma/library/externals/build_mac/Development folder.\
\pard\tx566\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
\cf0 \
Please note that you should never send anyone a development build.  It will not work on any computers other than the one it was built on.  You MUST use a deployment build to get a version that will work on another computer.\
\
\pard\tx566\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural

\f2\b\fs26 \cf0 Step 3) Using the Batch_Compile_Mac.command script
\f1\b0\fs24 \
\
Add the new external to the Batch_Compile_Mac.command script by adding the following lines of text:\
\
	cd jmod_foo\
	xcodebuild -configuration Deployment clean build\
	cd ..\
\
Run the batch script:\
\
\pard\tx220\tx720\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li720\fi-720\ql\qnatural\pardirnatural
\ls3\ilvl0\cf0 {\listtext	1.	}Open the terminal application\
{\listtext	2.	}cd to the externals folder, e.g. "cd  ~/Developer/Jamoma/library/externals"\
{\listtext	3.	}Then run "./Batch_compile_Mac"\
\pard\tx566\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
\cf0 \
\
\pard\tx566\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural

\f2\b\fs26 \cf0 Step 4) Add documentation:
\f1\b0\fs24 \
\
\pard\tx220\tx720\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li720\fi-720\ql\qnatural\pardirnatural
\ls4\ilvl0\cf0 {\listtext	1.	}Make a help file for the object. This should go in the Jamoma/documentation/jamoma-help folder. Save the help file as text.\
{\listtext	2.	}Add your object to the Jamoma-overview patch.\
\pard\tx566\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
\cf0 \
\
\pard\tx566\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural

\f2\b\fs26 \cf0 Step 5) Commit the new project to the repository.
\f1\b0\fs24 \
\
\pard\tx220\tx720\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li720\fi-720\ql\qnatural\pardirnatural
\ls5\ilvl0\cf0 {\listtext	1.	}If you copied the new project folder from a working copy of the repository, you have most likely also ended up copying a bunch of hidden .svn folders. These have to be removed before adding the project files to the repository. You can either do this using a utility such as InVisibles (http://www.versiontracker.com/dyn/moreinfo/macosx/14722), or from  the Terminal:\
\pard\tx940\tx1440\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li1440\fi-1440\ql\qnatural\pardirnatural
\ls5\ilvl1\cf0 {\listtext	\uc0\u8259 	}cd /path/to/something.xcodeproj\
{\listtext	\uc0\u8259 	}rm -rf .svn     \
\pard\tx220\tx720\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li720\fi-720\ql\qnatural\pardirnatural
\ls5\ilvl0\cf0 {\listtext	2.	}Prepare externals by deleting the /build_mac/Development folder and the build_mac.zip file.\
{\listtext	3.	}Zip the build_mac file. Do not use DropStuff for this. Instead choose "Create archive from build_mac" from the contextual menu.\
{\listtext	4.	}The build folder in the jmod_foo folder should be trashed before adding things to the repository (this contains many megabytes of machine-specific garbage generated by Xcode)\
{\listtext	5.	}Any files in the .xcodeproj bundle except for the .pbxproj should be trashes (i.e. the user preferences).\
{\listtext	6.	}Add the project folder jmod_foo to the repository.\
{\listtext	7.	}Add the following files from the project folder:\
\pard\tx940\tx1440\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li1440\fi-1440\ql\qnatural\pardirnatural
\ls5\ilvl1\cf0 {\listtext	\uc0\u8259 	}jmod.foo.cpp\
{\listtext	\uc0\u8259 	}jmod.foo.def\
{\listtext	\uc0\u8259 	}jmod_foo.sln\
{\listtext	\uc0\u8259 	}jmod.foo.vcproj\
{\listtext	\uc0\u8259 	}jmod.foo.xcodeproj\
\pard\tx220\tx720\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li720\fi-720\ql\qnatural\pardirnatural
\ls5\ilvl0\cf0 {\listtext	8.	}Add the help file\
{\listtext	9.	}Commit these files as well:\
\pard\tx940\tx1440\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li1440\fi-1440\ql\qnatural\pardirnatural
\ls5\ilvl1\cf0 {\listtext	\uc0\u8259 	}/library/externals/build_mac.zip\
{\listtext	\uc0\u8259 	}/library/externals/
\f3 Batch_Compile_Mac.command\
\ls5\ilvl1
\f1 {\listtext	\uc0\u8259 	}/documentation/jamoma-overview.mxt\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
\cf0 \
\pard\tx566\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
\cf0 \
\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural

\f2\b\fs36 \cf0 Develop and build for Windows
\f1\b0\fs24 \
\

\f2\b\fs26 Step 1) Set up Windows project
\f1\b0\fs24 \
\
\pard\tx220\tx720\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li720\fi-720\ql\qnatural\pardirnatural
\ls6\ilvl0\cf0 {\listtext	1.	}Rename the three files:\
\pard\tx940\tx1440\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li1440\fi-1440\ql\qnatural\pardirnatural
\ls6\ilvl1\cf0 {\listtext	\uc0\u8259 	}jmod.change.def to jmod.foo.def\
{\listtext	\uc0\u8259 	}jmod.change.sin to jmod.foo.sin\
{\listtext	\uc0\u8259 	}jmod.change.vcproj to jmod.foo.vcproj\
\pard\tx220\tx720\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li720\fi-720\ql\qnatural\pardirnatural
\ls6\ilvl0\cf0 {\listtext	2.	}Open each of the files in a text editor, search for "jmod.change" and replace all by "jmod.foo".\
{\listtext	3.	}On Windows, make sure you have a copy of the c74support folder of the MaxMSP SDK at the following location:\uc0\u8232 C:\\Program Files\\Cycling '74\\MaxMSP SDK\\maxmspsdk_win\\c74-support\
{\listtext	4.	}Windows externals when successfully built as Release and tested, they are added to the repository. Windows externals can be found in \uc0\u8232 /library/externals/build_windows\
\pard\tx566\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
\cf0 \
\pard\tx940\tx1440\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li1440\fi-1440\ql\qnatural\pardirnatural
\ls7\ilvl1\cf0 \
\
Last update: 2006-08-15}



See more files for this project here

Jamoma

Jamoma is a flexible framework for the creation of modules in Max, MSP, and Jitter

Project homepage: http://sourceforge.net/projects/jamoma
Programming language(s): C++,JavaScript,XML
License: other

  common/
    Info.plist
    infoplist_versionmaker.pl
    jcom.core.cpp
    jcom.core.h
    jcom.io.h
    jcom.list.h
    jcom.prefix.pch
    jcom.sendreceive.h
  jcom.change/
    jcom.change.xcodeproj/
      project.pbxproj
    jcom.change.cpp
    jcom.change.def
    jcom.change.vcproj
    jcom_change.sln
  jcom.colorspace/
    jcom.colorspace.xcodeproj/
      project.pbxproj
    jcom.colorspace.cpp
    jcom.colorspace.def
    jcom.colorspace.sln
    jcom.colorspace.vcproj
  jcom.cubic_interpolate/
    jcom.cubic_interpolate.xcodeproj/
      project.pbxproj
    jcom.cubic_interpolate.cpp
    jcom.cubic_interpolate.def
    jcom.cubic_interpolate.sln
    jcom.cubic_interpolate.vcproj
  jcom.delta/
    jcom.delta.xcodeproj/
      project.pbxproj
    jcom.delta.cpp
    jcom.delta.def
    jcom.delta.sln
    jcom.delta.vcproj
  jcom.delta2/
    jcom.delta2.xcodeproj/
      project.pbxproj
    jcom.delta2.cpp
    jcom.delta2.def
    jcom.delta2.sln
    jcom.delta2.vcproj
  jcom.equals/
    jcom.equals.xcodeproj/
      project.pbxproj
    jcom.equals.cpp
    jcom.equals.def
    jcom.equals.sln
    jcom.equals.vcproj
  jcom.gain~/
    jcom.gain~.xcodeproj/
      project.pbxproj
    jcom.gain~.cpp
    jcom.gain~.def
    jcom.gain~.sln
    jcom.gain~.vcproj
  jcom.gang/
    jcom.gang.xcodeproj/
      project.pbxproj
    jcom.gang.cpp
    jcom.gang.def
    jcom.gang.sln
    jcom.gang.vcproj
  jcom.hub/
    jcom.hub.xcodeproj/
    jcom.hub.autodoc.cpp
    jcom.hub.cpp
    jcom.hub.def
    jcom.hub.h
    jcom.hub.presets.cpp
    jcom.hub.sln
    jcom.hub.vcproj
  jcom.in/
    jcom.in.xcodeproj/
    jcom.in.cpp
    jcom.in.def
    jcom.in.h
    jcom.in.pch
    jcom.in.sln
    jcom.in.vcproj
    jcom.in~.def
    jcom.in~.pch
    jcom.in~.vcproj
  jcom.init/
    jcom.init.xcodeproj/
    jcom.init.cpp
    jcom.init.def
    jcom.init.sln
    jcom.init.vcproj
  jcom.limiter~/
    jcom.limiter~.xcodeproj/
    jcom.limiter~.cpp
    jcom.limiter~.def
    jcom.limiter~.sln
    jcom.limiter~.vcproj
  jcom.meter~/
    jcom.meter~.xcodeproj/
    COMPILING.txt
    MacHeadersACAF.h
    jcom.meter~.cpp
    jcom.meter~.def
    jcom.meter~.rsrc.zip
    jcom.meter~.sln
    jcom.meter~.vcproj
    jcom_meter.qtr
    jcom_meter.qtr.txt
    jcom_meter.r
  jcom.mkdir/
    English.lproj/
    mkdir.xcodeproj/
    Info.plist
    mkdir.cpp
  jcom.oscroute/
    jcom.oscroute.xcodeproj/
    jcom.oscroute.cpp
    jcom.oscroute.def
    jcom.oscroute.sln
    jcom.oscroute.vcproj
  jcom.out/
    jcom.out.xcodeproj/
    jcom.out.cpp
    jcom.out.def
    jcom.out.h
    jcom.out.pch
    jcom.out.sln
    jcom.out.vcproj
    jcom.out~.def
    jcom.out~.pch
    jcom.out~.vcproj
  jcom.parameter/
    c74/
    jcom.parameter.xcodeproj/
    jcom.message.def
    jcom.message.pch
    jcom.message.vcproj
    jcom.parameter.clip.cpp
    jcom.parameter.cpp
    jcom.parameter.def
    jcom.parameter.h
    jcom.parameter.pch
    jcom.parameter.sln
    jcom.parameter.vcproj
  jcom.pass/
    jcom.pass.xcodeproj/
    jcom.pass.cpp
    jcom.pass.def
    jcom.pass.sln
    jcom.pass.vcproj
  jcom.ramp/
    jcom.ramp.xcodeproj/
    jcom.ramp.cpp
    jcom.ramp.def
    jcom.ramp.pch
    jcom.ramp.sln
    jcom.ramp.vcproj
  jcom.receive/
    jcom.receive.xcodeproj/
    jcom.receive.cpp
    jcom.receive.def
    jcom.receive.sln
    jcom.receive.vcproj
  jcom.remote/
    jcom.remote.xcodeproj/
    jcom.remote.cpp
    jcom.remote.def
    jcom.remote.sln
    jcom.remote.vcproj
  jcom.return/
    jcom.return.xcodeproj/
    jcom.return.cpp
    jcom.return.def
    jcom.return.sln
    jcom.return.vcproj
  jcom.round/
    jcom.round.xcodeproj/
    jcom.round.cpp
    jcom.round.def
    jcom.round.sln
    jcom.round.vcproj
  jcom.route/
    jcom.route.xcodeproj/
    jcom.route.cpp
    jcom.route.def
    jcom.route.sln
    jcom.route.vcproj
  jcom.saturation~/
    jcom.saturation~.xcodeproj/
    jcom.saturation~.cpp
    jcom.saturation~.def
    jcom.saturation~.sln
    jcom.saturation~.vcproj
  jcom.send/
    jcom.send.xcodeproj/
    jcom.send.cpp
    jcom.send.def
    jcom.send.sln
    jcom.send.vcproj
  jcom.stats/
    jcom.stats.xcodeproj/
    jcom.stats.cpp
    jcom.stats.def
    jcom.stats.sln
    jcom.stats.vcproj
  jcom.sum%/
    jcom.sum%.xcodeproj/
    jcom.sum%.cpp
    jcom.sum%.def
    jcom.sum%.sln
    jcom.sum%.vcproj
  jcom.teabox.bits~/
    jcom.teabox.bits~.xcodeproj/
    jcom.teabox.bits~.cpp
    jcom.teabox.bits~.def
    jcom.teabox.bits~.sln
    jcom.teabox.bits~.vcproj
    teabox.bits~.def
  jcom.teabox.count~/
    jcom.teabox.count~.xcodeproj/
    jcom.teabox.count~.cpp
    jcom.teabox.count~.def
    jcom.teabox.count~.sln
    jcom.teabox.count~.vcproj
    teabox.count~.def
  jcom.teabox~/
    jcom.teabox~.xcodeproj/
    jcom.teabox~.cpp
    jcom.teabox~.def
    jcom.teabox~.sln
    jcom.teabox~.vcproj
    teabox~.def
  jcom.velocity/
    jcom.velocity.xcodeproj/
    jcom.velocity.cpp
    jcom.velocity.def
    jcom.velocity.sln
    jcom.velocity.vcproj
  jcom.xfade~/
    jcom.xfade~.xcodeproj/
    jcom.xfade~.cpp
    jcom.xfade~.def
    jcom.xfade~.sln
    jcom.xfade~.vcproj
  jcom.zerox~/
    jcom.zerox~.xcodeproj/
    jcom.zerox~.cpp
    jcom.zerox~.def
    jcom.zerox~.sln
    jcom.zerox~.vcproj
  Batch_Compile_Mac.command
  Batch_Compile_Win.sln
  Compile_Object_Mac.command
  How_to_add_new_external.rtf
  jamoma_core.tmproj