#include "CoreMidiSource.h"
#include "CoreMidi4J.h"
#include "CoreMidi4JUtilities.h"
#include <stdio.h>
#include <mach/mach.h>
#include <mach/mach_time.h>
Go to the source code of this file.
Functions | |
JNIEXPORT jlong JNICALL | Java_uk_co_xfactorylibrarians_coremidi4j_CoreMidiSource_getMicroSecondTime (JNIEnv *, jobject) |
JNIEXPORT jlong JNICALL Java_uk_co_xfactorylibrarians_coremidi4j_CoreMidiSource_getMicroSecondTime | ( | JNIEnv * | , | |
jobject | ||||
) |
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 30 of file CoreMidiSource.cpp.