fbd_sequencer_cli 0.1.0

A command-line tool for playing music using PSG or AY-3-8910 sound sources. It supports playing .fbd sequence files and can output directly to audio devices or generate .wav files.
1
2
3
4
5
6
7
8
9
10
11
name: Build

on:
  push:
    branches:
      - main
  pull_request:

jobs:
  call-build:
    uses: ./.github/workflows/reusable_build.yml