Log In  


V0.2

Cart #minimemtracker_bc-1 | 2024-09-23 | Code ▽ | Embed ▽ | No License
7

Overview

This is a sequencer that plays sounds from a waveform memory mechanism through PCM.
It achieves several things that could not be done with the Pico-8 standard tracker.

Operation

Mainly mouse operations.
When you press a key on the keyboard, it makes a sound

Basic screen

  • Channel tab: Left click to select, mouse wheel to mute/unmute.
  • Channel panel: Mouse wheel to adjust sequence speed (0-63), left click to open view.
  • Space bar to play track.

Effect view

  • Left click to select, mouse wheel to increase/decrease value of selected item. Right click to deselect.
  • Shift + left drag to select playback range. Shift + right click to deselect.
  • Ctrl(Cmd) + left click within the playback range to set a flag. Ctrl(Cmd) + right click to clear the flag
  • Parameters:
    • TYP: Waveform type, initially set to 2 "Square wave 1:1". If multiple ranges are set, the waveform will switch during playback. The flag is the sustain point (the position where the sound will be repeated).
    • ENV: Envelope, raises and lowers the volume. Initially set to 15-15-8-4. The flag is the sustain point.
    • PIT: Pitch bend, raises and lowers the pitch. Initially not set. Not set or 0 has no effect on the pitch. The flag is the sustain point.

Note view

  • Left click to select, and you can set the note by typing the key for the selected item. Right click to clear the selection.
  • Left click to select the octave "0-4" from the left bar. - Shift + Left drag to select the playback range. Shift + Right click to deselect.
  • Ctrl (Cmd) + Left click within the playback range to set a flag. Ctrl (Cmd) + Right click to deselect the flag
  • Parameters:
    • ARP: Arpeggio, raises or lowers the note (musical notation). Initially unset. Unset, "C2" has no effect on the note. Flag sustain point. When the ENV (envelope) flag is unset, multiple notes are connected as one note and sounded. When the ENV flag is set, each note is sounded as one note. (Envelope is reset)
    • TR1-TR4: Note track, notes are played by sequence. Tracks are played and repeated 1-2-3-4-1-2.... If no range is set, it will be skipped. The flag is the position where the arpeggio will start to be disabled.

Remove data(cartdata)

Press and hold Enter and select REMOVE DATA from the menu. Type 'YES' to delete the internal data. After that, reset "CTRL(Cmd)+R" or restart the software to start with the initial data.

Specifications

  • Sound is played in PCM (5512.5Hz).
  • The number of waveforms that can be used is fixed at 16! (There is no way to customize them)
  • The number of channels that can be used is 6ch!
  • White noise "long cycle" and "short cycle" are available. (GAMEBOY sound source was customized and dropped in)
  • Envelope with any length (resolution) and sustain point: ENV
  • Pitch bend with any length (resolution) and sustain point: PIT
  • Waveform switching with any length (resolution) and sustain point: TYP
  • Arpeggio with any length (resolution) and sustain point: ARP
  • Note track with any length (resolution): TR1-TR4
  • 5 octaves (8 octaves inaccurate with arpeggio combinations)
  • Data storage function: CARTDATA 256BYTE
  • Channel mute

JAPANESE LANGUAGE

概要

波形メモリの仕組みの音をPCMを通して再生するシーケンサーです。
Pico-8標準機能のトラッカーではできなかったことをいくつか実現しています。

操作(多くはクローズド最新版v0.2のものが含まれます)

主にマウス操作で行います。
キーボードのキーを押すと音が出ます(打鍵します)。

基本画面

  • チャンネルタブ:左クリックで選択、マウスホイールでミュート・解除ができます。
  • チャンネルパネル:マウスホイールでシーケンス速度を調整(0-63)、左クリックでビューを開きます。
  • スペースバーでトラックを再生します。

エフェクトビュー

  • 左クリックで選択、選択したものはマウスホイールで値を上下できます。右クリックで選択解除。
  • Shift + 左ドラッグで再生範囲選択。Shift + 右クリックで選択解除。
  • 再生範囲内でCtrl(Cmd) + 左クリックするとフラグが立ちます。Ctrl(Cmd) + 右クリックでフラグ解除
  • 各パラメータ:
    • TYP:波形タイプ、初期は2「矩形波1:1」が設定されています。複数の範囲を設定すると音の再生中に波形が切り替わります。フラグは持続点(繰り返される位置)です。
    • ENV:エンベロープ、音量を上下させます。初期は15-15-8-4が設定されています。フラグは持続点です。
    • PIT:ピッチベンド、音程を上下させます。初期は未設定です。未設定や0は音程に影響はありません。フラグは持続点です。

ノートビュー

  • 左クリックで選択、選択したものはキーを打ち込んでノートを設定できます。右クリックで選択解除。
  • 左のバーから左クリックでオクターブ「0-4」を選択できます。
  • Shift + 左ドラッグで再生範囲選択。Shift + 右クリックで選択解除。
  • 再生範囲内でCtrl(Cmd) + 左クリックするとフラグが立ちます。Ctrl(Cmd) + 右クリックでフラグ解除
  • 各パラメータ:
    • ARP:アルペジオ、ノート(音譜)を上下させます。初期は未設定です。未設定、「C2」はノートに影響はありません。フラグ持続点です。ENV(エンベロープ)フラグが未設定では1音として複数のノートを繋げて音を鳴らします。ENVフラグが設定されているとそれぞれのノートを1音として鳴らします。(エンベロープがリセットされる)
    • TR1-TR4:ノートトラック、シーケンスによってノートが再生されます。トラックは1-2-3-4-1-2...と再生と繰り返しを行います。範囲が設定されていない場合はスキップされます。フラグはアルペジオ無効を開始する位置です。

内部保存データの削除

Enterを長押しして、メニューからREMOVE DATAを選択してください。
「YES」と打ち込むと内部のデータが削除されます。リセット「CTRL(Cmd)+R」をするか、ソフトを再起動すると初期状態のデータで起動します。

仕様

  • 音はPCM(5512.5Hz)にて再生します。
  • 使用できる波形は16個で固定です!(カスタムする方法はありません)
  • 使用できるチャンネルは6chです!
  • ノイズはホワイトノイズ「長周期」「短周期」のものを用意しています。(GAMEBOY音源のをカスタムして落とし込みました)
  • 任意の長さ(分解能)、持続点ありのエンベロープ: ENV
  • 任意の長さ(分解能)、持続点ありのピッチベンド: PIT
  • 任意の長さ(分解能)、持続点ありの波形切り替え: TYP
  • 任意の長さ(分解能)、持続点ありのアルペジオ: ARP
  • 任意の長さ(分解能)、ノートトラック: TR1-TR4
  • 5オクターブ(アルペジオの組み合わせで不正確な8オクターブ)
  • データ保存機能:CARTDATA 256BYTE
  • チャンネルミュート
7


I updated to version 0.2!

  • Pitch bend is now stable.
  • Left click to select, right click to deselect.


[Please log in to post a comment]