#include "CoreMidi4JUtilities.h"
#include <iostream>
#include <jni.h>
#include <CoreMIDI/CoreMIDI.h>
Go to the source code of this file.
Functions | |
void | ThrowException (JNIEnv *env, CFStringRef function, OSStatus status) |
void | printJniStatus (int status) |
void printJniStatus | ( | int | status | ) |
Helper function that prints out JNI Status Codes
status | The status value to print |
Definition at line 54 of file CoreMidi4JUtilities.cpp.
void ThrowException | ( | JNIEnv * | env, | |
CFStringRef | function, | |||
OSStatus | status | |||
) |
Title: CoreMIDI4J Description: Core MIDI Device Provider for Java on OS X Copyright: Copyright (c) 2015-2016 Company: x.factory Librarians
CoreMIDI4J is an open source Service Provider Interface for supporting external MIDI devices on MAC OS X
This file is part of the XCODE project that provides the native implementation of CoreMIDI4J
CREDITS - This library uses principles established by OSXMIDI4J, but converted so it operates at the JNI level with no additional libraries required
Definition at line 28 of file CoreMidi4JUtilities.cpp.