mirror of
https://github.com/vsariola/sointu.git
synced 2026-02-20 15:13:25 -05:00
feat(tracker): ability to bind MIDI controllers to parameters
Closes #152
This commit is contained in:
parent
6e8acc8f9b
commit
f2ef57a845
@ -57,6 +57,7 @@ func (m *historyRedo) Do() {
|
||||
func (m *HistoryModel) MarshalRecovery() []byte {
|
||||
out, err := json.Marshal(m.d)
|
||||
if err != nil {
|
||||
(*Model)(m).Alerts().Add(fmt.Sprintf("Could not marshal recovery data: %s", err.Error()), Error)
|
||||
return nil
|
||||
}
|
||||
if m.d.RecoveryFilePath != "" {
|
||||
|
||||
Reference in New Issue
Block a user