![]() |
Frequenz aus Mikro
Hi, wie kann ich die Frequenz herausfinden wenn eine am Line-In anliegt
Ich will meine Gitarre über die PC stimmen. |
Re: Frequenz aus Mikro
HY!
Schau Dir mal die bass.dll an. Die findest Du unter ![]() Viel Erfolg OLLI |
Re: Frequenz aus Mikro
Ich habe es hiermit versucht aber es kommt nur eine komische Zahl dabei heraus
Delphi-Quellcode:
unit UMain;
interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, bass, StdCtrls; type TForm1 = class(TForm) Button1: TButton; procedure Button1Click(Sender: TObject); private { Private declarations } public { Public declarations } end; var Form1: TForm1; implementation {$R *.DFM} procedure TForm1.Button1Click(Sender: TObject); var info:BASS_SAMPLE; begin BASS_Samplegetinfo(application.handle,info); showmessage(inttostr(info.freq)); end; end. |
Alle Zeitangaben in WEZ +1. Es ist jetzt 21:43 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz