BASS.NET API for the Un4seen BASS Audio Library

BASS_VST_AEFFECTSetCurrentProgramName Method

BASS.NET API for the Un4seen BASS Audio Library
Sets (overwrites) the current selected program name of the VST effect.

Namespace:  Un4seen.Bass.AddOn.Vst
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public bool SetCurrentProgramName(
	string name
)

Parameters

name
Type: SystemString
The new name of the program to set (max. 24 characters long!).

Return Value

Type: Boolean
on success, else .
Remarks

This changes only the name to the VST effect program name, but does not change the program istself.
See Also

Reference