Skip to content
This repository was archived by the owner on Jun 28, 2023. It is now read-only.

Repository files navigation

About

This is a Java API for the Novilation Launchpad. The documentation is still pending but the API is quite straightforward:

// Create a new instance, fade all pads with an timeout of 50ms for each stepp and 50ms per pad
// and create a new press listener

Launchpad la = new Launchpad(Channel.C1).fadePads(Color.BLANK, 10, 10).pressed("/", { l, m ->
            l.move("/2") //Move to the /2 preset
            l.fadePads(Color.RED, 10)
        }).pressed("/2", { l, m ->
            l.move("/") //Move to the / preset
            l.fadePads(Color.GREEN, 10)

        })

About

A simple and effective api for launchpad

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages