A library to send and receive MIDI messages over USB using the default USB-MIDI drivers on Win/Mac
Dependents: USBMIDI_HelloWorld USBMIDI_DrumExample USBMIDI_MonoSynth MIDI_Interface_ver_1 ... more
Revision 2:10d694d6ccdc, committed 2011-02-20
- Comitter:
- simon
- Date:
- Sun Feb 20 13:12:22 2011 +0000
- Parent:
- 1:ff74eabe02cd
- Commit message:
- Fixed up documentation
Changed in this revision
diff -r ff74eabe02cd -r 10d694d6ccdc MIDIMessage.h --- a/MIDIMessage.h Sun Feb 20 13:10:05 2011 +0000 +++ b/MIDIMessage.h Sun Feb 20 13:12:22 2011 +0000 @@ -1,4 +1,4 @@ -/** @license The MIT License +/* @license The MIT License * Copyright (c) 2011 mux, simon * * Permission is hereby granted, free of charge, to any person obtaining a copy
diff -r ff74eabe02cd -r 10d694d6ccdc USBMIDI.cpp --- a/USBMIDI.cpp Sun Feb 20 13:10:05 2011 +0000 +++ b/USBMIDI.cpp Sun Feb 20 13:12:22 2011 +0000 @@ -1,4 +1,4 @@ -/** @license The MIT License +/* @license The MIT License * Copyright (c) 2011 mux, simon * * Permission is hereby granted, free of charge, to any person obtaining a copy
diff -r ff74eabe02cd -r 10d694d6ccdc USBMIDI.h --- a/USBMIDI.h Sun Feb 20 13:10:05 2011 +0000 +++ b/USBMIDI.h Sun Feb 20 13:12:22 2011 +0000 @@ -1,4 +1,4 @@ -/** @license The MIT License +/* @license The MIT License * Copyright (c) 2011 mux, simon * * Permission is hereby granted, free of charge, to any person obtaining a copy
diff -r ff74eabe02cd -r 10d694d6ccdc usbcore.c --- a/usbcore.c Sun Feb 20 13:10:05 2011 +0000 +++ b/usbcore.c Sun Feb 20 13:12:22 2011 +0000 @@ -1,4 +1,4 @@ -/** @license The MIT License +/* @license The MIT License * Copyright (c) 2011 mux, simon * * Permission is hereby granted, free of charge, to any person obtaining a copy
diff -r ff74eabe02cd -r 10d694d6ccdc usbcore.h --- a/usbcore.h Sun Feb 20 13:10:05 2011 +0000 +++ b/usbcore.h Sun Feb 20 13:12:22 2011 +0000 @@ -1,4 +1,4 @@ -/** @license The MIT License +/* @license The MIT License * Copyright (c) 2011 mux, simon * * Permission is hereby granted, free of charge, to any person obtaining a copy
diff -r ff74eabe02cd -r 10d694d6ccdc usbdevice.c --- a/usbdevice.c Sun Feb 20 13:10:05 2011 +0000 +++ b/usbdevice.c Sun Feb 20 13:12:22 2011 +0000 @@ -1,4 +1,4 @@ -/** @license The MIT License +/* @license The MIT License * Copyright (c) 2011 mux, simon * * Permission is hereby granted, free of charge, to any person obtaining a copy