diff --git a/Contact.html b/Contact.html index da62289..b63e0f9 100644 --- a/Contact.html +++ b/Contact.html @@ -26,6 +26,7 @@ + Skip to content
@@ -57,7 +58,7 @@
-
+

Contact diff --git a/Developer.html b/Developer.html index c88e2f3..328d24b 100644 --- a/Developer.html +++ b/Developer.html @@ -25,6 +25,7 @@ + Skip to content @@ -37,16 +38,16 @@
-
+

Documentation for Developers

- Überton is entirely open-source, you can get the source code from Github and build the - audio plugins on your maschine. + Überton is entirely open-source, you can get the source code from Github and build the + audio plugins on your maschine.

- In this developer section you can find information for building and modifying the plugins of the Überton + In this developer section you can find information for building and modifying the plugins of the Überton project (or creating new ones) and how to contribute or fix errors.

diff --git a/Listening.html b/Listening.html index 550a533..c1f28cc 100644 --- a/Listening.html +++ b/Listening.html @@ -29,6 +29,7 @@ + Skip to content

@@ -60,7 +61,7 @@
-
+

Projects using Überton @@ -87,9 +88,9 @@

Read the booklet for more information (German only).

+ + +

-->

-
+

Plugins diff --git a/css/base.css b/css/base.css new file mode 100644 index 0000000..91957df --- /dev/null +++ b/css/base.css @@ -0,0 +1,23 @@ + +.skip-to-content { + padding: 1rem; + position: absolute; + z-index: 21; + background: rgb(128 128 128 / 81%); + color: white; + font-weight: bold; + font-size: small; + text-transform: uppercase; + text-decoration: none; + transform: translateY(-120%); + transition: transform .4s; +} + + .skip-to-content:focus { + transform: translateY(0); + } + + +#main-content { + scroll-margin-top: 60px; +} diff --git a/css/main.css b/css/main.css index 675ca60..6eaf946 100644 --- a/css/main.css +++ b/css/main.css @@ -1,3 +1,4 @@ +@import "base.css"; @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;700&display=swap'); /*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Sora:wght@200&display=swap');*/ diff --git a/css/main_developer.css b/css/main_developer.css index 5055403..ea947a9 100644 --- a/css/main_developer.css +++ b/css/main_developer.css @@ -1,3 +1,5 @@ +@import "base.css"; + html { min-height: 100%; } @@ -5,6 +7,7 @@ html { body { background: rgb(249, 249, 249); + font-family: sans-serif; } .logo { @@ -29,8 +32,6 @@ nav { justify-content: center; flex-wrap: wrap; background: linear-gradient(88deg, black, transparent); - font-family: sans-serif; - /*background: linear-gradient(88deg, black, #1337489e);*/ } @@ -61,7 +62,6 @@ nav { padding: 0; width: 80%; font-size: 16px; - font-family: sans-serif; text-align: justify; line-height: 140%; color: #353535; @@ -163,27 +163,27 @@ h2 { overflow: scroll; } -.file-list, .file-list ul { - padding-left: 20px; -} - - .file-list li { - list-style-type: '-'; - padding-left: 5px; - list-style-type: none; + .file-list, .file-list ul { + padding-left: 20px; } - .file-list li::before { - width: 18px; - height: 18px; - margin-right: 5px; - content: ' '; - background-size: 18px 18px; - display: inline-block; - position: relative; - top: 2px; + .file-list li { + list-style-type: '-'; + padding-left: 5px; + list-style-type: none; } + .file-list li::before { + width: 18px; + height: 18px; + margin-right: 5px; + content: ' '; + background-size: 18px 18px; + display: inline-block; + position: relative; + top: 2px; + } + li.fl-folder::before { background-image: url(../media/img/folder-icon.svg); } @@ -207,9 +207,11 @@ li.fl-html::before { li.fl-cpp::before { background-image: url(../media/img/cpp-icon.svg); } + li.fl-header::before { background-image: url(../media/img/header-icon.svg); } + li.fl-png::before { background-image: url(../media/img/png-icon.svg); } diff --git a/developer/Audio_Programming_for_Beginners.html b/developer/Audio_Programming_for_Beginners.html index 733e1ed..605a848 100644 --- a/developer/Audio_Programming_for_Beginners.html +++ b/developer/Audio_Programming_for_Beginners.html @@ -32,6 +32,7 @@ + Skip to content @@ -44,7 +45,7 @@ -
+

Audio programming for beginners diff --git a/developer/Creating_a_new_plugin_project.html b/developer/Creating_a_new_plugin_project.html index 9f7831c..b1e6917 100644 --- a/developer/Creating_a_new_plugin_project.html +++ b/developer/Creating_a_new_plugin_project.html @@ -25,6 +25,7 @@ + Skip to content @@ -36,7 +37,7 @@ -
+

Creating a new plugin diff --git a/developer/Installation_and_Setup.html b/developer/Installation_and_Setup.html index 47b7833..0d896d0 100644 --- a/developer/Installation_and_Setup.html +++ b/developer/Installation_and_Setup.html @@ -27,6 +27,7 @@ + Skip to content @@ -39,7 +40,7 @@ -
+

Installation and Setup diff --git a/developer/Overview_uberton_repository.html b/developer/Overview_uberton_repository.html index 5007a7a..0a0f20c 100644 --- a/developer/Overview_uberton_repository.html +++ b/developer/Overview_uberton_repository.html @@ -27,6 +27,7 @@ + Skip to content @@ -39,7 +40,7 @@ -
+

Overview of the structure of the Überton Git repository @@ -170,7 +171,7 @@

2. Plugin structure

A set of factory presets for the plugin can be added as well as a user guide or manual to be included in the - Windows/Linux installer. + Windows/Linux installer.

Extended structure of the Tesseract directory: diff --git a/index.html b/index.html index 614c8bc..69d02c4 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,7 @@ + Skip to content

@@ -55,14 +56,14 @@
-
+

How would a different universe sound?

- The Überton Project aims to develop ready-to-use and open-source VST® audio plugins for instruments + The Überton Project aims to develop ready-to-use and open-source VST® audio plugins for instruments and sound effects based on concepts of theoretical physics.

diff --git a/plugins/Tesseract.html b/plugins/Tesseract.html index e2b4bb0..a84a0d9 100644 --- a/plugins/Tesseract.html +++ b/plugins/Tesseract.html @@ -27,6 +27,7 @@ + Skip to content
@@ -58,7 +59,7 @@
-
+

VST Plugin Tesseract

diff --git a/plugins/TesseractFx.html b/plugins/TesseractFx.html deleted file mode 100644 index e2153ce..0000000 --- a/plugins/TesseractFx.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - Überton · Tesseract - - - - - - - - -
- -
- -
- - - -
-
-

VST Plugin Tesseract

- - -
-
- -
- -
-
-
-

- Hypercube resonator -

-

- This plugin simulates an ideal resonator like a perfect guitar string. - Such a string has certain modes or frequencies that it can vibrate - on. This concept can be generalized to higher dimensions. In the - world we live in, the story ends with three dimensions but mathematics - gives us formulas to compute resonances of bodies in arbitrary - dimensions. Software can easily execute these algorithms in - the bounds of processing power which is only limited by your computers - resources. -

-

- In particular, this plugin models the regular polytopes with perpendicular - line segments, known as hypercubes. The plugin borrows its - name from the four-dimensional hypercube, the tesseract. -

-
- -
- -
-
-

- Your plugin is being downloaded... -
- After the download has finished, run the installer to install your plugin. - -

-
-
-

- The plugin is not yet released on Mac OS. Check again soon! - -

-
-
-
-
-
-
-

- Configuration: Audio Effect, Stereo -

-

- Architecture: 64 bit -

-

- Version: 1.0.0 -

-

- Features: VST3, 64-bit float processing -

-
-
-
- -
-
-

- VST is a trademark of Steinberg Media Technologies GmbH. -

-
-
-
-
- -
- -
- - - \ No newline at end of file diff --git a/plugins/TesseractFx/User_Guide/Tesseract User Guide.pdf b/plugins/TesseractFx/User_Guide/Tesseract User Guide.pdf deleted file mode 100644 index a8a3bc0..0000000 Binary files a/plugins/TesseractFx/User_Guide/Tesseract User Guide.pdf and /dev/null differ