Einzelnen Beitrag anzeigen

Benutzerbild von KingIR
KingIR

Registriert seit: 19. Feb 2006
81 Beiträge
 
Delphi 2006 Professional
 
#24

Re: Simply Player - Media Player

  Alt 28. Mai 2006, 17:50
Nuja sie unterstützt erstmal diese Funktion da, BASS_PluginGetInfo.

Ansonsten, Changelog:
Bugfixes +
Code:
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
Dauert halt mal fünf Minuten die geänderten Funktionsnamen anzupassen, aber ansonsten gibts keine Probleme (bei mir gabs zumindest keine).
Achja und die Konstante BASSVERSION ist in den Delphi-Headern falsch deklariert, die müsste auf $02030000 stehen.

(roter Kasten bla, vielleicht trotzdem interessant)
  Mit Zitat antworten Zitat