by Linux Frank » Tue Jan 21, 2003 10:04 pm
Actually I thought about it. I need to learn to use GCC, or some other compiler, and actually get into using the programing facilities in Linux. Maybe I will make one myself.
My requirement is for basic tick tick time. I need the basic 1 beat per second at this learner stage, and I will need to improve upon it. However sound will be important. I need to generate the right pitches so I can match. I am learning the trumpet so this is important. But any basic sound card would be capable of that...right?
So I might make this my first solo programming project, my own metronome. Oh hell I've got another project - never mind such things is life made of. One can never regret learning.
So I need to learn how to use the GCC compiler (that seems to be the best by general consensus of opinion) and then I need to start writing/learning code. I need to learn sound production and control, oh and I will have to consider stability of the timing. If I recall the timing clock in C is 1/100th of a second, and is not that stable (but the unstable time might be from OS/2 - so much stuff so little memory).
Well I must say it's been a long few years since I have been inspired enough to do anything with computers even approaching the stuff I am currently doing, guess I'll have to thank Linus when/if I meet him.