Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 30, 2019 20:40
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/8b7aee3a9b0d07e2252e7772dabbb051 to your computer and use it in GitHub Desktop.
Save ryantm/8b7aee3a9b0d07e2252e7772dabbb051 to your computer and use it in GitHub Desktop.
/nix/store/68yx9icqq7c5w3c44m5nf0w834hzwmvf-fluidsynth-2.0.5
├── 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.2
│   ├── libfluidsynth.so.2.1.2
│   └── 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