/[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 2479 - (show annotations) (download) (as text)
Sat Oct 26 11:51:13 2013 UTC (10 years, 5 months ago) by persson
File MIME type: text/html
File size: 4074 byte(s)
Google now supports https for ads
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 <P>
9 <script type="text/javascript"><!--
10 google_ad_client = "pub-3408196773880325";
11 /* 728x90, created 8/3/09 */
12 google_ad_slot = "7744776541";
13 google_ad_width = 728;
14 google_ad_height = 90;
15 //-->
16 </script>
17 <script type="text/javascript"
18 src="//pagead2.googlesyndication.com/pagead/show_ads.js">
19 </script>
20 <P>
21
22 <P>
23 <u><b>Description:</b></u>
24 <p>
25 EthernetMIDI is a free, open source (<a href="http://www.gnu.org/copyleft/gpl.html">GPL license</a>) application that allows forwarding MIDI
26 data between 2 PCs using arbitrary network devices that provide fast IP forwarding. A 100Mbit LAN will work fine.
27 For now it runs only on Windows but it will soon run on OS X and Linux too.
28
29 <p>
30 <u><b>News and Roadmap:</b></u>
31 <p>
32 We are currently working on an improved user-friendly and cross-platform
33 version. It is also planned to be integrated into the VST and AU plugin
34 version of <a href="http://www.linuxsampler.org">LinuxSampler</a>, to allow
35 using cheap computers (even without sound or graphic card) as sampler slave
36 machines being used in standard sequencer applications like Cubase, Logic
37 and Reaper.
38 Please <a href="http://www.linuxsampler.org/donations.html">support the
39 development of EthernetMIDI and LinuxSampler by donation</a>. Be fair
40 and help us improving those free tools for you!
41 <p>
42 <table>
43 <tr>
44 <td>
45 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
46 <input type="hidden" name="cmd" value="_s-xclick">
47 <input type="hidden" name="hosted_button_id" value="6746056">
48 <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!">
49 <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
50 </form>
51 </td>
52 <td>
53 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
54 <input type="hidden" name="cmd" value="_s-xclick">
55 <input type="hidden" name="hosted_button_id" value="6746149">
56 <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!">
57 <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
58 </form>
59 </td>
60 </tr>
61 </table>
62
63
64 <p>
65 <u><b>Usage Instructions:</b></u>
66 <p>
67 Please see the Documentation in the README.txt file contained in the ZIP file.
68 EthernetMIDI does yet not come with a Windows installer, so the installation
69 is done by unpacking the ZIP file in some location and then if you want
70 make a link to the EthernetMIDI.exe on your desktop.
71 <P>
72 <u><b>Requirements:</b></u>
73 <P>
74 EthernetMIDI (for now) requires a virtual MIDI loopback device for Windows.
75 I recommend either Maple or MIDIYoke.
76 Since the site hosting the Maple tools seems currently be down, <A HREF="http://www.marblesound.com">www.marblesound.com</A>,
77 I've temporarily mirrored it locally. You can download it here:
78 <A HREF="http://download.linuxsampler.org/dev/ethernetmidi/MapleVMCv352.zip">MapleVMCv352.zip</A>
79
80 <P>
81 <u><b>Download:</b></u>
82 <P>
83 <A HREF="http://download.linuxsampler.org/dev/ethernetmidi/ethernetmidi-0.0.2.zip">ethernetmidi-0.0.2.zip</A>
84 <P>
85 Source code: <A HREF="http://download.linuxsampler.org/dev/ethernetmidi/ethernetmidi-src-0.0.2.zip">ethernetmidi-src-0.0.2.zip</A>
86 <BR>
87 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>
88 <BR>
89 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>
90
91 <P>
92 <u><b>Contact:</b></u>
93 <P>
94 For any kind of feedback contact me at the email address <A HREF="http://www.linuxsampler.org/developers.html">listed here</A>
95 <hr style="width: 100%">
96 <center>The LinuxSampler Project - <a href="http://www.linuxsampler.org">http://www.linuxsampler.org</a></center>
97
98 </BODY>
99 </HTML>

  ViewVC Help
Powered by ViewVC