Skip to content

Commit 1bd3c43

Browse files
authored
Merge pull request #15615 from mxmilkiib/bugfix/2025.11nov.16-reloop-beatmix-mk2-naming
rename Reloop Beatmix MK2 controller files to denote they are for the MK2
2 parents 8864c3c + 17cb3b8 commit 1bd3c43

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

res/controllers/Reloop-Beatmix-2-4-scripts.js renamed to res/controllers/Reloop-Beatmix-2-4-MK2-scripts.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const JogFlashCriticalTime = 15; // number of seconds to quickly blink at the en
1313

1414

1515
/************************ GPL v2 licence *****************************
16-
* Reloop Beatmix 2/4 controller script
16+
* Reloop Beatmix 2/4 MK2 controller script
1717
* Author: Sébastien Blaisot <sebastien@blaisot.org>
1818
*
1919
**********************************************************************
@@ -39,7 +39,7 @@ const JogFlashCriticalTime = 15; // number of seconds to quickly blink at the en
3939
***********************************************************************
4040
* GPL v2 licence
4141
* --------------
42-
* Reloop Beatmix controller script script 2.0.0 for Mixxx 2.4+
42+
* Reloop Beatmix 2/4 MK2 controller script 2.0.0 for Mixxx 2.4+
4343
* Copyright (C) 2016 Sébastien Blaisot
4444
*
4545
* This program is free software; you can redistribute it and/or

res/controllers/Reloop Beatmix 2-4.midi.xml renamed to res/controllers/Reloop-Beatmix-2-4-MK2.midi.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<MixxxControllerPreset mixxxVersion="2.0.0+" schemaVersion="1">
33
<info>
4-
<name>Reloop Beatmix 2/4</name>
4+
<name>Reloop Beatmix 2/4 MK2</name>
55
<author>Sébastien Blaisot &lt;sebastien@blaisot.org&gt;</author>
6-
<description>Controller mapping for the Reloop Beatmix 2/4.</description>
6+
<description>Controller mapping for the Reloop Beatmix 2/4 MK2.</description>
77
<forums>https://mixxx.discourse.group/t/reloop-beatmix-2-4-mapping/16049</forums>
88
<manual>reloop_beatmix_2</manual>
99
</info>
10-
<controller id="Reloop Beatmix 2/4">
10+
<controller id="Reloop Beatmix 2/4 MK2">
1111
<scriptfiles>
12-
<file functionprefix="ReloopBeatmix24" filename="Reloop-Beatmix-2-4-scripts.js"/>
12+
<file functionprefix="ReloopBeatmix24" filename="Reloop-Beatmix-2-4-MK2-scripts.js"/>
1313
</scriptfiles>
1414
<controls>
1515
<!--

0 commit comments

Comments
 (0)