<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff></diff>
      <filename>jvsthost.dll</filename>
    </modified>
    <modified>
      <diff>@@ -261,6 +261,10 @@ void opcode2string(VstInt32 opcode, VstIntPtr value, JNIEnv *env) {
       message = env-&gt;NewStringUTF(&quot;audioMasterWantMidi: DEPRECATED in VST 2.4&quot;);
       break;
     }
+    case 14: { // audioMasterNeedIdle
+      message = env-&gt;NewStringUTF(&quot;audioMasterNeedIdle: DEPRECATED in VST 2.4&quot;);
+      break;
+    }
     default: {
       char *str = (char *) malloc(sizeof(char) * 100);
       sprintf(str, &quot;Opcode not recognized: %i&quot;, opcode);</diff>
      <filename>src/com/synthbot/audioplugin/vst/JVstHost.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-gcc -mno-cygwin -D__int64=&quot;long long&quot; -o jvsthost.dll -shared -O3 -w  -Wl,--add-stdcall-alias \
+gcc -mno-cygwin -D__int64=&quot;long long&quot; -o jvsthost.dll -shared -O3 -w -Wl,--add-stdcall-alias \
 -I. \
 -I/cygdrive/c/Java/jdk1.6.0_10/include \
 -I/cygdrive/c/Java/jdk1.6.0_10/include/win32 \
@@ -11,3 +11,4 @@ JVstHost.cpp \
 ls -l jvsthost.dll
 echo copying jvsthost.dll to C:/WINDOWS/system32
 cp jvsthost.dll /cygdrive/c/WINDOWS/system32
+mv jvsthost.dll ../../../../../
\ No newline at end of file</diff>
      <filename>src/com/synthbot/audioplugin/vst/buildJvh_win.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c04d36e8f711ba1de4581fe2eb3f3e751c633943</id>
    </parent>
    <parent>
      <id>38d4e38f121fc5dfbecfaa62bf906c7c7ca8072d</id>
    </parent>
  </parents>
  <author>
    <name>Matthew Yee-King</name>
    <email>matthew@yeeking.net</email>
  </author>
  <url>http://github.com/mhroth/jvsthost/commit/1e63b89ad582b93bc07c828543c05de8a2a9b964</url>
  <id>1e63b89ad582b93bc07c828543c05de8a2a9b964</id>
  <committed-date>2008-10-21T13:04:09-07:00</committed-date>
  <authored-date>2008-10-21T13:04:09-07:00</authored-date>
  <message>Merge branch 'master' of git@github.com:mhroth/jvsthost

Conflicts:

	JVstHost.jar
	build.properties
	src/com/synthbot/minihost/GuiMiniHost.java
	src/com/synthbot/minihost/PluginStringGui.java
	src/com/synthbot/minihost/PluginStringGuiListener.java
	src/com/synthbot/minihost/RandomMiniHost.java</message>
  <tree>d7057d2748a09a3fbd6ed55dbc68694838bbbdfc</tree>
  <committer>
    <name>Matthew Yee-King</name>
    <email>matthew@yeeking.net</email>
  </committer>
</commit>
