Skip to content

Commit

Permalink
fix typos in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
x42 committed Nov 14, 2013
1 parent 3b0a1a6 commit ae2a89d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,7 +9,7 @@ This ringbuffer is sent to the UI in another thread (jalv and ardour use a
`g_timeout()` usually at 40ms ~ 25fps), and finally things are painted in the
X11/gtk-main thread.

NB. accurate (low layency, high-speed) visualization is a valid use-case
NB. Accurate (low-latency, high-speed) visualization is a valid use-case
for LV2 instance access.


Expand All @@ -20,7 +20,7 @@ with triggering and markers. Mono and Stereo variants are available
Usage
-----

Compiling these plugin requires the LV2 SDK, gnu-make, a c-compiler,
Compiling this plugin requires the LV2 SDK, gnu-make, a c-compiler,
gtk+2.0 and libcairo.

```bash
Expand Down
4 changes: 2 additions & 2 deletions zita-resampler/README
@@ -1,8 +1,8 @@
This code is a slighly modified version of zita-resampler v1.3.0
This code is a slightly modified version of zita-resampler v1.3.0
http://kokkinizita.linuxaudio.org/linuxaudio/zita-resampler/resampler.html
by Fons Adriaensen licensed in terms of the GPLv3 (or later).

modificaions include:
Modifications include:
* dedicated namespace wrapper. Since plugins are loaded into address-
space of a DAW, symbol names must not conflict with existing symbols.
* make inp_data a const* pointer.
Expand Down

0 comments on commit ae2a89d

Please sign in to comment.