je suis en train de lire un truc sur les signaux analogiques dans LBP ... mais ou vais-je ? ... et je crois que ce passage pourrais t'intéresser (le deuxième paragraphe ... par contre c'est en anglais) :
"3.5. Timer
If any device is the king of analogue processing, it’s the timer. Simple enough to just trigger an event every few seconds, yet powerful enough to be used at the core of a data storage device or even integration (yes, LBP2 has calculus) of analogue signals against time and a whole bunch of stuff in between. It can also be quite neatly geared up as a signal source, to produce periodic waveforms (natively triangle and sawtooth, but with a couple of bits of extra logic, square waves, trapezoids and possibly sine and cosine – though I’ve not quite got as far as achieving true sine and cosine yet, but I think I know how).
The output of the timer is, much like some of the other tools, the ratio of max value to current value. However, in addition to binary inputs (of which there are a few nice things such as “start counting up / down” and “forwards / backwards”)
the timer also has a speed setting, which is fantastic. Basically, if you put a 50% analogue signal into a timer with speed inputs, then the timer will fill up half as fast as normal, change it to 25% and the rate of change halves again, drop it to 0% and it stops. But this also works for negative values as well, and a negative input will reduce the value of the timer, at a rate proportional to the input value. "
tiré d'ici :
http://www.lbpcentral.com/forums/entry.php?2069-Analogue-Logic-1-Fundamentalsbon après faut trouvé comment bien l'implémenter dans ton système
EDIT :
tiens j'ai essayé quelque chose avec les chronos
le chrono 1 est réglé sur 0.1s et avec "action d'entrée" sur "Echelle de vitesse", il est relié à l'emitteur et le temps donné (0.1s par exemple) est la vitesse maxi d'émission
le chrono numéro 2 est réglé sur 300s, avec "action d'entrée" sur "marche/arrêt"
le numéro 3 est réglé sur le temps de la vague (exemple 10s)
le numéro 4 est activé à la fin de la vague et est réglé sur un temps court (1s) puis il reinitialise 3 et 4
en fait le 3 va ainsi activer le 2 pendant 1s toutes les 10s, et pendant cette seconde, le 2 va augmenterla vitesse du premier chrono d'1/300 ème
je te conseille de réduire le temps du 2 lors des tests si tu voir quelque chose ^^