Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Song Position control via Pitch Bend steps are too large #5764

Closed
mixxxbot opened this issue Aug 22, 2022 · 5 comments
Closed

Song Position control via Pitch Bend steps are too large #5764

mixxxbot opened this issue Aug 22, 2022 · 5 comments

Comments

@mixxxbot
Copy link
Collaborator

Reported by: markc-moatdd
Date: 2011-02-07T08:19:21Z
Status: Fix Released
Importance: Medium
Launchpad Issue: lp714438
Tags: midi


Version: 1.8.2 Win7 x32

I am using a Peavey PC1600x to send MIDI Pitch Bend messages (16384 discrete values) and I am using them to control the Song Position of a Deck.

The Deck is only responding by jumping in big chunky steps (128 of them).

Tried setting it in the Preferences with a Pitch CC, and also tried editing the XML to remove the value between the <midino></midino> tags, as well as removing the tags altogether.

            <control>
                <status>0xe4</status>
                <midino>0x0</midino>
                <group>[Channel2]</group>
                <key>playposition</key>
                <options>
                    <normal/>
                </options>
            </control>

(I learnt this from)
http://www.mixxx.org/wiki/doku.php/midi_controller_mapping_file_format

@mixxxbot
Copy link
Collaborator Author

Commented by: asantoni
Date: 2011-02-09T06:15:04Z


Someone in the forums confirmed that the MSB of pitch bend messages is only being processed, the LSB appears to be thrown away. This is definitely a bug.

@mixxxbot
Copy link
Collaborator Author

Commented by: khyew
Date: 2011-03-01T02:33:25Z


Fixed in local development branch lp:~khyew/mixxx/khyew-dev. MidiDevice objects now pass to controls a double that represents the full range of a pitch bend control (0-16383) normalized to 0-127.

@mixxxbot
Copy link
Collaborator Author

Commented by: pwhelan
Date: 2011-03-10T23:53:08Z


I tried something similar with TouchOSC and OSCulator and I felt it was ok,
yet not accurate enough to use by itself.

@mixxxbot
Copy link
Collaborator Author

Commented by: jbrier
Date: 2011-03-31T03:07:17Z


I am using 1.9 branch from bazaar from March 27th and I think I am still seeing some chunkiness. I used gtk-recordmydesktop to demonstrate. I think the last 10-15 seconds of this 1 minute screen capture demonstrate the jumpiness the best. I also have a terminal with mixxx --midiDebug running. This is with my VCI-100SE 1.4 firmware. BTW, the pitch goes the wrong direction no matter what I set in interface > pitch/rate slider direction

21 MB http://cupcakecarnival.net/sites/default/files/mixxx-chunky-midi-out-4.ogv

@mixxxbot
Copy link
Collaborator Author

Issue closed with status Fix Released.

@mixxxbot mixxxbot transferred this issue from another repository Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant