Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 17, 2019 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/3c294f058850317caf6b13538e8a4fde to your computer and use it in GitHub Desktop.
Save ryantm/3c294f058850317caf6b13538e8a4fde to your computer and use it in GitHub Desktop.
/nix/store/lkwmpcw5dgszhg8i8a3zl9cig5v6fk24-fluidsynth-2.0.3
├── bin
│   └── fluidsynth
├── include
│   ├── fluidsynth
│   │   ├── audio.h
│   │   ├── event.h
│   │   ├── gen.h
│   │   ├── ladspa.h
│   │   ├── log.h
│   │   ├── midi.h
│   │   ├── misc.h
│   │   ├── mod.h
│   │   ├── seqbind.h
│   │   ├── seq.h
│   │   ├── settings.h
│   │   ├── sfont.h
│   │   ├── shell.h
│   │   ├── synth.h
│   │   ├── types.h
│   │   ├── version.h
│   │   └── voice.h
│   └── fluidsynth.h
├── lib
│   ├── libfluidsynth.so -> libfluidsynth.so.2
│   ├── libfluidsynth.so.2 -> libfluidsynth.so.2.1.0
│   ├── libfluidsynth.so.2.1.0
│   └── pkgconfig
│   └── fluidsynth.pc
├── lib64 -> lib
└── share
└── man
└── man1
└── fluidsynth.1.gz
9 directories, 24 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment