Skip to content

Commit

Permalink
Merge pull request #1 from umjammer/0.0.2
Browse files Browse the repository at this point in the history
0.0.2
  • Loading branch information
umjammer authored Jan 17, 2025
2 parents 7c10278 + d0bbd31 commit 9dfd70f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>vavi</groupId>
<artifactId>vavi-sound-mucom88</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>

<build>
<plugins>
Expand Down Expand Up @@ -57,7 +57,7 @@

<dependencies>
<dependency>
<groupId>com.github.umjammer</groupId> <!-- com.github.umjammer / vavi -->
<groupId>com.github.umjammer</groupId> <!-- vavi / com.github.umjammer -->
<artifactId>vavi-commons</artifactId>
<version>1.1.14</version>
</dependency>
Expand All @@ -80,12 +80,12 @@
<dependency>
<groupId>com.github.umjammer</groupId> <!-- vavi / com.github.umjammer -->
<artifactId>vavi-sound-mdsound</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
<dependency>
<groupId>com.github.umjammer</groupId> <!-- com.github.umjammer / vavi -->
<artifactId>vavi-sound-mdi</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>

<dependency>
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/mucom88/player/Program.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@

public class Program {

private static final Logger logger = getLogger(Program.class.getName());

static class KeyboardHook {
static AtomicBoolean typed = new AtomicBoolean();
static {
Expand All @@ -57,7 +59,6 @@ static boolean kbhit() {
return typed.get();
}
}
private static final Logger logger = getLogger(Program.class.getName());

private static SourceDataLine audioOutput = null;
private static Thread threadMain = null;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mucom88.compiler.Compiler
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mucom88.driver.Driver

0 comments on commit 9dfd70f

Please sign in to comment.