arkos2basic 0.1.0b2__tar.gz → 0.1.0b3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: arkos2basic
3
- Version: 0.1.0b2
3
+ Version: 0.1.0b3
4
4
  Summary: Converts Arkos Tracker 3 text exports to CVBasic MUSIC blocks. Handles note transposition, variable note duration, percussion detection and intro/loop splitting. Targets ColecoVision, MSX and Sega SG-1000.
5
5
  Author: Francesco Maida
6
6
  Author-email: francesco.maida@gmail.com
@@ -32,8 +32,8 @@ arkos2basic <input-file> <output-file>
32
32
 
33
33
  If your song has a loop, the app will provide you with two files:
34
34
 
35
- - <output-file-path>/<output-file-stem>.bas
36
- - <output-file-path>/<output-file-stem>_loop.bas
35
+ - `<output-file-path>/<output-file-stem>.bas`
36
+ - `<output-file-path>/<output-file-stem>_loop.bas`
37
37
 
38
38
  ## Example
39
39
 
@@ -18,8 +18,8 @@ arkos2basic <input-file> <output-file>
18
18
 
19
19
  If your song has a loop, the app will provide you with two files:
20
20
 
21
- - <output-file-path>/<output-file-stem>.bas
22
- - <output-file-path>/<output-file-stem>_loop.bas
21
+ - `<output-file-path>/<output-file-stem>.bas`
22
+ - `<output-file-path>/<output-file-stem>_loop.bas`
23
23
 
24
24
  ## Example
25
25
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "arkos2basic"
3
- version = "0.1.0b2"
3
+ version = "0.1.0b3"
4
4
  description = "Converts Arkos Tracker 3 text exports to CVBasic MUSIC blocks. Handles note transposition, variable note duration, percussion detection and intro/loop splitting. Targets ColecoVision, MSX and Sega SG-1000."
5
5
  authors = [
6
6
  {name = "Francesco Maida",email = "francesco.maida@gmail.com"}