d8f8506077
- open_vst_gui: bo WebviewWindowBuilder/thread, chi push_control type=4 (hwnd=0 -> bridge tao window) - main.cpp: create_native_vst_window (class SonicForge_Native_VST3_Class, 800x600, khong TOPMOST), tao trong ChannelWorker job, map guiWindows, capture arg2 by value (fix dangling) - app.jsx: guard isBridgeActive() 8 cho -> bridge active thi moi note di router -> pushEvent -> bridge (truoc day SF2 cam vi HAS_PYFLUIDSYNTH=FALSE -> /soundfont-render 501; VST3 path cu dung nativeSf/Carla) - E2E: SF2 NOTE_ON qua dispatchMidiEvent -> SHM peak 0.029745; Nexus GUI native hwnd OK (license/preset) - docs: TASKS.md + TEST_NOTES.md ghi batch fix + ket qua; gitignore vendor/junk
20 lines
477 B
JSON
20 lines
477 B
JSON
{
|
|
"name": "sonicforge-studio",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "babel app/static/js/app.jsx --config-file ./babel.config.json -o app/static/js/app.precompiled.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/cli": "^8.0.4",
|
|
"@babel/core": "^8.0.1",
|
|
"@babel/preset-react": "^8.0.1",
|
|
"@babel/standalone": "^7.29.8",
|
|
"jsdom": "^30.0.1",
|
|
"react": "^19.2.8",
|
|
"react-dom": "^19.2.8"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.11.4"
|
|
}
|
|
}
|