Uses of Class
paulscode.sound.FilenameURL
Packages that use FilenameURL
-
Uses of FilenameURL in paulscode.sound
Fields in paulscode.sound declared as FilenameURLMethods in paulscode.sound that return FilenameURLModifier and TypeMethodDescriptionprivate FilenameURLMidiChannel.filenameURL(boolean bool, FilenameURL filenameURL) MidiChannel.getFilenameURL()Methods in paulscode.sound with parameters of type FilenameURLModifier and TypeMethodDescriptionvoidSource.changeSource(boolean bool, boolean bool2, boolean bool3, String string, FilenameURL filenameURL, SoundBuffer soundBuffer, float float2, float float3, float float4, int int2, float float5, boolean bool4) private voidSoundSystem.CommandFadeOut(String string, FilenameURL filenameURL, long long2) private voidSoundSystem.CommandFadeOutIn(String string, FilenameURL filenameURL, long long2, long long3) private voidSoundSystem.CommandLoadSound(FilenameURL filenameURL) private voidSoundSystem.CommandNewSource(boolean bool, boolean bool2, boolean bool3, String string, FilenameURL filenameURL, float float2, float float3, float float4, int int2, float float5) private voidSoundSystem.CommandQueueSound(String string, FilenameURL filenameURL) private voidSoundSystem.CommandQuickPlay(boolean bool, boolean bool2, boolean bool3, String string, FilenameURL filenameURL, float float2, float float3, float float4, int int2, float float5, boolean bool4) voidLibrary.fadeOut(String string, FilenameURL filenameURL, long long2) voidMidiChannel.fadeOut(FilenameURL filenameURL, long long2) voidSource.fadeOut(FilenameURL filenameURL, long long2) voidLibrary.fadeOutIn(String string, FilenameURL filenameURL, long long2, long long3) voidMidiChannel.fadeOutIn(FilenameURL filenameURL, long long2, long long3) voidSource.fadeOutIn(FilenameURL filenameURL, long long2, long long3) private FilenameURLMidiChannel.filenameURL(boolean bool, FilenameURL filenameURL) voidLibrary.loadMidi(boolean bool, String string, FilenameURL filenameURL) booleanLibrary.loadSound(FilenameURL filenameURL) voidLibrary.newSource(boolean bool, boolean bool2, boolean bool3, String string, FilenameURL filenameURL, float float2, float float3, float float4, int int2, float float5) voidLibrary.queueSound(String string, FilenameURL filenameURL) voidMidiChannel.queueSound(FilenameURL filenameURL) voidSource.queueSound(FilenameURL filenameURL) voidLibrary.quickPlay(boolean bool, boolean bool2, boolean bool3, String string, FilenameURL filenameURL, float float2, float float3, float float4, int int2, float float5, boolean bool4) voidMidiChannel.setFilenameURL(FilenameURL filenameURL) voidMidiChannel.switchSource(boolean bool, String string, FilenameURL filenameURL) Constructors in paulscode.sound with parameters of type FilenameURLModifierConstructorDescriptionMidiChannel(boolean bool, String string, FilenameURL filenameURL) Source(boolean bool, boolean bool2, boolean bool3, String string, FilenameURL filenameURL, SoundBuffer soundBuffer, float float2, float float3, float float4, int int2, float float5, boolean bool4) -
Uses of FilenameURL in paulscode.sound.libraries
Methods in paulscode.sound.libraries with parameters of type FilenameURLModifier and TypeMethodDescriptionvoidSourceLWJGLOpenAL.changeSource(FloatBuffer floatBuffer, IntBuffer intBuffer, boolean bool, boolean bool2, boolean bool3, String string, FilenameURL filenameURL, SoundBuffer soundBuffer, float float2, float float3, float float4, int int2, float float5, boolean bool4) booleanLibraryLWJGLOpenAL.loadSound(FilenameURL filenameURL) voidLibraryLWJGLOpenAL.newSource(boolean bool, boolean bool2, boolean bool3, String string, FilenameURL filenameURL, float float2, float float3, float float4, int int2, float float5) voidLibraryLWJGLOpenAL.quickPlay(boolean bool, boolean bool2, boolean bool3, String string, FilenameURL filenameURL, float float2, float float3, float float4, int int2, float float5, boolean bool4) Constructors in paulscode.sound.libraries with parameters of type FilenameURLModifierConstructorDescriptionSourceLWJGLOpenAL(FloatBuffer floatBuffer, IntBuffer intBuffer, boolean bool, boolean bool2, boolean bool3, String string, FilenameURL filenameURL, SoundBuffer soundBuffer, float float2, float float3, float float4, int int2, float float5, boolean bool4)