Skip to content

Commit

Permalink
osc packet package
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Sep 11, 2024
1 parent 1ba8392 commit e66060c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion xemantic-osc-ableton/src/commonMain/kotlin/AbletonNote.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

package com.xemantic.osc.ableton

import com.xemantic.osc.OscPeer
import com.xemantic.osc.packet.OscPeer

/**
* A note received from
Expand Down
4 changes: 2 additions & 2 deletions xemantic-osc-ableton/src/commonMain/kotlin/AbletonOscInput.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
package com.xemantic.osc.ableton

import com.xemantic.osc.OscInput
import com.xemantic.osc.OscMessage
import com.xemantic.osc.OscPeer
import com.xemantic.osc.packet.OscMessage
import com.xemantic.osc.packet.OscPeer
import kotlinx.coroutines.flow.*
import com.xemantic.osc.route
import io.github.oshai.kotlinlogging.KotlinLogging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

package com.xemantic.osc.ableton.midi

import com.xemantic.osc.OscPeer
import com.xemantic.osc.ableton.Midi2AbletonNotesOscSender
import com.xemantic.osc.packet.OscPeer
import com.xemantic.osc.test.TestOscOutput
import io.kotest.matchers.shouldBe
import kotlinx.coroutines.test.advanceUntilIdle
Expand Down

0 comments on commit e66060c

Please sign in to comment.