All Projects → yaxu → p5dirt

yaxu / p5dirt

Licence: GPL-3.0 license
Thingie for echoing superdirt parameters to processing

Programming Languages

processing
702 projects

p5dirt

A quick example for sending OSC messages to processing as well as superdirt.

You'll need to take your existing BootTidal.hs and change the startTidal bit to ...

:{
tidal <- startMulti [superdirtTarget {oLatency = 0.2, oAddress = "127.0.0.1", oPort = 57120
                                     },
                     superdirtTarget {oLatency = 0.2, oAddress = "127.0.0.1", oPort = 2020,
                                      oTimestamp = NoStamp
                                     }
                    ] (defaultConfig {cFrameTimespan = 1/20})
:}

Then the included processing example will visualise events in each orbit as binary transitions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].