Search found 365 matches

by bfuller
Feb 11, 2008 23:42
Forum: Sources, Examples, Tips and Tricks
Topic: 5 New OpenGL Programs!!! :-)
Replies: 20
Views: 20368

I just played with OpenGL for the first time--its fun.

For your atoms, go have a look in the GL folder of the examples. Lesson 26 in NeHe is probably most useful for you I would think.
by bfuller
Feb 05, 2008 1:14
Forum: Community Discussion
Topic: About the v0.18.3b Release
Replies: 29
Views: 18799

Good answer---thanks.

Rgds
Brad
by bfuller
Feb 03, 2008 22:25
Forum: Community Discussion
Topic: About the v0.18.3b Release
Replies: 29
Views: 18799

Out of curiosity---what will be the "trigger" to go to Release 0.2, or even 1.0 for that matter? Just wondering.....

‹(•¿•)›

Rgds
Brad
by bfuller
Jan 09, 2008 11:08
Forum: Community Discussion
Topic: The new Old Man
Replies: 20
Views: 8429

I think I beat you all. I started with a "D2" kit computer, based on the Motorola 6800 chip with 128 BYTEs of RAM, a HEX keypad and 7 Segment display, 4 digits for memory address and 2 digits for data. From that I gradually built it up to include an ASCII keyboard, a (modified TV) monitor ...
by bfuller
Dec 21, 2007 1:21
Forum: Windows
Topic: Accessing Windows Data
Replies: 4
Views: 2357

Accessing Windows Data

Lets say I have another windows application running, and is it writing (updating) numbers on a screen. This other program is not freebasic, just an installed third party application. It is a sort of "real time" data logger, getting data/events via USB, processing the data and displaying th...
by bfuller
Dec 20, 2007 6:40
Forum: Beginners
Topic: Simple Sound Output
Replies: 10
Views: 2332

Well it wasn't me--I left school 38yrs ago!

I have made sound--see my Happy Birthday post to cha0s in Community News
by bfuller
Dec 20, 2007 6:33
Forum: Community Discussion
Topic: Happy Birthday, cha0s!!!!
Replies: 52
Views: 17928

'Happy Birthday Dear Cha0s adapted from 'speakersound.bas Sub Sound(ByVal freq As UInteger, dur As UInteger) Dim t As Double,f1 As Unsigned Short f1 = 1193181 \ freq Out &h61,Inp(&h61) Or 3 Out &h43,&hb6 Out &h42,LoByte(f1) Out &h42,HiByte(f1) t=Timer While ((Timer - t) * 10...
by bfuller
Dec 20, 2007 5:42
Forum: Beginners
Topic: Simple Sound Output
Replies: 10
Views: 2332

Simple Sound Output

Can someone please point me in the right direction to outputting sound from my computer. I have searched the forums and the programs I have found are too big and complicated for me to understand. I would like to output tones from the PC speakers of varying amplitude and frequency to be able to play ...
by bfuller
Dec 05, 2007 2:35
Forum: Beginners
Topic: &B &H &O -- need some clarification
Replies: 20
Views: 6068

Have a read of Notthecheatr's Tutorial #7.
http://notthecheatr.phatcode.net/fb_n00 ... 0b-07.html
Does that help?
by bfuller
Dec 04, 2007 22:16
Forum: Beginners
Topic: FB n00b tutorials - updated August 27, 2008
Replies: 42
Views: 13042

The highlighting and links to the Wiki Manual are excellent--well done. Makes it so much easier to read and understand.

On the index, numbers 5, 6 and 7 all link to Tutorial #1---probably a "cut and Paste" error.

Regards
Brad
by bfuller
Nov 28, 2007 6:11
Forum: Beginners
Topic: examples and dll's
Replies: 7
Views: 4454

OK, makes sense. In the Libraries Sticky, there is a link to www.fmod.org On the download page, there is a thing called "FMOD Ex Programmers API". The download is a file called "fmodapi40809win32-installer.exe"--is this what I need (I am running XP)? If I run this installer will ...
by bfuller
Nov 28, 2007 4:16
Forum: Beginners
Topic: examples and dll's
Replies: 7
Views: 4454

I have tried to compile a program with #INCLUDE fmod and the compiler can't find fmod.dll Where (what directory) am I supposed to put fmod.dll in? I have gone to the http://www.fmod.org/index.php/download website---which file should I download? Do I just run the installer?? I have looked at the WIKI...
by bfuller
Nov 02, 2007 0:09
Forum: Community Discussion
Topic: QB Express #25
Replies: 16
Views: 7820

What a great resource--I never knew Pete's site or the QB Express magazine existed until this post releasing Issue #25. Looks like I have a lot of reading to do now!
by bfuller
Oct 30, 2007 1:10
Forum: Community Discussion
Topic: I updated my site with a new tutorial
Replies: 36
Views: 14758

Vince---Looks like you fixed the PI typo already---sorry I jumped in too fast.

‹(•¿•)›

Cheers
Brad
by bfuller
Oct 30, 2007 0:56
Forum: Community Discussion
Topic: I updated my site with a new tutorial
Replies: 36
Views: 14758

#Define PI 3.14927 Sorry to be picky Vince---but we are having a "Maths" debate so best to be correct :) PI is 3.1415927--------you left the "15" out of the middle of it in your little code blolck. Cheers, Brad PS--and it looks like you used 3.14 to arrive at .017444444 in the e...