@David-Healey yeah - Im begingng to think this Builder stuff is a bit pointless - if its not all there then its not saving anything in the end.
Posts
-
RE: Builder InterfaceTypesposted in General Questions
-
RE: Builder InterfaceTypesposted in General Questions
@Lindon ok here I am AGAIN, 3 times in one day....
So does anyone know the correct Chain Index for the SampleStart modulation , not in the documentation(duh) and not showing up in the auto complete....
-
RE: Builder InterfaceTypesposted in General Questions
@David-Healey yeah that I know, but this is a the same builder object oi have been using to build everything else with.....
-
RE: Builder InterfaceTypesposted in General Questions
@David-Healey it works sometimes and the on others fails completely - only showing me the list of variables I'm using in my script.... its really really crap.
-
RE: Builder InterfaceTypesposted in General Questions
@David-Healey yeah maybe , meanwhile the feckinn autocomplete is a pile of doggy do...
-
RE: Builder InterfaceTypesposted in General Questions
@David-Healey not at the moment...seems to work OK
-
RE: Builder InterfaceTypesposted in General Questions
@David-Healey so how did you know this?
@Lindon Shouldn't the chain index be Midi rather than Direct? -
RE: Builder InterfaceTypesposted in General Questions
@David-Healey yep as you see above - meanwhile where is all this documentation hidden?
-
RE: Builder InterfaceTypesposted in General Questions
@Lindon and a search thru the forum gives me this answer:
theKeySwitchFilters[i] = builder.create( builder.MidiProcessors.ScriptProcessor, articulationNames[i] + "KeySwitchFilter", // the ID theSamplerContainers[i], // the parent (root) builder.ChainIndexes.Midi // the slot type ); -
RE: Builder InterfaceTypesposted in General Questions
@Lindon ..and then Im straight back here with this:
trying to make a script processor - the autocomplete gives me this:
theKeySwitchFilters[i] = builder.create( builder.MidiProcessors.ScriptProcessor, articulationNames[i] + "KeySwitchFilter", // the ID theSamplerContainers[i], // the parent (root) builder.ChainIndexes.Direct // the slot type );and the complier gives me this:
Interface:! StdBuilderElements.js (22): Couldn't create module with ID ScriptProcessorAnyone???
-
RE: Builder InterfaceTypesposted in General Questions
@Lindon and of course the forum woo kicks in as soon as I post: here - for those looking ids the solution:
builder.create(builder.SoundGenerators.SynthChain ,"MasterContainer",0,builder.ChainIndexes.Direct); -
RE: Builder InterfaceTypesposted in General Questions
So I am back here again with the lack of documentation.
I want to create a container.... @dannytaurus kindly pointed me at part of the solution
so I have:
//holding container builder.create(builder.SynthChain.?????,"MasterContainer",0,builder.ChainIndexes.Direct);I've tried reading the docs (ha ha ha ha ha..) I've tried the autocomplete....no answers
can someone point out the correct syntax, and where I can in future find it?
-
RE: Can we detect DAW marker points?posted in Scripting
@Chazrox well having read it (I admit a fair while ago now) I don't recall anything about the Host passing along marker points - so I think its unlikely, and even if it did I have no recollection of HISE being able to access them - if it did I think it would be in the transport handler - and I see nothing there:
https://docs.hise.dev/scripting/scripting-api/transporthandler/index.html
-
RE: Can we detect DAW marker points?posted in Scripting
@Chazrox perhaps start with a read of the VST3 specification?
-
RE: Phase Invert?posted in General Questions
@Jeetender there is a script here in this thread as provided by @orange
-
RE: Full Instrument Expansions - how, what where....posted in General Questions
@David-Healey well we are all good to go then... thanks again for your (expensive) time. I (as usual) owe you another bottle...
-
RE: Full Instrument Expansions - how, what where....posted in General Questions
@David-Healey said in Full Instrument Expansions - how, what where....:
@Lindon When the user loads your expansion they won't be able to change sample maps by opening the sampler and neither can you.
yep got it. I will be able to give them (for example) a drop down from which they can select a sample map to load tho right?
-
RE: Full Instrument Expansions - how, what where....posted in General Questions
@Lindon said in Full Instrument Expansions - how, what where....:
@David-Healey said in Full Instrument Expansions - how, what where....:
@Lindon Yes you should treat it just like it would be for the user.
Sorry I dont understand what this means....are you saying the HISE sampler "view" isnt available for Expansion stored maps?
time to go walk the dogs. Ive taken enough of your time today....
-
RE: Full Instrument Expansions - how, what where....posted in General Questions
@David-Healey said in Full Instrument Expansions - how, what where....:
@Lindon Yes you should treat it just like it would be for the user.
Sorry I dont understand what this means....are you saying the HISE sampler "view" isnt available for Expansion stored maps?
-
RE: Full Instrument Expansions - how, what where....posted in General Questions
@Lindon Im going to need to embed possibly up to 100 sample maps....