We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b40838 commit 919d537Copy full SHA for 919d537
README.md
@@ -52,3 +52,15 @@ make
52
sudo make install # to install in system directories, or
53
make install-user # to install in the home directory
54
```
55
+
56
+## Changelog
57
58
+**v1.0.0**
59
60
+This is an initial version of the Fogpad port, a cross-platform audio plugin.
61
62
+This distinguishes from upstream Fogpad in some ways:
63
+- adopted a version numbering scheme
64
+- implemented portably on top of the DISTRHO plugin framework
65
+- changed sample rate to no longer be a global variable of the plugin
66
+- fixed a bug which disregards the host sample rate, running the effect as default 44.1 kHz
0 commit comments