gsynth.load: Load a gsynth.model from disk

View source: R/synth.R

gsynth.loadR Documentation

Load a gsynth.model from disk

Description

Loads a previously saved Markov model. Auto-detects the format:

  • If file is a directory, reads the .gsm directory format

  • If file is a file, tries ZIP .gsm format first, then falls back to legacy RDS format

Usage

gsynth.load(file)

Arguments

file

Path to the saved model (directory, .gsm zip, or legacy .rds)

Value

A gsynth.model object

See Also

gsynth.save, gsynth.train, gsynth.convert


misha documentation built on Aug. 24, 2026, 5:14 p.m.