# Daisy platform?

**URL:** https://discourse.flucoma.org/t/daisy-platform/2825
**Category:** Getting Started and Wayfinding
**Created:** [August 13, 2026, 7:10pm UTC](https://discourse.flucoma.org/t/daisy-platform/2825 "2026-08-13T19:10:58Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Axel](https://discourse.flucoma.org/letter_avatar_proxy/v4/letter/a/6de8d8/32.png) [@Axel](https://discourse.flucoma.org/u/Axel)
#### Post date: [August 13, 2026, 7:10pm UTC](https://discourse.flucoma.org/t/daisy-platform/2825/1 "2026-08-13T19:10:58Z")

</div>

Hi,

I have some experience with SuperCollider and having recently discovered FluCoMa, I have been playing with it on SC and have had some success training an MFCC and creating a Synth that replaces my beatboxing kick, snare and hihat sounds with samples.

I’ve also recently ordered a [Daisy Seed3](https://daisy.audio/products/seed3)…

So, of course, I’ve been wondering, if it was possible run some FluCoMa stuff on the Daisy. Has anyone tried compiling FluCoMa for the Daisy platform? Are there any insurmountable structural problems preventing that? I imagine training models on my Mac and running them on the Daisy which would be amazing.

There seem to be libraries for using Max or Pure Data patches. But I don’t have any experience with those and before I start on a months long possibly futile journey I thought I’d better ask first.

---

<div class="post-metadata">

### Author: ![tremblap](https://discourse.flucoma.org/user_avatar/discourse.flucoma.org/tremblap/32/5_2.png) [@tremblap](https://discourse.flucoma.org/u/tremblap)
#### Post date: [August 14, 2026, 6:15am UTC](https://discourse.flucoma.org/t/daisy-platform/2825/2 "2026-08-14T06:15:06Z")

</div>

> [@Axel](#):
>
> [Daisy Seed3](https://daisy.audio/products/seed3)…

in short: not really. The Daisy Seed3 is not made to run OSes, and we do not support bare-metal compilation. I don’t know if it ships with an IDE…

That said, it is a M7, so maybe you could import our header-only version framework in C++ like some people do in OpenFrameworks, for instance.

So in short: you can’t run SC or Max on it, so you can’t run what we ship. But hacks might be possible. Now, paging Dr @rodrigo.constanzo for a more juicy answer

---

<div class="post-metadata">

### Author: ![rodrigo.constanzo](https://discourse.flucoma.org/user_avatar/discourse.flucoma.org/rodrigo.constanzo/32/12_2.png) [@rodrigo.constanzo](https://discourse.flucoma.org/u/rodrigo.constanzo)
#### Post date: [August 14, 2026, 7:21am UTC](https://discourse.flucoma.org/t/daisy-platform/2825/3 "2026-08-14T07:21:05Z")

</div>

I didn’t realize they made a new one.

I ordered a seed/pod a while back to explore, but as far as I know it only really loaded “exported code” from Max (my main platform), which kind of rules out externals and such.

I’ve not messed with C++ version of FluCoMa at all, so I have no additional insights.

But if you do get somewhere with it, do report back as I’d be very curious!

---

<div class="post-metadata">

### Author: ![Axel](https://discourse.flucoma.org/letter_avatar_proxy/v4/letter/a/6de8d8/32.png) [@Axel](https://discourse.flucoma.org/u/Axel)
#### Post date: [August 14, 2026, 8:54am UTC](https://discourse.flucoma.org/t/daisy-platform/2825/4 "2026-08-14T08:54:47Z")

</div>

Thank you both. I was expecting it to be hard. Anyway, I’ll try to apply my (very limited) C++ knowledge and my AI friends to the task and if I get anywhere, I’ll certainly report my findings here.

---

<div class="post-metadata">

### Author: ![tremblap](https://discourse.flucoma.org/user_avatar/discourse.flucoma.org/tremblap/32/5_2.png) [@tremblap](https://discourse.flucoma.org/u/tremblap)
#### Post date: [August 14, 2026, 3:05pm UTC](https://discourse.flucoma.org/t/daisy-platform/2825/5 "2026-08-14T15:05:07Z")

</div>

There is a potential tutorial coming, but in the meanting, flucoma-core has a few C++ examples that would help an AI friend to make an app for sure

---

<div class="post-metadata">

### Author: ![Axel](https://discourse.flucoma.org/letter_avatar_proxy/v4/letter/a/6de8d8/32.png) [@Axel](https://discourse.flucoma.org/u/Axel)
#### Post date: [August 14, 2026, 4:00pm UTC](https://discourse.flucoma.org/t/daisy-platform/2825/6 "2026-08-14T16:00:10Z")

</div>

> [@tremblap](#):
>
> There is a potential tutorial coming

Yes, please!

---

<div class="post-metadata">

### Author: ![tremblap](https://discourse.flucoma.org/user_avatar/discourse.flucoma.org/tremblap/32/5_2.png) [@tremblap](https://discourse.flucoma.org/u/tremblap)
#### Post date: [August 15, 2026, 7:14am UTC](https://discourse.flucoma.org/t/daisy-platform/2825/7 "2026-08-15T07:14:57Z")

</div>

just to be clear, a tutorial on integrating our core in a C++ project 🙂
