1
0
Fork
You've already forked ft2-plugin
0
Fasttracker II plugin https://blamstrain.com
  • C 96.1%
  • C++ 3.4%
  • Objective-C 0.2%
  • CMake 0.2%
Find a file
2026年02月10日 22:18:40 +01:00
.github Nit: more info on release page about installation on macos 2026年01月13日 13:04:54 +01:00
JUCE @29396c22c9 plugin init 2025年12月29日 00:03:10 +01:00
plugin 1.1.4 2026年02月08日 01:58:47 +01:00
release Missing SDL2 stuff for macOS build 2025年12月15日 19:35:22 +01:00
src Merge branch '8bitbubsy:master' into master 2026年02月10日 22:18:40 +01:00
vs2019_project Code cleanup (mixer interpolation stuff) 2026年01月09日 14:12:04 +01:00
.gitignore Feat: Add a legacy build target for macOS 10.14+ (Mojave) 2026年01月11日 13:39:23 +01:00
.gitmodules plugin init 2025年12月29日 00:03:10 +01:00
CMakeLists.txt Enable fast-math for CMakeLists.txt 2025年12月05日 14:00:17 +01:00
ft2-clone.entitlements Fix broken audio sampling on macOS 2022年03月18日 22:29:03 +01:00
HOW-TO-COMPILE.txt Update HOW-TO-COMPILE.txt 2024年12月18日 13:21:58 +01:00
LICENSE It's 2025 now! 2025年02月16日 16:22:00 +01:00
LICENSES.txt plugin init 2025年12月29日 00:03:10 +01:00
make-linux-appimage-nomidi-noflac.sh Makefile tweaks 2025年11月21日 22:47:42 +01:00
make-linux-appimage.sh Makefile tweaks 2025年11月21日 22:47:42 +01:00
make-linux-nomidi-noflac.sh Makefile tweaks 2025年11月21日 22:47:42 +01:00
make-linux.sh Makefile tweaks 2025年11月21日 22:47:42 +01:00
make-macos.sh Missing SDL2 stuff for macOS build 2025年12月15日 19:35:22 +01:00
README.md Revise README for clarity and additional features 2026年01月24日 22:18:48 +01:00

Fasttracker II (FT2) Plugin

[画像:image_2025年12月29日_01-04-36]

This is a full rewrite of 8bitbubsy's standalone ft2-clone to a multi-instance aware VST3/AU/LV2 plugin by Blamstrain/TPOLM. This version removes SDL and uses JUCE as the plugin framework.

Credit goes to 8bitbubsy for his work on the port from the original DOS version, on which the plugin is based on. If you wish to donate, please consider supporting:

Plugin-specific features

  • DAW sync capabilities; sync BPM, transport and position from DAW host. Can also disable Fxx speed changes for "perfect" sync. In this mode, you can choose between speeds 6 and 3.
  • Module state saves with the plugin in your DAW session (no need to save/load modules manually, though still recommended for backup).
  • Multi-instance support, including per-instance config.
  • Multi-output support (can map any of the 32 channels to 15 busses plus a main mix).
  • MIDI input and output support, including aftertouch, bender and mod wheel recording.
  • Recycle-style sample slicer for slicing breaks.
  • Drag and drop modules or samples to the plugin (including multiple samples at the same time).
  • Right-click drag in instrument editor to "stretch" envelope points without having to move all of them.
  • Right-click in envelope editor to move all points to the right of the selected point.
  • Shift-click to add points on a line in envelope editor, cmd/alt-click to remove a point.

Please check the changelog for changes and new features.

XM2/XI2 format (beta)

Includes an OPTIONAL "XM2 mode", enabled via the config, which extends the existing XM format for some modern nice-to-haves:

  • Stereo and natively supported hi-res samples.
  • Curved (log/exp) envelopes + envelope length multiplier.
  • Max. 96 samples in an instrument.
  • New resampler / bitcrusher in S.E.Ext.

Existing XM support is unchanged. You can convert an XM2 module into XM (losing new features) and vice versa.

Keyboard shortcuts:

Most of the original keyboard shortcuts work as they are, however some have been changed for ease of use, mainly:

Pattern editor clipboard (cut/copy/paste):

Scope Mac Windows/Linux
Block (selection) Cmd+C/X/V Ctrl+C/X/V
Track (column) Cmd+Shift+C/X/V Ctrl+Shift+C/X/V
Pattern (all) Cmd+Option+C/X/V Ctrl+Alt+C/X/V

Volume scale/fade:

Scope Mac Windows/Linux
Block Option+V Alt+V
Track Shift+V Shift+V
Pattern Ctrl+V (use block after marking all)

For the rest, please see the in-plugin help.

Download

Download the latest version from the releases page.

Mac users

The plugins aren't signed, so you need to:

  1. Load the plugin, you'll get a warning message
  2. Open System Settings > Privacy & Security
  3. Scroll down to find Fasttracker II and click "Allow anyway"

OR run:

(change these to ~Library if you installed to your home directory)

VST3:

sudo xattr -r -d com.apple.quarantine "/Library/Audio/Plug-Ins/VST3/Fasttracker II.vst3"

AU:

sudo xattr -r -d com.apple.quarantine "/Library/Audio/Plug-Ins/Components/Fasttracker II.component"

License

Same as standalone version: BSD 3-Clause License.