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

Mapping for Hercules DJControl Inpulse 200 #2104

Closed
wants to merge 2 commits into from

Conversation

DJPhatso
Copy link
Contributor

@DJPhatso DJPhatso commented May 7, 2019

Initial release of MIDI configuration files for Hercules DJControl Inpulse 200

Initial release of MIDI configuration files for Hercules DJControl Inpulse 200
@uklotzde uklotzde changed the title Add files via upload Mapping for Hercules DJControl Inpulse 200 May 7, 2019
@uklotzde uklotzde added this to the 2.3.0 milestone May 7, 2019
@uklotzde
Copy link
Contributor

Ready for merge? Code is readable, Wiki page exists.

DJCi200.shutdown = function() {

midi.sendShortMsg(0xB0, 0x7F, 0x00);
};
Copy link
Member

@Holzhaus Holzhaus Oct 23, 2019

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>
Copy link
Member

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.

@Be-ing
Copy link
Contributor

Be-ing commented Oct 23, 2019

@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.

@DJPhatso
Copy link
Contributor Author

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.

@DJPhatso DJPhatso closed this Oct 23, 2019
@DJPhatso
Copy link
Contributor Author

Mapping files for Hercules DJControl Inpulse 200

Changes to v1.2

Code cleanup.
Changes to v1.1

Fix seek-to-start and cue-master behavior.
Tweak scratch, seek, and bend behavior (User settigns).
Controller knob/slider values are queried on startup, so MIXXX is synced.
Fixed vinyl button behavior the first time it's pressed.

v1.0 : Original forum release

@DJPhatso DJPhatso reopened this Jan 15, 2020
@Holzhaus
Copy link
Member

Hi, can you rebase on 2.2? This could also be part of the 2.2.4 release.

@Holzhaus Holzhaus modified the milestones: 2.3.0, 2.2.4 Jan 20, 2020
@uklotzde uklotzde modified the milestones: 2.2.4, 2.2.5, 2.2.x Jun 12, 2020
Comment on lines +1 to +8
////////////////////////////////////////////////////////////////////////
// JSHint configuration //
////////////////////////////////////////////////////////////////////////
/* global engine */
/* global script */
/* global print */
/* global midi */
////////////////////////////////////////////////////////////////////////
Copy link
Member

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() {}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this line

Comment on lines +99 to +101



Copy link
Member

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).

@DJPhatso
Copy link
Contributor Author

I thought I had closed this one already.
#2542 was started and completed and already been merged.

@DJPhatso DJPhatso closed this Jun 22, 2020
@uklotzde uklotzde modified the milestones: 2.2.5, 2.3.0 May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants