rorywalsh / CsoundUnity

GNU Lesser General Public License v2.1
72 stars 20 forks source link

trouble starting CsoundUnity demos #3

Closed metaphysician closed 7 years ago

metaphysician commented 7 years ago

this is more than likely a user error on my part, but i cannot get sound out of the CsoundUnity project demos on my mac running Unity 5.5.1. first error that comes up:

DllNotFoundException: /Assets/StreamingAssets/CsoundLib64.framework/CsoundLib64 CsoundUnityBridge..ctor (System.String csoundDir, System.String csdFile) (at Assets/Scripts/CsoundUnityScripts/CsoundUnityBridge.cs:49) CsoundUnity.Awake () (at Assets/Scripts/CsoundUnityScripts/CsoundUnity.cs:105)

path appears to be correct. DLL is residing at Assets/StreamingAssets/CSoundLib64.framework

any clues? seem like a path issue, really. would love to try out CSound in Unity. thanks!

cabbageaudio commented 7 years ago

Install Csound first. http://csound.github.io/download.html Then try it. If that works we can then figure out why it doesn't work with the included one.

On 26 Mar 2017 12:22, "metaphysician" notifications@github.com wrote:

this is more than likely a user error on my part, but i cannot get sound out of the CsoundUnity project demos on my mac running Unity 5.5.1. first error that comes up:

DllNotFoundException: /Assets/StreamingAssets/CsoundLib64.framework/ CsoundLib64 CsoundUnityBridge..ctor (System.String csoundDir, System.String csdFile) (at Assets/Scripts/CsoundUnityScripts/CsoundUnityBridge.cs:49) CsoundUnity.Awake () (at Assets/Scripts/CsoundUnityScripts/ CsoundUnity.cs:105)

path appears to be correct. DLL is residing at Assets/StreamingAssets/ CSoundLib64.framework

any clues? would love to try out CSound in Unity. thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rorywalsh/CsoundUnity/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AFrNt0-jGSemQi0MM3Kjp18Ja7v0gv9Sks5rpkpxgaJpZM4MpZTi .

metaphysician commented 7 years ago

beautiful! did the trick. only one last question. if i make a build, hopefully the build will use the included frameworks instead? meanwhile i'll go and check out your docs and videos on Unity Csound. and i'll post any further questions to cabbageaudio. thanks!

cabbageaudio commented 7 years ago

Great. I'll look into the standalone build. Another user was asking about that too. It's works OK on windows AFAIK. I'll try the same approach on OSX and let you know.

On 26 Mar 2017 21:42, "metaphysician" notifications@github.com wrote:

beautiful! did the trick. only one last question. if i make a build, hopefully the build will use the included frameworks instead? meanwhile i'll go and check out your docs and videos on Unity Csound. thanks!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rorywalsh/CsoundUnity/issues/3#issuecomment-289313437, or mute the thread https://github.com/notifications/unsubscribe-auth/AFrNtz3MmlK81NbqdvRvIrc4LaG_6Xxiks5rps2igaJpZM4MpZTi .