[orx-midi] Fix JvmName in MidiBindings.kt
This commit is contained in:
@@ -317,7 +317,7 @@ fun Program.bindMidiControl(
|
|||||||
* @param controlW the midi control to use for the [Vector4.w] component
|
* @param controlW the midi control to use for the [Vector4.w] component
|
||||||
* @since 0.4.3
|
* @since 0.4.3
|
||||||
*/
|
*/
|
||||||
@JvmName("bindMidiControlColorVector4")
|
@JvmName("bindMidiControlVector4")
|
||||||
fun Program.bindMidiControl(
|
fun Program.bindMidiControl(
|
||||||
property: KMutableProperty0<Vector4>, transceiver: MidiTransceiver,
|
property: KMutableProperty0<Vector4>, transceiver: MidiTransceiver,
|
||||||
channelX: Int, controlX: Int,
|
channelX: Int, controlX: Int,
|
||||||
@@ -378,4 +378,4 @@ fun Program.bindMidiControl(
|
|||||||
yield()
|
yield()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user