Windows

From Box Of Stops Online Help
Revision as of 21:08, 17 May 2017 by Boxofstops (Talk | contribs)

Jump to: navigation, search

Under construction

This page is being written - please return later.


Box Of Stops is designed to run on the Raspberry Pi, which is a great size for plugging into a musical keyboard, and comes with everything Box Of Stops needs built-in.

It is also possible to install Box Of Stops on Windows. It doesn't run quite as well on Windows (see the topic on Latency), but is still quite playable. Certainly good enough to give it a test drive.

Because Windows doesn't come with everything Box Of Stops needs built in, you will need to install a few other dependencies first:

And then finish the set up.

Box Of Stops is un-fussy about the version of Windows you use - Vista or later is fine. And it's likely your Windows install has at least the spec of a Raspberry Pi.

Installing Java

If you don't already have it installed, Java can be freely downloaded from java.com. This will automatically download the latest version. For reference, Box Of Stops will work with any version of Java 8.

If you are downloading from Firefox you will get a message about being unable to run Java as a plugin - this is not a problem for Box Of Stops.

Java-download-firefox.png

After that, please install Java using the default options. The only exception to this is that at the moment the installer kindly offers to set Yahoo as your homepage and default search provider - there is no need to accept this.

Java-install.png Java-yahoo.png

Installing Python

Similarly, if you don't already have Python, this can be downloaded for Windows from here. The latest version of Python 3 is recommended. Typically it is the "Windows x86-64 executable installer" you need, unless you have a 32 bit environment.

Please ensure when installing Python that you tick the option to add it to your PATH:

Install-python-on-path.png

Then click "Install Now" to take the standard settings.

Once the install is complete, there is no need to Disable the path limit as suggested.

Python-install-complete.png

Downloading PortMidi

PortMidi is a library Box Of Stops uses to offer reasonable Midi performance under Windows. This is done in turn using a Python library called Mido which offers the cross-platform support needed to let Box Of Stops run under both Linux and Windows. There is a little more information about this in the Python topic.

Generally PortMidi is only available to download in source form (for you to compile at home), but we have found this link that will enable you to download it directly. Naturally we can't guarantee this external link will stay valid.