I’ve downloaded the version form the site, and when it starts it hangs my entire PC, i have some kind of built in Audio card with DX drivers only, i have to poweroff the laptop.
I guess this has to do with audio card, since i noticed this when selecting “Primary audio device” instead of the actual device name on my other PC. I can’t buil the host myslef cause i get some errors with the latest SVN version of JUCE. Does the plugin host store the settings somewhere or does it just try to open the first available device in the system ?
edit:
build error after building latest juce with vst support (looks like some classes are not in the .lib?)
FilterGraph.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall juce::AudioProcessorPlayer::~AudioProcessorPlayer(void)" (??1AudioProcessorPlayer@juce@@UAE@XZ)
GraphEditorPanel.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall juce::AudioProcessorPlayer::~AudioProcessorPlayer(void)" (??1AudioProcessorPlayer@juce@@UAE@XZ)
FilterGraph.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall juce::AudioProcessorGraph::~AudioProcessorGraph(void)" (??1AudioProcessorGraph@juce@@UAE@XZ)
FilterGraph.obj : error LNK2001: unresolved external symbol "public: __thiscall juce::AudioProcessorPlayer::AudioProcessorPlayer(void)" (??0AudioProcessorPlayer@juce@@QAE@XZ)
GraphEditorPanel.obj : error LNK2001: unresolved external symbol "public: __thiscall juce::AudioProcessorPlayer::AudioProcessorPlayer(void)" (??0AudioProcessorPlayer@juce@@QAE@XZ)
FilterGraph.obj : error LNK2001: unresolved external symbol "public: __thiscall juce::AudioProcessorGraph::AudioProcessorGraph(void)" (??0AudioProcessorGraph@juce@@QAE@XZ)
FilterGraph.obj : error LNK2001: unresolved external symbol "public: void __thiscall juce::AudioProcessorGraph::clear(void)" (?clear@AudioProcessorGraph@juce@@QAEXXZ)
FilterGraph.obj : error LNK2001: unresolved external symbol "public: class juce::AudioProcessorGraph::Node * __thiscall juce::AudioProcessorGraph::getNodeForId(unsigned int)const " (?getNodeForId@AudioProcessorGraph@juce@@QBEPAVNode@12@I@Z)
FilterGraph.obj : error LNK2001: unresolved external symbol "public: class juce::AudioProcessorGraph::Node * __thiscall juce::AudioProcessorGraph::addNode(class juce::AudioProcessor * const,unsigned int)" (?addNode@AudioProcessorGraph@juce@@QAEPAVNo
de@12@QAVAudioProcessor@2@I@Z)
FilterGraph.obj : error LNK2001: unresolved external symbol "public: bool __thiscall juce::AudioProcessorGraph::removeNode(unsigned int)" (?removeNode@AudioProcessorGraph@juce@@QAE_NI@Z)
FilterGraph.obj : error LNK2001: unresolved external symbol "public: bool __thiscall juce::AudioProcessorGraph::disconnectNode(unsigned int)" (?disconnectNode@AudioProcessorGraph@juce@@QAE_NI@Z)
FilterGraph.obj : error LNK2001: unresolved external symbol "public: bool __thiscall juce::AudioProcessorGraph::removeIllegalConnections(void)" (?removeIllegalConnections@AudioProcessorGraph@juce@@QAE_NXZ)
FilterGraph.obj : error LNK2001: unresolved external symbol "public: struct juce::AudioProcessorGraph::Connection const * __thiscall juce::AudioProcessorGraph::getConnectionBetween(unsigned int,int,unsigned int,int)const " (?getConnectionBetween@Aud
ioProcessorGraph@juce@@QBEPBUConnection@12@IHIH@Z)
FilterGraph.obj : error LNK2001: unresolved external symbol "public: bool __thiscall juce::AudioProcessorGraph::canConnect(unsigned int,int,unsigned int,int)const " (?canConnect@AudioProcessorGraph@juce@@QBE_NIHIH@Z)
FilterGraph.obj : error LNK2001: unresolved external symbol "public: bool __thiscall juce::AudioProcessorGraph::addConnection(unsigned int,int,unsigned int,int)" (?addConnection@AudioProcessorGraph@juce@@QAE_NIHIH@Z)
FilterGraph.obj : error LNK2001: unresolved external symbol "public: void __thiscall juce::AudioProcessorGraph::removeConnection(int)" (?removeConnection@AudioProcessorGraph@juce@@QAEXH@Z)
FilterGraph.obj : error LNK2001: unresolved external symbol "public: bool __thiscall juce::AudioProcessorGraph::removeConnection(unsigned int,int,unsigned int,int)" (?removeConnection@AudioProcessorGraph@juce@@QAE_NIHIH@Z)
GraphEditorPanel.obj : error LNK2001: unresolved external symbol "public: void __thiscall juce::AudioProcessorPlayer::setProcessor(class juce::AudioProcessor * const)" (?setProcessor@AudioProcessorPlayer@juce@@QAEXQAVAudioProcessor@2@@Z)
InternalFilters.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall juce::AudioProcessorGraph::AudioGraphIOProcessor::~AudioGraphIOProcessor(void)" (??1AudioGraphIOProcessor@AudioProcessorGraph@juce@@UAE@XZ)
InternalFilters.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall juce::AudioProcessorGraph::AudioGraphIOProcessor::fillInPluginDescription(class juce::PluginDescription &)const " (?fillInPluginDescription@AudioGraphIO
Processor@AudioProcessorGraph@juce@@UBEXAAVPluginDescription@3@@Z)
InternalFilters.obj : error LNK2001: unresolved external symbol "public: __thiscall juce::AudioProcessorGraph::AudioGraphIOProcessor::AudioGraphIOProcessor(enum AudioProcessorGraph::AudioGraphIOProcessor::AudioGraphIOProcessor::IODeviceType)" (??0Au
dioGraphIOProcessor@AudioProcessorGraph@juce@@QAE@W4IODeviceType@012@@Z)
bin/Debug/hwinv.exe : fatal error LNK1120: 19 unresolved externals
Error executing link.exe.
vc6