Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 16, 2018 18:11
Show Gist options
  • Save ryantm/fbd821b325f18bdbc65812caeb1e0ecc to your computer and use it in GitHub Desktop.
Save ryantm/fbd821b325f18bdbc65812caeb1e0ecc to your computer and use it in GitHub Desktop.
/nix/store/23kh3gax6a023mi2r3q31fd1mixa1k14-fluidsynth-1.1.10
├── bin
│   └── fluidsynth
├── include
│   ├── fluidsynth
│   │   ├── audio.h
│   │   ├── event.h
│   │   ├── gen.h
│   │   ├── log.h
│   │   ├── midi.h
│   │   ├── misc.h
│   │   ├── mod.h
│   │   ├── ramsfont.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.1
│   ├── libfluidsynth.so.1 -> libfluidsynth.so.1.7.1
│   ├── libfluidsynth.so.1.7.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