Skip to content
/ p5dirt Public

Thingie for echoing superdirt parameters to processing

License

Notifications You must be signed in to change notification settings

yaxu/p5dirt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Thingie for echoing superdirt parameters to processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published