论坛


2011年1月21日 星期五

在 Delphi 下使用 DirectSound (10): 测试合唱效果器 IDirectSoundFXChorus8

万一| 万一的 Delphi 博客 |23:30:00

{相关结构} TDSFXChorus = packed record fWetDryMix: Single; //干湿度; 取值 0..100, 默认 50; fDepth: Single; //深度; 取值 0..100, 默认 10; fFeedback: Single; //声反馈; 取值 -99..99, 默认 25; fFrequency: Single; //频率; 取值 0..10, 默认 ...

如何把一个字符串填充到一个无类型的指针 - 回复 "豪杰的爸爸" 的问题

万一| 万一的 Delphi 博客 |17:43:00

问题来源:http://www.cnblogs.com/del/archive/2008/11/08/1329543.html#2016234procedure TForm1.Button1Click(Sender: TObject); var p: Pointer; str: string; size: Integer; begin str := Edit1.Text; size := (Length(str) + 1) * SizeOf(Char); p...

在 Delphi 下使用 DirectSound (9): 效果器初步及 IDirectSoundFXGargle8 效果器

万一| 万一的 Delphi 博客 |15:53:00

只有使用 IDirectSoundBuffer8 的次缓冲区才能设置"特效", 主缓冲区主要负责的是混音和处理 3D 效果.IDirectSoundBuffer8(非 IDirectSoundBuffer) 支持以下效果器:IDirectSoundFXChorus8 //合唱; 微调原生与回声的延迟 IDirectSoundFXCompressor8 //压缩; 压缩...

Delphi Labs: DataSnap XE - Server Methods Lifecycle

Embarcadero| CodeCentral Delphi Submissions |14:02:45

Delphi XE DataSnap application demonstrating options for declarative lifecycle management of DataSnap server methods instances

Video: REST Servers in Delphi XE Part I - Building a REST Server

Embarcadero| EDN Delphi Feed |06:27:00

Reposition Inherited Control Back to Its Original Position

About.com| About.com Delphi Programming |02:00:40

inDelphi TIPS::When you change any of the properties of a control on the base form, for example, Color - the color of this control on the ...Read Full Post