Skip to content

Instantly share code, notes, and snippets.

View bakeddean's full-sized avatar

Dean Woodward bakeddean

View GitHub Profile
@bakeddean
bakeddean / dspG1.c
Created May 18, 2022 02:27 — forked from anonymous/dspG1.c
The dsp-G1 Analog Modeling Synthesizer Source Code
/*
Copyright 2016 DSP Synthesizers Sweden.
Author: Jan Ostman
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
*/
 
#include "wiring.h"
#include "LPC8xx.h"

Have Xcode render markdown

To make Xcode render markdown, create an empty .plist file named .xcodesamplecode.plist in your .xcodeproj/ folder, or .workspace/ folder if you have one.

To Allow Editing

  • With the file selected, go to Editor > Syntax Coloring and select None
  • Select another file
  • Select the markdown file again