File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121# THE SOFTWARE.
2222"""
23- `adafruit_midi.pitch_bend_change `
23+ `adafruit_midi.pitch_bend `
2424================================================================================
2525
2626Pitch Bend Change MIDI message.
Original file line number Diff line number Diff line change 2222.. automodule :: adafruit_midi.note_on
2323 :members:
2424
25- .. automodule :: adafruit_midi.pitch_bend_change
25+ .. automodule :: adafruit_midi.pitch_bend
2626 :members:
2727
2828.. automodule :: adafruit_midi.polyphonic_key_pressure
Original file line number Diff line number Diff line change 1212from adafruit_midi .control_change import ControlChange
1313from adafruit_midi .note_off import NoteOff
1414from adafruit_midi .note_on import NoteOn
15- from adafruit_midi .pitch_bend_change import PitchBend
15+ from adafruit_midi .pitch_bend import PitchBend
1616from adafruit_midi .polyphonic_key_pressure import PolyphonicKeyPressure
1717from adafruit_midi .program_change import ProgramChange
1818from adafruit_midi .start import Start
Original file line number Diff line number Diff line change 55from adafruit_midi .control_change import ControlChange
66from adafruit_midi .note_off import NoteOff
77from adafruit_midi .note_on import NoteOn
8- from adafruit_midi .pitch_bend_change import PitchBend
8+ from adafruit_midi .pitch_bend import PitchBend
99
1010midi = adafruit_midi .MIDI (out_channel = 0 )
1111
Original file line number Diff line number Diff line change 4242from adafruit_midi .control_change import ControlChange
4343from adafruit_midi .note_off import NoteOff
4444from adafruit_midi .note_on import NoteOn
45- from adafruit_midi .pitch_bend_change import PitchBend
45+ from adafruit_midi .pitch_bend import PitchBend
4646from adafruit_midi .polyphonic_key_pressure import PolyphonicKeyPressure
4747from adafruit_midi .program_change import ProgramChange
4848from adafruit_midi .start import Start
Original file line number Diff line number Diff line change 3939from adafruit_midi .control_change import ControlChange
4040from adafruit_midi .note_off import NoteOff
4141from adafruit_midi .note_on import NoteOn
42- from adafruit_midi .pitch_bend_change import PitchBend
42+ from adafruit_midi .pitch_bend import PitchBend
4343from adafruit_midi .polyphonic_key_pressure import PolyphonicKeyPressure
4444from adafruit_midi .program_change import ProgramChange
4545from adafruit_midi .start import Start
You can’t perform that action at this time.
0 commit comments