Search found 32 matches
- Fri Jan 16, 2015 7:31 am
- Forum: Coding Questions
- Topic: need help with VST lib
- Replies: 11
- Views: 5809
Re: need help with VST lib
Who tested the code with VST synthesizer at the output sound from the clicks?
- Thu Jan 15, 2015 12:18 pm
- Forum: Coding Questions
- Topic: need help with VST lib
- Replies: 11
- Views: 5809
Re: need help with VST lib
// VST Plug-Ins SDK
// Version 2.4 $Date: 2006/01/12 09:04:56 $
+ VST library
http://purebasic.info/phpBB3ex/download/file.php?id=2150
http://purebasic.info/phpBB3ex/download/file.php?id=2151
+ VST_PB.pbi library for the host (modified)
http://purebasic.info/phpBB3ex/download/file.php?id ...
// Version 2.4 $Date: 2006/01/12 09:04:56 $
+ VST library
http://purebasic.info/phpBB3ex/download/file.php?id=2150
http://purebasic.info/phpBB3ex/download/file.php?id=2151
+ VST_PB.pbi library for the host (modified)
http://purebasic.info/phpBB3ex/download/file.php?id ...
- Thu Oct 09, 2014 11:27 am
- Forum: Coding Questions
- Topic: need help with VST lib
- Replies: 11
- Views: 5809
Re: need help with VST lib
+ library for the host (modified)
http://purebasic.info/phpBB3ex/download ... hp?id=2121
+ Test host code (No sound output)
http://purebasic.info/phpBB3ex/download ... hp?id=2122
http://purebasic.info/phpBB3ex/download ... hp?id=2121
+ Test host code (No sound output)
http://purebasic.info/phpBB3ex/download ... hp?id=2122
- Mon Oct 06, 2014 8:40 am
- Forum: Coding Questions
- Topic: need help with VST lib
- Replies: 11
- Views: 5809
Re: need help with VST lib
With the output of the sound is clear. Can not understand how to configure the MIDI data to send via VstEvents. Who worked with the help
- Wed Sep 17, 2014 6:37 am
- Forum: Coding Questions
- Topic: need help with VST lib
- Replies: 11
- Views: 5809
Re: need help with VST lib
Tell me how to apply to this code waveOutWrite_
part of the code
For i=0 To 1
wh(i)\lpData=ptrOutputBuffers(i)
wh(i)\dwBufferLength=sampleFrames
wh(i)\dwLoops=0
wh(i)\dwFlags=0
Next
res=waveOutPrepareHeader_(hwo, @wh(), SizeOf(WAVEHDR))
res=waveOutWrite_(hwo, @wh(), SizeOf(WAVEHDR))
res ...
part of the code
For i=0 To 1
wh(i)\lpData=ptrOutputBuffers(i)
wh(i)\dwBufferLength=sampleFrames
wh(i)\dwLoops=0
wh(i)\dwFlags=0
Next
res=waveOutPrepareHeader_(hwo, @wh(), SizeOf(WAVEHDR))
res=waveOutWrite_(hwo, @wh(), SizeOf(WAVEHDR))
res ...
- Fri Sep 12, 2014 1:22 pm
- Forum: Coding Questions
- Topic: need help with VST lib
- Replies: 11
- Views: 5809
Re: need help with VST lib
Thanks for the comments. Code corrected.
#DSBLOCK_ENTIREBUFFER = $2
#DSBLOCK_FROMWRITECURSOR=$1
IncludeFile "VST_PB.pbi"
Structure DSBUFFERDESC
dwSize.l
dwFlags.l
dwBufferBytes.l
dwReserved.l
*lpwfxFormat
guid3DAlgorithm.GUID
EndStructure
Global *m.Word, dsound.IDirectSound8, dsb ...
#DSBLOCK_ENTIREBUFFER = $2
#DSBLOCK_FROMWRITECURSOR=$1
IncludeFile "VST_PB.pbi"
Structure DSBUFFERDESC
dwSize.l
dwFlags.l
dwBufferBytes.l
dwReserved.l
*lpwfxFormat
guid3DAlgorithm.GUID
EndStructure
Global *m.Word, dsound.IDirectSound8, dsb ...
- Tue Sep 09, 2014 11:46 am
- Forum: Coding Questions
- Topic: need help with VST lib
- Replies: 11
- Views: 5809
Re: need help with VST lib
eriansa, I am very glad to see you.
Unfortunately
@ * Rect.ERekt
structure does not always returns a value to change the size of the editor window (you can test dblue_Glitch_v1_3)
Another problem is the sound output by means DSOUND or MME. There are no errors when using
* myAEffect ...
Unfortunately
@ * Rect.ERekt
structure does not always returns a value to change the size of the editor window (you can test dblue_Glitch_v1_3)
Another problem is the sound output by means DSOUND or MME. There are no errors when using
* myAEffect ...
- Tue Sep 09, 2014 7:59 am
- Forum: Coding Questions
- Topic: need help with VST lib
- Replies: 11
- Views: 5809
Re: need help with VST lib
Sharing translated libraries.
http://purebasic.info/phpBB3ex/download/file.php?id=2093
http://purebasic.info/phpBB3ex/download/file.php?id=2094
+ library for the host (unfinished)
http://purebasic.info/phpBB3ex/download/file.php?id=2095
+ Test host code (No sound output)
http://purebasic ...
http://purebasic.info/phpBB3ex/download/file.php?id=2093
http://purebasic.info/phpBB3ex/download/file.php?id=2094
+ library for the host (unfinished)
http://purebasic.info/phpBB3ex/download/file.php?id=2095
+ Test host code (No sound output)
http://purebasic ...
- Mon Sep 01, 2014 6:25 am
- Forum: Coding Questions
- Topic: VSTi and audio output
- Replies: 15
- Views: 6990
Re: VSTi and audio output
thanks for the help. my results - I can open the VST without any problems, to open the editor. But I did not turn out to deal with the data output from the audio output on ProcessReplacing using waveOutWrite_.
Where to store a pointer ptrOutputBuffers ()?
wave.WAVEOUTCAPS
devices ...
Where to store a pointer ptrOutputBuffers ()?
wave.WAVEOUTCAPS
devices ...
- Wed Aug 20, 2014 6:40 am
- Forum: Tricks 'n' Tips
- Topic: PB Asio
- Replies: 10
- Views: 9347
Re: PB Asio
Код работает прекрасно, но без прав администратора не определяет что есть АСИО. Следующий код исправляет недочет. Может я не прав?
The code works fine, but without administrative rights does not define what is ASIO. The following code corrects the defect. Maybe I'm wrong?
(line 279)
RegOpenKeyEx ...
The code works fine, but without administrative rights does not define what is ASIO. The following code corrects the defect. Maybe I'm wrong?
(line 279)
RegOpenKeyEx ...
- Wed Apr 16, 2014 4:01 am
- Forum: Coding Questions
- Topic: VSTi and audio output
- Replies: 15
- Views: 6990
Re: VSTi and audio output
link to a source code : http://yadi.sk/d/th1gRWlDMXmugsq4 wrote:Please provide a code snippet.
- Mon Apr 14, 2014 3:26 am
- Forum: Coding Questions
- Topic: VSTi and audio output
- Replies: 15
- Views: 6990
Re: VSTi and audio output
ok...sq4 wrote:
@ cherr123
I really do not understand your question regarding ASIO...Please elaborate.
I create a small host for VSTi use.
And I had problems with ProcessReplasing().
When I use ProcessReplasing () that the program comes to the end on a host flag #audioMasterGetTime.
- Fri Apr 11, 2014 3:28 am
- Forum: Coding Questions
- Topic: VSTi and audio output
- Replies: 15
- Views: 6990
Re: VSTi and audio output
ok...
I can't understand in what a hitch
when I use processReplacing () that from a host takes off an error of reading to the address.
Flag of a host of audioMasterGetTime VstTimeInfo structure.
I can't understand in what a hitch
when I use processReplacing () that from a host takes off an error of reading to the address.
Flag of a host of audioMasterGetTime VstTimeInfo structure.
- Tue Apr 08, 2014 5:17 pm
- Forum: Coding Questions
- Topic: VSTi and audio output
- Replies: 15
- Views: 6990
- Tue Apr 08, 2014 7:53 am
- Forum: Coding Questions
- Topic: VSTi and audio output
- Replies: 15
- Views: 6990
Re: VSTi and audio output
Thanks for the reply. Very cool rnt2
A little clarification. This is not a plug and a small host.
A little clarification. This is not a plug and a small host.