bendin
From Pdpedia
| {{{example_image}}} caption | |
| Description: | bend in |
|---|---|
| Abbreviation: | |
| Library: | vanilla |
| Author(s): | Miller S. Puckette and others |
| Developer(s): | |
| Release version: | |
| Release date: | 2007 |
| Status: | active |
| Dependencies: | |
| License: | BSD |
| Website: | http://crca.ucsd.edu/~msp/software.html |
| Programming Language: | |
| Platform(s): | GNU/Linux, Mac OS X, Windows |
| Language: | English |
| Data type(s): | message |
| Distribution(s): | DesireData, PDa, Pd-extended, Pd-vanilla, puredata debian package, pure:dyne |
MIDI input:
- read incoming pitch bend values.
The [bendin] object reads incoming pitch bend values and reports them. If started with no arguments it reports the channel number through the right outlet.
MIDI output:
inlets : none (reads directly from the MIDI port)
outlets:
MIDI note construction:
left: pitchbend value
right: MIDI channel number (if no argument)
Arguments: the MIDI channel number from which to read. If the argument is present, the [bendin] object does not show the second (right) outlet:
MIDI notes deconstruction:
Additional useful objects for MIDI processing (Maxlib by Olaf Matthes)
<-- pitch bend values on channel 2
Output (int) is a 14-bit pitchbend value
Also, from cyclone (alpha) by Krzysztof Czaja:
related object
and xeq, from the same developer
an experimental MIDI sequencer
for an explanation of MIDI usage in Pd see:
This document was updated for Pd version 0.35 by Michal Seta as part of a project called pddp proposed by Krzysztof Czaja, managed and edited by Dave Sabine, to build comprehensive documentation for Pd.
Contents |

