shithub: choc

Download patch

ref: 6f366890c4dec2ffbd0842735a6fcb631feb857d
parent: 4f762256093b821a274498663c0f3b87e2f17756
author: Alex Mayfield <alexmax2742@gmail.com>
date: Sat Feb 18 14:08:57 EST 2017

Remove remnants of original IDL implementation

--- a/midiproc/midiproc.acf
+++ /dev/null
@@ -1,7 +1,0 @@
-[
-   implicit_handle(handle_t hMidiRPCBinding)
-]
-
-interface MidiRPC
-{
-}
--- a/midiproc/midiproc.idl
+++ /dev/null
@@ -1,18 +1,0 @@
-[
-   uuid(2d4dc2f9-ce90-4080-8a00-1cb819086970),
-   version(1.0),
-   implicit_handle(handle_t hMidiRPCBinding)
-]
-
-interface MidiRPC
-{
-   void MidiRPC_PrepareNewSong(void);
-   void MidiRPC_AddChunk([in] unsigned int count, [in, size_is(count)] byte *pBuf);
-   void MidiRPC_PlaySong([in] boolean looping);
-   void MidiRPC_StopSong(void);
-   void MidiRPC_ChangeVolume([in] int volume);
-   void MidiRPC_PauseSong(void);
-   void MidiRPC_ResumeSong(void);
-   void MidiRPC_StopServer(void);
-}
-