SlackBuilds Repository

15.0 > Libraries > vst3sdk (3.7.9)

A VST plug-in is an audio processing component that is utilized within
a host application. This host application provides the audio or/and
event streams that are processed by the plug-in's code. Generally
speaking, a VST plug-in can take a stream of audio data, apply a
process to the audio, and return the result to the host application.
A VST Plug-in performs its process normally using the processor of the
computer. The audio stream is broken down into a series of blocks. The
host supplies the blocks in sequence. The host and its current
environment control the block-size. The VST Plug-in maintains the
status of all its own parameters relating to the running process: The
host does not maintain any information about what the Plug-in did with
the last block of data it processed.

From the host application's point of view, a VST plug-in is a black box
with an arbitrary number of inputs, outputs (Event (MIDI) or Audio),
and associated parameters. The host needs no implicit knowledge of the
plug-in's process to be able to use it. The Plug-in process can use
whatever parameters it wishes, internally to the process, but depending
on the capabilities of the host, it can allow the changes to user
parameters to be automated by the host.

Details on how to use are found at www.steinberg.net/sdklicenses_vst3

Maintained by: Martin Bångens
Keywords:
ChangeLog: vst3sdk

Homepage:
https://www.steinberg.net/developers/

Source Downloads:
vst3sdk-3.7.9_build_61.tar.gz (463991d7841d15c719a7e06f052b70af)
vst3_base-4737789f52b4e2610a99257e9d93dcbe7717e72e.tar.gz (42f09893f870635fea4f689aa6b9de98)
vst3_cmake-3ad5b558e8f94a5825c5c4930a7ffd0760d68c43.tar.gz (9017e25a9ccb87d2de14a7936a37e581)
vst3_doc-1a90e37662834a54aa5406eeaa8634027f7801f8.tar.gz (53f1eece19363900ccb9f49261e97ffd)
vst3_pluginterfaces-f0eeef7ca771f3cac2dfe1922dc5733349766c7b.tar.gz (739bd26a2c2e786d9338e13042e20ee6)
vst3_public_sdk-e61ee76eb0f8771a05e99018bc4705ac1b603e48.tar.gz (cdc51a80c28577308b037caeeb274dd2)
vst3_tutorials-dc425c8e588a78147bc4c3616857b8918b809dcd.tar.gz (f040faf28ba22514fcbe13667c1435ff)
vstgui-65c353fcad783dd6baa34a2b9dbe23bb9f88d035.tar.gz (b332b0cce26311a2a419b162be53ea54)

Download SlackBuild:
vst3sdk.tar.gz
vst3sdk.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
slack-desc
vst3sdk.SlackBuild
vst3sdk.info
vst3sdk.pc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds