GNU/Linux ◆ alacritty ◆ bash 94 views

Showing the sine wave discontinuities in the test-tone plugin.

autocast script:

settings:
  width: 120
  height: 30
  title: dec-adv 2023 day 16
  timeout: 90s
  type_speed: 10ms
  overwrite: true

instructions:
  - !Marker Examining the project file
  - !Command
    command: "cat tlature-engine/projects/load/main.tlgr.kdl"
  - !Wait 3s

  - !Marker Creating the WAV file with ↹lature
  - !Interactive
    command: "jaxrec -p 1 tlature:output_1 -e &> jaxrec.log & tlature tlature-engine/projects/load"
    keys:
      - 1s
      - ^J
      - ' '
      - 2s
      - ' '
      - q
  - !Wait 2s

  - !Marker Examining the file with `twv`
  - !Command
    command: "du out.wav"
  - !Wait 2s
  - !Interactive
    command: "twv out.wav"
    keys:
      - 1s
      - "["
      - 100ms
      - ">"
      - 100ms
      - ">"
      - 100ms
      - ">"
      - 100ms
      - ">"
      - 100ms
      - h
      - 100ms
      - k
      - 100ms
      - k
      - 100ms
      - k
      - 3s
      - q