c08233a163
- Soundfont preview: hủy note đang chờ load soundfont (stopNote/stopAll/panic) — hết âm loop không dừng với MIDI Keyboard; preview dùng channel riêng (applyAITrackInstrument) — hết sai instrument - Carla bridge: endpoint /carla-stop (all-notes-off OSC + terminate process) + stopBridge() khi track chuyển VSTi -> soundfont — hết âm play qua Carla cũ - MIDI items play qua Carla khi VSTi loaded: scheduleCarlaNote route vào startTrackPlayback + startLocalTrackPlayback + ghost notes - Tự động lưu temp khi tắt app: beforeunload/pagehide sendBeacon + autosave 30s + ghi storage/temp/autosave.json + khôi phục khi load lại - Ctrl-S: desktop -> save-to-disk (Documents/SonicForgeDAW/Projects); docker -> Cloud/local - FX Chain (Mastering + FX Rack): module Carla Bridge (VST FX) — load/openInCarla + stop/unload, pass-through trong graph
37 lines
552 B
Plaintext
37 lines
552 B
Plaintext
.git/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
*.so
|
|
*.egg
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.env
|
|
.venv
|
|
venv/
|
|
ENV/
|
|
app/storage/uploads/*
|
|
app/storage/processed/*
|
|
!app/storage/uploads/.gitkeep
|
|
!app/storage/processed/.gitkeep
|
|
app/storage/*.db
|
|
app/storage/sf_scan_state.json
|
|
app/storage/temp/
|
|
.DS_Store
|
|
|
|
# VST3 and sample library directories (proprietary binaries)
|
|
vst_plugins/
|
|
samples/
|
|
.idea/
|
|
.vscode/
|
|
*.log
|
|
celerybeat-schedule
|
|
node_modules
|
|
src-tauri/target/
|
|
src-tauri/binaries/
|
|
src-tauri/resources/daw_engine/
|
|
src-tauri/vc_redist.x64.exeapp/storage/plugin_dirs.json
|