Home
last modified time | relevance | path

Searched refs:VST (Results 1 – 25 of 1359) sorted by relevance

12345678910>>...55

/dports/audio/fogpad-lv2/fogpad-port-1.0.0-3-gc52326b/sources/
H A Dfilter.cpp32 _cutoff = VST::FILTER_MIN_FREQ; in Filter()
33 _resonance = VST::FILTER_MIN_RESONANCE; in Filter()
35 _lfoMin = VST::FILTER_MIN_FREQ; in Filter()
36 _lfoMax = VST::FILTER_MAX_FREQ; in Filter()
66 setCutoff( VST::FILTER_MAX_FREQ / 2 ); in Filter()
81 …float co = VST::FILTER_MIN_FREQ + ( cutoffPercentage * ( VST::FILTER_MAX_FREQ - VST::FILTER_MIN_F… in updateProperties()
82 …float res = VST::FILTER_MIN_RESONANCE + ( resonancePercentage * ( VST::FILTER_MAX_RESONANCE - VST:… in updateProperties()
99 VST::MIN_LFO_RATE() + ( in updateProperties()
100 LFORatePercentage * ( VST::MAX_LFO_RATE() - VST::MIN_LFO_RATE() ) in updateProperties()
142 _cutoff = std::max( VST::FILTER_MIN_FREQ, std::min( frequency, VST::FILTER_MAX_FREQ )); in setCutoff()
[all …]
H A Dreverbprocess.cpp87 for ( int i = 0; i < VST::NUM_COMBS; i++ ) { in mute()
92 for ( int i = 0; i < VST::NUM_ALLPASSES; i++ ) { in mute()
193 for ( int i = 0; i < VST::NUM_COMBS; ++i ) { in setupFilters()
195 int tuning = ( int ) ((( float ) VST::COMB_TUNINGS[ i ] / 44100.f ) * sampleRate ); in setupFilters()
210 for ( int i = 0; i < VST::NUM_ALLPASSES; ++i ) { in setupFilters()
212 int tuning = ( int ) ((( float ) VST::ALLPASS_TUNINGS[ i ] / 44100.f ) * sampleRate ); in setupFilters()
256 for ( int i = 0; i < VST::NUM_COMBS; i++ ) { in update()
/dports/audio/carla/Carla-2.4.1/doc/
H A DCarla-TestCases12 -N- VST
22 -N- VST
28 -N- VST
34 -N- VST
45 -N- VST
55 -N- VST
61 -N- VST
67 -N- VST
78 -N- VST
85 -N- VST
[all …]
/dports/audio/carla/Carla-2.4.1/source/includes/vst3sdk/
H A DREADME.md1 # Welcome to VST SDK 3.6.x
5 1. [The VST SDK package](#100)
7 1. [About VST Plug-ins in general](#300)
8 1. [About VST 3](#400)
9 1. [How to build VST 3](#500)
15 ## The VST SDK package contains
17 - The VST 3 API
19 - AAX, AU and VST 2 wrappers
20 - VST 3 Plug-ins Examples
47 ## About VST Plug-ins in general
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_processors/format_types/VST3_SDK/
H A DREADME.md1 # Welcome to VST SDK 3.6.x
5 1. [The VST SDK package](#100)
7 1. [About VST Plug-ins in general](#300)
8 1. [About VST 3](#400)
9 1. [How to build VST 3](#500)
15 ## The VST SDK package contains
17 - The VST 3 API
19 - AAX, AU and VST 2 wrappers
20 - VST 3 Plug-ins Examples
47 ## About VST Plug-ins in general
[all …]
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/
H A DREADME.md4 # Welcome to VST SDK 3.7.x
8 1. [The VST SDK package](#100)
11 1. [About VST 3](#400)
12 1. [How to build VST 3](#500)
18 ## The VST SDK package contains
20 - The VST 3 API
22 - AAX, AU, AUv3 and VST 2 wrappers
23 - VST 3 plug-ins Examples
49 ## About VST plug-ins in general
61 To learn more about VST you can:
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/vst3sdk-10287bc37bbb34324b8097369e2ec4eb73a51d65/
H A DREADME.md1 # Welcome to VST SDK 3.6.12
4 1. [The VST SDK package](#100)
6 1. [About VST Plug-ins in general](#300)
7 1. [About VST 3](#400)
8 1. [How to build VST 3](#500)
13 ## The VST SDK package contains:
14 - The VST 3 API
16 - AAX, AU and VST 2 wrappers
17 - VST 3 Plug-ins Examples
43 ## About VST Plug-ins in general
[all …]
/dports/audio/faust/faust-2.37.3/tools/faust2appls/
H A Dfaust2w32vst14 VST=/usr/local/include/vstsdk2.4
16 if [ ! -d "${VST}" ]; then
17 echo "unable to locate VST SDK: VST=${VST}" 1>&2
22 VSTSRC="$VST/public.sdk/source/vst2.x/audioeffect.cpp $VST/public.sdk/source/vst2.x/audioeffectx.cp…
38 CXXINCS=" -I$VST -I$VST/public.sdk/source/vst2.x"
95 $CXX $CXXINCS $CXXFLAGS -c "$VST/public.sdk/source/vst2.x/audioeffect.cpp" -o audioeffect.o
96 $CXX $CXXINCS $CXXFLAGS -c "$VST/public.sdk/source/vst2.x/audioeffectx.cpp" -o audioeffectx.o
97 $CXX $CXXINCS $CXXFLAGS -c "$VST/public.sdk/source/vst2.x/vstplugmain.cpp" -o vstplugmain.o
H A Dfaust2w64vst14 VST=/usr/local/include/vstsdk2.4
16 if [ ! -d "${VST}" ]; then
17 echo "unable to locate VST SDK: VST=${VST}" 1>&2
22 VSTSRC="$VST/public.sdk/source/vst2.x/audioeffect.cpp $VST/public.sdk/source/vst2.x/audioeffectx.cp…
38 CXXINCS=" -I$VST -I$VST/public.sdk/source/vst2.x"
93 $CXX $CXXINCS $CXXFLAGS -c "$VST/public.sdk/source/vst2.x/audioeffect.cpp" -o $TMP/audioeffect.o
94 $CXX $CXXINCS $CXXFLAGS -c "$VST/public.sdk/source/vst2.x/audioeffectx.cpp" -o $TMP/audioeffectx.o
95 $CXX $CXXINCS $CXXFLAGS -c "$VST/public.sdk/source/vst2.x/vstplugmain.cpp" -o $TMP/vstplugmain.o
/dports/audio/fogpad-lv2/fogpad-port-1.0.0-3-gc52326b/sources/plugin/
H A DSharedFogpad.cpp87 …parameter.ranges = ParameterRanges(Igorski::VST::MIN_LFO_RATE(), Igorski::VST::MIN_LFO_RATE(), Igo… in InitParameter()
107 …ter.ranges = ParameterRanges(0.5 * Igorski::VST::FILTER_MAX_FREQ, Igorski::VST::FILTER_MIN_FREQ, I… in InitParameter()
114 …eter.ranges = ParameterRanges(Igorski::VST::FILTER_MAX_RESONANCE, Igorski::VST::FILTER_MIN_RESONAN… in InitParameter()
120 …parameter.ranges = ParameterRanges(Igorski::VST::MIN_LFO_RATE(), Igorski::VST::MIN_LFO_RATE(), Igo… in InitParameter()
/dports/audio/jacktrip/jacktrip-d5e110c/faust-src/
H A DMakefile.vstcompile17 cp -r /usr/local/lib/faust/VST/* $@
20 …p/$(<:.dsp=.cpp)/' $@/VST.xcode/project.pbxproj > $@/VST.xcode/new_project.pbxproj && mv $@/VST.…
22 xcodebuild -project $@/VST.xcode clean
23 xcodebuild -project $@/VST.xcode
25 rm -r $@/build/VST.build
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/pluginterfaces/
H A DREADME.md1 # Welcome to VST SDK 3 Interfaces
3 Here are located all VST interfaces definitions (including VST Component/Controller, UI, Test).
10 Return to [VST 3 SDK](https://github.com/steinbergmedia/vst3sdk)
/dports/audio/faust/faust-2.37.3/architecture/VST/
H A DREADME4 � The VSTSDK folder from the VST SDK has to be copied at the same level of the VST.xcode project (e…
6 � To compile a Faust VST plug-in:
10 - build the VST.xcode project
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-vst/
H A DREADME.md1 # OBS-VST
2 Use VST 2.x plugins as audio filters in OBS.
8 * http://teragonaudio.com/article/How-to-make-your-own-VST-host.html
12 …thub.com/audacity/audacity/blob/17afc51644b2b327e173a23d6066dde598838c03/src/effects/VST/aeffectx.h
15 > In general VST 2.4 is platform independent. There are only three platform
/dports/science/qmcpack/qmcpack-3.11.0/labs/lab2_qmc_basics/your_system/reference/diamond_vmc/
H A Dvmc.cobaltlog7 Tue Jul 08 13:56:10 2014 +0000 (UTC) COBALT_PARTNAME=VST-22060-33171-32
22 Tue Jul 08 13:56:15 2014 +0000 (UTC) krogel/201651: Block VST-22060-33171-32 for location VST-22060…
27 Tue Jul 08 13:58:53 2014 +0000 (UTC) krogel/201653: Initiating boot at location VST-02060-13171-32.
34 Tue Jul 08 13:59:13 2014 +0000 (UTC) COBALT_PARTNAME=VST-02060-13171-32
49 Tue Jul 08 13:59:14 2014 +0000 (UTC) krogel/201653: Block VST-02060-13171-32 for location VST-02060…
H A Dscf.error1 Cobalt location args: --block VST-02040-13151-32
8 2014-07-08 13:24:18.447 (INFO ) [0xfff9861bdd0] VST-02040-13151-32:31786:ibm.runjob.client.options.…
9 2014-07-08 13:24:21.922 (INFO ) [0xfff9861bdd0] VST-02040-13151-32:887696:ibm.runjob.client.Job: jo…
10 2014-07-08 13:24:40.771 (INFO ) [0xfff9861bdd0] VST-02040-13151-32:887696:ibm.runjob.client.Job: ex…
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/doc/vstsdk/
H A DclassSteinberg_1_1Vst_1_1ComponentBase__inherit__graph.map2 <area shape="rect" id="node1" title="Base class for VST 3 Component and Edit Controller." alt="" co…
3 …assSteinberg_1_1Vst_1_1Component.html" title="Default implementation for a VST 3 Component." alt="…
4 …einberg_1_1Vst_1_1EditController.html" title="Default implementation for a VST 3 edit controller."…
9 …sSteinberg_1_1Vst_1_1AudioEffect.html" title="Default implementation for a VST 3 audio effect." al…
10 …ntrollerEx1.html" title="Advanced implementation (support IUnitInfo) for a VST 3 edit controller."…
/dports/editors/lazarus-devel/examples/virtualtreeview/minimal/
H A DMain.pas23 VST: TLazVirtualStringTree;
73 VST.NodeDataSize := SizeOf(TMyRec);
75 VST.RootNodeCount := 20;
89 VST.Clear;
107 with VST do
/dports/editors/lazarus-qt5-devel/examples/virtualtreeview/minimal/
H A DMain.pas23 VST: TLazVirtualStringTree;
73 VST.NodeDataSize := SizeOf(TMyRec);
75 VST.RootNodeCount := 20;
89 VST.Clear;
107 with VST do
/dports/science/qmcpack/qmcpack-3.11.0/labs/lab2_qmc_basics/oxygen_atom/reference/
H A DO.q0.dft.error1 Cobalt location args: --block VST-22060-33171-32
9 2016-06-06 19:16:29.285 (INFO ) [0xfff9d64c530] VST-22060-33171-32:43799:ibm.runjob.client.options.…
10 2016-06-06 19:16:32.488 (INFO ) [0xfff9d64c530] VST-22060-33171-32:1585735:ibm.runjob.client.Job: j…
12 2016-06-06 19:19:50.817 (INFO ) [0xfff9d64c530] VST-22060-33171-32:1585735:ibm.runjob.client.Job: e…
H A DO.q0.p2q.error1 Cobalt location args: --block VST-00240-11351-32
9 2016-06-06 19:26:17.072 (INFO ) [0xfff9a6ec530] VST-00240-11351-32:7334:ibm.runjob.client.options.P…
10 2016-06-06 19:26:19.749 (INFO ) [0xfff9a6ec530] VST-00240-11351-32:1585741:ibm.runjob.client.Job: j…
12 2016-06-06 19:27:09.172 (INFO ) [0xfff9a6ec530] VST-00240-11351-32:1585741:ibm.runjob.client.Job: e…
H A DO.q1.dft.error1 Cobalt location args: --block VST-20260-31371-32
9 2016-06-06 19:55:46.003 (INFO ) [0xfffa7b2c530] VST-20260-31371-32:39559:ibm.runjob.client.options.…
10 2016-06-06 19:55:49.244 (INFO ) [0xfffa7b2c530] VST-20260-31371-32:1585764:ibm.runjob.client.Job: j…
12 2016-06-06 19:58:35.589 (INFO ) [0xfffa7b2c530] VST-20260-31371-32:1585764:ibm.runjob.client.Job: e…
/dports/science/qmcpack/qmcpack-3.11.0/labs/lab2_qmc_basics/oxygen_dimer/reference/scale_1.1/
H A Ddft.error1 Cobalt location args: --block VST-00240-11351-32
9 2016-06-06 20:08:26.415 (INFO ) [0xfffaa74c530] VST-00240-11351-32:48549:ibm.runjob.client.options.…
10 2016-06-06 20:08:29.515 (INFO ) [0xfffaa74c530] VST-00240-11351-32:1585772:ibm.runjob.client.Job: j…
12 2016-06-06 20:11:02.686 (INFO ) [0xfffaa74c530] VST-00240-11351-32:1585772:ibm.runjob.client.Job: e…
/dports/science/qmcpack/qmcpack-3.11.0/labs/lab2_qmc_basics/oxygen_dimer/reference/scale_1.0/
H A Dp2q.error1 Cobalt location args: --block VST-20060-31171-32
9 2016-06-06 19:23:51.828 (INFO ) [0xfff9ae2c530] VST-20060-31171-32:4371:ibm.runjob.client.options.P…
10 2016-06-06 19:23:54.376 (INFO ) [0xfff9ae2c530] VST-20060-31171-32:1585739:ibm.runjob.client.Job: j…
12 2016-06-06 19:24:47.356 (INFO ) [0xfff9ae2c530] VST-20060-31171-32:1585739:ibm.runjob.client.Job: e…
/dports/science/qmcpack/qmcpack-3.11.0/labs/lab2_qmc_basics/oxygen_dimer/reference/scale_1.05/
H A Ddft.error1 Cobalt location args: --block VST-00040-11151-32
9 2016-06-06 19:41:13.449 (INFO ) [0xfff9d34c530] VST-00040-11151-32:24529:ibm.runjob.client.options.…
10 2016-06-06 19:41:16.544 (INFO ) [0xfff9d34c530] VST-00040-11151-32:1585751:ibm.runjob.client.Job: j…
12 2016-06-06 19:43:43.959 (INFO ) [0xfff9d34c530] VST-00040-11151-32:1585751:ibm.runjob.client.Job: e…

12345678910>>...55