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

UI Enhancement: Shortcut to “X3 as speed” #99

Open
ParticlesIntoWaves opened this issue Dec 11, 2019 · 7 comments
Open

UI Enhancement: Shortcut to “X3 as speed” #99

ParticlesIntoWaves opened this issue Dec 11, 2019 · 7 comments

Comments

@ParticlesIntoWaves
Copy link

Most shaders really benefit from the X3 as speed feature, but a lot of shaders also use X3 for important functions. Instead of going into the menu to turn this on or off constantly, a shortcut macro of some kind would be really helpful. Two ideas:

  1. FN+number key toggles X3 as speed on or off
  2. MIDI CC for X3 momentarily toggles speed on or off when FN is held down during editing (i.e., hold FN and turn MIDI knob to change speed)
@ParticlesIntoWaves
Copy link
Author

Another idea is a MIDI note can toggle X3 as speed on and off, as I suggested in the new MIDI mappings request.

@cyberboy666
Copy link
Owner

the way the system is designed it is actually very easy to add hotkeys for setting actions like this. this would only be a few lines to make happen...

i might have to help you get your hands dirty lol

@ParticlesIntoWaves
Copy link
Author

I guess this kind of lumps into having more of the functions individually mapped in the default json file so they can be quickly accessed with an external controller.

@doctea
Copy link
Collaborator

doctea commented Dec 12, 2019

Suggestion 2 "MIDI CC for X3 momentarily toggles speed on or off when FN is held down during editing (i.e., hold FN and turn MIDI knob to change speed)" is an interesting idea. Maybe could be implemented in a generic way by transposing all having a separate mapping on a higher CC for the alternate feature and having all CC numbers transposed +64 if FN is held. Or transposing MIDI Channel number when FN is held or something like that

@doctea
Copy link
Collaborator

doctea commented Dec 14, 2019

@ParticlesIntoWaves I think I've got your requests covered in my two pull requests above. Let me know what you think and if you want any help trying them out :)

@ParticlesIntoWaves
Copy link
Author

How do I go about using that?

@doctea
Copy link
Collaborator

doctea commented Dec 14, 2019

How do I go about using that?

what kind of access do you already have to your recur? do you know how to get to a console on it to update some files? are you familiar with git at all? i'll try and help talk you through it

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

3 participants