@@ -39,15 +39,14 @@ \chapter{Mackie Control}
3939their mixing sections. However, these control surfaces have two
4040drawbacks: they are definitely not cheap and require quite a bit of
4141space. If these are no restrictions to you, by all means go and try
42- them. But don't stop reading here, as this application might be
43- useful for Mackie Control users as well.
42+ them.
4443
4544If, on the other hand, you have a certain lack of money or available
4645space (or you have a controller that is simply too good to be
4746exchanged for an MCU), you might have found just the application you
4847need. It might not support your MIDI hardware controller yet, but if
49- you know a bit of \textbf {Python } (or a programmer) it's pretty easy
50- to change that.
48+ you know a bit of \textbf {Python } (or a programmer who does ) it's
49+ pretty easy to change that.
5150
5251
5352\chapter {Installation }
@@ -56,9 +55,9 @@ \chapter{Installation}
5655Download and install the latest version of
5756\href {http://www.python.org/}{Python 2.6} on your computer. As of
5857August 2011, there is no installer of Python 2.6.7 for Microsoft
59- Windows yet. Users of this operating system may download
60- \href {http://www.python.org/download/releases/2.6.6/}{Python 2.6.6},
61- instead.
58+ Windows yet, so you could try . Users of this operating system may
59+ download \href {http://www.python.org/download/releases/2.6.6/}{Python
60+ 2.6.6}, instead.
6261
6362Please also download and install these libraries:
6463
@@ -74,11 +73,11 @@ \chapter{Installation}
7473successfully used \application {MidiYoke NT} (Microsoft Windows) and
7574\application {JACK} (GNU/Linux), but others may work just as well.
7675
77- When you're done, simply run the file \path {PythonMcu.py} in the
78- directory \path {src} by either double-clicking it or starting a
79- console window, moving to the directory \path {src} and running
80- \texttt { python PythonMcu.py }.
81-
76+ When you're done, open the directory \path {src} with your file manager
77+ and run the application by double-clicking on the file
78+ \path {PythonMcu.py}. To get rid of the annoying console window on
79+ Microsoft Windows, try double-clicking on \path { PythonMcu.pyw},
80+ instead.
8281
8382\chapter {Tested configurations }
8483\label {chap:tested_configurations }
@@ -133,8 +132,8 @@ \chapter{Extending Python MCU}
133132This modular design means that the application happily works away with
134133the irrelevant implementation details being effectively hidden from
135134you. As long as you adhere to the internal protocol, you may easily
136- extend \application {Python MCU} by deriving a class from
137- \textbf {MidiControllerTemplate } to include your own controller .
135+ add your own controller to \application {Python MCU} by deriving a
136+ class from \textbf {MidiControllerTemplate }.
138137
139138If all this means nothing to you, go find yourself a Python programmer
140139(or learn Python yourself, it's rather easy and a lot of fun!). As
0 commit comments