No description
  • Java 91.3%
  • AGS Script 6%
  • Python 2.6%
Find a file
Fredrik Rambris 53333915e5 v0.0.1-beta.29
- Fix documentation
2026-06-14 21:46:04 +02:00
.github/workflows v0.0.1-beta.27 2026-06-14 19:40:28 +02:00
definitions Added definitions for AMCAF, added --no-definition options 2026-04-17 21:08:05 +02:00
gradle/wrapper v0.0.1-beta.3 2026-04-02 23:48:52 +02:00
scripts Renamed frequencyHz to playbackRate in Sample banks. Added documentation site 2026-06-14 19:19:02 +02:00
site Fix documentation 2026-06-14 21:45:38 +02:00
src Renamed frequencyHz to playbackRate in Sample banks. Added documentation site 2026-06-14 19:19:02 +02:00
.gitignore Added definitions for AMCAF, added --no-definition options 2026-04-17 21:08:05 +02:00
build.gradle.kts v0.0.1-beta.29 2026-06-14 21:46:04 +02:00
CLAUDE.md Correctly name 8svx on prompt. Moved main. 2026-05-24 13:07:34 +02:00
gradle.properties v0.0.1-beta.4 2026-04-02 23:53:04 +02:00
gradlew Added gradle wrapper scripts 2026-04-02 23:42:43 +02:00
gradlew.bat Added gradle wrapper scripts 2026-04-02 23:42:43 +02:00
LICENSE Native builds. Added licence. 2026-04-06 23:15:39 +02:00
MacOS-README.txt Native builds. Added licence. 2026-04-06 23:15:39 +02:00
missing_offsets.txt Some more refactorings and more definitions 2026-04-06 20:47:05 +02:00
README.md Renamed frequencyHz to playbackRate in Sample banks. Added documentation site 2026-06-14 19:19:02 +02:00
settings.gradle.kts Switch to Kotlin DSL and Java 21 Gradle runtime for Java 25 toolchain support 2026-03-30 09:11:34 +02:00
TOKENIZER.md Some more refactorings and more definitions 2026-04-06 20:47:05 +02:00

Portamos

License

A portable, CLI-based toolkit for working with AMOS Professional files on modern systems. The name is a play on portable AMOS.

Download

Downloads for Linux, Mac and Windows as well as fat jar in Releases

Documentation

See portamos.rambris.dev

Build requirements

The Gradle wrapper (./gradlew) downloads Gradle automatically; no separate installation is needed.

Building

./gradlew build

This produces a fat JAR at build/libs/portamos-<version>-all.jar.

You can also run directly via Gradle:

./gradlew run --args="<subcommand> [options]"