<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wiki.clubelek.fr/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hugo.patouillard</id>
	<title>Wiki Clubelek - Contributions [fr]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.clubelek.fr/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hugo.patouillard"/>
	<link rel="alternate" type="text/html" href="https://wiki.clubelek.fr/wiki/Sp%C3%A9cial:Contributions/Hugo.patouillard"/>
	<updated>2026-06-06T07:33:31Z</updated>
	<subtitle>Contributions</subtitle>
	<generator>MediaWiki 1.43.0-alpha</generator>
	<entry>
		<id>https://wiki.clubelek.fr/w/index.php?title=Cat%C3%A9gorie:Articles_techniques_de_robotique&amp;diff=2388</id>
		<title>Catégorie:Articles techniques de robotique</title>
		<link rel="alternate" type="text/html" href="https://wiki.clubelek.fr/w/index.php?title=Cat%C3%A9gorie:Articles_techniques_de_robotique&amp;diff=2388"/>
		<updated>2024-10-02T17:39:50Z</updated>

		<summary type="html">&lt;p&gt;Hugo.patouillard : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Catégorie:Pôle Coupe de France de robotique]]&lt;br /&gt;
[[Catégorie:Formations, outils et articles techniques]]&lt;br /&gt;
[[Robot 2024]]&lt;/div&gt;</summary>
		<author><name>Hugo.patouillard</name></author>
	</entry>
	<entry>
		<id>https://wiki.clubelek.fr/w/index.php?title=Cat%C3%A9gorie:P%C3%B4le_Coupe_de_France_de_robotique&amp;diff=2387</id>
		<title>Catégorie:Pôle Coupe de France de robotique</title>
		<link rel="alternate" type="text/html" href="https://wiki.clubelek.fr/w/index.php?title=Cat%C3%A9gorie:P%C3%B4le_Coupe_de_France_de_robotique&amp;diff=2387"/>
		<updated>2024-10-02T17:38:56Z</updated>

		<summary type="html">&lt;p&gt;Hugo.patouillard : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Catégorie:Toutes les catégories]]&lt;/div&gt;</summary>
		<author><name>Hugo.patouillard</name></author>
	</entry>
	<entry>
		<id>https://wiki.clubelek.fr/w/index.php?title=Cat%C3%A9gorie:P%C3%B4le_Coupe_de_France_de_robotique&amp;diff=2386</id>
		<title>Catégorie:Pôle Coupe de France de robotique</title>
		<link rel="alternate" type="text/html" href="https://wiki.clubelek.fr/w/index.php?title=Cat%C3%A9gorie:P%C3%B4le_Coupe_de_France_de_robotique&amp;diff=2386"/>
		<updated>2024-10-02T17:38:46Z</updated>

		<summary type="html">&lt;p&gt;Hugo.patouillard : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Catégorie:Toutes les catégories]]&lt;br /&gt;
[[Robot 2024]]&lt;/div&gt;</summary>
		<author><name>Hugo.patouillard</name></author>
	</entry>
	<entry>
		<id>https://wiki.clubelek.fr/w/index.php?title=Robot_2024&amp;diff=244</id>
		<title>Robot 2024</title>
		<link rel="alternate" type="text/html" href="https://wiki.clubelek.fr/w/index.php?title=Robot_2024&amp;diff=244"/>
		<updated>2024-06-09T17:28:40Z</updated>

		<summary type="html">&lt;p&gt;Hugo.patouillard : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Cette page est dédié au robot de la coupe 2024&lt;br /&gt;
&lt;br /&gt;
== Démarrage ==&lt;br /&gt;
Avoir ros2 configuré sur son pc&lt;br /&gt;
&lt;br /&gt;
=== Connection ===&lt;br /&gt;
Trouver l&#039;adresse IP du robot :&lt;br /&gt;
&lt;br /&gt;
* Branché l&#039;écran via le micro hdmi et le clavier à la raspi&lt;br /&gt;
* Login : &amp;lt;code&amp;gt;robot&amp;lt;/code&amp;gt;&lt;br /&gt;
* Password : &amp;lt;code&amp;gt;cdf_&amp;quot;année de la coupe&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;ifConfig&amp;lt;/code&amp;gt;&lt;br /&gt;
* Trouver l&#039;adresse IP du robot (192.168.xxx.xxx) et la noter&lt;br /&gt;
* Débranché la raspi&lt;br /&gt;
&lt;br /&gt;
Commande à rentrer sur le pc&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;ssh robot@192.168.xxx.xxx&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;cd ros2-workspace&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;docker compose up -d --build &amp;amp;&amp;amp;docker compose logs -f&amp;lt;/code&amp;gt;&lt;br /&gt;
** Vérifier si &amp;lt;code&amp;gt;micro_ros_agent -4/-3&amp;lt;/code&amp;gt; sont bien lancé&lt;br /&gt;
*** si le 3 est rouge : rebrancher usb mccd (carte moteur)&lt;br /&gt;
*** si le 4 est rouge : rebrancher usb control (panneau de contrôle)&lt;br /&gt;
*créer une nouvelle fenêtre de commande sur le pc et se reconnecter en ssh + retourner dans le dossier&lt;br /&gt;
* &amp;lt;code&amp;gt;docker exec -it ros2-workspace-ros2_ws-1 /bin/bash&amp;lt;/code&amp;gt;&lt;br /&gt;
** Permet de rentrer sur le docker qui héberge ros2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Dans le doute reboot&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
si branché/débranché ne fonctionne pas :&lt;br /&gt;
&lt;br /&gt;
Vérifier la batterie : &lt;br /&gt;
&lt;br /&gt;
* Éteindre la raspi avec le bouton blanc&lt;br /&gt;
* la diode passe en rouge et attendre 10s&lt;br /&gt;
* changer baterie&lt;br /&gt;
* recomencer au début&lt;br /&gt;
&lt;br /&gt;
Sinon :&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;docker compose down&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;docker compose up -d --build &amp;amp;&amp;amp;docker compose logs&amp;lt;/code&amp;gt;&lt;br /&gt;
** Vérifier si micro_ros_agent -4/-3 sont bien lancé&lt;br /&gt;
*** si le 3 est rouge : rebrancher usb mccd (carte moteur)&lt;br /&gt;
*** si le 4 est rouge : rebrancher usb control (panneau de contrôle)&lt;br /&gt;
* &amp;lt;code&amp;gt;docker exec -it ros2-workspace-ros2_ws-1 /bin/bash&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Piloter le robot à la manette ===&lt;br /&gt;
&lt;br /&gt;
* Nouvelle fenêtre puis rentrer dans : &amp;lt;code&amp;gt;cd ros2_ws/src&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Installer le package : &amp;lt;code&amp;gt;git clone https://gitlab.clubelek.fr/cdf2020/tools/devkit/joy-teleop.git&amp;lt;/code&amp;gt;&lt;br /&gt;
* retour dans ros2_ws : &amp;lt;code&amp;gt;cd ..&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;colcon build&amp;lt;/code&amp;gt;&lt;br /&gt;
* Démarrer le programme de la manette sur le pc : &amp;lt;code&amp;gt;ros2 launch joy_teleop joy_teleop_launch.py&amp;lt;/code&amp;gt;&lt;br /&gt;
* sur la manette :&lt;br /&gt;
** 1 : fermer la pince&lt;br /&gt;
** 2 : descendre la pice&lt;br /&gt;
** 3 : ouvrir la pince&lt;br /&gt;
** 4 : monter la pince&lt;br /&gt;
** 6 : monter panneau solaire&lt;br /&gt;
** 8 : descendre panneau solaire&lt;br /&gt;
** fps : activer/désactivé pwm&lt;br /&gt;
** joystick gauche : pilote robot&lt;br /&gt;
&lt;br /&gt;
* lancer le pwm et le robot peut démarrer&lt;br /&gt;
&lt;br /&gt;
=== Piloter le robot avec la Nav Stack ===&lt;br /&gt;
&lt;br /&gt;
* Nouvelle fenêtre puis rentrer dans : &amp;lt;code&amp;gt;cd ros2_ws&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;rviz&amp;lt;/code&amp;gt;&lt;br /&gt;
* panneau de contrôle : &lt;br /&gt;
** tirette : pour lancer le match&lt;br /&gt;
** bouton 1 : pwm&lt;br /&gt;
** bouton 2 reset position&lt;br /&gt;
** bouton 3 : changer d&#039;équipe&lt;br /&gt;
* sur l&#039;interface de rviz : nav2 goal pour placer le robot. Attention aux déviations&lt;br /&gt;
&lt;br /&gt;
==== Démarrage d&#039;un match ====&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;docker exec -it ros2-workspace-ros2_ws-1 /bin/bash&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;match&amp;lt;/code&amp;gt; en ayant activé le 12v puis le pwm&lt;br /&gt;
* Tirer la tirette pour lancer le match quand le robot le dit&lt;/div&gt;</summary>
		<author><name>Hugo.patouillard</name></author>
	</entry>
	<entry>
		<id>https://wiki.clubelek.fr/w/index.php?title=Robot_2024&amp;diff=243</id>
		<title>Robot 2024</title>
		<link rel="alternate" type="text/html" href="https://wiki.clubelek.fr/w/index.php?title=Robot_2024&amp;diff=243"/>
		<updated>2024-06-09T17:28:14Z</updated>

		<summary type="html">&lt;p&gt;Hugo.patouillard : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Cette page est dédié au robot de la coupe 2024&lt;br /&gt;
&lt;br /&gt;
== Démarrage ==&lt;br /&gt;
Avoir ros2 configuré sur son pc&lt;br /&gt;
&lt;br /&gt;
=== Connection ===&lt;br /&gt;
Trouver l&#039;adresse IP du robot :&lt;br /&gt;
&lt;br /&gt;
* Branché l&#039;écran via le micro hdmi et le clavier à la raspi&lt;br /&gt;
* Login : &amp;lt;code&amp;gt;robot&amp;lt;/code&amp;gt;&lt;br /&gt;
* Password : &amp;lt;code&amp;gt;cdf_&amp;quot;année de la coupe&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;ifConfig&amp;lt;/code&amp;gt;&lt;br /&gt;
* Trouver l&#039;adresse IP du robot (192.168.xxx.xxx) et la noter&lt;br /&gt;
* Débranché la raspi&lt;br /&gt;
&lt;br /&gt;
Commande à rentrer sur le pc&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;ssh robot@192.168.xxx.xxx&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;cd ros2-workspace&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;docker compose up -d --build &amp;amp;&amp;amp;docker compose logs -f&amp;lt;/code&amp;gt;&lt;br /&gt;
** Vérifier si micro_ros_agent -4/-3 sont bien lancé&lt;br /&gt;
*** si le 3 est rouge : rebrancher usb mccd (carte moteur)&lt;br /&gt;
*** si le 4 est rouge : rebrancher usb control (panneau de contrôle)&lt;br /&gt;
* &amp;lt;code&amp;gt;docker exec -it ros2-workspace-ros2_ws-1 /bin/bash&amp;lt;/code&amp;gt;&lt;br /&gt;
** Permet de rentrer sur le docker qui héberge ros2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Dans le doute reboot&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
si branché/débranché ne fonctionne pas :&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;docker compose down&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;docker compose up -d --build &amp;amp;&amp;amp;docker compose logs&amp;lt;/code&amp;gt;&lt;br /&gt;
** Vérifier si micro_ros_agent -4/-3 sont bien lancé&lt;br /&gt;
*** si le 3 est rouge : rebrancher usb mccd (carte moteur)&lt;br /&gt;
*** si le 4 est rouge : rebrancher usb control (panneau de contrôle)&lt;br /&gt;
* &amp;lt;code&amp;gt;docker exec -it ros2-workspace-ros2_ws-1 /bin/bash&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Piloter le robot à la manette ===&lt;br /&gt;
&lt;br /&gt;
* Installer le package : &amp;lt;code&amp;gt;git clone https://gitlab.clubelek.fr/cdf2020/tools/devkit/joy-teleop.git&amp;lt;/code&amp;gt;&lt;br /&gt;
* Démarrer le programme de la manette sur le pc : &amp;lt;code&amp;gt;ros2 launch joy_teleop joy_teleop_launch.py&amp;lt;/code&amp;gt;&lt;br /&gt;
* sur la manette :&lt;br /&gt;
** 1 : fermer la pince&lt;br /&gt;
** 2 : descendre la pince&lt;br /&gt;
** 3 : ouvrir la pince&lt;br /&gt;
** 4 : monter la pince&lt;br /&gt;
** 6 : monter panneau solaire&lt;br /&gt;
** 8 : descendre panneau solaire&lt;br /&gt;
** fps : activer/désactivé pwm&lt;br /&gt;
** joystick gauche : pilote robot&lt;br /&gt;
&lt;br /&gt;
* lancer le pwm et le robot peut démarrer&lt;br /&gt;
&lt;br /&gt;
*&lt;/div&gt;</summary>
		<author><name>Hugo.patouillard</name></author>
	</entry>
	<entry>
		<id>https://wiki.clubelek.fr/w/index.php?title=Robot_2024&amp;diff=242</id>
		<title>Robot 2024</title>
		<link rel="alternate" type="text/html" href="https://wiki.clubelek.fr/w/index.php?title=Robot_2024&amp;diff=242"/>
		<updated>2024-06-09T14:55:05Z</updated>

		<summary type="html">&lt;p&gt;Hugo.patouillard : création de la partie sur le démarrage du robot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Cette page est dédié au robot de la coupe 2024&lt;br /&gt;
&lt;br /&gt;
== Démarrage ==&lt;br /&gt;
Avoir ros2 configuré sur son pc&lt;br /&gt;
&lt;br /&gt;
=== Connection ===&lt;br /&gt;
Trouver l&#039;adresse IP du robot :&lt;br /&gt;
&lt;br /&gt;
* Branché l&#039;écran via le micro hdmi et le clavier à la raspi&lt;br /&gt;
* Login : &amp;lt;code&amp;gt;robot&amp;lt;/code&amp;gt;&lt;br /&gt;
* Password : &amp;lt;code&amp;gt;cdf_&amp;quot;année de la coupe&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;ifConfig&amp;lt;/code&amp;gt;&lt;br /&gt;
* Trouver l&#039;adresse IP du robot (192.168.xxx.xxx) et la noter&lt;br /&gt;
* Débranché la raspi&lt;br /&gt;
&lt;br /&gt;
Commande à rentrer sur le pc&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;ssh robot@192.168.xxx.xxx&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;cd ros2-workspace&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;docker compose up -d --build &amp;amp;&amp;amp;docker compose logs -f&amp;lt;/code&amp;gt;&lt;br /&gt;
** Vérifier si micro_ros_agent -4/-3 sont bien lancé&lt;br /&gt;
*** si le 3 est rouge : rebrancher usb mccd (carte moteur)&lt;br /&gt;
*** si le 4 est rouge : rebrancher usb control (panneau de contrôle)&lt;br /&gt;
* &amp;lt;code&amp;gt;docker exec -it ros2-workspace-ros2_ws-1 /bin/bash&amp;lt;/code&amp;gt;&lt;br /&gt;
** Permet de rentrer sur le docker qui héberge ros2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Dans le doute reboot&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
si branché/débranché ne fonctionne pas :&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;docker compose down&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;docker compose up -d --build &amp;amp;&amp;amp;docker compose logs&amp;lt;/code&amp;gt;&lt;br /&gt;
** Vérifier si micro_ros_agent -4/-3 sont bien lancé&lt;br /&gt;
*** si le 3 est rouge : rebrancher usb mccd (carte moteur)&lt;br /&gt;
*** si le 4 est rouge : rebrancher usb control (panneau de contrôle)&lt;br /&gt;
* &amp;lt;code&amp;gt;docker exec -it ros2-workspace-ros2_ws-1 /bin/bash&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Piloter le robot à la manette ===&lt;br /&gt;
&lt;br /&gt;
* Installer le package : &amp;lt;code&amp;gt;git clone https://gitlab.clubelek.fr/cdf2020/tools/devkit/joy-teleop.git&amp;lt;/code&amp;gt;&lt;br /&gt;
* Démarrer le programme de la manette sur le pc : &amp;lt;code&amp;gt;ros2 launch joy_teleop joy_teleop_launch.py&amp;lt;/code&amp;gt;&lt;br /&gt;
* sur la manette :&lt;br /&gt;
** 1 : fermer la pince&lt;br /&gt;
** 2 : descendre la pince&lt;br /&gt;
** 3 : ouvrir la pince&lt;br /&gt;
** 4 : monter la pince&lt;br /&gt;
** 6 : monter panneau solaire&lt;br /&gt;
** 8 : descendre panneau solaire&lt;br /&gt;
** fps : activer/désactivé pwm&lt;br /&gt;
** joystick gauche : pilote robot&lt;br /&gt;
&lt;br /&gt;
* lancer le pwm et le robot peut démarrer&lt;/div&gt;</summary>
		<author><name>Hugo.patouillard</name></author>
	</entry>
	<entry>
		<id>https://wiki.clubelek.fr/w/index.php?title=Contr%C3%B4le_musical_des_bobines_Tesla&amp;diff=220</id>
		<title>Contrôle musical des bobines Tesla</title>
		<link rel="alternate" type="text/html" href="https://wiki.clubelek.fr/w/index.php?title=Contr%C3%B4le_musical_des_bobines_Tesla&amp;diff=220"/>
		<updated>2024-05-17T12:19:04Z</updated>

		<summary type="html">&lt;p&gt;Hugo.patouillard : /* Conversion instrument MIDI editor, enveloppe */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Le Syntherrupter est un outil permettant de contrôler les bobines Telsa et de jouer des fichiers MIDI dessus.&lt;br /&gt;
&lt;br /&gt;
Le projet a été créé par Max Zuidberg.&lt;br /&gt;
&lt;br /&gt;
== Enveloppes ==&lt;br /&gt;
&lt;br /&gt;
=== Principe ===&lt;br /&gt;
L&#039;enveloppe est un moyen de modifier le son en sortie de Tesla en modulant les phases de montée et de descente d&#039;une note.&lt;br /&gt;
&lt;br /&gt;
=== Conversion instrument MIDI editor, enveloppe ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!PRG&lt;br /&gt;
!Linéaire&lt;br /&gt;
!Exponentielle&lt;br /&gt;
!Enveloppe&lt;br /&gt;
|-&lt;br /&gt;
|0&lt;br /&gt;
|Acoustic Grand Piano&lt;br /&gt;
|&lt;br /&gt;
|No envelope. Constant ontime (except for other effects like modulation).&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|B.A. Piano&lt;br /&gt;
|Vibraphone &lt;br /&gt;
|Roughly like a piano. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|E.G. Piano&lt;br /&gt;
|Marimba&lt;br /&gt;
|Sloooowwww rise, sloooww fall. Good for soft background, but too slow for shorter notes. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|H.T. Piano&lt;br /&gt;
|Xylophone&lt;br /&gt;
|Like program 1, but with a small step, to make shorter notes more audible. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|E. Piano 1&lt;br /&gt;
|Tubular Bells&lt;br /&gt;
|Twice as fast as program 1. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|E. Piano 2&lt;br /&gt;
|Dulimer&lt;br /&gt;
|Forced Staccato. All notes are always short. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|Harpsichord&lt;br /&gt;
|Drawbar Organ&lt;br /&gt;
|Forced Legato. All notes are hold for quite some time. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|Clavinette&lt;br /&gt;
|Percussio Organ&lt;br /&gt;
|Like program 2, but with a faster release. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|Celesta&lt;br /&gt;
|Rock Organ&lt;br /&gt;
|Roughly like a piano. Attack peaks to 2 (= doublingt he given ontime for a few milliseconds)&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|Glockenspeil&lt;br /&gt;
|Church Organ&lt;br /&gt;
|Forced Staccato with slight sustain. Attack peaks to 3 (= tripling the given ontime for a few milliseconds)&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Music Box&lt;br /&gt;
|Reed Organ&lt;br /&gt;
|Best approximation of an actual piano. Attack peaks to 2 (= doubling the given ontime for a few milliseconds)&lt;br /&gt;
|}&lt;br /&gt;
[[Catégorie:Bobines Tesla]]&lt;/div&gt;</summary>
		<author><name>Hugo.patouillard</name></author>
	</entry>
	<entry>
		<id>https://wiki.clubelek.fr/w/index.php?title=Contr%C3%B4le_musical_des_bobines_Tesla&amp;diff=219</id>
		<title>Contrôle musical des bobines Tesla</title>
		<link rel="alternate" type="text/html" href="https://wiki.clubelek.fr/w/index.php?title=Contr%C3%B4le_musical_des_bobines_Tesla&amp;diff=219"/>
		<updated>2024-05-17T12:18:50Z</updated>

		<summary type="html">&lt;p&gt;Hugo.patouillard : /* Conversion instrument MIDI editor, enveloppe */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Le Syntherrupter est un outil permettant de contrôler les bobines Telsa et de jouer des fichiers MIDI dessus.&lt;br /&gt;
&lt;br /&gt;
Le projet a été créé par Max Zuidberg.&lt;br /&gt;
&lt;br /&gt;
== Enveloppes ==&lt;br /&gt;
&lt;br /&gt;
=== Principe ===&lt;br /&gt;
L&#039;enveloppe est un moyen de modifier le son en sortie de Tesla en modulant les phases de montée et de descente d&#039;une note.&lt;br /&gt;
&lt;br /&gt;
=== Conversion instrument MIDI editor, enveloppe ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!PRG&lt;br /&gt;
!Linéaire&lt;br /&gt;
!Exponentielle&lt;br /&gt;
!Enveloppe&lt;br /&gt;
|-&lt;br /&gt;
|0&lt;br /&gt;
|Acoustic Grand Piano&lt;br /&gt;
|&lt;br /&gt;
|No envelope. Constant ontime (except for other effects like modulation).&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|B.A. Piano&lt;br /&gt;
|Vibraphone &lt;br /&gt;
|Roughly like a piano. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|E.G. Piano&lt;br /&gt;
|Marimba&lt;br /&gt;
|Sloooowwww rise, sloooww fall. Good for soft background, but too slow for shorter notes. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|H.T. Piano&lt;br /&gt;
|Xylophone&lt;br /&gt;
|Like program 1, but with a small step, to make shorter notes more audible. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|E. Piano 1&lt;br /&gt;
|Tubular Bells&lt;br /&gt;
|Twice as fast as program 1. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|E. Piano 2&lt;br /&gt;
|Dulimer&lt;br /&gt;
|Forced Staccato. All notes are always short. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|Harpsichord&lt;br /&gt;
|Drawbar Organ&lt;br /&gt;
|Forced Legato. All notes are hold for quite some time. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|Clavinette&lt;br /&gt;
|Percussio Organ&lt;br /&gt;
|Like program 2, but with a faster release. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|Celesta&lt;br /&gt;
|Rock Organ&lt;br /&gt;
|Roughly like a piano. Attack peaks to 2 (= doublingt he given ontime for a few milliseconds)&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|Glockenspeil&lt;br /&gt;
|Church Organ&lt;br /&gt;
|Forced Staccato with slight sustain. Attack peaks to 3 (= tripling the given ontime for a few milliseconds)&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Music Box&lt;br /&gt;
|Reed Organ&lt;br /&gt;
|bBest approximation of an actual piano. Attack peaks to 2 (= doubling the given ontime for a few milliseconds)&lt;br /&gt;
|}&lt;br /&gt;
[[Catégorie:Bobines Tesla]]&lt;/div&gt;</summary>
		<author><name>Hugo.patouillard</name></author>
	</entry>
	<entry>
		<id>https://wiki.clubelek.fr/w/index.php?title=Synth%C3%A9rrupteur&amp;diff=217</id>
		<title>Synthérrupteur</title>
		<link rel="alternate" type="text/html" href="https://wiki.clubelek.fr/w/index.php?title=Synth%C3%A9rrupteur&amp;diff=217"/>
		<updated>2024-05-17T09:25:14Z</updated>

		<summary type="html">&lt;p&gt;Hugo.patouillard : Hugo.patouillard a déplacé la page Synthérrupteur vers Contrôle musical des bobines Tesla&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECTION [[Contrôle musical des bobines Tesla]]&lt;/div&gt;</summary>
		<author><name>Hugo.patouillard</name></author>
	</entry>
	<entry>
		<id>https://wiki.clubelek.fr/w/index.php?title=Contr%C3%B4le_musical_des_bobines_Tesla&amp;diff=216</id>
		<title>Contrôle musical des bobines Tesla</title>
		<link rel="alternate" type="text/html" href="https://wiki.clubelek.fr/w/index.php?title=Contr%C3%B4le_musical_des_bobines_Tesla&amp;diff=216"/>
		<updated>2024-05-17T09:25:14Z</updated>

		<summary type="html">&lt;p&gt;Hugo.patouillard : Hugo.patouillard a déplacé la page Synthérrupteur vers Contrôle musical des bobines Tesla&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Le Syntherrupter est un outil permettant de contrôler les bobines Telsa et de jouer des fichiers MIDI dessus.&lt;br /&gt;
&lt;br /&gt;
Le projet a été créé par Max Zuidberg.&lt;br /&gt;
&lt;br /&gt;
== Enveloppes ==&lt;br /&gt;
&lt;br /&gt;
=== Principe ===&lt;br /&gt;
L&#039;enveloppe est un moyen de modifier le son en sortie de Tesla en modulant les phases de montée et de descente d&#039;une note.&lt;br /&gt;
&lt;br /&gt;
=== Conversion instrument MIDI editor, enveloppe ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!PRG&lt;br /&gt;
!Linéaire&lt;br /&gt;
!Exponentielle&lt;br /&gt;
!Enveloppe&lt;br /&gt;
|-&lt;br /&gt;
|0&lt;br /&gt;
|Acoustic Grand Piano&lt;br /&gt;
|&lt;br /&gt;
|No envelope. Constant ontime (except for other effects like modulation).&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|B.A. Piano&lt;br /&gt;
|Vibraphone &lt;br /&gt;
|Roughly like a piano. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|E.G. Piano&lt;br /&gt;
|Marimba&lt;br /&gt;
|Sloooowwww rise, sloooww fall. Good for soft background, but too slow for shorter notes. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|H.T. Piano&lt;br /&gt;
|Xylophone&lt;br /&gt;
|Like program 1, but with a small step, to make shorter notes more audible. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|E. Piano 1&lt;br /&gt;
|Tubular Bells&lt;br /&gt;
|Twice as fast as program 1. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|E. Piano 2&lt;br /&gt;
|Dulimer&lt;br /&gt;
|Forced Staccato. All notes are always short. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|Harpsichord&lt;br /&gt;
|Drawbar Organ&lt;br /&gt;
|Forced Legato. All notes are hold for quite some time. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|Clavinette&lt;br /&gt;
|Percussio Organ&lt;br /&gt;
|Like program 2, but with a faster release. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|Celesta&lt;br /&gt;
|Rock Organ&lt;br /&gt;
|Roughly like a piano. Attack peaks to 2 (= doublingt he given ontime for a few milliseconds)&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|Glockenspeil&lt;br /&gt;
|Church Organ&lt;br /&gt;
|Forced Staccato with slight sustain. Attack peaks to 3 (= tripling the given ontime for a few milliseconds)&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Music Box&lt;br /&gt;
|Reed Organ&lt;br /&gt;
|My best approximation of an actual piano. Attack peaks to 2 (= doubling the given ontime for a few milliseconds)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Hugo.patouillard</name></author>
	</entry>
	<entry>
		<id>https://wiki.clubelek.fr/w/index.php?title=Synth%C3%A9rupteur&amp;diff=215</id>
		<title>Synthérupteur</title>
		<link rel="alternate" type="text/html" href="https://wiki.clubelek.fr/w/index.php?title=Synth%C3%A9rupteur&amp;diff=215"/>
		<updated>2024-05-17T09:24:16Z</updated>

		<summary type="html">&lt;p&gt;Hugo.patouillard : Hugo.patouillard a déplacé la page Synthérupteur vers Synthérrupteur&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECTION [[Synthérrupteur]]&lt;/div&gt;</summary>
		<author><name>Hugo.patouillard</name></author>
	</entry>
	<entry>
		<id>https://wiki.clubelek.fr/w/index.php?title=Contr%C3%B4le_musical_des_bobines_Tesla&amp;diff=214</id>
		<title>Contrôle musical des bobines Tesla</title>
		<link rel="alternate" type="text/html" href="https://wiki.clubelek.fr/w/index.php?title=Contr%C3%B4le_musical_des_bobines_Tesla&amp;diff=214"/>
		<updated>2024-05-17T09:24:16Z</updated>

		<summary type="html">&lt;p&gt;Hugo.patouillard : Hugo.patouillard a déplacé la page Synthérupteur vers Synthérrupteur&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Le Syntherrupter est un outil permettant de contrôler les bobines Telsa et de jouer des fichiers MIDI dessus.&lt;br /&gt;
&lt;br /&gt;
Le projet a été créé par Max Zuidberg.&lt;br /&gt;
&lt;br /&gt;
== Enveloppes ==&lt;br /&gt;
&lt;br /&gt;
=== Principe ===&lt;br /&gt;
L&#039;enveloppe est un moyen de modifier le son en sortie de Tesla en modulant les phases de montée et de descente d&#039;une note.&lt;br /&gt;
&lt;br /&gt;
=== Conversion instrument MIDI editor, enveloppe ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!PRG&lt;br /&gt;
!Linéaire&lt;br /&gt;
!Exponentielle&lt;br /&gt;
!Enveloppe&lt;br /&gt;
|-&lt;br /&gt;
|0&lt;br /&gt;
|Acoustic Grand Piano&lt;br /&gt;
|&lt;br /&gt;
|No envelope. Constant ontime (except for other effects like modulation).&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|B.A. Piano&lt;br /&gt;
|Vibraphone &lt;br /&gt;
|Roughly like a piano. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|E.G. Piano&lt;br /&gt;
|Marimba&lt;br /&gt;
|Sloooowwww rise, sloooww fall. Good for soft background, but too slow for shorter notes. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|H.T. Piano&lt;br /&gt;
|Xylophone&lt;br /&gt;
|Like program 1, but with a small step, to make shorter notes more audible. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|E. Piano 1&lt;br /&gt;
|Tubular Bells&lt;br /&gt;
|Twice as fast as program 1. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|E. Piano 2&lt;br /&gt;
|Dulimer&lt;br /&gt;
|Forced Staccato. All notes are always short. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|Harpsichord&lt;br /&gt;
|Drawbar Organ&lt;br /&gt;
|Forced Legato. All notes are hold for quite some time. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|Clavinette&lt;br /&gt;
|Percussio Organ&lt;br /&gt;
|Like program 2, but with a faster release. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|Celesta&lt;br /&gt;
|Rock Organ&lt;br /&gt;
|Roughly like a piano. Attack peaks to 2 (= doublingt he given ontime for a few milliseconds)&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|Glockenspeil&lt;br /&gt;
|Church Organ&lt;br /&gt;
|Forced Staccato with slight sustain. Attack peaks to 3 (= tripling the given ontime for a few milliseconds)&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Music Box&lt;br /&gt;
|Reed Organ&lt;br /&gt;
|My best approximation of an actual piano. Attack peaks to 2 (= doubling the given ontime for a few milliseconds)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Hugo.patouillard</name></author>
	</entry>
	<entry>
		<id>https://wiki.clubelek.fr/w/index.php?title=Contr%C3%B4le_musical_des_bobines_Tesla&amp;diff=212</id>
		<title>Contrôle musical des bobines Tesla</title>
		<link rel="alternate" type="text/html" href="https://wiki.clubelek.fr/w/index.php?title=Contr%C3%B4le_musical_des_bobines_Tesla&amp;diff=212"/>
		<updated>2024-05-17T09:18:39Z</updated>

		<summary type="html">&lt;p&gt;Hugo.patouillard : création de la page + début des enveloppes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Le synthérupteur est un outil permettant de contrôler les bobines Telsa et de jouer des fichiers MIDI dessus.&lt;br /&gt;
&lt;br /&gt;
== Enveloppes ==&lt;br /&gt;
&lt;br /&gt;
=== Principe ===&lt;br /&gt;
L&#039;enveloppe est un moyen de modifier le son en sortie de Tesla en modulant les phases de montée et de descente d&#039;une note.&lt;br /&gt;
&lt;br /&gt;
=== Conversion instrument MIDI editor, enveloppe ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!PRG&lt;br /&gt;
!Linéaire&lt;br /&gt;
!Exponentielle&lt;br /&gt;
!Enveloppe&lt;br /&gt;
|-&lt;br /&gt;
|0&lt;br /&gt;
|Acoustic Grand Piano&lt;br /&gt;
|&lt;br /&gt;
|No envelope. Constant ontime (except for other effects like modulation).&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|B.A. Piano&lt;br /&gt;
|Vibraphone &lt;br /&gt;
|Roughly like a piano. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|E.G. Piano&lt;br /&gt;
|Marimba&lt;br /&gt;
|Sloooowwww rise, sloooww fall. Good for soft background, but too slow for shorter notes. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|H.T. Piano&lt;br /&gt;
|Xylophone&lt;br /&gt;
|Like program 1, but with a small step, to make shorter notes more audible. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|E. Piano 1&lt;br /&gt;
|Tubular Bells&lt;br /&gt;
|Twice as fast as program 1. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|E. Piano 2&lt;br /&gt;
|Dulimer&lt;br /&gt;
|Forced Staccato. All notes are always short. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|Harpsichord&lt;br /&gt;
|Drawbar Organ&lt;br /&gt;
|Forced Legato. All notes are hold for quite some time. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|Clavinette&lt;br /&gt;
|Percussio Organ&lt;br /&gt;
|Like program 2, but with a faster release. Attack peaks to 1 (= not exceeding the given ontime)&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|Celesta&lt;br /&gt;
|Rock Organ&lt;br /&gt;
|Roughly like a piano. Attack peaks to 2 (= doublingt he given ontime for a few milliseconds)&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|Glockenspeil&lt;br /&gt;
|Church Organ&lt;br /&gt;
|Forced Staccato with slight sustain. Attack peaks to 3 (= tripling the given ontime for a few milliseconds)&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Music Box&lt;br /&gt;
|Reed Organ&lt;br /&gt;
|My best approximation of an actual piano. Attack peaks to 2 (= doubling the given ontime for a few milliseconds)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Hugo.patouillard</name></author>
	</entry>
</feed>