Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 26, 2019 17:13
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/f34aca307a4716c4db78ec642f1952a9 to your computer and use it in GitHub Desktop.
Save ryantm/f34aca307a4716c4db78ec642f1952a9 to your computer and use it in GitHub Desktop.
/nix/store/2s7x8d96wb204h10r4yvgaixwm25xx4b-fluidsynth-2.0.6
├── 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.3
│   ├── libfluidsynth.so.2.1.3
│   └── 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