[日本語] /*Turbowarpで動作させ、画面を最大にすると 扱いやすいです。/* https://turbowarp.org/1241160088?fps=165&clones=Infinity&offscreen&limitless&hqpen ~操作方法~ スペースキー:現在位置から再生 左右方向キー:場所の移動 マウスホイール:トラック切り替え (左上にあるボタンをペンにしてください) ノーツクリック:ノーツの削除 何もない場所でクリック:ノーツの追加 ノーツの末尾をクリック:ノーツの長さ変更 ベロシティ(ノーツの音量)の変更:変数バー 言語切り替え(英語と日本語のみ対応):右上のアイコンクリック MIDIファイルの読み込み:左上のファイルボタン→ 開く→後は表示される説明に沿ってください MIDIファイルの出力:ファイル→リスト出力→ base64のリンクが表示されるので検索バーに張り付けるとダウンロードが可能です、linuxの場合は名前を変更して拡張子" .mid " を付け足してください 3つのリスト方式出力 : ファイル→リスト出力→3つのリストが表示されるのでそれをダウンロードし、テンポはメモっておいてください 最小コードプログラムは表示されます。 (左上にあるボタンを四角いマークにしてください) マウスを長押し:範囲選択 この状態でcを押すとコピーが可能 また、dキーを押すと削除が可能 マウスをクリック:位置選択 この状態でvキーを押すとデータの貼り付けが可能 ⚠--注意 SysExのデータや一部のステータスバイトは読み込み時にスキップします、すみません。 -- v1.0 : 公開 基本的な機能の実装 v1.1 : 横レンダリング機能などの実装 v1.2 : バグ修正、ノーツを重ねれないよう実装 作成:@hevean_3
[English (use deepL translate)] /*For best handling, run in Turbowarp and maximize the window./* https://turbowarp.org/1241160088?fps=165&clones=Infinity&offscreen&limitless&hqpen ~~ Space: Play from current position Left/Right arrow keys: Move position Mouse wheel: Switch tracks (Please set the button in the upper left as a pen.) Click note: Delete note Click empty space: Add note Click note tail: Change note length Change velocity (note volume): Variable bar Language Switch (English and Japanese only): Click the icon in the top right Load MIDI File: Click the File button in the top left →Open → Then follow the displayed instructions Export MIDI file: File → List Export →A base64 link will appear; paste it into your browser's search bar to download. On Linux, rename the file and add the “.mid” extension. Three-list format export: File → List Export → Download the three lists displayed. Note the tempo. The minimal code program will be shown. (Please change the button in the upper left to a square icon) Long press the mouse: Select range Pressing c in this state allows copying Pressing d in this state allows deleting Click the mouse: Select position Pressing v in this state allows pasting data ⚠--WARNING SysEx data and certain status bytes will be skipped during read operations. We apologize for the inconvenience. -- Made by