ut-proj / midiserver

A MIDI CLI tool and server written in Go, focused on supporting BEAM music apps via Erlang Ports
BSD 2-Clause "Simplified" License
4 stars 0 forks source link

Refactor to use ergo #27

Open oubiwann opened 2 years ago

oubiwann commented 2 years ago

This'll be a biggie, but it will allow for much easier 2-way comms between the LFE undertone/undermidi servers and the Golang midiserver.

Features/tasks:

See:

oubiwann commented 1 year ago

Current use of erlang_go:

pkg/erl/datatypes/datatypes.go: erlang "github.com/okeuday/erlang_go/v2/erlang"
pkg/erl/messages/command.go:    erlang "github.com/okeuday/erlang_go/v2/erlang"
pkg/erl/messages/handlers.go:   erlang "github.com/okeuday/erlang_go/v2/erlang"
pkg/erl/messages/midi.go:       erlang "github.com/okeuday/erlang_go/v2/erlang"
pkg/erl/messages/response.go:   erlang "github.com/okeuday/erlang_go/v2/erlang"
pkg/erl/packets/packets.go:     erlang "github.com/okeuday/erlang_go/v2/erlang"