yse-soundengine icon indicating copy to clipboard operation
yse-soundengine copied to clipboard

advanced 3D sound engine

Results 9 yse-soundengine issues
Sort by recently updated
recently updated
newest added

Hi, I've trying to use YSE in my .NET Core project but there were no releases since 2018 (1.0.66). On .NET Framework sound works great, but on .NET Core it...

bug

I got the following error at 1% of the build process when trying to build on ubuntu 18.04 (Arm64 CPU): > /media/tetsfr/SSD/yse-soundengine/YseEngine/synth/../midi/../midi/midiDeviceManager.h:2:10: fatal error: RtMidi.h: No such file or directory...

Hey Guys, Great news for this year. So the code should be easily ported, @yvanvds we need a list of the libraries used/required for the engine for those without windows...

Hi thanks for this great project! By any chance, is there a python wrapper lib available or is c++ the only way? Thanks again

Hello, I'm unable to build the library using the android native example. Seems that Cmake is unable to find rtmidi headers even if I explicitly add the include_directories with the...

bug

After running: mkdir build cd build cmake .. make I get the following error: In file included from /home/avasile/src/yse-soundengine/YseEngine/synth/../midi/../internalHeaders.h:48:0, from /home/avasile/src/yse-soundengine/YseEngine/synth/../midi/midifileImplementation.h:15, from /home/avasile/src/yse-soundengine/YseEngine/synth/synthImplementation.h:20, from /home/avasile/src/yse-soundengine/YseEngine/internalHeaders.h:27, from /home/avasile/src/yse-soundengine/YseEngine/channel/channelManager.h:18, from /home/avasile/src/yse-soundengine/YseEngine/internalHeaders.h:16, from...

## Awesome library ...thankyou! am prototyping some realtime synthesis for my android app at the moment ... am using android studio and kotlin ... however, it would be very useful...

Hi, I am looking into getting YSE on Cmake but to make the project not rely on prebuilt libraries, would you be willing to make copy/forks of these repos off...

Hello again @yvanvds , Now that i am going through the library, it feels that JUCE dependencies are not so nice in terms of fees and licensing. What parts of...