Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 2, 2019 06:21
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/2ed0c4faa2bffc828a789b3f04c5def0 to your computer and use it in GitHub Desktop.
Save ryantm/2ed0c4faa2bffc828a789b3f04c5def0 to your computer and use it in GitHub Desktop.
/nix/store/p5yphfp2qg62987wz1wj33dq8xzz6han-fluidsynth-2.0.4
├── 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.1
│   ├── libfluidsynth.so.2.1.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