2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
9 #include <proto/exec.h>
11 #include "camd_intern.h"
14 /*****************************************************************************
18 AROS_LH3(BOOL
, Midi2Driver
,
21 AROS_LHA(APTR
, driverdata
, A0
),
22 AROS_LHA(ULONG
, msg
, D0
),
23 AROS_LHA(ULONG
, maxbuff
, D1
),
26 struct CamdBase
*, CamdBase
, 40, Camd
)
29 This is a private function, and will probably be obsolete. Please don`t use.
34 TRUE if max(buffer,maxbuffer) was big enough to hold the message, FALSE if not.
43 PutMidi(), GoodPutMidi(), PutMidiMsg()
49 2001-07-14 ksvalast first created
51 *****************************************************************************/
58 (struct DriverData
*)driverdata
,