From a875a45cf5885072451fab52582058415398b02e Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sun, 23 Apr 2023 19:12:04 +0200 Subject: [PATCH 1/3] init branch --- config.yaml | 4 ++-- content/posts/_index.md | 0 content/posts/create-wubs-with-vital/index.md | 17 +++++++++++++++++ content/sounds/_index.md | 10 ++++++++++ 4 files changed, 29 insertions(+), 2 deletions(-) delete mode 100644 content/posts/_index.md create mode 100644 content/posts/create-wubs-with-vital/index.md create mode 100644 content/sounds/_index.md diff --git a/config.yaml b/config.yaml index c0abc4c..c5a1a18 100644 --- a/config.yaml +++ b/config.yaml @@ -15,10 +15,10 @@ menu: weight: 12 - name: About url: /about - weight: 13 + weight: 14 - name: Search url: /search - weight: 14 + weight: 15 taxonomies: tag: tags params: diff --git a/content/posts/_index.md b/content/posts/_index.md deleted file mode 100644 index e69de29..0000000 diff --git a/content/posts/create-wubs-with-vital/index.md b/content/posts/create-wubs-with-vital/index.md new file mode 100644 index 0000000..889125e --- /dev/null +++ b/content/posts/create-wubs-with-vital/index.md @@ -0,0 +1,17 @@ +--- +title: "Create wubs with Vital" +date: 2023-04-23T17:49:35+02:00 +draft: true +ShowToc: true +cover: + image: "cover.png" + caption: "Create wubs in Vital" + relative: false + responsiveImages: false +tags: ['music', 'sound-design', 'vst'] +--- + +First, if you don't know what Vital is, you should definitely check it out. It's an awesome synth plugin that lets you create almost anything that comes to your mind without spending you whole life trying to understand what each button does. I'd say it's a perfect example of good UX/UI design. And in case you don't have it yet, you just [go here and get it](https://vital.audio/). + + + diff --git a/content/sounds/_index.md b/content/sounds/_index.md new file mode 100644 index 0000000..3fadbbb --- /dev/null +++ b/content/sounds/_index.md @@ -0,0 +1,10 @@ +--- +title: "Sounds" +date: 2023-01-31T13:52:43+01:00 +draft: false +ShowToc: false +--- + +Here you can download different presets and sounds + + -- 2.45.2 From fa77b16d5fe9891e6a4b19aa9894d6e98b4b759c Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Mon, 24 Apr 2023 07:35:55 +0200 Subject: [PATCH 2/3] Some formatting --- content/posts/create-wubs-with-vital/index.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/posts/create-wubs-with-vital/index.md b/content/posts/create-wubs-with-vital/index.md index 889125e..8a4da8a 100644 --- a/content/posts/create-wubs-with-vital/index.md +++ b/content/posts/create-wubs-with-vital/index.md @@ -11,7 +11,4 @@ cover: tags: ['music', 'sound-design', 'vst'] --- -First, if you don't know what Vital is, you should definitely check it out. It's an awesome synth plugin that lets you create almost anything that comes to your mind without spending you whole life trying to understand what each button does. I'd say it's a perfect example of good UX/UI design. And in case you don't have it yet, you just [go here and get it](https://vital.audio/). - - - +First, if you don't know what Vital is, you should definitely check it out. It's an awesome synth plugin that lets you create almost anything that comes to your mind without spending you whole life trying to understand what each button does. I'd say it's a perfect example of good UX/UI design. And in case you don't have it yet, you just [go here and get it](https://vital.audio/). \ No newline at end of file -- 2.45.2 From 2d0756cc9eb4b307b317c039846a009dcd77570b Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Mon, 24 Apr 2023 11:13:26 +0200 Subject: [PATCH 3/3] WIP: nothing's going on --- content/posts/create-wubs-with-vital/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/posts/create-wubs-with-vital/index.md b/content/posts/create-wubs-with-vital/index.md index 8a4da8a..a8bfeac 100644 --- a/content/posts/create-wubs-with-vital/index.md +++ b/content/posts/create-wubs-with-vital/index.md @@ -11,4 +11,6 @@ cover: tags: ['music', 'sound-design', 'vst'] --- -First, if you don't know what Vital is, you should definitely check it out. It's an awesome synth plugin that lets you create almost anything that comes to your mind without spending you whole life trying to understand what each button does. I'd say it's a perfect example of good UX/UI design. And in case you don't have it yet, you just [go here and get it](https://vital.audio/). \ No newline at end of file +First, if you don't know what Vital is, you should definitely check it out. It's an awesome synth plugin that lets you create almost anything that comes to your mind without spending you whole life trying to understand what each button does. I'd say it's a perfect example of good UX/UI design. And in case you don't have it yet, you just [go here and get it](https://vital.audio/). + +If you already have it, we can go further. The only thing that you really need to use to create a cool **wub** synth, it's an `LFO`. What's that, you ask? It's an \ No newline at end of file -- 2.45.2