├── .gitignore ├── 2-band~.maxpat ├── Amanuensis.maxpat ├── LICENSE ├── README.md ├── Rapid Comp.maxpat ├── Restless Virtuoso.maxpat ├── [Externals] ├── DOShack$1.class ├── DOShack.class ├── DOShack.help ├── log.genexpr ├── scriptHandler.js ├── shell.mxe ├── shell.mxe64 ├── shell │ ├── externals │ │ ├── shell.mxe │ │ ├── shell.mxe64 │ │ └── shell.mxo │ │ │ └── Contents │ │ │ ├── Info.plist │ │ │ ├── MacOS │ │ │ └── shell │ │ │ └── PkgInfo │ ├── help │ │ └── shell.maxhelp │ ├── shell.mxo │ └── shell_170717 │ │ ├── shell.mxe │ │ ├── shell.mxe64 │ │ └── shell.mxo │ │ └── Contents │ │ ├── Info.plist │ │ ├── MacOS │ │ └── shell │ │ └── PkgInfo ├── sigmund~.maxhelp └── sigmund~.mxe64 ├── analysis.gendsp ├── analysis_UI.maxpat ├── arrangement.maxpat ├── band.maxpat ├── dynamic_crossfade.genexpr ├── gen.log.maxpat ├── get.maxpat ├── if_instrument.maxpat ├── instruments.maxpat ├── log.genexpr ├── log.maxpat ├── logExternally(Frame+Phasor).maxpat ├── logExternally(Frame+Poly).maxpat ├── logger.exe ├── logger.py ├── machine.maxpat ├── menuOSC.maxpat ├── midiPorts.maxpat ├── mstotime.maxpat ├── parentname.js ├── pass.maxpat ├── peakamp.genexpr ├── pitch_disuse.maxpat ├── pitches.maxpat ├── playtester.maxpat ├── poly_faster-than-real-time_bouncing~.maxpat ├── poly_sample~.maxpat ├── queue.maxpat ├── record_palette.maxpat ├── sample_disuse.maxpat ├── sample_taste.maxpat ├── scriptHandler.js ├── soothe2.maxsnap ├── sound_by_type.maxpat ├── spans.maxpat ├── specialBuddy.maxpat ├── top.maxpat ├── track.maxpat └── vsti~.maxpat /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/.gitignore -------------------------------------------------------------------------------- /2-band~.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/2-band~.maxpat -------------------------------------------------------------------------------- /Amanuensis.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/Amanuensis.maxpat -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/README.md -------------------------------------------------------------------------------- /Rapid Comp.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/Rapid Comp.maxpat -------------------------------------------------------------------------------- /Restless Virtuoso.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/Restless Virtuoso.maxpat -------------------------------------------------------------------------------- /[Externals]/DOShack$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/[Externals]/DOShack$1.class -------------------------------------------------------------------------------- /[Externals]/DOShack.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/[Externals]/DOShack.class -------------------------------------------------------------------------------- /[Externals]/DOShack.help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/[Externals]/DOShack.help -------------------------------------------------------------------------------- /[Externals]/log.genexpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/[Externals]/log.genexpr -------------------------------------------------------------------------------- /[Externals]/scriptHandler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/[Externals]/scriptHandler.js -------------------------------------------------------------------------------- /[Externals]/shell.mxe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/[Externals]/shell.mxe -------------------------------------------------------------------------------- /[Externals]/shell.mxe64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/[Externals]/shell.mxe64 -------------------------------------------------------------------------------- /[Externals]/shell/externals/shell.mxe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/[Externals]/shell/externals/shell.mxe -------------------------------------------------------------------------------- /[Externals]/shell/externals/shell.mxe64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/[Externals]/shell/externals/shell.mxe64 -------------------------------------------------------------------------------- /[Externals]/shell/externals/shell.mxo/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/[Externals]/shell/externals/shell.mxo/Contents/Info.plist -------------------------------------------------------------------------------- /[Externals]/shell/externals/shell.mxo/Contents/MacOS/shell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/[Externals]/shell/externals/shell.mxo/Contents/MacOS/shell -------------------------------------------------------------------------------- /[Externals]/shell/externals/shell.mxo/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | iLaXmax2 -------------------------------------------------------------------------------- /[Externals]/shell/help/shell.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/[Externals]/shell/help/shell.maxhelp -------------------------------------------------------------------------------- /[Externals]/shell/shell.mxo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/[Externals]/shell/shell.mxo -------------------------------------------------------------------------------- /[Externals]/shell/shell_170717/shell.mxe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/[Externals]/shell/shell_170717/shell.mxe -------------------------------------------------------------------------------- /[Externals]/shell/shell_170717/shell.mxe64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/[Externals]/shell/shell_170717/shell.mxe64 -------------------------------------------------------------------------------- /[Externals]/shell/shell_170717/shell.mxo/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/[Externals]/shell/shell_170717/shell.mxo/Contents/Info.plist -------------------------------------------------------------------------------- /[Externals]/shell/shell_170717/shell.mxo/Contents/MacOS/shell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/[Externals]/shell/shell_170717/shell.mxo/Contents/MacOS/shell -------------------------------------------------------------------------------- /[Externals]/shell/shell_170717/shell.mxo/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | iLaXmax2 -------------------------------------------------------------------------------- /[Externals]/sigmund~.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/[Externals]/sigmund~.maxhelp -------------------------------------------------------------------------------- /[Externals]/sigmund~.mxe64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/[Externals]/sigmund~.mxe64 -------------------------------------------------------------------------------- /analysis.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/analysis.gendsp -------------------------------------------------------------------------------- /analysis_UI.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/analysis_UI.maxpat -------------------------------------------------------------------------------- /arrangement.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/arrangement.maxpat -------------------------------------------------------------------------------- /band.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/band.maxpat -------------------------------------------------------------------------------- /dynamic_crossfade.genexpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/dynamic_crossfade.genexpr -------------------------------------------------------------------------------- /gen.log.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/gen.log.maxpat -------------------------------------------------------------------------------- /get.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/get.maxpat -------------------------------------------------------------------------------- /if_instrument.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/if_instrument.maxpat -------------------------------------------------------------------------------- /instruments.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/instruments.maxpat -------------------------------------------------------------------------------- /log.genexpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/log.genexpr -------------------------------------------------------------------------------- /log.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/log.maxpat -------------------------------------------------------------------------------- /logExternally(Frame+Phasor).maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/logExternally(Frame+Phasor).maxpat -------------------------------------------------------------------------------- /logExternally(Frame+Poly).maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/logExternally(Frame+Poly).maxpat -------------------------------------------------------------------------------- /logger.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/logger.exe -------------------------------------------------------------------------------- /logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/logger.py -------------------------------------------------------------------------------- /machine.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/machine.maxpat -------------------------------------------------------------------------------- /menuOSC.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/menuOSC.maxpat -------------------------------------------------------------------------------- /midiPorts.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/midiPorts.maxpat -------------------------------------------------------------------------------- /mstotime.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/mstotime.maxpat -------------------------------------------------------------------------------- /parentname.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/parentname.js -------------------------------------------------------------------------------- /pass.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/pass.maxpat -------------------------------------------------------------------------------- /peakamp.genexpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/peakamp.genexpr -------------------------------------------------------------------------------- /pitch_disuse.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/pitch_disuse.maxpat -------------------------------------------------------------------------------- /pitches.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/pitches.maxpat -------------------------------------------------------------------------------- /playtester.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/playtester.maxpat -------------------------------------------------------------------------------- /poly_faster-than-real-time_bouncing~.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/poly_faster-than-real-time_bouncing~.maxpat -------------------------------------------------------------------------------- /poly_sample~.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/poly_sample~.maxpat -------------------------------------------------------------------------------- /queue.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/queue.maxpat -------------------------------------------------------------------------------- /record_palette.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/record_palette.maxpat -------------------------------------------------------------------------------- /sample_disuse.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/sample_disuse.maxpat -------------------------------------------------------------------------------- /sample_taste.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/sample_taste.maxpat -------------------------------------------------------------------------------- /scriptHandler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/scriptHandler.js -------------------------------------------------------------------------------- /soothe2.maxsnap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/soothe2.maxsnap -------------------------------------------------------------------------------- /sound_by_type.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/sound_by_type.maxpat -------------------------------------------------------------------------------- /spans.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/spans.maxpat -------------------------------------------------------------------------------- /specialBuddy.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/specialBuddy.maxpat -------------------------------------------------------------------------------- /top.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/top.maxpat -------------------------------------------------------------------------------- /track.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/track.maxpat -------------------------------------------------------------------------------- /vsti~.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/to-the-sun/amanuensis/HEAD/vsti~.maxpat --------------------------------------------------------------------------------