Logic States for Daisy

Hi All
How would you go about having logic states with the Daisy Patch?
If i had multiple steps in a sequencer and i could e.g invert bits and combine adjacent bits for AND OR XOR NAND etc logic states. How would you go about this? Is it just simply writing logic or is there anything in the libraries for this? I think for sequencing this would be very fun.

There’s nothing in the libraries for this per say, but you can use the built in logical operators in C++!
You may also find the bitwise operators interesting.

You can also check out the Daisy Patch Logic example to see a musical application of this!

And here’s where you can flash it.

2 Likes