From e51044817fc714fb911a4317675a2588c17abf0d Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Mon, 10 Aug 2026 23:18:47 +0300 Subject: [PATCH] docs: improve README Generated by qwen3.6-35b-a3b via local API. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44a44c5..6d07c6b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # node-vst-host https://github.com/ZECTBynmo/node-vst-host @@ -17,7 +19,7 @@ var VSTHost = require("./node-vst-host").host; var host = new VSTHost(); -// Print our a list of the available plugins +// Print out a list of the available plugins host.listPlugins( function(names) { console.log( "Available Plugins"); console.log( names ); @@ -25,4 +27,4 @@ host.listPlugins( function(names) { // Process an audio file with a VST plugin host.processAudio( "C:/inputFile.wav", "C:/outputFile.wav", ["plugin1", "plugin2"] ); -``` \ No newline at end of file +```