| | Happy new year!!! Nicolas Alvarez
|
| | Happy new year for everybody! I started making this program at 11:00 pm on December 31st. Incredibly, I could finish it for 12:00 to use it. It simulates fireworks sound using the RCX speaker. It uses lots of Random(n) calls to make the sound (...) (21 years ago, 4-Jan-04, to lugnet.robotics.rcx.nqc)
|
| | |
| | | | Re: Happy new year!!! Bapt Denaeyer
|
| | | | It don't really simulate a firework but ... It's so cool :) nanobapt (21 years ago, 4-Jan-04, to lugnet.robotics.rcx.nqc)
|
| | | | |
| | | | Re: Happy new year!!! Stef Mientki
|
| | | | (...) thanks, at the same from me, (...) Maybe a stupid question, (haven't used NQC for a while), but can anyone tell me, why is my NQC compiler complaining that freq should be a constant ? thanks, Stef Mientki (21 years ago, 4-Jan-04, to lugnet.robotics.rcx.nqc)
|
| | | | |
| | | | | | Re: Happy new year!!! Dave Baum
|
| | | | (...) RCX 1.0 (the default target for NQC) doesn't support variable frequencies. If you instruct NQC to generate code for RCX 2.0 (using the -Trcx2 option on the command line) then it should stop complaining. Of course, in order for the program to (...) (21 years ago, 4-Jan-04, to lugnet.robotics.rcx.nqc)
|
| | | | |
| | | | | | Re: Happy new year!!! Stef Mientki
|
| | | | (...) Thanks Dave, it works now ! Stef Mientki (21 years ago, 6-Jan-04, to lugnet.robotics.rcx.nqc)
|
| | | | |