lp:~mixxxdevelopers/mixxx/fixes_scratch
Small branch to add a new "scratch2" control that works independently of the deck play status as described in bug #530281.
The behaviour of the "scratch" CO was broken by changes in RateControl made in 1.8, and this branch contains fixes for that as well.
The "scratch2" CO was introduced to prevent us from having to modify all MIDI scripts that use it as well as Vinyl Control will need to be adjusted to work with the "new" (read: correct) behavior (which should solve bug #519892.)
- Get this branch:
- bzr branch lp:~mixxxdevelopers/mixxx/fixes_scratch
Branch merges
- Albert Santoni: Approve
-
Diff: 533 lines (+130/-93)5 files modifiedmixxx/res/midi/Stanton-SCS3d-scripts.js (+56/-55)
mixxx/res/midi/midi-mappings-scripts.js (+38/-18)
mixxx/src/controlvaluedelegate.cpp (+1/-0)
mixxx/src/engine/ratecontrol.cpp (+33/-19)
mixxx/src/engine/ratecontrol.h (+2/-1)
Related bugs
Bug #519892: 1.8 beta1 "Scratch" control is much faster backwards than forwards | Medium | Fix Released |
|
Bug #530281: "Scratch" control should correlate to the deck speed at all times | Wishlist | Fix Released |
|
Related blueprints
Branch information
Recent revisions
- 2363. By Sean M. Pappalardo
-
- Added new behavior flag to common scripts so old behavior can still work seamlessly, SCS.3d script uses new (This flag will be removed after the deprecation period)
- Fixed variable naming errors in common scripts!
- Added line breaks to long print lines - 2362. By Sean M. Pappalardo
-
Moved the new behavior to scratch2_enable and scratch2, with scratch being the old, now deprecated behavior. Common scripts and SCS.3d use the new.
- 2360. By Sean M. Pappalardo
-
-Fixed scratch control and added scratch_enable so that scratch works the same whether playing or not, fixing bug #530281. Tuned SCS.3d script to work with this.
- 2359. By Sean M. Pappalardo
-
- Merged from 1.7 (SCS.3d fix & madjester's script.absSlider fix)
- SCS.3d scratch bug fix for 1.8
- Prevent upgrade.cpp from complaining about no upgrade function when there's no version # in the config file
- Changed version to 1.8.0~beta2-pre to avoid confusion - 2358. By Sean M. Pappalardo
-
- Updated PortAudio DLLs
- Fixed Deck mode signals-not-disconnecti ng and Loop2&3- not-lighting bugs in SCS.3d - 2354. By Albert Santoni
-
* Added a fix for this that lets you drag and drop from the library to waveform on Windows when files are on weird disks (eg. L:\). Sort of related to bug #325337...
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar RepositoryFormatKnitPack5 (bzr 1.6)
- Stacked on:
- lp:~mixxxdevelopers/mixxx/trunk