Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 6, 2019 06:20
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/0d050dbbc45b956bd288b6d5f9ea8a58 to your computer and use it in GitHub Desktop.
Save ryantm/0d050dbbc45b956bd288b6d5f9ea8a58 to your computer and use it in GitHub Desktop.
/nix/store/kw6sh1clq4sx0j85c0iz5kxza1sxwby0-spectmorph-0.5.0
├── bin
│   ├── smenc
│   ├── smenccache
│   ├── smfiledialog
│   ├── smfiledialog.sh
│   ├── sminspector
│   ├── sminstbuilder
│   ├── smjack
│   ├── smplay
│   ├── smsampleedit
│   ├── smsfimport
│   ├── smstrip
│   ├── smtool
│   └── smwavset
├── include
│   └── spectmorph
│   ├── smcore
│   │   ├── smadsrenvelope.hh
│   │   ├── smalignedarray.hh
│   │   ├── smaudio.hh
│   │   ├── smaudiotool.hh
│   │   ├── smbinbuffer.hh
│   │   ├── smblockutils.hh
│   │   ├── smbuilderthread.hh
│   │   ├── smconfig.hh
│   │   ├── smdebug.hh
│   │   ├── smeffectdecoder.hh
│   │   ├── smencoder.hh
│   │   ├── smfft.hh
│   │   ├── smgenericin.hh
│   │   ├── smgenericout.hh
│   │   ├── smhexstring.hh
│   │   ├── smifftsynth.hh
│   │   ├── smindex.hh
│   │   ├── sminfile.hh
│   │   ├── sminsteditsynth.hh
│   │   ├── sminstenccache.hh
│   │   ├── sminstencoder.hh
│   │   ├── sminstrument.hh
│   │   ├── smjobqueue.hh
│   │   ├── smleakdebugger.hh
│   │   ├── smlivedecoder.hh
│   │   ├── smlivedecodersource.hh
│   │   ├── smmain.hh
│   │   ├── smmath.hh
│   │   ├── smmemout.hh
│   │   ├── smmicroconf.hh
│   │   ├── smmidisynth.hh
│   │   ├── smminiresampler.hh
│   │   ├── smmmapin.hh
│   │   ├── smmorphgrid.hh
│   │   ├── smmorphgridmodule.hh
│   │   ├── smmorphlfo.hh
│   │   ├── smmorphlfomodule.hh
│   │   ├── smmorphlinear.hh
│   │   ├── smmorphlinearmodule.hh
│   │   ├── smmorphoperator.hh
│   │   ├── smmorphoperatormodule.hh
│   │   ├── smmorphoutput.hh
│   │   ├── smmorphoutputmodule.hh
│   │   ├── smmorphplan.hh
│   │   ├── smmorphplansynth.hh
│   │   ├── smmorphplanvoice.hh
│   │   ├── smmorphsource.hh
│   │   ├── smmorphsourcemodule.hh
│   │   ├── smmorphutils.hh
│   │   ├── smmorphwavsource.hh
│   │   ├── smmorphwavsourcemodule.hh
│   │   ├── smnoisebandpartition.hh
│   │   ├── smnoisedecoder.hh
│   │   ├── smobject.hh
│   │   ├── smoutfile.hh
│   │   ├── smpcg32rng.hh
│   │   ├── smpolyphaseinter.hh
│   │   ├── smproject.hh
│   │   ├── smproperty.hh
│   │   ├── smrandom.hh
│   │   ├── smsignal.hh
│   │   ├── smsinedecoder.hh
│   │   ├── smstdioin.hh
│   │   ├── smstdioout.hh
│   │   ├── smstdiosubin.hh
│   │   ├── smsynthinterface.hh
│   │   ├── smuserinstrumentindex.hh
│   │   ├── smutils.hh
│   │   ├── smwavdata.hh
│   │   ├── smwavsetbuilder.hh
│   │   ├── smwavset.hh
│   │   ├── smwavsetrepo.hh
│   │   ├── smzip.hh
│   │   └── spectmorph.hh
│   ├── smglui
│   │   ├── pugl
│   │   │   ├── cairo_gl.h
│   │   │   ├── glew.h
│   │   │   ├── gl.h
│   │   │   ├── glu.h
│   │   │   ├── pugl.h
│   │   │   └── pugl_internal.h
│   │   ├── smaboutdialog.hh
│   │   ├── smbutton.hh
│   │   ├── smcheckbox.hh
│   │   ├── smcombobox.hh
│   │   ├── smcomboboxoperator.hh
│   │   ├── smdialog.hh
│   │   ├── smdrawutils.hh
│   │   ├── smeventloop.hh
│   │   ├── smfixedgrid.hh
│   │   ├── smframe.hh
│   │   ├── sminsteditnote.hh
│   │   ├── sminsteditparams.hh
│   │   ├── sminsteditwindow.hh
│   │   ├── smlabel.hh
│   │   ├── smled.hh
│   │   ├── smlineedit.hh
│   │   ├── smmenubar.hh
│   │   ├── smmessagebox.hh
│   │   ├── smmorphgridview.hh
│   │   ├── smmorphgridwidget.hh
│   │   ├── smmorphlfoview.hh
│   │   ├── smmorphlinearview.hh
│   │   ├── smmorphoperatorview.hh
│   │   ├── smmorphoutputview.hh
│   │   ├── smmorphplancontrol.hh
│   │   ├── smmorphplanview.hh
│   │   ├── smmorphplanwindow.hh
│   │   ├── smmorphsourceview.hh
│   │   ├── smmorphwavsourceview.hh
│   │   ├── smnativefiledialog.hh
│   │   ├── smoperatorlayout.hh
│   │   ├── smoperatorrolemap.hh
│   │   ├── smoutputadsrwidget.hh
│   │   ├── smparamlabel.hh
│   │   ├── smprogressbar.hh
│   │   ├── smpropertyview.hh
│   │   ├── smrenameopwindow.hh
│   │   ├── smsamplewidget.hh
│   │   ├── smscrollbar.hh
│   │   ├── smscrollview.hh
│   │   ├── smshortcut.hh
│   │   ├── smsimplelines.hh
│   │   ├── smslider.hh
│   │   ├── smtimer.hh
│   │   ├── smtoolbutton.hh
│   │   ├── smwidget.hh
│   │   ├── smwindow.hh
│   │   └── spectmorphglui.hh
│   └── smgui
│   ├── smsampleview.hh
│   ├── smzoomcontroller.hh
│   └── spectmorphgui.hh
├── lib
│   ├── libspectmorphglui.la
│   ├── libspectmorphglui.so -> libspectmorphglui.so.0.0.0
│   ├── libspectmorphglui.so.0 -> libspectmorphglui.so.0.0.0
│   ├── libspectmorphglui.so.0.0.0
│   ├── libspectmorphgui.la
│   ├── libspectmorphgui.so -> libspectmorphgui.so.0.0.0
│   ├── libspectmorphgui.so.0 -> libspectmorphgui.so.0.0.0
│   ├── libspectmorphgui.so.0.0.0
│   ├── libspectmorphjack.la
│   ├── libspectmorphjack.so -> libspectmorphjack.so.0.0.0
│   ├── libspectmorphjack.so.0 -> libspectmorphjack.so.0.0.0
│   ├── libspectmorphjack.so.0.0.0
│   ├── libspectmorph.la
│   ├── libspectmorph.so -> libspectmorph.so.0.0.0
│   ├── libspectmorph.so.0 -> libspectmorph.so.0.0.0
│   ├── libspectmorph.so.0.0.0
│   ├── lv2
│   │   └── spectmorph.lv2
│   │   ├── manifest.ttl
│   │   ├── spectmorph_lv2.so
│   │   └── spectmorph.ttl
│   ├── pkgconfig
│   │   ├── spectmorphglui.pc
│   │   ├── spectmorphgui.pc
│   │   └── spectmorph.pc
│   └── vst
│   └── spectmorph_vst.so
└── share
├── applications
│   └── smjack.desktop
├── man
│   └── man1
│   ├── smenc.1.gz
│   ├── sminspector.1.gz
│   ├── sminstbuilder.1.gz
│   ├── smjack.1.gz
│   ├── smplay.1.gz
│   ├── smsfimport.1.gz
│   ├── smstrip.1.gz
│   ├── smtool.1.gz
│   ├── smwavset.1.gz
│   └── spectmorphoscgui.1.gz
├── pixmaps
│   └── smjack.png
└── spectmorph
├── instruments
│   └── standard
│   ├── alto-flute.smset
│   ├── alto-saxophone.smset
│   ├── bassoon.smset
│   ├── bass-trombone.smset
│   ├── cello.smset
│   ├── claudia-ah.smset
│   ├── claudia-ih.smset
│   ├── claudia-oh.smset
│   ├── french-horn.smset
│   ├── index.smindex
│   ├── mirko-ah.smset
│   ├── mirko-oh.smset
│   ├── oboe.smset
│   ├── pan-flute.smset
│   ├── reed-organ.smset
│   ├── synth-saw.smset
│   ├── trumpet.smset
│   └── violin.smset
└── templates
├── 1-instrument.smplan
├── 2-instruments-linear-gui.smplan
├── 2-instruments-linear-lfo.smplan
├── 2-instruments-unison.smplan
├── 2x2-instruments-grid-gui.smplan
├── empty.smplan
└── index.smpindex
21 directories, 204 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment