gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

portaudio.def (1898B)


      1 EXPORTS
      2 
      3 ;
      4 Pa_GetVersion                       @1
      5 Pa_GetVersionText                   @2
      6 Pa_GetErrorText                     @3                 
      7 Pa_Initialize                       @4
      8 Pa_Terminate                        @5
      9 Pa_GetHostApiCount                  @6
     10 Pa_GetDefaultHostApi                @7
     11 Pa_GetHostApiInfo                   @8
     12 Pa_HostApiTypeIdToHostApiIndex      @9
     13 Pa_HostApiDeviceIndexToDeviceIndex  @10
     14 Pa_GetLastHostErrorInfo             @11
     15 Pa_GetDeviceCount                   @12
     16 Pa_GetDefaultInputDevice            @13
     17 Pa_GetDefaultOutputDevice           @14
     18 Pa_GetDeviceInfo                    @15
     19 Pa_IsFormatSupported                @16
     20 Pa_OpenStream                       @17
     21 Pa_OpenDefaultStream                @18
     22 Pa_CloseStream                      @19
     23 Pa_SetStreamFinishedCallback        @20
     24 Pa_StartStream                      @21
     25 Pa_StopStream                       @22
     26 Pa_AbortStream                      @23
     27 Pa_IsStreamStopped                  @24
     28 Pa_IsStreamActive                   @25
     29 Pa_GetStreamInfo                    @26
     30 Pa_GetStreamTime                    @27
     31 Pa_GetStreamCpuLoad                 @28
     32 Pa_ReadStream                       @29
     33 Pa_WriteStream                      @30
     34 Pa_GetStreamReadAvailable           @31
     35 Pa_GetStreamWriteAvailable          @32
     36 Pa_GetSampleSize                    @33
     37 Pa_Sleep                            @34
     38 PaAsio_GetAvailableBufferSizes      @50
     39 PaAsio_ShowControlPanel             @51
     40 PaUtil_InitializeX86PlainConverters @52
     41 PaAsio_GetInputChannelName          @53
     42 PaAsio_GetOutputChannelName         @54
     43 PaUtil_SetDebugPrintFunction        @55
     44 PaWasapi_GetDeviceDefaultFormat     @56
     45 PaWasapi_GetDeviceRole              @57
     46 PaWasapi_ThreadPriorityBoost        @58
     47 PaWasapi_ThreadPriorityRevert       @59
     48 PaWasapi_GetFramesPerHostBuffer     @60
     49 PaWasapi_GetJackDescription         @61
     50 PaWasapi_GetJackCount               @62