[Csnd] .net API assembly , gone?
| Date | 2022-02-19 15:29 |
| From | Richard Knight |
| Subject | [Csnd] .net API assembly , gone? |
There are examples for using the API from .net languages
(https://github.com/csound/csoundAPI_examples/tree/master/csharp) but
the link to the actual project is http://csound6net.codeplex.com/ , but
codeplex closed over four years ago.
The domain for Richard Henninger's address richard@rghmusic.com has
expired and it doesn't look like he has been active on Github for some
time.
Does anyone know of any existing copies of the source code?
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2022-02-19 22:03 |
| From | Rory Walsh |
| Subject | Re: [Csnd] .net API assembly , gone? |
CsoundUnity borrows heavily from Richard's work. It has been updated and modified over the years, but it's probably a good place to start? On Sat, 19 Feb 2022 at 15:29, Richard Knight <richard@1bpm.net> wrote: There are examples for using the API from .net languages |
| Date | 2022-02-19 22:38 |
| From | Richard Knight |
| Subject | Re: [Csnd] .net API assembly , gone? |
|
Thanks, yes, I found this and was having a look yesterday, though haven't managed to get anything working, as DllImport is throwing a dllnotfound exception for some reason I haven't figured out yet. On 2022-02-19 22:03, Rory Walsh wrote:
|