Please refer to github.com/jonathanslenders/fluidsynth to see the underlying C types.
This repo depends on fluidsynth.
# Set up dependencies on macOS
brew install portmidi fluidsynth pkg-config readline
# or (currently only supporting macOS)
make dependencies
# Testing
source ./config/dev.env
go test ./...
# or
make unit_testCheck out config/dev.env to see how PKG_CONFIG_PATH is correctly set for the readline package.