Sending Pitchbend: Difference between revisions

From Loopy Pro Wiki
mNo edit summary
update for Loopy Pro 2.0 now that Send MIDI Message can send pitch bend
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Sending Pitchbend from a Slider or Dial1 =
= Self-Centering Pitch Bend Widget =
This project demonstrates how to use a Loopy Pro slider plus the Mozaic or Streambyter MIDI AUv3 to create a pitchbend slider or pitch wheel. The project uses a slider but a dial could be set up identically.


Download [https://wiki.audiob.us/lib/exe/fetch.php?media=loopy_pro:loopypro_example_pitchbend.zip project].
* Add a Slider or Knob widget to your layout.
* Add ''Send MIDI Message'' as the widget's value change action.
* Set the message type to Pitch Bend.
* Add ''Trigger Widget'' as the Release action.
* Choose the widget itself as the target
* Set the Trigger Widget's Action to Value Change
* Set the Trigger Widget's Adjustment to Assign Value
* Set the adjustment value to 50%.


The project's slider has a Value Change action that adjusts a parameter in Mozaic or Streambyter which are set to send out pitchbend. When the slider is released, Mozaic or Streambyter reset the pitchbend.
The slider or knob will now return to 50% (no pitch bend) when the widget is released.
 
[[:Category:Advanced Features]]
[[Category:Advanced Features]]

Latest revision as of 07:42, 28 April 2026

Self-Centering Pitch Bend Widget

  • Add a Slider or Knob widget to your layout.
  • Add Send MIDI Message as the widget's value change action.
  • Set the message type to Pitch Bend.
  • Add Trigger Widget as the Release action.
  • Choose the widget itself as the target
  • Set the Trigger Widget's Action to Value Change
  • Set the Trigger Widget's Adjustment to Assign Value
  • Set the adjustment value to 50%.

The slider or knob will now return to 50% (no pitch bend) when the widget is released.

Category:Advanced Features