Search found 30 matches

by chio
Tue Apr 19, 2005 7:39 pm
Forum: General Discussion
Topic: I failed geometry - need some coordinate help
Replies: 7
Views: 2710

the formula

Oh I can see the formula I just can't make it work! :D oh and your english is very good.

I have to stop this project for a few weeks as work cam in, so I will post the final results soon.

Thanks a lot,
by chio
Sun Apr 17, 2005 9:04 pm
Forum: General Discussion
Topic: I failed geometry - need some coordinate help
Replies: 7
Views: 2710

Another try (to be tested):


;Structure POINT ; already defined in PB
; x.l
; y.l
;EndStructure

Global TabletTopWidth , TabletBottomWidth , TabletHeight
Global ScreenWidth , ScreenHeight
; initialize these globals as needed...


Procedure FillScreenCoordFromTablet(*ScreenCoord.POINT,TabletX ...
by chio
Sat Apr 16, 2005 11:37 pm
Forum: General Discussion
Topic: I failed geometry - need some coordinate help
Replies: 7
Views: 2710

X coordinate on destination surface = ( Xcoordinate on source surface * width of destination surface ) / width of source surface


You are correct but now we need to do that for every pixel in height.

Riht now the formula is

scrRatioX = (desktopW/mXd) // mXd is the width of the tablet at the ...
by chio
Sat Apr 16, 2005 9:13 pm
Forum: General Discussion
Topic: I failed geometry - need some coordinate help
Replies: 7
Views: 2710

I failed geometry - need some coordinate help

Ok, another project I am trying to play with is the idea of projecting coordinates.

Lets say I have a mouse tablet that is a parallelogram and I wish to make sure that when my pen is on top of the top right, so is my cursor in my screen. Of course the top is larger than the bottom so therefore I ...
by chio
Sat Apr 16, 2005 8:53 pm
Forum: General Discussion
Topic: Telephone App with voice changer
Replies: 2
Views: 1503

Could be.

This could work. I actually use right now professinal sound apps such as Sonar3. The issue is that I just want to play building one that would do what I need. Customize it to my needs instead of having all the other stuff I don't want. And besides, just have fun putting it together.

Thanks anyways ...
by chio
Fri Apr 15, 2005 2:30 pm
Forum: General Discussion
Topic: Telephone App with voice changer
Replies: 2
Views: 1503

Telephone App with voice changer

Ok, here is another wild question. I speak on the radio (via phone) once or twice a week. I use a hardware voice changer to do the obvious.

Are there any libraries that can:
1. Be used to dial and talk through my PC
2. Change voice

I have programs that can dial for me, Skype is great. I also use ...
by chio
Thu Apr 14, 2005 11:44 pm
Forum: General Discussion
Topic: TV Cards
Replies: 5
Views: 2263

TV Cards

Hi all, has anyone written any apps to access TV cards? Such as ATI All-in-wonder (AIW).

I want to make or modify an app that can change my TV channels and work like a TV tuner. Also if it can decode the video signal from the cable company. I don't mean steal it, I pay for cable, but when I veiw ...
by chio
Mon Aug 02, 2004 3:21 pm
Forum: Coding Questions
Topic: SoundCard LineInput
Replies: 9
Views: 3102

Thanks

Man that sounds like rocket science :-)

Thanks a lot for the info, I am going to study this well and try to see how I can come up with a good solution.

One of the reasons I was not able to find a way is because I would have imagined that if A = 440 the other notes would have an specific fq which ...
by chio
Mon Aug 02, 2004 3:24 am
Forum: Tricks 'n' Tips
Topic: Capturing Audio [COMPLETE SOURCE]
Replies: 67
Views: 58772

note frequency

How could I didplay the Hz of the note played? I have my guitar connected and would love to see the note I am playing being recognized.

Thanks
by chio
Mon Aug 02, 2004 3:16 am
Forum: Coding Questions
Topic: SoundCard LineInput
Replies: 9
Views: 3102

note frequency

Any ideas on how I can display the note frequency Hz using the record script or such?

I want to be able to play a note and see what note it is on screen.

Thanks,
by chio
Sun Aug 01, 2004 9:49 pm
Forum: Coding Questions
Topic: Guitar help
Replies: 1
Views: 1151

Guitar help

Hi all, I have seen some guitar links here but can't find what I need.

I am trying to write a Note Analizer. Something that when the string is played gets captured by the sound card and it tells you the Hz of the note.

There are a ton of programs that do this already but I got a twist that I want ...
by chio
Fri Jul 16, 2004 12:45 am
Forum: Tricks 'n' Tips
Topic: RS232 Librarie - MVCOM
Replies: 9
Views: 5273

works fine here

then click on PureBasic
by chio
Thu Jul 15, 2004 6:20 pm
Forum: Coding Questions
Topic: Help with webcam or video stream
Replies: 52
Views: 32124

Icamplay

Guys contact www.icamplay.com and get his library. I was happily surprised of everything that it can do. Specially ease your code.

Be well,
by chio
Thu Jul 15, 2004 6:16 pm
Forum: Tricks 'n' Tips
Topic: Embedded Flash ActiveX
Replies: 24
Views: 17063

too complex

I guess I need more knowledge. I used the webgadget to bring in the swf file and wroks for what I need. The only issue is the scrollbar at the left which is not going away.

Thanks.
by chio
Wed Jul 14, 2004 6:04 pm
Forum: Tricks 'n' Tips
Topic: Embedded Flash ActiveX
Replies: 24
Views: 17063

confused

Ok can someone give me a step-by-step to do this please.

I can't get this done.

I want to use a SWF file in my app, this is for that right? :lol:

Thanks.