A Code Example/Tutorial on Dragging Audio and MIDI to the DAW [UPDATED WITH VIDEO]
-
Cheers to you man, snippet?
-
This post is deleted! -
@clevername27 God Bless man, Amazing Work :victory_hand_light_skin_tone:
-
Why is that
Most likely a file permission issue - I see you're writing it to a location inside the app data directory, this might cause some issues.
But it's a nice example of a heavily underdocument feature so I'm refactoring it a bit and will add this to the HISE snippet browser.
-
@Christoph-Hart Thank you for the kind words. I thought so, as well about the permission – I tried the Documents and Downloads folder – on both cases, the OS asked permission and I granted it. Same result, tho. I'll try some other permutations. I've also amended my original post to see if someone can try this under Windows or GNU/Linux, where I suspect it might work fine.
-
@Christoph-Hart said in A Code Example/Tutorial on Dragging Audio and MIDI to the DAW*:
I'm refactoring it a bit and will add this to the HISE snippet browser
I just saw the snippet browser link in the help menu. Clicking on it crashes HISE here.
-
@d-healey can you check if it only happens on Linux?
There‘s a lot going on there, it creates another HISE instance in a new window that you can use next to your currently loaded project but it might be a bit funky on Linux as I haven‘t tested this yet.
-
@Christoph-Hart it works on Mac
-
Works on Windows here.
It works on Linux in a debug build but not a release build. And it takes ages to open the snippet browser.
I'm wondering, does the snippet browser thing respect the
USE_LINUX_FONT_HANDLER
flag? I remember if I have this enabled then it takes ages to open HISE so I always disable this in my release build but I have to enable it in the debug build otherwise it won't open. -
@d-healey Does it take longer than the initial startup of HISE?
-
@Christoph-Hart The debug build of HISE takes about 6 seconds to open, from within there the snippet browser takes about 12 seconds. So roughly twice as long.
-
@Christoph-Hart Thanks for the suggestion - I notice that the MIDI file was getting written OK (to the App Data folder), so I tried the same with audio - same thing. I know you're busy - if you have a chance, do you have any further thoughts? Thank you.