Re: [Csnd-dev] Bare metal question
Dave Seidel <[email protected]>
| Newsgroups | gmane.comp.audio.csound.devel |
|---|---|
| Message-ID | <CAMnrweANpZtJTv0spaomyCbKbC6KWpUz9=kkh2o3f07HhsSf9w@mail.gmail.com> |
Great, this is excellent! I have built a test firmware for one of these devices, but it would have been much easier with Csound. I have several other projects ahead of the, but I'm really looking forward to trying this out. On Mon, Sep 30, 2024 at 9:37 AM vlz <[email protected]> wrote: > If you can build a program in C to run in these platforms, you can build a > program using libcsound, it has been tested there. > In the develop sources there are instructions to build libcsound for the > daisy platform (in the daisy directory). Once you have > this, then you can use it in your project. Note that you will probably > need to provide a custom link script to determine the location > of the binaries in memory, etc. > > Aman can give the details of the links script we use, but I think the > first step is to build the library. It should be straightorward > (I did that last night on my computer, just required the installation of > the toolchain and then running CMake as shown in the README.md). > > > > On 30 Sep 2024, at 13:52, Dave Seidel <[email protected]> wrote: > > > > This is probably a question for Victor. > > > > I see that we will be supporting the Daisy platform, which is very cool. > Does this mean that I could use Csund as a library for devices such as the > Noise Engineering Alia, Legio, and Versio platforms? These are all based on > the Daisy seed. I've got one of each and would love to try making my own > firmware using Csound. > > > > https://noiseengineering.us/pages/platforms/ > > > > - Dave >