Skip to content

Releases: toshinagata/alchemusica

Version 0.9.1

11 Aug 01:18
Compare
Choose a tag to compare

Change Log (English)

  • Minimum requirement is now MacOS 10.9. For 10.6 to 10.8, "Alchemusica_Legacy" is provided.
  • Build settings are updated for Xcode 14.0.
  • Floating tip in the graphic window was not working. Fixed.
  • Playing indicator was not working correctly. Fixed.
  • Fix problems of track list (icons are not shown every two lines).
  • Stop showing splash screen on startup; it is not shown after 10.7 anyway.
  • Startup process is improved; now the application launches faster.

Change Log (日本語)

  • 最低動作環境を Mac OS 10.9 とした。10.6〜10.8 に対しては、当面 "Alchemusica_Legacy" を提供する。
  • ビルド環境を Xcode 14.0 に合わせて更新した。
  • グラフィックウィンドウでのカーソル位置のチップ表示がおかしかったのを修正。
  • 演奏インジケータの表示がおかしかったのを修正。
  • トラックリストの表示で、1行ごとにアイコンが表示されない場合があったのを修正。
  • スタートアップ時にスプラッシュスクリーンを表示するのをやめた(10.7 以降はそもそも表示されていなかった)。
  • スタートアップの動作を改善した。立ち上げが少し速くなったはず。

Version 0.9.0

31 Jul 15:09
Compare
Choose a tag to compare

Change Log (English)

  • The project is now hosted on GitHub instead of OSDN.net.
  • Improve audio output when the output device is working at other than 44100 Hz.
  • Improve handling of the internal audio format of the music devices.
  • Failure of loading one music device was preventing loading of other devices. Fixed.
  • Dragging notes sometimes caused misfunction when the selection also includes non-note events.
  • Handling of 'scale selected time' dialog is improved.
  • Metronome click is improved.
  • Track colors can be changed.
  • Behavior of the split view of the graphic window is fixed.
  • Count-off for MIDI recording is improved.
  • The piano roll ruler shows incorrectly on startup. Fixed.
  • Display of the playing position in the graphic window is improved.
  • Play/Pause is triggered by hitting the space bar.
  • The track popup in the strip chart now contains track name.
  • During the piano-roll edit, the information at the cursor position is shown as a floating text.
  • Ruby: Sequence and Track objects now work as Enumerable.
  • Copy & paste had serious problems. Hopefully fixed.
  • Keyswitch will be sent while prerolling.
  • In the strip chart, handling of the min and max values (0 and 127) is improved.
  • Internal errors during SMF saving are reported to the user.
  • Tracks without 'visible' flags can be made editable (experimental).
  • Strip charts are now correctly updated when editable tracks are changed.
  • Strip chart sometimes freezes when vertical zoom is high. Fixed.
  • When pasting on the TableView, the events go to the editable tracks instead of selected tracks.
  • Handling of 'editable' and 'solo' icons are improved.
  • Command+Drag in the time chart view is removed.
  • Handling of editing range is improved (especially empty time range is selected in TimeChartView)
  • The app does not start on non-Japanese system. Hopefully fixed.
  • Selecting Audio Device as an input caused crash. Fixed.
  • In the strip chart view, the popup of the control number was not working correctly. Fixed.
  • Vertical grids are shown in strip chart view.
  • Add/sub and scale tools in strip chart views are improved.
  • Value resolution in the strip chart can be selected from 0.25,0.5,1,2,4.
  • Selection is restored after undoing insert/delete.
  • Row selection is preserved after changing event tick in List window.
  • Create tremolo command is implemented.
  • Shift-clicking 'pencil' box on track list in Graphics window now make multiple continuous tracks editable.
  • Add revision number to the version information.
  • Move selected events command is implemented.
  • Modify durations command is implemented.

Change Log (日本語)

  • プロジェクト管理を OSDN.net から GitHub へ移行した。
  • オーディオ出力デバイスが 44100 Hz 以外であるときの不具合を修正。
  • Music Device の内部オーディオフォーマットの改善。
  • 1つの Music Device のロードに失敗すると、他のものを読み込んでいなかった。修正。
  • ノートをドラッグするとき、ノート以外のイベントが選択されていると不具合が起きていた。修正。
  • "Scale Selected Time" を改善。
  • メトロノームクリックを改善。
  • トラックの色を変えられるようにした。
  • グラフィックウィンドウの分割ビューが不具合を起こしていた。修正。
  • MIDI 録音のカウントオフを改善。
  • ピアノロールのルーラーが起動時に正しく表示されていなかった。修正。
  • 演奏中の現在位置表示を改善。
  • 演奏/停止をスペースバーでできるようにした。
  • ストリップチャートビューのトラックポップアップにトラック名を表示するようにした。
  • ピアノロールビューで、編集中にカーソル位置の情報をフローティングテキストで表示するようにした。
  • Ruby: Sequence, Track オブジェクトを Enumerable にした。
  • コピー&ペーストにいろいろ問題があったので修正。
  • 演奏前のプレローリング(設定用MIDIイベントのみを送る機能)中に、キースイッチを送るようにした。キースイッチはイベントリストウィンドウのコメントとして指定する。
  • ストリップチャートビューで、最大値/最小値 (127/0) の取り扱いを改善。
  • SMF 保存中の内部エラーをユーザーに報告するようにした。
  • "Visible" でないトラックも編集できるようにした(実験中)
  • 編集トラックを変更した時にストリップチャートビューの表示をアップデートするようにした。
  • ストリップチャートビューが時々フリーズを起こしていたのを修正。
  • テーブルビューにペーストした時、イベントは編集中のトラックに入るようにした。
  • "Editable" と "Solo" アイコンの挙動を改善。
  • タイムチャートビューでのコマンド+ドラッグ機能を廃止。
  • 編集範囲の取り扱いを改善(特にタイムチャートビューで範囲選択がないとき)。
  • 日本語以外のシステムで立ち上がらないことがあるのを改善。
  • オーディオデバイスを入力として設定するとクラッシュしていたのを改善。
  • ストリップチャートビューで、コントロール番号の設定が誤動作していたのを改善。
  • ストリップチャートビューに縦線を表示するようにした。
  • ストリップチャートビューで、Add/sub および Scale 機能を改善。
  • ストリップチャートビューで、入力の解像度を 0.25, 0.5, 1, 2, 4 から選べるようにした。
  • 挿入/削除の undo 後に、選択範囲を回復するようにした。
  • リストウィンドウでイベントティックを変更した後、同じイベントが選択されるようにした。
  • Create Tremolo コマンド、Move Selected Events コマンド、Modify Durations コマンドを実装。
  • グラフィックウィンドウでえんぴつマークをシフト+クリックすると、連続したトラックを編集状態にできるようにした。
  • バージョン情報にリビジョン番号を入れるようにした。

release 210 (v0.8.0)

30 Jul 14:30
Compare
Choose a tag to compare
v0.8.0-r210

release 210

Version 0.8.0

30 Jul 14:24
Compare
Choose a tag to compare

Change Log (English)

  • The binary is now 64-bit only.
  • Scaling time was incorrectly assigning the note durations. Fixed.
  • On scaling time in the Time Strip Chart, the setting of the tempo scaling is retained in the global settings.
  • Selecting marker popup now causes scrolling to the marker point.
  • Editing range can be set to a position beyond the sequence end (experimental).
  • Manipulation of the note in the piano roll view is improved when the note is only partially visible.
  • Control-drag in the piano roll causes playing the notes.
  • Tempo strip chart is always editable regardless of the setting in the track list.
  • The layout of remap device dialog is slightly changed.
  • The split chart view can edit any track independantly (still experimental).
  • The focus ring in the graphic view is shown in piano roll or strip chart separately.
  • Count-off during MIDI recording is now working.
  • MIDI note transpose is implemented for MIDI thru and recording
  • The background of the audio effect layout panel is now correctly drawn.
  • The mouse cursor is shown correctly when it is on the splitter bar of the graphic view.
  • In the audio effect window, clicking on the effect name now causes redraw of the custom view area.
  • Export/import of audio device settings is implemented (still experimental).
  • Audio Settings Export Preference is implemented.

Change Log (日本語)

  • バイナリを64ビット版にした。
  • スケールタイム機能がノート長を誤っていたのを修正。
  • タイムストリップチャートでスケールタイムを行う時の設定を保存するようにした。
  • 演奏ビューのマーカーポップアップを選択すると、ピアノロールがその位置にスクロールする。
  • 編集範囲をシーケンス終了より後に設定できるようにした(実験中)
  • ピアノロールで部分的に見えている音の操作を改善した。
  • ピアノロールで control-ドラッグすると音が鳴るようにした。
  • テンポストリップチャートはトラックリストのえんぴつマークに関係なく編集できるようにした。
  • デバイス設定ダイアログのレイアウトを少し変更。
  • ストリップチャートビューはピアノロールのトラックとは別に編集できるようにした(実験中)
  • グラフィックビューのフォーカスリングはピアノロールとストリップチャートを区別して表示するようにした。
  • MIDI録音でカウントオフが機能するようになった。
  • MIDIスルーと録音でトランスポーズを実装した。
  • オーディオエフェクトパネルの表示を改善した。
  • グラフィックビューのスプリッターにマウスが乗っている時の表示を改善した。
  • オーディオエフェクトパネルで、エフェクト名をクリックするとカスタムビューを書き直すようにした。
  • オーディオデバイスの設定を書き出し/読み込みできるようにした。
  • オーディオデバイス設定の書き出しオプションを設定できるようにした。

Version 0.7.0

30 Jul 14:19
Compare
Choose a tag to compare

Change Log (English)

  • Up to 40 ports of Audio Unit synthesizer can be used.
  • Discontinue support of 10.5 and PowerPC.
  • Problems on OS 10.10 and later were fixed.
  • Procedure of sending MIDI data is reworked, and the problem of dropping dense MIDI events is fixed.
  • Editing in strip chart view sometimes caused too dense events. Fixed.
  • Many problems in the graphic window were fixed.
  • Many problems in scroll wheel behavior were fixed.
  • The Ruby console was not working correctly. Fixed.
  • Change Timebase, Randomize Ticks, Thin Selected Events commands are implemented.
  • Paste command now does not overwrite existing events. A new paste command "Paste with replace" is implemented to support overwriting paste.
  • Get Editing Range from Pasteboard command is implemented.
  • The play position marker was not working in the graphic and list window. Fixed.
  • The metronome unit of the time signature is now shown in the list window.
  • The setting window of the internal DLS synthesizer can be shown.
  • When the internal DLS synthesizer is used, the program changes can be inserted from the popup window with patch names.
  • Changing the mute/solo flags during playing caused freeze. Fixed.
  • The audio input (including the software synthesizer) can be connected to the effect units.

Change Log (日本語)

  • Audio Unit ソフトシンセを 40 ポート同時に使えるようにした。
  • 10.5 と PowerPC サポートを終了。一方、10.10 以降でいろいろ問題があったのを修正。
  • MIDI データの送信手順を見直して、密度の高いデータで送りこぼしが出る問題を修正。
  • ストリップチャートの編集で、異常に高密度なデータが生成される問題を修正。
  • グラフィックウィンドウにいろいろあった問題を修正。
  • スクロールホイールの動作にいろいろあった問題を修正。
  • Ruby コンソールが機能していなかった問題を修正。
  • Change Timebase, Randomize Ticks, Thin Selected Events コマンドを実装。
  • Paste コマンドは既存イベントを上書きせずにマージするように変更。上書き Paste は "Paste with replace" として別途実装。
  • Get Editing Range from Pasteboard コマンドを実装。
  • 演奏マーカーの表示が崩れていたのを修正(グラフィックウィンドウとリストウィンドウ)。
  • リストウィンドウで拍子メタイベントのメトロノーム単位を表示。
  • 内蔵 DLS シンセの設定ウィンドウが出せるようにした。
  • 内蔵 DLS シンセを使うとき、プログラムチェンジをポップアップウィンドウから名前で選択できるようにした。
  • 演奏中に Mute/Solo フラグを変更するとフリーズしていたのを修正。
  • オーディオ入力(ソフトシンセを含む)にエフェクトをかけられるようにした。