feat: save MIDI tracks to generation area; playing tracks and audio preview are still under development
This commit is contained in:
4
frontend/wailsjs/go/backend_golang/App.js
generated
4
frontend/wailsjs/go/backend_golang/App.js
generated
@@ -94,6 +94,10 @@ export function PauseDownload(arg1) {
|
||||
return window['go']['backend_golang']['App']['PauseDownload'](arg1);
|
||||
}
|
||||
|
||||
export function PlayNote(arg1) {
|
||||
return window['go']['backend_golang']['App']['PlayNote'](arg1);
|
||||
}
|
||||
|
||||
export function ReadFileInfo(arg1) {
|
||||
return window['go']['backend_golang']['App']['ReadFileInfo'](arg1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user