1
1
mirror of https://github.com/wader/fq.git synced 2024-11-22 15:45:45 +03:00
Commit Graph

2709 Commits

Author SHA1 Message Date
twystd
a41e123020 midi: cleaned up SysExContinuation and SysExEscape logic 2024-08-18 12:08:35 -07:00
twystd
0915f75098 midi: added 'data' field to EndOfTrack event 2024-08-18 11:39:29 -07:00
twystd
4bb3292fc6 midi: fixed key signature map 2024-08-18 11:24:55 -07:00
Michael R. Cook
d3a5b8df28 tzx: revert using an array of bytes 2024-08-18 19:45:02 +02:00
Michael R. Cook
d38493066a tap: revert using an array of bytes 2024-08-18 19:44:37 +02:00
twystd
9099a3eb84 midi: decoded chunk tags as FieldUTF8 2024-08-17 19:44:42 -07:00
twystd
0ef3304e7b midi: mapped note numbers to note names 2024-08-17 19:29:02 -07:00
twystd
34fca40788 midi: mapped manufacturer IDs to strings 2024-08-17 19:04:57 -07:00
twystd
5c89d7d253 midi: moved MIDI running status and Casio flag to context struct 2024-08-17 18:23:47 -07:00
twystd
b433998bd7 midi: decoded SysEx events 2024-08-17 15:44:31 -07:00
twystd
b2e71a3206 midi: accomodated MIDI event running status 2024-08-17 10:29:04 -07:00
twystd
0226fc6999 midi: Decoded PolyphonicPressure, ChannelPressure and PitchBend MIDI events 2024-08-16 18:42:04 -07:00
twystd
109719f25d midi: Decoded MIDIChannelPrefix, MIDIPort and SequencerSpecific metaevents 2024-08-16 18:30:05 -07:00
twystd
2a16748391 Merge updated branch 'master' into 'midi' branch 2024-08-15 19:54:55 -07:00
twystd
4fe27f514c midi: decoded remaining text metaevents 2024-08-15 19:47:47 -07:00
Michael R. Cook
fc350f3da5 tzx: change data fields to array of bytes for easier JSON parsing 2024-08-15 20:13:03 +02:00
Michael R. Cook
633160bbd0 tap: handle unoffical block types and minor improvements
To make it easier to parse the JSON output the header/data blocks are
now wrapped in a FieldStruct, and data fields changed to be an array
of uint8 values
2024-08-15 20:09:47 +02:00
twystd
cbd4a8a85a midi: Decoded NoteOff event 2024-08-14 20:20:00 -07:00
twystd
d7ec38a2d3 midi: basic test set 2024-08-14 20:14:52 -07:00
twystd
3276641208 midi: Decoded KeySignature, NoteOn and Controller events 2024-08-14 19:52:15 -07:00
Mattias Wadman
56beac25b0
Merge pull request #989 from wader/bump-github-go-version-1.23.0
Update github-go-version to 1.23.0 from 1.22.6
2024-08-14 21:14:48 +02:00
Mattias Wadman
c0cde303f4
Merge pull request #987 from wader/bump-make-golangci-lint-1.60.1
Update make-golangci-lint to 1.60.1 from 1.59.1
2024-08-14 21:14:36 +02:00
Mattias Wadman
33f785cac7
Merge pull request #986 from wader/bump-docker-golang-1.23.0
Update docker-golang to 1.23.0 from 1.22.6
2024-08-14 20:16:24 +02:00
bump
8bb841f0ce Update github-go-version to 1.23.0 from 1.22.6 2024-08-14 20:15:48 +02:00
bump
de3fa199e4 Update make-golangci-lint to 1.60.1 from 1.59.1
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.60.1
2024-08-14 20:15:02 +02:00
Mattias Wadman
72e026ef78
Merge pull request #988 from wader/bump-github-golangci-lint-1.60.1
Update github-golangci-lint to 1.60.1 from 1.59.1
2024-08-14 20:14:20 +02:00
bump
2c38cf1324 Update github-golangci-lint to 1.60.1 from 1.59.1
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.60.1

Require go 1.21 and fix various lint warnings and use new features
2024-08-14 20:05:40 +02:00
bump
790aa8aac2 Update docker-golang to 1.23.0 from 1.22.6 2024-08-14 16:04:52 +00:00
twystd
a1385caf36 midi: Decoded EndOfTrack and ProgramChange events 2024-08-13 20:24:19 -07:00
Mattias Wadman
072588c24b
Merge pull request #985 from wader/bump-gomod-creasty-defaults-1.8.0
Update gomod-creasty-defaults to 1.8.0 from 1.7.0
2024-08-13 18:16:05 +02:00
bump
23df92596e Update gomod-creasty-defaults to 1.8.0 from 1.7.0
Source diff 1.7.0..1.8.0 https://github.com/creasty/defaults/compare/v1.7.0..v1.8.0
2024-08-13 16:04:00 +00:00
twystd
9dfcb96260 midi: experimenting with struct metaevent data 2024-08-12 19:42:23 -07:00
twystd
8b236a19d8 midi: decoded TimeSignature meta event 2024-08-12 19:32:03 -07:00
twystd
cee51ecd72 midi: reworked to include delta in event 2024-08-12 19:05:15 -07:00
twystd
1bdeeb68ed midi: decoded tempo metaevent 2024-08-11 22:22:20 -07:00
twystd
f11dfafd27 midi: decoded TrackName meta event 2024-08-10 20:32:44 -07:00
twystd
ad0a06d656 midi: initial import 2024-08-10 18:25:14 -07:00
Mattias Wadman
6ace338d58
Merge pull request #984 from wader/doc-update
doc: Update formats.svg
2024-08-08 10:41:16 +02:00
Mattias Wadman
db0dfb14b6 doc: Update formats.svg 2024-08-08 10:24:05 +02:00
Mattias Wadman
7fca1970dc
Merge pull request #975 from mrcook/tzx
tzx: Add suport for ZX Spectrum TZX and TAP files
2024-08-08 10:22:06 +02:00
Mattias Wadman
4a74fbbc3e
Merge pull request #981 from wader/bump-docker-golang-1.22.6
Update docker-golang to 1.22.6 from 1.22.5
2024-08-07 18:22:42 +02:00
Mattias Wadman
7840e2d00e
Merge pull request #982 from wader/bump-github-go-version-1.22.6
Update github-go-version to 1.22.6 from 1.22.5
2024-08-07 18:22:22 +02:00
bump
34b2cc38fa Update github-go-version to 1.22.6 from 1.22.5 2024-08-07 16:04:11 +00:00
bump
d73c663559 Update docker-golang to 1.22.6 from 1.22.5 2024-08-07 16:04:08 +00:00
Mattias Wadman
d84518f856
Merge pull request #980 from wader/add-pbs-tidbit
Add PBS tidbit 8 episode
2024-08-07 13:57:49 +02:00
Mattias Wadman
64b0523256 Add PBS tidbit 8 episode 2024-08-07 12:30:59 +02:00
Michael R. Cook
c93dc8bbf9 tap: verify checksum values 2024-08-06 22:57:06 +02:00
Mattias Wadman
def99f12b6
Merge pull request #979 from wader/bump-gomod-golang-x-net-0.28.0
Update gomod-golang-x-net to 0.28.0 from 0.27.0
2024-08-06 20:30:05 +02:00
bump
da6dd9e0d3 Update gomod-golang-x-net to 0.28.0 from 0.27.0
Tags https://github.com/golang/net/tags
2024-08-06 18:20:47 +00:00
Mattias Wadman
bf2d8bfdb7
Merge pull request #976 from wader/bump-gomod-golang-x-crypto-0.26.0
Update gomod-golang-x-crypto to 0.26.0 from 0.25.0
2024-08-06 19:33:31 +02:00