Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 28, 2020 06:03
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 r-ryantm/27efa643e0d1bba2ec662fc58758a7f4 to your computer and use it in GitHub Desktop.
Save r-ryantm/27efa643e0d1bba2ec662fc58758a7f4 to your computer and use it in GitHub Desktop.
/nix/store/1wbq44j04wrj1jn6xvi7s9ww83i6hk5l-libinstpatch-1.1.5
├── include
│   └── libinstpatch-2
│   └── libinstpatch
│   ├── builtin_enums.h
│   ├── compat.h
│   ├── IpatchBase.h
│   ├── IpatchContainer.h
│   ├── IpatchConvert_DLS2.h
│   ├── IpatchConverter.h
│   ├── IpatchConverterSF2VoiceCache.h
│   ├── IpatchConvert_Gig.h
│   ├── IpatchConvert_SF2.h
│   ├── IpatchConvert_SLI.h
│   ├── IpatchDLS2Conn.h
│   ├── IpatchDLS2.h
│   ├── IpatchDLS2Info.h
│   ├── IpatchDLS2Inst.h
│   ├── IpatchDLS2Region.h
│   ├── IpatchDLS2Sample.h
│   ├── IpatchDLSFile.h
│   ├── IpatchDLSReader.h
│   ├── IpatchDLSWriter.h
│   ├── IpatchFile.h
│   ├── IpatchGigDimension.h
│   ├── IpatchGigEffects.h
│   ├── IpatchGigFile.h
│   ├── IpatchGig.h
│   ├── IpatchGigInst.h
│   ├── IpatchGigRegion.h
│   ├── IpatchGigSample.h
│   ├── IpatchGigSubRegion.h
│   ├── IpatchItem.h
│   ├── IpatchIter.h
│   ├── IpatchList.h
│   ├── IpatchParamProp.h
│   ├── IpatchPaste.h
│   ├── IpatchRange.h
│   ├── IpatchRiff.h
│   ├── IpatchSampleData.h
│   ├── IpatchSample.h
│   ├── IpatchSampleList.h
│   ├── IpatchSampleStoreCache.h
│   ├── IpatchSampleStoreFile.h
│   ├── IpatchSampleStore.h
│   ├── IpatchSampleStoreRam.h
│   ├── IpatchSampleStoreRom.h
│   ├── IpatchSampleStoreSndFile.h
│   ├── IpatchSampleStoreSplit24.h
│   ├── IpatchSampleStoreSwap.h
│   ├── IpatchSampleStoreVirtual.h
│   ├── IpatchSampleTransform.h
│   ├── IpatchSF2File.h
│   ├── IpatchSF2Gen.h
│   ├── IpatchSF2GenItem.h
│   ├── IpatchSF2.h
│   ├── IpatchSF2Inst.h
│   ├── IpatchSF2IZone.h
│   ├── IpatchSF2Mod.h
│   ├── IpatchSF2ModItem.h
│   ├── IpatchSF2ModList.h
│   ├── IpatchSF2Preset.h
│   ├── IpatchSF2PZone.h
│   ├── IpatchSF2Reader.h
│   ├── IpatchSF2Sample.h
│   ├── IpatchSF2VoiceCache_DLS.h
│   ├── IpatchSF2VoiceCache_Gig.h
│   ├── IpatchSF2VoiceCache.h
│   ├── IpatchSF2VoiceCache_SF2.h
│   ├── IpatchSF2VoiceCache_SLI.h
│   ├── IpatchSF2VoiceCache_VBank.h
│   ├── IpatchSF2Writer.h
│   ├── IpatchSF2Zone.h
│   ├── IpatchSLIFile.h
│   ├── IpatchSLI.h
│   ├── IpatchSLIInst.h
│   ├── IpatchSLIReader.h
│   ├── IpatchSLISample.h
│   ├── IpatchSLIWriter.h
│   ├── IpatchSLIZone.h
│   ├── IpatchSndFile.h
│   ├── IpatchTypeProp.h
│   ├── IpatchUnit_DLS.h
│   ├── IpatchUnit_generic.h
│   ├── IpatchUnit.h
│   ├── IpatchUnit_SF2.h
│   ├── IpatchVBank.h
│   ├── IpatchVBankInst.h
│   ├── IpatchVBankRegion.h
│   ├── IpatchVirtualContainer.h
│   ├── IpatchVirtualContainer_types.h
│   ├── IpatchXml.h
│   ├── IpatchXmlObject.h
│   ├── libinstpatch.h
│   ├── misc.h
│   ├── sample.h
│   ├── util.h
│   └── version.h
├── lib
│   ├── libinstpatch-1.0.so -> libinstpatch-1.0.so.2
│   ├── libinstpatch-1.0.so.2 -> libinstpatch-1.0.so.2.1.0
│   ├── libinstpatch-1.0.so.2.1.0
│   └── pkgconfig
│   └── libinstpatch-1.0.pc
└── nix-support
└── propagated-build-inputs
6 directories, 99 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment