Log In  


V0.3

Cart #minimemtracker_bc-2 | 2024-11-06 | Code ▽ | Embed ▽ | No License
9

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.
  • Press and hold enter to open the menu.

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.
  • Clicking the left radio button will slide the view to the next or previous line.
  • 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.
    to deselect.
  • Left click to select the octave "0-4" from the left bar. - Shift + Left drag to select the playback range. Shift + Right click - Ctrl (Cmd) + Left click within the playback range to set a flag. Ctrl (Cmd) + Right click to deselect the flag.
  • Clicking the left radio button will slide the view to the next or previous line.
  • In note view with tracks 2-4 selected, press shift + space to play from those tracks.
  • 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.

Data storage

  • You can save data from 1-8.
  • Ctrl(Cmd) + S to save (press again for quick save)
  • Ctrl(Cmd) + O to load (press again for quick load)
  • Mouse wheel to page forward.
  • Click on the file to save or load.
  • Clicking without selecting will exit the screen.

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: 8 data (SFX storage area), temporary data (Persistent cart data 256BYTE)
  • Channel mute

JAPANESE LANGUAGE

概要

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

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

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

基本画面

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

エフェクトビュー

  • 左クリックで選択、選択したものはマウスホイールで値を上下できます。右クリックで選択解除。
  • 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) + 右クリックでフラグ解除
  • トラック2-4を選択したノートビューで shift + space を押してそのトラックからの演奏をします。
  • 各パラメータ:
    • ARP:アルペジオ、ノート(音譜)を上下させます。初期は未設定です。未設定、「C2」はノートに影響はありません。フラグ持続点です。ENV(エンベロープ)フラグが未設定では1音として複数のノートを繋げて音を鳴らします。ENVフラグが設定されているとそれぞれのノートを1音として鳴らします。(エンベロープがリセットされる)
    • TR1-TR4:ノートトラック、シーケンスによってノートが再生されます。トラックは1-2-3-4-1-2...と再生と繰り返しを行います。範囲が設定されていない場合はスキップされます。フラグはアルペジオ無効を開始する位置です。

データの保存管理

  • 保存できるデータは1-8までです。
  • Ctrl(Cmd) + Sでセーブ(もう一度押すとクイックセーブ)
  • Ctrl(Cmd) + Oでロード(もう一度押すとクイックロード)
  • セーブ、ロードするデータをクリックで決定します。
  • 選択していない状態でクリックをすると、画面から抜けます。

内部保存データの削除

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

仕様

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


I updated to version 0.2!

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

I updated to version 0.3!

  • Arpeggio: "Continue/Repeat" envelope for each note.
  • UI Adjustment: Flag (sustain point) settings are displayed outside the range.
  • UI Adjustment: When playing tracks, the cursor position during playback for each channel is misaligned.
  • Effect/Note table page forward (use of all areas).
  • Play from any track. (shift + space)
  • Data storage management.(ctrl + s / ctrl + o)


[Please log in to post a comment]