2.3 - 21/5/2006
---------------
* MOD message/instrument/sample text retrieval, merged with stream tag retrieval function
BASS_ChannelGetTags
BASS_TAG_MUSIC_NAME/MESSAGE/INST/SAMPLE (BASS_ChannelGetTags types)
BASS_MusicGetName *removed*
BASS_StreamGetTags *removed*
* Plugin information retrieval
BASS_PluginGetInfo
BASS_PLUGININFO/FORM structures
BASS_CHANNELINFO (plugin member)
PLUGINS example updated
* RIFF/WAVE "INFO" tag retrieval
BASS_TAG_RIFF_INFO (BASS_StreamGetTags type)
* More specific WAVE format information
BASS_CTYPE_STREAM_WAV_PCM/FLOAT (channel types)
BASS_CTYPE_STREAM_WAV (channel type flag)
* Proxy server configuration
BASS_CONFIG_NET_PROXY (BASS_SetConfig option)
BASS_CONFIG_NET_NOPROXY *removed*
NETRADIO example updated
* Passive
FTP mode
BASS_CONFIG_NET_PASSIVE (BASS_SetConfig option)
* Agent changes take immediate effect
BASS_CONFIG_NET_AGENT (BASS_SetConfig option)
* Minimum time gap between creating new sample channels
BASS_SAMPLE (mingap member)
BASS_SampleGetChannel
* Support for
Unicode plugin filenames
BASS_PluginLoad
* Device output/input rate retrieval (MacOSX only)
BASS_INFO (freq member)
BASS_RECORDINFO (freq member)
* Extended version info (minor revision)
BASS_GetVersion
* Unsupported codec error code
BASS_ERROR_CODEC
* Optional use of the Windows MP3 codec
BASS_CONFIG_MP3_CODEC (BASS_SetConfig option)
* 3D support for MacOSX
BASS_Set3DFactors
BASS_Get3DFactors
BASS_Set3DPosition
BASS_Get3DPosition
BASS_Apply3D
BASS_ChannelSet3DAttributes
BASS_ChannelGet3DAttributes
BASS_ChannelSet3DPosition
BASS_ChannelGet3DPosition
3DTEST example added (
Win32 example also updated)
* VB version of SYNTH example added