mightgoyardstill

Results 6 issues of mightgoyardstill

is it worth adding a getCocoaView function to expose the NSView into our programs? IMO saves having to write obj-c/obj-c++ files when it could be simply added to the bottom?...

enhancement
macOS

I was wondering if anyone else had got this error when trying to run the audiohost example? ``` Press to continue . . . audiohost(3699,0x113393dc0) malloc: Incorrect checksum for freed...

Hi, Would it be possible to request a self-contained simple host example? As a newcomer, I'm really interested in learning to develop audio software using the vst3sdk but I am...

i'm currently trying to embed quickjs into my own project where i have my own custom classes, i'm a little confused on how to set up a callback and cant...

currently running into this error when i build my wrapper project: `Users/jt/Desktop/clap-dev/projects/clap-saw-build-test/build/_deps/clap-wrapper-src/src/wrapasauv2.cpp:769:12: error: use of undeclared identifier 'kAudioUnitProperty_MIDIOutputEventListCallback'; did you mean 'kAudioUnitProperty_MIDIOutputCallback'? [build] case kAudioUnitProperty_MIDIOutputEventListCallback: [build] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [build] kAudioUnitProperty_MIDIOutputCallback [build]...

maybe this might be better off in discussions or pull requests, but i was wondering how tightly coupled is the need for MainMenu.xib in the mac standalone build? I don't...