mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 21:14:31 -04:00
upgrade to latest gio
This commit is contained in:
@ -405,8 +405,8 @@ func New(audioContext sointu.AudioContext) *Tracker {
|
||||
t.Octave.Value = 4
|
||||
t.VerticalSplit.Axis = layout.Vertical
|
||||
t.BottomHorizontalSplit.Ratio = -.5
|
||||
t.Theme.Color.Primary = primaryColor
|
||||
t.Theme.Color.InvText = black
|
||||
t.Theme.Palette.Fg = primaryColor
|
||||
t.Theme.Palette.ContrastFg = black
|
||||
go t.sequencerLoop(t.closer)
|
||||
if err := t.LoadSong(defaultSong); err != nil {
|
||||
panic(fmt.Errorf("cannot load default song: %w", err))
|
||||
|
Reference in New Issue
Block a user