<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Help</title><link>https://sourceforge.net/p/midiball/wiki/Help/</link><description>Recent changes to Help</description><atom:link href="https://sourceforge.net/p/midiball/wiki/Help/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 21 Dec 2011 19:06:17 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/midiball/wiki/Help/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Help modified by shanneton</title><link>https://sourceforge.net/p/midiball/wiki/Help/</link><description>&lt;pre&gt;--- v8 
+++ v9 
@@ -6,7 +6,7 @@
 * X and Y ANO means "All Notes Off"
 * The "Reset Ball" button resets the position of the ball (randomly)
 * the jitter slider add noise in the direction and amplitude of the rebounces. Be careful the effect of a high jitter can be surprising...
-* You can choose the midi channel and also choose to generate programm change events (PC) when the ball hits the top/bottom or right/left borders.
+* You can choose the midi channel and also choose to generate program change events (PC) when the ball hits the top/bottom or right/left borders.
 * You can also control midiball with a midi controller
 
 MIDI controls :
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shanneton</dc:creator><pubDate>Wed, 21 Dec 2011 19:06:17 -0000</pubDate><guid>https://sourceforge.net303abd20ff9a08055a239109b334ebcd25ec7b7b</guid></item><item><title>WikiPage Help modified by shanneton</title><link>https://sourceforge.net/p/midiball/wiki/Help/</link><description>&lt;pre&gt;--- v7 
+++ v8 
@@ -19,6 +19,7 @@
 
 Midi controls can be changed by editing a file in the sources BEFORE the compilation. The concerned file is mainwindow.h
 In this file, you can change the following lines :
+
     // MIDI EVENT NUMBER FOR BALL CONTROL
     // You can change the control numbers before
     // compilation if you want
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shanneton</dc:creator><pubDate>Wed, 21 Dec 2011 18:28:56 -0000</pubDate><guid>https://sourceforge.net57ea0b99c2b2db2890b58cffd5bfd5846209d8e6</guid></item><item><title>WikiPage Help modified by shanneton</title><link>https://sourceforge.net/p/midiball/wiki/Help/</link><description>&lt;pre&gt;--- v6 
+++ v7 
@@ -18,9 +18,7 @@
 - notes 36,37, 38 and 39 respectively for start/stop, X ANO, Y ANO and ball reset
 
 Midi controls can be changed by editing a file in the sources BEFORE the compilation. The concerned file is mainwindow.h
-
-You can change the following lines :
-
+In this file, you can change the following lines :
     // MIDI EVENT NUMBER FOR BALL CONTROL
     // You can change the control numbers before
     // compilation if you want
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shanneton</dc:creator><pubDate>Wed, 21 Dec 2011 18:28:29 -0000</pubDate><guid>https://sourceforge.net11ab7f8fd61965faa5f29071b3f29a2c740a6fca</guid></item><item><title>WikiPage Help modified by shanneton</title><link>https://sourceforge.net/p/midiball/wiki/Help/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -20,14 +20,15 @@
 Midi controls can be changed by editing a file in the sources BEFORE the compilation. The concerned file is mainwindow.h
 
 You can change the following lines :
-// MIDI EVENT NUMBER FOR BALL CONTROL
-// You can change the control numbers before
-// compilation if you want
-#define NOTE_ON_START   36  // to start and stop the ball
-#define NOTE_ON_XANO    37  // Horizontal walls All Note Off
-#define NOTE_ON_YANO    38  // Vertical walls All Note Off
-#define NOTE_ON_RESET   39  // to reset the ball
-#define CTRL_JITTER     1   // Jitter control : default = modulation wheel
-#define CTRL_BALL_VEL   3   // Ball velocity control = n°8 (0-127)
-#define CTRL_MIDI_VEL   7   // Midi velocity control = volume controller
-// NB : Ball velocity is also controlled via the PITCH BEND controller
+
+    // MIDI EVENT NUMBER FOR BALL CONTROL
+    // You can change the control numbers before
+    // compilation if you want
+    #define NOTE_ON_START   36  // to start and stop the ball
+    #define NOTE_ON_XANO    37  // Horizontal walls All Note Off
+    #define NOTE_ON_YANO    38  // Vertical walls All Note Off
+    #define NOTE_ON_RESET   39  // to reset the ball
+    #define CTRL_JITTER     1   // Jitter control : default = modulation wheel
+    #define CTRL_BALL_VEL   3   // Ball velocity control = n°8 (0-127)
+    #define CTRL_MIDI_VEL   7   // Midi velocity control = volume controller
+    // NB : Ball velocity is also controlled via the PITCH BEND controller
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shanneton</dc:creator><pubDate>Wed, 21 Dec 2011 18:27:56 -0000</pubDate><guid>https://sourceforge.net9807c604d7695020e4a21f5fad1ed01d17f01fee</guid></item><item><title>WikiPage Help modified by shanneton</title><link>https://sourceforge.net/p/midiball/wiki/Help/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -9,10 +9,25 @@
 * You can choose the midi channel and also choose to generate programm change events (PC) when the ball hits the top/bottom or right/left borders.
 * You can also control midiball with a midi controller
 
-MIDI control :
+MIDI controls :
 --------------
 
 - pitch bend or controller #3 for the velocity of the ball
 - volume controller #7 for the midi velocity
 - modulation controller #1 for the ball velocity jitter
 - notes 36,37, 38 and 39 respectively for start/stop, X ANO, Y ANO and ball reset
+
+Midi controls can be changed by editing a file in the sources BEFORE the compilation. The concerned file is mainwindow.h
+
+You can change the following lines :
+// MIDI EVENT NUMBER FOR BALL CONTROL
+// You can change the control numbers before
+// compilation if you want
+#define NOTE_ON_START   36  // to start and stop the ball
+#define NOTE_ON_XANO    37  // Horizontal walls All Note Off
+#define NOTE_ON_YANO    38  // Vertical walls All Note Off
+#define NOTE_ON_RESET   39  // to reset the ball
+#define CTRL_JITTER     1   // Jitter control : default = modulation wheel
+#define CTRL_BALL_VEL   3   // Ball velocity control = n°8 (0-127)
+#define CTRL_MIDI_VEL   7   // Midi velocity control = volume controller
+// NB : Ball velocity is also controlled via the PITCH BEND controller
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shanneton</dc:creator><pubDate>Wed, 21 Dec 2011 18:26:02 -0000</pubDate><guid>https://sourceforge.netddfce1bfb13d9a46f6a2ace14d8e2b76b701e94c</guid></item><item><title>WikiPage Help modified by shanneton</title><link>https://sourceforge.net/p/midiball/wiki/Help/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -5,7 +5,7 @@
 * You can use the GUI to control the velocity of the ball or the velocity of the midi note on events.
 * X and Y ANO means "All Notes Off"
 * The "Reset Ball" button resets the position of the ball (randomly)
-* the jitter slider add noise in the direction of the rebounces
+* the jitter slider add noise in the direction and amplitude of the rebounces. Be careful the effect of a high jitter can be surprising...
 * You can choose the midi channel and also choose to generate programm change events (PC) when the ball hits the top/bottom or right/left borders.
 * You can also control midiball with a midi controller
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shanneton</dc:creator><pubDate>Fri, 14 Oct 2011 20:13:01 -0000</pubDate><guid>https://sourceforge.net1f2114cf895f7d105d6562da86ed350c488b28b8</guid></item><item><title>WikiPage Help modified by shanneton</title><link>https://sourceforge.net/p/midiball/wiki/Help/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -12,7 +12,7 @@
 MIDI control :
 --------------
 
-- pitch bend or controller #8 for the velocity of the ball
-- volume controller #3 for the midi velocity
+- pitch bend or controller #3 for the velocity of the ball
+- volume controller #7 for the midi velocity
 - modulation controller #1 for the ball velocity jitter
-- notes 36,37, 38 and 39 for start/stop, X ANO, Y ANO and ball reset
+- notes 36,37, 38 and 39 respectively for start/stop, X ANO, Y ANO and ball reset
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shanneton</dc:creator><pubDate>Fri, 14 Oct 2011 20:12:00 -0000</pubDate><guid>https://sourceforge.net8409eb81dcde5e2aceeed49d860c8209f77a255e</guid></item><item><title>WikiPage Help modified by shanneton</title><link>https://sourceforge.net/p/midiball/wiki/Help/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,6 +1,11 @@
+Functions
+---------
+
 * To run midiball : ./midiball
 * You can use the GUI to control the velocity of the ball or the velocity of the midi note on events.
 * X and Y ANO means "All Notes Off"
+* The "Reset Ball" button resets the position of the ball (randomly)
+* the jitter slider add noise in the direction of the rebounces
 * You can choose the midi channel and also choose to generate programm change events (PC) when the ball hits the top/bottom or right/left borders.
 * You can also control midiball with a midi controller
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shanneton</dc:creator><pubDate>Thu, 13 Oct 2011 18:21:49 -0000</pubDate><guid>https://sourceforge.net1eb010783105ea01fb00882e3ab45d090d8ce9e8</guid></item><item><title>WikiPage Help modified by shanneton</title><link>https://sourceforge.net/p/midiball/wiki/Help/</link><description>* To run midiball : ./midiball
* You can use the GUI to control the velocity of the ball or the velocity of the midi note on events.
* X and Y ANO means "All Notes Off"
* You can choose the midi channel and also choose to generate programm change events (PC) when the ball hits the top/bottom or right/left borders.
* You can also control midiball with a midi controller

MIDI control :
--------------

- pitch bend or controller #8 for the velocity of the ball
- volume controller #3 for the midi velocity
- modulation controller #1 for the ball velocity jitter
- notes 36,37, 38 and 39 for start/stop, X ANO, Y ANO and ball reset</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shanneton</dc:creator><pubDate>Thu, 13 Oct 2011 16:47:27 -0000</pubDate><guid>https://sourceforge.nete46bfef297b806a0ec78564cdd0aa3c0d5717c65</guid></item></channel></rss>