-
-
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
Mapping for Hercules DJControl Inpulse 200 #2104
Conversation
Initial release of MIDI configuration files for Hercules DJControl Inpulse 200
Ready for merge? Code is readable, Wiki page exists. |
DJCi200.shutdown = function() { | ||
|
||
midi.sendShortMsg(0xB0, 0x7F, 0x00); | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a newline at end of file. Most editors do this automatically, which would pollute patch diffs later on. So better add it now ;-)
</outputs> | ||
|
||
</controller> | ||
</MixxxMIDIPreset> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a newline at the end of the file.
@Holzhaus thanks for jumping in here. @DJPhatso I apologize for putting off reviewing your pull requests (as well as some other controller mappings) for so long. I have some time now and will go through them. Feel free to leave a comment to remind us that you're waiting on a review if it's been a long time with no activity. |
Hi guys, You might want to hold off reviewing for the moment. Following all the changes and code cleanup made by @kerrickstaley for the DJControl Starlight mapping (which has been approved), I've just started applying the same changes to the Inpulse 200 & 300 mappings. |
Mapping files for Hercules DJControl Inpulse 200 Changes to v1.2 Code cleanup. Fix seek-to-start and cue-master behavior. v1.0 : Original forum release |
Hi, can you rebase on 2.2? This could also be part of the 2.2.4 release. |
//////////////////////////////////////////////////////////////////////// | ||
// JSHint configuration // | ||
//////////////////////////////////////////////////////////////////////// | ||
/* global engine */ | ||
/* global script */ | ||
/* global print */ | ||
/* global midi */ | ||
//////////////////////////////////////////////////////////////////////// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the JSHint config, this conflicts with eslint that we're using now.
DJCi200.kScratchActionSeek = 2; | ||
DJCi200.kScratchActionBend = 3; | ||
|
||
//function DJCi200() {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this line
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think a single newline suffices here (and also in other parts of the mapping).
I thought I had closed this one already. |
Initial release of MIDI configuration files for Hercules DJControl Inpulse 200