instruments.tidal 622 Bytes
-- Bulles 8bit
once $ s "supersnare"
# n (-12)
# accelerate 8
# sustain 1

-- BOUNCE!#
once
$ note ("5 6 8 ~ 8 [6 5] 6 ~"
- 36
)
# s "supersaw"
# voice 0.05
# accelerate 1
# gain 0.8

-- Didgeridoo
once $ note (-18) # "sax"
-- # gain 0.47
# cut 1

-- LASER BRUITISTE
d1 $ plyWith 8 (|* crush 1.4) $ n "0 2" # sound "cpu2"

-- Orgue 8-bit
d1
  $ off 0.5 ((|+ note 12) . (|* gain 0.7))
  $ slow 2
  $ stut 8 0.85 (1/"<64!16 128!16>")
  $ swingBy "q" 4
  $ scramble 4 $ every 4 rev $ note (scale "lydian" (run 8))
  # "supersquare" # gain 0.5
  # voice (slow 4 sine)
  # octave (slow 4 "<3 4 5 5>")
  # legato 1
  # gain 0.4