Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 4, 2020 09:55
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/9336d1080c3ff5803bd034826980968f to your computer and use it in GitHub Desktop.
Save r-ryantm/9336d1080c3ff5803bd034826980968f to your computer and use it in GitHub Desktop.
/nix/store/xdkxsn8ix3cxd1gzf41zbygxh8hnnc1v-csound-6.15.0
├── bin
│   ├── atsa
│   ├── cs
│   ├── csanalyze
│   ├── csb64enc
│   ├── csbeats
│   ├── csdebugger
│   ├── csound
│   ├── cvanal
│   ├── dnoise
│   ├── envext
│   ├── extract
│   ├── extractor
│   ├── het_export
│   ├── het_import
│   ├── hetro
│   ├── lpanal
│   ├── lpc_export
│   ├── lpc_import
│   ├── makecsd
│   ├── mixer
│   ├── pvanal
│   ├── pv_export
│   ├── pv_import
│   ├── pvlook
│   ├── scale
│   ├── scot
│   ├── scsort
│   ├── sdif2ad
│   ├── sndinfo
│   ├── src_conv
│   └── srconv
├── include
│   └── csound
│   ├── arrays.h
│   ├── cfgvar.h
│   ├── CppSound.hpp
│   ├── cscore.h
│   ├── csdebug.h
│   ├── csdl.h
│   ├── csoundCore.h
│   ├── csound_data_structures.h
│   ├── CsoundFile.hpp
│   ├── csound.h
│   ├── csound.hpp
│   ├── csound_standard_types.h
│   ├── csound_threaded.hpp
│   ├── csound_type_system.h
│   ├── cs_par_structs.h
│   ├── csPerfThread.hpp
│   ├── cwindow.h
│   ├── filebuilding.h
│   ├── find_opcode.h
│   ├── float-version.h
│   ├── interlocks.h
│   ├── modload.h
│   ├── msg_attr.h
│   ├── OpcodeBase.hpp
│   ├── plugin.h
│   ├── pools.h
│   ├── pstream.h
│   ├── pvfileio.h
│   ├── soundio.h
│   ├── sysdep.h
│   ├── text.h
│   └── version.h
├── lib
│   ├── csound
│   │   └── plugins64-6.0
│   │   ├── libampmidid.so
│   │   ├── libarrayops.so
│   │   ├── libbeosc.so
│   │   ├── libbuchla.so
│   │   ├── libcellular.so
│   │   ├── libchua.so
│   │   ├── libcontrol.so
│   │   ├── libcounter.so
│   │   ├── libcs_date.so
│   │   ├── libdoppler.so
│   │   ├── libdssi4cs.so
│   │   ├── libemugens.so
│   │   ├── libexciter.so
│   │   ├── libfareygen.so
│   │   ├── libfluidOpcodes.so
│   │   ├── libfractalnoise.so
│   │   ├── libframebuffer.so
│   │   ├── libftsamplebank.so
│   │   ├── libgetftargs.so
│   │   ├── libgtf.so
│   │   ├── libimage.so
│   │   ├── libipmidi.so
│   │   ├── libjacko.so
│   │   ├── libjackTransport.so
│   │   ├── libjoystick.so
│   │   ├── libliveconv.so
│   │   ├── libmixer.so
│   │   ├── libosc.so
│   │   ├── libpadsynth.so
│   │   ├── libplaterev.so
│   │   ├── libpvsops.so
│   │   ├── libquadbezier.so
│   │   ├── librtalsa.so
│   │   ├── librtjack.so
│   │   ├── librtpulse.so
│   │   ├── libscansyn.so
│   │   ├── libscugens.so
│   │   ├── libselect.so
│   │   ├── libserial.so
│   │   ├── libsignalflowgraph.so
│   │   ├── libstackops.so
│   │   ├── libstdutil.so
│   │   ├── libsterrain.so
│   │   ├── libsystem_call.so
│   │   ├── liburandom.so
│   │   ├── libvirtual.so
│   │   └── libwidgets.so
│   ├── libcsnd6.so -> libcsnd6.so.6.0
│   ├── libcsnd6.so.6.0
│   ├── libcsound64.so -> libcsound64.so.6.0
│   └── libcsound64.so.6.0
└── share
├── cmake
│   └── Csound
│   └── FindCsound.cmake
├── locale
│   ├── de
│   │   └── LC_MESSAGES
│   │   └── csound6.mo
│   ├── en_US
│   │   └── LC_MESSAGES
│   │   └── csound6.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   └── csound6.mo
│   ├── es_CO
│   │   └── LC_MESSAGES
│   │   └── csound6.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   └── csound6.mo
│   ├── it
│   │   └── LC_MESSAGES
│   │   └── csound6.mo
│   └── ru
│   └── LC_MESSAGES
│   └── csound6.mo
└── samples
├── hrtf-44100-left.dat
├── hrtf-44100-right.dat
├── hrtf-48000-left.dat
├── hrtf-48000-right.dat
├── hrtf-96000-left.dat
├── hrtf-96000-right.dat
├── README
└── sf_GMbank.sf2
25 directories, 130 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment