1 /* ----------------------------------------------------------------------------
2  * This file was automatically generated by SWIG (http://www.swig.org).
3  * Version 3.0.12
4  *
5  * Do not make changes to this file unless you know what you are doing--modify
6  * the SWIG interface file instead.
7  * ----------------------------------------------------------------------------- */
8 
9 package com.grame.faust;
10 
11 public class FaustEngineJNI {
new_dsp()12   public final static native long new_dsp();
delete_dsp(long jarg1)13   public final static native void delete_dsp(long jarg1);
kPortAudioRenderer_get()14   public final static native int kPortAudioRenderer_get();
kJackRenderer_get()15   public final static native int kJackRenderer_get();
kCoreAudioRenderer_get()16   public final static native int kCoreAudioRenderer_get();
kiOSRenderer_get()17   public final static native int kiOSRenderer_get();
kAlsaRenderer_get()18   public final static native int kAlsaRenderer_get();
kAndroidRenderer_get()19   public final static native int kAndroidRenderer_get();
getLastError()20   public final static native String getLastError();
create1Dsp(String jarg1, String jarg2)21   public final static native long create1Dsp(String jarg1, String jarg2);
create2Dsp(String jarg1, String jarg2, String jarg3, String jarg4, int jarg5)22   public final static native long create2Dsp(String jarg1, String jarg2, String jarg3, String jarg4, int jarg5);
create3Dsp()23   public final static native long create3Dsp();
destroyDsp(long jarg1, dsp jarg1_)24   public final static native void destroyDsp(long jarg1, dsp jarg1_);
init1Dsp(long jarg1, dsp jarg1_, String jarg2)25   public final static native boolean init1Dsp(long jarg1, dsp jarg1_, String jarg2);
init2Dsp(long jarg1, dsp jarg1_, String jarg2, int jarg3, int jarg4, int jarg5)26   public final static native boolean init2Dsp(long jarg1, dsp jarg1_, String jarg2, int jarg3, int jarg4, int jarg5);
startDsp(long jarg1, dsp jarg1_)27   public final static native boolean startDsp(long jarg1, dsp jarg1_);
stopDsp(long jarg1, dsp jarg1_)28   public final static native void stopDsp(long jarg1, dsp jarg1_);
getNumInputsDsp(long jarg1, dsp jarg1_)29   public final static native int getNumInputsDsp(long jarg1, dsp jarg1_);
getNumOutputsDsp(long jarg1, dsp jarg1_)30   public final static native int getNumOutputsDsp(long jarg1, dsp jarg1_);
connectDsp(long jarg1, dsp jarg1_, long jarg2, dsp jarg2_, int jarg3, int jarg4)31   public final static native void connectDsp(long jarg1, dsp jarg1_, long jarg2, dsp jarg2_, int jarg3, int jarg4);
disconnectDsp(long jarg1, dsp jarg1_, long jarg2, dsp jarg2_, int jarg3, int jarg4)32   public final static native void disconnectDsp(long jarg1, dsp jarg1_, long jarg2, dsp jarg2_, int jarg3, int jarg4);
isConnectedDsp(long jarg1, dsp jarg1_, long jarg2, dsp jarg2_, int jarg3, int jarg4)33   public final static native boolean isConnectedDsp(long jarg1, dsp jarg1_, long jarg2, dsp jarg2_, int jarg3, int jarg4);
getJSONDsp(long jarg1, dsp jarg1_)34   public final static native String getJSONDsp(long jarg1, dsp jarg1_);
getParamsCountDsp(long jarg1, dsp jarg1_)35   public final static native int getParamsCountDsp(long jarg1, dsp jarg1_);
getParamIndexDsp(long jarg1, dsp jarg1_, String jarg2)36   public final static native int getParamIndexDsp(long jarg1, dsp jarg1_, String jarg2);
getParamAddressDsp(long jarg1, dsp jarg1_, int jarg2)37   public final static native String getParamAddressDsp(long jarg1, dsp jarg1_, int jarg2);
getParamUnitDsp(long jarg1, dsp jarg1_, int jarg2)38   public final static native String getParamUnitDsp(long jarg1, dsp jarg1_, int jarg2);
getParamMinDsp(long jarg1, dsp jarg1_, int jarg2)39   public final static native float getParamMinDsp(long jarg1, dsp jarg1_, int jarg2);
getParamMaxDsp(long jarg1, dsp jarg1_, int jarg2)40   public final static native float getParamMaxDsp(long jarg1, dsp jarg1_, int jarg2);
getParamStepDsp(long jarg1, dsp jarg1_, int jarg2)41   public final static native float getParamStepDsp(long jarg1, dsp jarg1_, int jarg2);
getParamValueDsp(long jarg1, dsp jarg1_, int jarg2)42   public final static native float getParamValueDsp(long jarg1, dsp jarg1_, int jarg2);
setParamValueDsp(long jarg1, dsp jarg1_, int jarg2, float jarg3)43   public final static native void setParamValueDsp(long jarg1, dsp jarg1_, int jarg2, float jarg3);
getParamRatioDsp(long jarg1, dsp jarg1_, int jarg2)44   public final static native float getParamRatioDsp(long jarg1, dsp jarg1_, int jarg2);
setParamRatioDsp(long jarg1, dsp jarg1_, int jarg2, float jarg3)45   public final static native void setParamRatioDsp(long jarg1, dsp jarg1_, int jarg2, float jarg3);
propagateAccDsp(long jarg1, dsp jarg1_, int jarg2, float jarg3)46   public final static native void propagateAccDsp(long jarg1, dsp jarg1_, int jarg2, float jarg3);
setAccConverterDsp(long jarg1, dsp jarg1_, int jarg2, int jarg3, int jarg4, float jarg5, float jarg6, float jarg7)47   public final static native void setAccConverterDsp(long jarg1, dsp jarg1_, int jarg2, int jarg3, int jarg4, float jarg5, float jarg6, float jarg7);
getAccConverterDsp(long jarg1, dsp jarg1_, int jarg2, long jarg3, long jarg4, long jarg5, long jarg6, long jarg7)48   public final static native void getAccConverterDsp(long jarg1, dsp jarg1_, int jarg2, long jarg3, long jarg4, long jarg5, long jarg6, long jarg7);
propagateGyrDsp(long jarg1, dsp jarg1_, int jarg2, float jarg3)49   public final static native void propagateGyrDsp(long jarg1, dsp jarg1_, int jarg2, float jarg3);
setGyrConverterDsp(long jarg1, dsp jarg1_, int jarg2, int jarg3, int jarg4, float jarg5, float jarg6, float jarg7)50   public final static native void setGyrConverterDsp(long jarg1, dsp jarg1_, int jarg2, int jarg3, int jarg4, float jarg5, float jarg6, float jarg7);
getGyrConverterDsp(long jarg1, dsp jarg1_, int jarg2, long jarg3, long jarg4, long jarg5, long jarg6, long jarg7)51   public final static native void getGyrConverterDsp(long jarg1, dsp jarg1_, int jarg2, long jarg3, long jarg4, long jarg5, long jarg6, long jarg7);
52 }
53