Skip to content

Commit 83d9013

Browse files
committed
parity with vst wiki
1 parent 72f3d1b commit 83d9013

5 files changed

Lines changed: 40 additions & 2 deletions

File tree

content/articles/2018-01-03-vst-tutorial/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
+++
22
title = "Creating a simple synthesizer VST plugin in Rust"
33
date = 2018-01-03
4-
tags = ["rust", "audio", "vst"]
54

65
[taxonomies]
76
topics = ["synthesizers", "tutorials"]

content/articles/2018-12-19-plugin-standards/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
+++
22
title = "Plugin Standards Explained"
33
date = 2019-04-12
4-
tags = ["rust", "audio", "vst"]
54

65
[taxonomies]
76
topics = ["plugins"]
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
+++
2+
title = "Useful Links for DSP and Audio Programming"
3+
date = 2018-01-03
4+
5+
[taxonomies]
6+
topics = ["dsp", "tutorials"]
7+
contributors = ["crsaracco", "engid", "doomy"]
8+
+++
9+
10+
## General DSP
11+
- [The Scientist and Engineer's Guide to Digital Signal Processing](http://www.dspguide.com/)
12+
- [MIT OpenCourseWare: 6.003 Signals and Systems 1](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-003-signals-and-systems-fall-2011/)
13+
- [MIT OpenCourseWare: 6.007 Signals and Systems 2](https://ocw.mit.edu/resources/res-6-007-signals-and-systems-spring-2011/)
14+
- [Audio doghouse](https://www.objc.io/issues/24-audio/audio-dog-house/)
15+
16+
## Bandlimited Synthesis
17+
- [Alias-Free Digital Synthesis of Classic Analog Waveforms (whitepaper)](https://ccrma.stanford.edu/~stilti/papers/blit.pdf)
18+
- [Stefan Stenzel - The amazing usefulness of band limited impulse trains](https://www.youtube.com/watch?v=lpM4Tawq-XU)
19+
20+
## Data Structures and Algorithms
21+
- [Interval Tree](https://en.wikipedia.org/wiki/Interval_tree)
22+
- [Finger Tree](https://en.wikipedia.org/wiki/Finger_tree)
23+
- [Radix Tree](https://en.wikipedia.org/wiki/Radix_tree)
24+
- [Persistent Vector](https://hypirion.com/musings/understanding-persistent-vector-pt-1) (Clojure)
25+
- [Immutable data structures](https://www.youtube.com/watch?v=ZsryQp0UAC8) (C++)
26+
27+
## Misc.
28+
- [Xiph.org digital show-and-tell: Exploring sample rate and bit depth](https://xiph.org/video/vid2.shtml)

content/contributors/crsaracco.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
+++
2+
title = "Charles Saracco"
3+
date = 2019-04-23
4+
[extra]
5+
github = "crsaracco"
6+
+++

content/contributors/engid.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
+++
2+
title = "Nick Gideo"
3+
date = 2019-04-23
4+
[extra]
5+
github = "Engid"
6+
+++

0 commit comments

Comments
 (0)