Skip to content

Commit

Permalink
Added taglines
Browse files Browse the repository at this point in the history
  • Loading branch information
haslo committed Sep 24, 2024
1 parent 7b95b92 commit 0fb0449
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/plugins/Destruktor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ export function Destruktor({plugin_link}) {
/>
</a>
</Box>
<Typography variant="h5" color="text.secondary" sx={{marginBottom: '10px'}}>
Guilty Distortion Pleasure
</Typography>
<Typography variant="body" color="text.secondary">
A distortion module that works as a...
DeSTRuKTor is a distortion module that works as a...
</Typography>
<ul>
<li>
Expand Down
3 changes: 3 additions & 0 deletions src/pages/plugins/Haaschen.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ export function Haaschen({plugin_link}) {
/>
</a>
</Box>
<Typography variant="h5" color="text.secondary" sx={{marginBottom: '10px'}}>
Instant Width
</Typography>
<Typography variant="body2" color="text.secondary">
The Haas effect is a stereo effect where one of the channels is delayed by a very short delay time. The two
sounds that reach the listener's ears are then perceived as one binaural auditory event. The position of the
Expand Down
3 changes: 3 additions & 0 deletions src/pages/plugins/Ploink.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ export function Ploink({plugin_link}) {
/>
</a>
</Box>
<Typography variant="h5" color="text.secondary" sx={{marginBottom: '10px'}}>
Bouncing with Fun
</Typography>
<Typography variant="body2" color="text.secondary">
Ploink is a trigger / gate module that generates a series of triggers or gates out of one incoming trigger. Each
trigger goes faster and faster, until the minimum length is reached and the sequence of triggers / gates stops.
Expand Down

0 comments on commit 0fb0449

Please sign in to comment.