Retourner au contenu associé (entrée de forum : Melody of the primes)
Posté par BAud (site web personnel) le 08 février 2024 à 14:05. En réponse au message Melody of the primes. Évalué à 3.
mise en forme du code avec balise ```bash pour avoir la coloration syntaxique :-)
$ echo -n "2 "; seq inf | grep -v '.*[2468]$' | factor | \ grep -E '^[0-9]+: [0-9]+$' | cut -d':' -f1 | \ xargs -I_ bash -c 'pn=_; sox --norm=-3 \ -n -t alsa synth .08$((pn%100)) saw $(((pn%42)*42)) lowpass $((400+pn%100)) \ fade .01 0 .04 reverb 10 20 fade .01 0 .01 pad 0 .023'
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# mise en forme du code
Posté par BAud (site web personnel) . En réponse au message Melody of the primes. Évalué à 3.
mise en forme du code avec balise ```bash pour avoir la coloration syntaxique :-)