Code Search for Developers
 
 
  

ReadMe.html from Jamoma at Krugle


Show ReadMe.html syntax highlighted

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
	<title>Jamoma ReadMe</title>
	<link href="documentation/html/styles/jamoma.css" rel="stylesheet" type="text/css" />
</head>

<body>


	<div id="jmod_header">
	<img src="documentation/html/images/jmod.icon.mod.png" width="128" height="128" />
	<h1>jamoma readme </h1>
	<h2>version 0.4.2<br />
		31 march 2007</h2>

	<h6><a href="documentation/html/index.html">Table of Contents</a> | <a href="documentation/html/modules/">Index of Modules</a> | <a href="http://jamoma.org/">Jamoma.org</a></h6>
</div>



<h3>Installing</h3>

<ol>
	<li>
		Place the <code>Jamoma</code> folder in your Max searchpath
		(such as in the Cycling '74 folder).
	</li>
	<li>
		If you are using Windows:
		<ul>
			<li>Three DLL files are required.  They must be placed into the "support" folder in your Max application's folder.  
				These three files are located deep in the Jamoma folder and must be moved. They are 
				located in the <strong>Jamoma\library\externals_3rd_party\libiconv\win-support</strong> folder.
				<ul>
					<li>iconv.dll</li>
					<li>zlib1.dll</li>
					<li>libxml2.dll</li>
				</ul>
			</li>	
			<li>
				If you have installed previous versions of Jamoma, please check if there is a file named <code>jamoma-init.txt</code> 
				in your <code>init</code> folder (inside of the
				Cycling '74	folder). If so, delete this.
			</li>
		</ul>
	</li>
	<li>
		If you are using Mac:
		<ul>
			<li>
				If you checked Jamoma out using <a 
				href="http://sourceforge.net/svn/?group_id=78108">SVN</A> 
				(rather than downloading a release from the website):
				<ul>
					<li>
						Unzip (double-click) the 
						<code>build_mac.zip</code> archive located in the
						<code>Jamoma/library/externals</code> folder.
					</li>
					<li>
						Unzip any archives located inside the various subfolders
						of the <code>Jamoma/library/externals_3rd_party</code>
						folder.
					</li>
				</ul>
			</li>	
			<li>
				If you downloaded a release from the <a 
				href="http://www.jamoma.org">website</A>, ignore the steps
				above.
			</li>
		</ul>
	</li>	
	<li>
		Move the <code>jcom.meter~</code> external (in 	
		<code>/library/externals/build_mac</code> or 
		<code>/library/externals/build_win</code> depending on your platform)
		into your <code>max-startup</code> folder (inside of the 
		Cycling '74 folder)
	</li>
	<li>
		Check out the Jamoma <a 
		href="documentation/html/index.html">documentation</a>.
	</li>
</ol>

<p>Optional customization you may want to do for your install might include the following:</p>

<ol>
	<li>
		The overview patch 
		(<code>Jamoma/documentation/jamoma-overview.mxt</code>) may be 
		copied to the max-startup folder or in Max's patches/extras folder.
	</li>
	<lI>
		The templates (patches located in 	
		<code>Jamoma/documentation/templates</code>) are most effective when
		copied to Max's patches/templates folder.
	</li>
</ol>

<p>The Jamoma distribution depend on certain 3rd party externals. For simplicity we have chosen to include these externals as part of the distribution. If you already have installed some or all of these externals, make sure that that the Jamoma distribution do not introduce older versions of the externals than you have already. All such externals can be found in the <code>Jamoma/library/externals_3rd_party</code> folder.</P>


<h3>  Requirements</h3>

<ul>
	<li>
		Jamoma requires <a href="http://www.cycling74.com/">Cycling '74's</a> 
		Max version 4.6.2 or newer.
	</li>
	<li>
		Audio modules require Cycling '74's MSP.
	</li>
	<li>
		Video modules require Cycling '74's Jitter (version 1.6.2 or higher).
	</li>
	<li>
		Some ambisonic modules require both Cycling '74's MSP and Jitter.
	</li>
</ul>


<h3>Examples</h3>

<p> To get started, there is an examples folder in the Jamoma/documentation folder. 
  Trond Lossius has also created some excellent <a href="documentation/html/tutorials/">tutorials</a>. 
  Also, if you are interested in creating your own modules, be sure to check out 
  the <a href="documentation/html/interface_guidelines.html">JIG (Jamoma Interface 
  Guidelines)</a> which is in the documentation folder.</p>


<h3>Licensing</h3>

<p> Jamoma is open source software. It is licensed under the terms of the GNU LGPL. Please see the file &quot;<a href="GNU-LGPL.txt">GNU-LGPL.txt</a>&quot; in the Jamoma folder to review the terms of this license.</p>


<h3>Interested in Developing or Contributing to Jamoma?</h3>

<p> If you are interested in developing/contributing to Jamoma, contact us via the sourceforge project page. You can access this page via the following url:</p>
<p> <a href="http://sourceforge.net/projects/jamoma/">http://sourceforge.net/projects/jamoma/</a></p>


<h3>Known Issues </h3>

<p> The following are the problems of which we are currently aware:</p>
<ul>
	<li>
		When a patch is first drawn, the modules may appear block.  Refreshing 	
		the screen by sending the<span class="instructionName"> ;max 
		refresh</span> message or unlocking the patch will resolve the 
		problem.
	</li>
	<li>
		The internal architecture of Jamoma version 0.4 represents a very big 
		departure from previous versions.  This means that all modules that rely 
		on Jamoma will need to be updated to use this version.  The vast majority of 
		modules in this distribution have been updated to the new architecture.  
		However, some may not yet be updated!  Please be aware that this is a known issue.  
		These modules will be brought up to speed in subsequent updates.
	</li>
</ul>

</body>

</html>




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

  documentation/
    examples/
      GenerateHTML.mxt
      Pluggo_Complex.mxt
      Pluggo_Simple.mxt
      Scripting_Example.mxt
      Video_Example.mxt
      WindowShade.mxt
      jmod.mappings-examplefile.txt
      jmod.pattr.communication.mxt
      jmod.pattr.example.mxt
      jmod.pattr.example.xml
      jmod.pattr.interpolation.mxt
      jmod.pattr.interpolation.xml
      jmod.qlist.example.mxt
      separate-interface.mxt
      simpleRecorder~.mxt
      teatrix-mapping.txt
      teatrix.mxt
      test-loadtime.mxt
      test-message_speed.mxt
      wildcard_demo.mxt
    html/
      images/
        jmod.icon.alg.png
        jmod.icon.mod.png
        jmod.icon.png
        tutorial_02A_algo_test.png
        tutorial_02A_algorithm.png
        tutorial_02A_return.png
        tutorial_02a_interface.jpg
        tutorial_02a_metrotoggle.jpg
        tutorial_02a_parameters.png
        tutorial_02a_pvarconnect1.png
        tutorial_02a_pvartest.jpg
        tutorial_02a_qmetro.jpg
        tutorial_02a_template.png
        tutorial_02a_testing.png
        tutorial_02a_winding_up.png
        using_01_bpatcher.png
        using_01_first-test.png
        using_01_gain.png
        using_01_initialization.png
        using_01_messages.png
        using_01_object.png
        using_01_ramping.png
      modules/
        jmod.avg4%.html
        jmod.brcosa%.html
        jmod.chromakey%.html
        jmod.colorpicker.html
        jmod.cont_mapper.html
        jmod.control.html
        jmod.cpu_test.html
        jmod.crossfade~.html
        jmod.cuelist.html
        jmod.degrade~.html
        jmod.delay~.html
        jmod.echo~.html
        jmod.edge%.html
        jmod.emboss%.html
        jmod.equalizer~.html
        jmod.filter~.html
        jmod.fluoride%.html
        jmod.gl.videoplane%.html
        jmod.hi.html
        jmod.input%.html
        jmod.input~.html
        jmod.keyscreen%.html
        jmod.limiter~.html
        jmod.mapper.html
        jmod.mblur%.html
        jmod.midi.html
        jmod.midiin.html
        jmod.motion%.html
        jmod.mouse.html
        jmod.multidelay~.html
        jmod.noisegate~.html
        jmod.op%.html
        jmod.orsize%.html
        jmod.oscnet.html
        jmod.output%.html
        jmod.output~.html
        jmod.palette.html
        jmod.phidgets.html
        jmod.plur%.html
        jmod.qmetro.html
        jmod.record%.html
        jmod.saturation~.html
        jmod.scope~.html
        jmod.sur.ambi.adjust~.html
        jmod.sur.ambi.decode~.html
        jmod.sur.ambi.encodeM~.html
        jmod.sur.doppler~.html
        jmod.sur.multi.in~.html
        jmod.sur.multi.out~.html
        jmod.sur.output~.html
        jmod.sur.speaker.delay~.html
        jmod.sur.speaker.setup.html
        jmod.sur.vbap~.html
        jmod.trig_mapper.html
        jmod.wacom.html
        jmod.wake%.html
        jmod.xfade%.html
        jmod.yfade%.html
      styles/
        jamoma.css
      tutorials/
        build_modules_01.html
        build_modules_02a.html
        using_jamoma_01.html
      credits.html
      index.html
      interface_guidelines.html
      making_modules.html
      using_modules.html
    images/
      jmod.icon.alg.png
      jmod.icon.mod.png
      jmod.icon.png
    jamoma-help/
      helppatch.xml
      jcom.absdiff.help
      jcom.aed2ambimonitor.help
      jcom.aed2xyz.help
      jcom.ambi.getW~.help
      jcom.ambimonitor2aed.help
      jcom.autocrop%.help
      jcom.autoscale.help
      jcom.autosize%.help
      jcom.binary%.help
      jcom.change.help
      jcom.char2float%.help
      jcom.checkplanes%.help
      jcom.colorspace.help
      jcom.coordinat_system.mxt
      jcom.cubic_interpolate.help
      jcom.dbap.help
      jcom.debug.list_type.help
      jcom.deg2rad.help
      jcom.delta.help
      jcom.delta2.help
      jcom.equals.help
      jcom.float2char%.help
      jcom.freeze_display.help
      jcom.fullscreen%.help
      jcom.fullscreen.help
      jcom.gain~.help
      jcom.gui.help
      jcom.hub.help
      jcom.hub_help.xml
      jcom.in.help
      jcom.init.help
      jcom.init.helppatch.xml
      jcom.in~.help
      jcom.js_link.help
      jcom.js_systeminfo.help
      jcom.jsui_multigain.help
      jcom.jsui_sr.help
      jcom.jsui_texttoggle.help
      jcom.limiter~.help
      jcom.line.help
      jcom.list2parameter.help
      jcom.luma2rgb%.help
      jcom.mean%.help
      jcom.message.help
      jcom.meter~.help
      jcom.motion%.help
      jcom.multi.in~.help
      jcom.multi.out~.help
      jcom.namespace_analyzer.help
      jcom.namespace_browse.help
      jcom.op.help
      jcom.oscroute.help
      jcom.out.help
      jcom.out~.help
      jcom.parameter.gain.help
      jcom.parameter.help
      jcom.parameter_help.xml
      jcom.pass.help
      jcom.pi.help
      jcom.pluggo.configassist.help
      jcom.post.help
      jcom.pp.help
      jcom.rad2deg.help
      jcom.ramp.help
      jcom.random.help
      jcom.receive.help
      jcom.return.help
      jcom.rgb2luma%.help
      jcom.round.help
      jcom.route.help
      jcom.saturation~.help
      jcom.send.help
      jcom.slider.help
      jcom.spray%.help
      jcom.stats.help
      jcom.sum%.help
      jcom.sur.ambi.getW~.help
      jcom.teabox.bits~.help
      jcom.teabox.count~.help
      jcom.teabox~.help
      jcom.textslider.help
      jcom.thru.help
      jcom.thru~.help
      jcom.velocity.help
      jcom.vtext.help
      jcom.xfade~.help
      jcom.xyz2aed.help
    module-help/
      images/
      jmod.attr_params.mxt
      jmod.avg4%.help
      jmod.background%.help
      jmod.blur%.help
      jmod.brcosa%.help
      jmod.chromakey%.help
      jmod.colorpicker.help
      jmod.cont_mapper.help
      jmod.control.help
      jmod.cpu_test.help
      jmod.crossfade~.help
      jmod.cuelist.help
      jmod.degrade~.help
      jmod.delay~.help
      jmod.demo_cuescript.txt
      jmod.echo~.help
      jmod.edge%.help
      jmod.emboss%.help
      jmod.equalizer~.help
      jmod.file_browser.help
      jmod.filter~.help
      jmod.fluidsynth~.help
      jmod.fluoride%.help
      jmod.gain_params.mxt
      jmod.gl.videoplane%.help
      jmod.hi.help
      jmod.input%.help
      jmod.input~.help
      jmod.keyscreen%.help
      jmod.limiter~.help
      jmod.mapper.help
      jmod.mblur%.help
      jmod.midiin.help
      jmod.motion%.help
      jmod.motiongram%.help
      jmod.mouse.gdif.help
      jmod.mouse.help
      jmod.multidelay~.help
      jmod.noisegate~.help
      jmod.noise~.help
      jmod.op%.help
      jmod.orsize%.help
      jmod.oscnet.help
      jmod.output%.help
      jmod.output~.help
      jmod.palette.help
      jmod.phidgets.accelerometer.help
      jmod.phidgets.interfacekit.help
      jmod.plur%.help
      jmod.polhemus.help
      jmod.preset_params.mxt
      jmod.qmetro.help
      jmod.record%.help
      jmod.saturation~.help
      jmod.scope~.help
      jmod.similarity%.help
      jmod.sine~.help
      jmod.sur.ambi.adjust~.help
      jmod.sur.ambi.decode~.help
      jmod.sur.ambi.encodeM~.help
      jmod.sur.multi.in~.help
      jmod.sur.multi.out~.help
      jmod.sur.speaker.delay~.help
      jmod.sur.speaker.setup.help
      jmod.sur.vbap~.help
      jmod.trig_mapper.help
      jmod.video_params.mxt
      jmod.wacom.help
      jmod.wake%.help
      jmod.xfade%.help
      jmod.yfade%.help
    templates/
      jalg.template.audio~.mxt
      jalg.template.video%.mxt
      jmod.template.audio~.mxt
      jmod.template.control.mxt
      jmod.template.video%.mxt
    jamoma-overview.mxt
  library/
    algorithms/
    components/
    externals/
    externals_3rd_party/
    graphics/
    javascript/
    modules/
    presets/
    jamoma.xsd
  ChangeLog.rtf
  GNU-LGPL.txt
  ReadMe.html