Mannequins Cold Mac Manual

Technical Maps for Whimsical Raps' Mannequins Eurorack Modules

Mannequins Cold Mac Manual Download

Whimsical Raps. Modular synth. Physical modeling.

  1. Mannequins-Technical-Maps / cold-mac / cold-mac.pdf. Find file Copy path delta-6400 create cold mac directory 6146c27 Jun 26, 2019. 1 contributor.
  2. Roughly said the Cold Mac an be divided into six diagonally laid out function blocks, visualized by diagonal lines on the face plate. To the left are their inputs (the sockets below the Survey CV input) and to the right the six audio inputs (the sockets with grey shading around).

Feel free to grab printable PDFs for your desired modules, or clone the repository and make your own customizations to the manuals using Markdown or LaTeX! Hyperlinked, mobile friendly versions of the manuals are also linked below!

MANGROVE: PDF & Hyperlinked Web Document

JUST FRIENDS: PDF & Hyperlinked Web Document

COLD MAC: PDF & Hyperlinked Web Document

THREE SISTERS: PDF & Hyperlinked Web Document

Customizing Your Manual

Requirements

Mannequins Cold Mac Manual Free

  • Pandoc will render the manual markdown files to PDFs.
  • A LaTeX installation (suggestions: MikTex for Windows, BasicTex for MacOS, TeXLive for Linux) is necessary for Pandoc to render PDFs.
  • Python and Panflute are necessary to accurately create pagebreaks in the PDF.

Mannequins Cold Mac Manual Downloads

Installation

Mac manual download

Windows & Mac

  1. Download the latest Pandoc installer here.
  2. Run the Pandoc installer.
  3. Donwload the latest MikTeX installer here.
  4. Run the MikTex installer.
  5. Download the latest Python installer here.
  6. Run the Python installer.
  7. Open a command line prompt and run pip install panflute.

Linux

Mac Manual Download

  1. Run sudo apt-get install pandoc.
  2. Run sudo apt-get install texlive.
  3. Run sudo apt-get install python3.6.
  4. Run pip install panflute.

Steps

  1. Clone this repository using git clone or download this repository as a .zip and unpack it.
  2. Navigate to the directory of the module you wish to edit.
  3. Make your own personal changes to <module-name>.md to include your customizations! Sticking with Markdown formatting is easiest, but Pandoc supports many other formatting methods!
  4. Run pandoc <module-name>.md --metadata-file=metadata.md --filter myfilter.py -o <module-name>.pdf to generate of your new manual!

Macbook Manual

NB: Font, paper size, and line spacing settings can be edited in metadata.md.

Mannequins Cold Mac Manual 2017

NB: Pagebreaks will automatically be created on any level 1 or 2 heading (# or ##). You can also use newpage or <div></div> to insert pagebreaks at any other location.