-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
No way to directly (Wizard) map waveform_zoom to a controller pot yet #12251
Comments
here it is #12387 |
Totally forgot about all this ;o Thanks! I'm back trying to map things to a controller again, and I got to "mapping 'Waveform Zoom' to an encoder does nothing" again. Maybe, if this would be easy enough given how far it has gotten already, this could be one for the 2.5 feature list (re Zulip discussion)? |
#12387 is already on the 2.5 milestone. |
I still haven't stepped back to sorting out a process at the level of testing PRs/fork branches yet. Not doing stuff with music was making me not want to bother with anything, but I realise I need to, so I'll work on that next (I did start again earlier by trying to pattern match hack the bpm fraction actions, but I just got upset. Simple testing of something should be easier, once I get into the flow. Just another form of consumption..) |
How exactly do you build Mixxx? If you're using git you can have your safe personal branch and checkout branches, or pick individual commits. |
I need to switch from using the system that does the entire process, including the creation of a package archive that then allows the build install to be directly interrogated/managed by the package manager, to a solo git repository. The former system extracts the working directory from a bare repo on every initiation of the build process (unless --no-extract is used, but building from a clean tree of the last commit is the standard) which isn't conducive to the process of multiple branch/fork orientated development/testing (AFAIU, maybe some git+Arch wizard could resolve these paradigms, but that's beyond me) |
You can run builds directly from the build dir, no need to install or create a package. If you want to remove the build, just clear or delete the build dir. So, if you can already build the package, all dependencies should already be installed and you can follow the simple procedure explained in https://github.com/mixxxdj/mixxx/?tab=readme-ov-file#building-mixxx I just updated the instruction in https://github.com/mixxxdj/mixxx/wiki/Testing#build-pr-branches-yourself accordingly. Note that there may be some flags that need to be set, depending on the base branch. E.g. |
Hmm.. I'm getting (with or without the -f);
Edit: facepalm |
That works for me! It zooms pretty fast, so maybe there could be call to increase the number of zoom levels. |
Okay, let's move over to #12387 |
See note here; https://mixxx.discourse.group/t/waveform-zoom-midi-control-on-a-cc-dial/28293/5
The text was updated successfully, but these errors were encountered: