sointu/go4k/tracker
Veikko Sariola a1e7e82d6d refactor(song): Remove song length from Song and assume the user knows MAX_SAMPLES
Trying to force a specific song length other than the default never quite worked, so we'll only support the default MAX_SAMPLES & will calculate it for the user in the user in the exported .h header file.
2020-11-29 22:12:29 +02:00
..
defaultsong.go refactor(song): Remove song length from Song and assume the user knows MAX_SAMPLES 2020-11-29 22:12:29 +02:00
keyevent.go feat(tracker): hook up audio to tracker, we have liftoff 2020-11-08 04:17:21 +02:00
label.go feat(tracker): implement some basic styled ui building blocks 2020-11-08 01:20:53 +02:00
layout.go feat(tracker): hook up audio to tracker, we have liftoff 2020-11-08 04:17:21 +02:00
music.go feat(tracker): implement basic tracker keys 2020-11-08 02:36:24 +02:00
panels.go feat(tracker): implement basic track display 2020-11-08 02:24:27 +02:00
run.go feat(tracker): hook up audio to tracker, we have liftoff 2020-11-08 04:17:21 +02:00
sequencer.go fix(tracker/sequencer): add a way to exit the sequencer loop 2020-11-08 04:27:52 +02:00
theme.go feat(tracker): hook up audio to tracker, we have liftoff 2020-11-08 04:17:21 +02:00
track.go feat(tracker): hook up audio to tracker, we have liftoff 2020-11-08 04:17:21 +02:00
tracker.go fix(tracker/sequencer): add a way to exit the sequencer loop 2020-11-08 04:27:52 +02:00