Skip to content
rerrahkr edited this page Jan 22, 2023 · 8 revisions

Module

BambooTracker supports reading and exporting .btm (BambooTracker module file).

Instrument

The following formats are supported.

  • .bti (BambooTracker instrument file)
  • .dmp (DefleMask preset file)
  • .tfi (TFM Music Maker instrument file)
  • .vgi (VGM Music Maker instrument file)
  • .opni (WOPN instrument file)
  • .y12 (Gens KMod dump file)
  • .ins (MVSTracker instrument file)
  • .spb (Raw ADPCM sample file)

The FM envelope also supports reading plain text.

Only .bti can be exported.

Import ADPCM sample

The sample properties of ADPCM Instrument Editor have a function to read ADPCM sample.
This function supports 16-bit mono 2k-55.5kHz .wav files.

Bank

A bank is a collection of multiple instruments in one file.
The following formats are supported.

  • .btb (BambooTracker bank file)
  • .wopn (WOPN bank file)
  • .ff (PMD FF file)
  • .ppc (PMD PPC file)
  • .pvi (FMP PVI file)
  • .dat (MUCOM88 voice file)

In addition, the following formats can be imported as ADPCM samples.

  • .p86 (PMD P86 file)
  • .ppc (PMD PPC file)
  • .pzi (FMP PZI file)
  • .pmb (FM Towns PMB file)

Only .btb can be exported.

Export

Export to the following files is possible.

  • .wav (WAVE file)
  • .vgm (VGM file)
  • .s98 (S98 file)

WAV Export

WAV export exports a song in .wav format.
The sample rate is exported at the current tracker sample rate, with a bit depth of 16 bits.
If no end point is specified for the song, the number of loops can be specified.

VGM Export

VGM export exports a song in .vgm format.
VGM can be tagged with a GD3 tag and can contain meta information about the song.
It is also possible to generate VGM for sound sources other than OPNA by specifying the output sound source. Depending on the sound source conditions, some songs may be output with some tracks omitted.

S98 Export

S98 export exports songs in .s98 format.
When exporting S98, you can specify the performance resolution of S98. The default is 1000Hz.
S98 can be tagged and can contain meta information about the song.
It is also possible to generate VGM for sound sources other than OPNA by specifying the output sound source. Depending on the sound source conditions, some songs may be output with some tracks omitted.

Clone this wiki locally