<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sugarlabs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Inquiryqueue</id>
	<title>Sugar Labs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sugarlabs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Inquiryqueue"/>
	<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/go/Special:Contributions/Inquiryqueue"/>
	<updated>2026-04-17T04:27:58Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Activities/TamTam&amp;diff=94210</id>
		<title>Activities/TamTam</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Activities/TamTam&amp;diff=94210"/>
		<updated>2015-01-06T19:38:18Z</updated>

		<summary type="html">&lt;p&gt;Inquiryqueue: /* Build from sources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;[[Category:Activities|TamTam]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
TamTam is a suite of four music and sound related activities for the XO. TamTam is written in python with some C functions for speed-critical services. The audio engine for TamTam is Csound.&lt;br /&gt;
&lt;br /&gt;
== Build from sources ==&lt;br /&gt;
&lt;br /&gt;
In Terminal activity, install some necessary software:&lt;br /&gt;
&lt;br /&gt;
 sudo yum install git csound-devel alsa-lib-devel python-devel make gcc-c++&lt;br /&gt;
&lt;br /&gt;
If you are building a development environment on Ubuntu or Linux Mint, install the following packages instead:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install git libcsound64-dev python-dev make g++&lt;br /&gt;
&lt;br /&gt;
libcsound64-dev is not actually sufficiently up to date in the Ubuntu repository, so it may be necessary to build [https://github.com/csound/csound/ csound] from source on Ubuntu or Mint before building TamTam.&lt;br /&gt;
&lt;br /&gt;
Clone the sources and build binaries:&lt;br /&gt;
&lt;br /&gt;
 mkdir -p ~/Activities&lt;br /&gt;
 git clone --depth 1 git://git.sugarlabs.org/tamtam/tamtam.git ~/Activities/tamtam&lt;br /&gt;
 cd ~/Activities/tamtam/common/Util/Clooper&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
If make was successful, create symlinks to all TamTam activities:&lt;br /&gt;
&lt;br /&gt;
 cd ~/Activities/tamtam&lt;br /&gt;
 ./setup.py dev&lt;br /&gt;
&lt;br /&gt;
== Bundling from Sweets ==&lt;br /&gt;
&lt;br /&gt;
If you are using [[Platform_Team/Sweets|Sweets]] you can bundle your changes with the following command line:&lt;br /&gt;
&lt;br /&gt;
 sweets bind sdk/sugar ./setup.py dist_xo&lt;br /&gt;
&lt;br /&gt;
This can be done in the root of tamtam sources.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
&lt;br /&gt;
* [[Tam Tam Resources]] - Learner resources&lt;br /&gt;
* [http://git.sugarlabs.org/projects/tamtam-branch Sources]&lt;br /&gt;
* Sugar Activity Library pages:&lt;br /&gt;
** [http://activities.sugarlabs.org/en-US/sugar/addon/4059 TamTam Edit]&lt;br /&gt;
** [http://activities.sugarlabs.org/en-US/sugar/addon/4060 TamTam Jam]&lt;br /&gt;
** [http://activities.sugarlabs.org/en-US/sugar/addon/4061 TamTam Mini]&lt;br /&gt;
** [http://activities.sugarlabs.org/en-US/sugar/addon/4062 TamTam SynthLab]&lt;br /&gt;
* [[olpc:TamTam|TamTam on OLPC wiki]]&lt;br /&gt;
* Trac tickets: [http://dev.laptop.org/query?component=tamtam-activity&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=type&amp;amp;col=status&amp;amp;col=priority&amp;amp;col=milestone&amp;amp;col=time&amp;amp;col=changetime&amp;amp;order=priority OLPC], [http://bugs.sugarlabs.org/query?component=TamTam&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=component&amp;amp;col=type&amp;amp;col=status&amp;amp;col=priority&amp;amp;col=milestone&amp;amp;col=time&amp;amp;col=changetime&amp;amp;order=priority Sugar Labs]&lt;/div&gt;</summary>
		<author><name>Inquiryqueue</name></author>
	</entry>
</feed>