Implemented sound - first rev.

This commit is contained in:
Urban Modig
2025-09-07 16:59:57 +02:00
parent fd85d8cd0f
commit c65787dfc9
30 changed files with 90 additions and 9 deletions

View File

@ -5,7 +5,14 @@
</encoder>
</appender>
<root level="DEBUG">
<!--root level="DEBUG">
<appender-ref ref="STDOUT" />
</root>
</root -->
<root level="OFF"/>
<!-- Enable entire package -->
<logger name="se.urmo.myapp" level="DEBUG" additivity="false">
<appender-ref ref="STDOUT"/>
</logger>
</configuration>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.