Search found 8 matches

by GL
Mon Feb 16, 2004 11:20 pm
Forum: General Discussion
Topic: I2C using Centronics
Replies: 0
Views: 1025

I2C using Centronics

Does anyone knows how to use the I2C_DLL.dll from Ingo Gerlach in PB.
Found at http://home.welfen-netz.de/IngoGerlach/ ... 2c_par.htm

Also published in Elektuur Oktober 2000. :roll:


Thanks,
GL
by GL
Sat Dec 27, 2003 3:54 pm
Forum: Coding Questions
Topic: ButtonImageGadget State
Replies: 0
Views: 894

ButtonImageGadget State

Is there a way to test direct the ButtonImageGadget state?
(button in or button out)

I don't mean to test the left mouse key.

Thanks,
Ger.
by GL
Fri Dec 19, 2003 8:49 pm
Forum: Coding Questions
Topic: SoundCard LineInput
Replies: 9
Views: 3112

Hi Froggerprogger,

2. copy away the FMOD_DLL_IMPORT-file from your userlibs-directory.

Fix the problem.

Thanks!

Ger
by GL
Fri Dec 19, 2003 12:36 am
Forum: Coding Questions
Topic: SoundCard LineInput
Replies: 9
Views: 3112

Hi Froggerprogger,

Compiling the record-PB-example from the PB-fmod-package of KarlKoX
I get the error:
.....api/PureBasic/fmod_proc.pbi
Line 9: Invalid name: same as an external command.

What could that be?

Ger
by GL
Fri Dec 19, 2003 12:24 am
Forum: Coding Questions
Topic: SoundCard LineInput
Replies: 9
Views: 3112

Thanks Froggerprogger !

I give it a try. :D

Ger
by GL
Thu Dec 18, 2003 10:45 pm
Forum: Coding Questions
Topic: SoundCard LineInput
Replies: 9
Views: 3112

SoundCard LineInput

Hello forum,
I am busy to make a "virtual" audio mixer with a touchscreen.
The visual part and analog interface is working.
But my Vu levels are only actif when I use streaming audio.
(wav files and CDDA)
My question is can I use the soundcard line input for monitoring
(Vu levels) of a external ...
by GL
Thu Dec 18, 2003 10:22 pm
Forum: Coding Questions
Topic: FSOUND_GetCurrentLevels
Replies: 2
Views: 1241

FSOUND_GetCurrentLevels

Thanks Froggerprogger this is useful !!

Ger
by GL
Thu Dec 18, 2003 2:15 pm
Forum: Coding Questions
Topic: FSOUND_GetCurrentLevels
Replies: 2
Views: 1241

FSOUND_GetCurrentLevels

Hi,
I would use the FSOUND_GetCurrentLevels with FSOUND_CD_Play
Is this possible and how?
Or is there a "mci" way to get the current levels of the CD sound.

Thanks