/[svn]/web/trunk/www.linuxsampler.org/ethernetmidi/index.html
ViewVC logotype

Contents of /web/trunk/www.linuxsampler.org/ethernetmidi/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1946 - (show annotations) (download) (as text)
Tue Jul 14 19:30:41 2009 UTC (14 years, 9 months ago) by schoenebeck
File MIME type: text/html
File size: 3699 byte(s)
* little facelift of EthernetMidi site (also added notice of donations)

1 <HTML>
2 <BODY>
3 <H1>
4 EthernetMIDI - free MIDI over Ethernet tool by Benno Senoner
5 </H1>
6
7 <IMG SRC="screenshot.png" BORDER="0">
8
9 <P>
10 <u><b>Description:</b></u>
11 <p>
12 EthernetMIDI is a free, open source (<a href="http://www.gnu.org/copyleft/gpl.html">GPL license</a>) application that allows forwarding MIDI
13 data between 2 PCs using arbitrary network devices that provide fast IP forwarding. A 100Mbit LAN will work fine.
14 For now it runs only on Windows but it will soon run on OS X and Linux too.
15
16 <p>
17 <u><b>News and Roadmap:</b></u>
18 <p>
19 We are currently working on an improved user-friendly and cross-platform
20 version. It is also planned to be integrated into the VST and AU plugin
21 version of <a href="http://www.linuxsampler.org">LinuxSampler</a>, to allow
22 using cheap computers (even without sound or graphic card) as sampler slave
23 machines being used in standard sequencer applications like Cubase, Logic
24 and Reaper.
25 Please <a href="http://www.linuxsampler.org/donations.html">support the
26 development of EthernetMIDI and LinuxSampler by donation</a>. Be fair
27 and help us improving those free tools for you!
28 <p>
29 <table>
30 <tr>
31 <td>
32 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
33 <input type="hidden" name="cmd" value="_s-xclick">
34 <input type="hidden" name="hosted_button_id" value="6746056">
35 <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
36 <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
37 </form>
38 </td>
39 <td>
40 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
41 <input type="hidden" name="cmd" value="_s-xclick">
42 <input type="hidden" name="hosted_button_id" value="6746149">
43 <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
44 <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
45 </form>
46 </td>
47 </tr>
48 </table>
49
50
51 <p>
52 <u><b>Usage Instructions:</b></u>
53 <p>
54 Please see the Documentation in the README.txt file contained in the ZIP file.
55 EthernetMIDI does yet not come with a Windows installer, so the installation
56 is done by unpacking the ZIP file in some location and then if you want
57 make a link to the EthernetMIDI.exe on your desktop.
58 <P>
59 <u><b>Requirements:</b></u>
60 <P>
61 EthernetMIDI (for now) requires a virtual MIDI loopback device for Windows.
62 I recommend either Maple or MIDIYoke.
63 Since the site hosting the Maple tools seems currently be down, <A HREF="http://www.marblesound.com">www.marblesound.com</A>,
64 I've temporarily mirrored it locally. You can download it here:
65 <A HREF="http://download.linuxsampler.org/dev/ethernetmidi/MapleVMCv352.zip">MapleVMCv352.zip</A>
66
67 <P>
68 <u><b>Download:</b></u>
69 <P>
70 <A HREF="http://download.linuxsampler.org/dev/ethernetmidi/ethernetmidi-0.0.2.zip">ethernetmidi-0.0.2.zip</A>
71 <P>
72 Source code: <A HREF="http://download.linuxsampler.org/dev/ethernetmidi/ethernetmidi-src-0.0.2.zip">ethernetmidi-src-0.0.2.zip</A>
73 <BR>
74 To compile the source you need a windows C++ compiler, I used mingw and msys. Get it here: <A HREF="http://www.mingw.org">www.mingw.org</A>
75 <BR>
76 and the Qt toolkit, either the commercial version <A HREF="http://www.trolltech.com">www.trolltech.com</A> or the free GPL version <A HREF="http://qtwin.sourceforge.net">qtwin.sourceforge.net</A>
77
78 <P>
79 <u><b>Contact:</b></u>
80 <P>
81 For any kind of feedback contact me at : sbenno@gardena.net
82 <hr style="width: 100%">
83 <center>The LinuxSampler Project - <a href="http://www.linuxsampler.org">http://www.linuxsampler.org</a></center>
84
85 </BODY>
86 </HTML>

  ViewVC Help
Powered by ViewVC