Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 19, 2018 20:17
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/c14b7662830d4fe8feedc313c39e8930 to your computer and use it in GitHub Desktop.
Save ryantm/c14b7662830d4fe8feedc313c39e8930 to your computer and use it in GitHub Desktop.
/nix/store/p38kvdvf6ksz1jmnvlix41h83cpjlvb6-fluidsynth-2.0.1
├── 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.0.1
│   ├── libfluidsynth.so.2.0.1
│   └── 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