Skip to main content

Quick Start

Install Pad-Lattice locally from the repository root:

python3 -m pip install -e .

List MIDI ports:

pad-lattice ports

Run the hardware demo:

pad-lattice demo

Start the daemon:

pad-lattice daemon --no-greeting

Send a state from another terminal:

pad-lattice send-state running
pad-lattice send-state success

Listen for hardware actions:

pad-lattice listen-actions

Press the mapped control pads:

PadAction
11approve
12reject
17retry
18stop

Use the raw MIDI monitor when mapping or debugging hardware:

pad-lattice monitor-midi --seconds 15