sointu/tracker
5684185+vsariola@users.noreply.github.com a38a0f4235 fix(tracker/gioui): text.Shaper should not be a global variable
text.Shaper is not thread safe, which caused crash when adding
multiple VSTI plugins to a DAW project. This change fixes that
crash. Further refactorings need to consider where that text.Shaper
should actually reside.
2023-10-22 19:10:24 +03:00
..
generate docs(tracker): add go doc comments to GmDlsEntry/-Entries 2023-10-20 16:36:09 +03:00
gioui fix(tracker/gioui): text.Shaper should not be a global variable 2023-10-22 19:10:24 +03:00
presets feat(tracker): add menu to load instrument presets 2023-10-01 18:54:50 +03:00
doc.go docs(tracker): improve package go doc comments 2023-10-19 22:28:44 +03:00
gmdlsentries.go docs(tracker): add go doc comments to GmDlsEntry/-Entries 2023-10-20 16:36:09 +03:00
model.go refactor(tracker): remove unused variable RECOVERY_FILE 2023-10-20 18:41:21 +03:00
player.go style(tracker): rename NUM_RENDER_TRIES to numRenderTries 2023-10-20 16:38:44 +03:00
presets.go docs(tracker): add go doc comments to GmDlsEntry/-Entries 2023-10-20 16:36:09 +03:00
recording.go refactor(tracker): put all recording data into struct Recording 2023-10-19 23:28:57 +03:00
songpoint.go refactor(tracker): rename SongPoint to ScorePoint etc. 2023-10-19 22:28:44 +03:00
volume.go refactor(tracker): split Volume to PeakVolume and AverageVolume 2023-10-19 22:28:44 +03:00