Page 1 of 3

SDK6

Posted: Sat Jun 29, 2013 12:15 am
by Roland Kuit
When patching stuff I want to delete/change a module. By deleting not all, but some of them, SDK6 stops working.
How come?

Re: SDK6

Posted: Sat Jun 29, 2013 1:13 pm
by Shroomz~>
It's not a known issue in SDK 4 or 5 Roland, so not being an SDK 6 user, I can't help.

Re: SDK6

Posted: Sat Jun 29, 2013 1:27 pm
by garyb
you might want to let Julian know, although i haven't heard of such a bug.

do you have an irq shared with a USB controller and the XITE?

Re: SDK6

Posted: Sun Jun 30, 2013 12:59 am
by Roland Kuit
Thanks Gary,
I looked at the IRQ's, but no conflicts.
I have this problem on both my laptops.

Re: SDK6

Posted: Sun Jun 30, 2013 2:07 am
by garyb
it's when you select several modules and delete them together, right?

if you delete them all one at s time it's ok?

Re: SDK6

Posted: Sun Jun 30, 2013 2:42 am
by Roland Kuit
No, just by deleting one module. And it depends by which module I'm deleting.
F.i. I was creating a Glitch Delay. So I needed the Analogue In and the output to the headphones.
Deleting the Analogue In causes(every time) stopping the SDK6 software.
I get a windows failure: DEP problem, but I can't change that.
Sometimes I have to start up Windows again after this failure.

Re: SDK6

Posted: Sun Jun 30, 2013 7:11 am
by petal
I didn't know that the SDK6 was available yet. I believe I paid for it when I bought my XITE a year back. How did you get your hands on it?

Re: SDK6

Posted: Sun Jun 30, 2013 8:37 am
by Roland Kuit
I got my Xite-1, Mod IV and SDK6 in February this year by mail.

Re: SDK6

Posted: Sun Jun 30, 2013 9:13 am
by petal
Hmm. Sounds like I need to write a mail.

Thanks for the insight :)

Re: SDK6

Posted: Sun Jun 30, 2013 9:22 am
by garyb
ok, i'll write a letter to Julian.

Re: SDK6

Posted: Sun Jun 30, 2013 3:15 pm
by garyb
if you're getting DEP errors, perhaps an elevated level of security is set in windows. DEP is windows security. i think there's settings in system properties\advanced\data execution protection. the first box should be checked, "turn on DEP for essential windows programs and serices only".

also, the SDK needs to run "as administrator" too...

Re: SDK6

Posted: Thu Jul 11, 2013 5:52 am
by Roland Kuit
The last trick did the job. Run as Admin.
Thanks Gary!

Re: SDK6

Posted: Fri Nov 01, 2013 3:29 am
by wouterz
I have a similar problem (on windows XP) when I delete a module sometimes the SDK application crashes (Error message: "Pure function call"). Run as admin does not help.

Re: SDK6

Posted: Fri Nov 01, 2013 6:36 am
by djmicron
i use the sdk 6 for exporting dsp modules only.
I too can't delete modules and can't develop GUI, it is still in beta and we need to wait for updates.

Re: SDK6

Posted: Fri Nov 01, 2013 8:59 am
by jhulk
you need to ask for the gui tools

as it was missing from the sdk6

for the guitools you need the juce and on pc the visualstudio2010c++ ide and then make a introjucer so that juce can

be used to create gui and the scopedll.lib which you can then create a dll file to put in the scope sdk6 or 5

this way you can create native fx models that interfaces with the sdk6 via the dll which has async i/o control and sync i/o audio

which the sampler modules use

you need to ask garyb for the guitools because with out it you cant make gui

another program to get is knobman for png nobs and switches so you can create your own

there are other vsti gui tools also but the juce is a good set the wusicstation and there new modular plug uses juce

Re: SDK6

Posted: Fri Nov 01, 2013 9:09 am
by jksuperstar
Make sure you build your Juice GUI with multi-touch enabled. Might not be a big deal right now, but it will be someday ;). futureproof!

Re: SDK6

Posted: Fri Nov 01, 2013 9:15 am
by Eanna
wouterz wrote:(Error message: "Pure function call")
Pure Virtual Function Call...? Don't remind me ;-)

Re: SDK6

Posted: Fri Nov 01, 2013 10:47 am
by jhulk
thats just a matter of adding osc control

Re: SDK6

Posted: Fri Nov 01, 2013 10:50 am
by jhulk

Re: SDK6

Posted: Fri Nov 01, 2013 11:13 am
by djmicron
jhulk wrote:you need to ask for the gui tools

as it was missing from the sdk6

for the guitools you need the juce and on pc the visualstudio2010c++ ide and then make a introjucer so that juce can

be used to create gui and the scopedll.lib which you can then create a dll file to put in the scope sdk6 or 5

this way you can create native fx models that interfaces with the sdk6 via the dll which has async i/o control and sync i/o audio

which the sampler modules use

you need to ask garyb for the guitools because with out it you cant make gui

another program to get is knobman for png nobs and switches so you can create your own

there are other vsti gui tools also but the juce is a good set the wusicstation and there new modular plug uses juce
i did ask for the gui tools, not possible at the moment.
You don't need juce or vstgui, you can develop your code how you prefer, juce is just a way to do it, but i'm talking about something written in the sdk6 manual that i can't test at the moment.