@Lindon awesome thank you
Posts made by cassettedeath
-
Keyboard/Midi note triggering button
Hello,
I have figured out how to get a button to trigger a note. I’m wondering if someone could show what to put in the callback so a note will trigger the button.
reg eventid;
Inline function onbtnTriggerControl (component, value)
{
if (value)
eventId = Synth. playNote(72, 64);
else
Synth.noteOffByEventId(eventId);
};Content getComponent ("btnTrigger").setControlCallback(onbtnTriggerControl
-
Hise and Accessibility
I’m fairly new to Hise, but when I studied music technology I was introduced to Juce and did my honours research on how music technology can be more accessible for blind individuals - the main reason for that interest being I’m going blind myself.
Native Instruments are leading the way in terms of accessibility and software instruments. I believe this sits around Native Kontrol Standard.
It’s very important to me that my instruments are screen-reader accessible. The Zoom handler script is awesome and will be great for users with low-vision.
I believe Juce has some accessibility tools, but I haven’t looked too far into this and how that might implement this into my Hise projects.
Is there any plans to implement screen-reader accessibility development tools in Hise? Alternative text would be an amazing addition, but accessibility is often hard to retrofit.
Thanks @Christoph-Hart ! :)
-
RE: Hise slowed down
There’s hardly anything in the project
Can I copy the components and interface script to another project?
I recorded a video but honestly it’s just a video of a laggy mouse…
-
Hise slowed down
Hide, but only one project has slowed right down. As in, the mouse will freeze, spinny wheel of death will appear and it will take a long time to type anything in the script editor.
Any idea as to what might be the cause or a solution?
It’s an empty sampler. Nothing really loaded into it. No FX etc.
-
RE: Exports crashing - Au, VST and standalone.
After opening in Xcode and reading through some of the errors it looked like it was to do with samples.
Deleted the samples and the Standalone App opened.
Time to watch the rest of your Hackspace tutorials!
Thanks!
-
RE: Exports crashing - Au, VST and standalone.
You can't open the application
"Tape Synth Debug" because it may be damaged or incomplete. -
RE: Exports crashing - Au, VST and standalone.
@d-healey Audio Unit Validation Result'
validating Audio Unit SampleMaps by Party Bag:
AU Validation Tool
Version: 1.10.0
Copyright 2003-2019, Apple Inc. All Rights Reserved.
Specify -h (-help) for command options
VALIDATING AUDIO UNIT: 'aumu' - 'Abcd" - 'Prty' Manufacturer String: Party Bag AudioUnit Name: SampleMaps
Component Version: 1.0.0 (0x10000)
** PASS
TESTING OPEN TIMES:
COLD:
validation result: crashed validation -
Exports crashing - Au, VST and standalone.
New to hise -
AU validation (Auval tool crashes) so the plug In won’t open in Logic.
Standalone crashes too.Any tips on finding the culprit or can someone point me to a place I can learn best practices in Hise?
I’ve deleted most of the FX in the module tree one by one to see if that helps but the plug in will still crash.
-
Script FX examples
Is there a thread where people post examples of script fx?
Or does anyone have advice for learning signal flows? I’m fairly new - is there a way to follow signal flows of famous pedals?
I’m wanting to work on a lofi (wow, flutter, tape emulator) Juno type chorus and a comp/saturation - probably all set to one knob.
Ngā mihi :)