|
MidiYodi is developed in Java allowing it to execute on any platform
that has Java installed.
MidiYodi has been tested on:
Windows Vista
Windows XP
Windows 2000
Linux (RedHat)
Most likely it runs on earlier versions of Windows and other Unix
dialects as well. (Please send me a mail to confirm this.)
MidiYodi is free but.... if you like it
Downloading and Installing MidiYodi 1.1
The Windows and Unix versions of MidiYodi only differ in how
they are packed. The Windows version has an installer and a startup
batch file whilst the Unix version is contained in a tar file and
has a startup script.
See the User Guide
for further details.
Note that you have to have Java JRE 5 or 6 installed as well.
however in most cases Java JRE is already installed on your computer.
Try downloading and starting MidiYodi before installing Java JRE.
Windows
Download the installer by clicking the link below. Start the installer
and follow the intructions. By default the application will be installed
at C:\Program\MidiYodi.
A desktop icon will be created on the desktop to launch the application.
The actual file that is executed is
C:\Program\MidiYodi\bin\midiyodi.bat.
MidiYodi 1.1 - Windows Installer
Unix
Download the tar file by clicking the link below.
- Unpack it at a desired location. It will unpack as ./midiyodi/....
- Define environment variable MIDIYODI_HOME to point at the directory
where the file was unpacked.
- Launch application by running the script midiyodi.sh located in
midiyodi/bin.
MidiYodi 1.1 - Unix tar file
Downloading and Installing Java Runtime Environment 6.0
J2SE (Java 2 Standard Edition) is free to download from Sun. MidiYodi
only require the runtime part (JRE). If you already have Java installed
on your computer you don't have to install it again.
The following link takes you to
Suns download center.
Follow the instrucions to download JRE 6.
Once installed, Java's bin directory must be in your path.
On XP and Vista the installation automatically updates the path. On Unix you must add it yourself.
Check that the java command is found and that it is the correct version
by issuing the following command in a command prompt.
java -version
It shall respond with:
Java(TM) Runtime Environment, Standard Edition (build xxx)
where XX and YY are subversion number and build number.
The important stuff is that you have version 1.5.0 or later.
License
MidiYodi - Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010 Tom Svaleklev, CANATO, Sweden
All rights reserved.
Redistribution and use of this software, without modification, are permitted
provided that the following conditions are met:
- The software may not be bundled with or used within another software or
product. It may only be redistributed 'as is'.
- The software may not be branded by another company
or persons name than the copyright holder mentioned above.
- All advertising materials mentioning features or use of this software
must display the following acknowledgement:
"MidiYodi is software developed by Tom Svaleklev, CANATO, Sweden."
- The software must be free of charge in case of redistribution.
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
|