1
1
mirror of https://github.com/wader/fq.git synced 2024-10-26 20:06:29 +03:00

Commit Graph

  • 83abddab65 Docs and minor cleanup Johnny Marnell 2024-08-15 23:58:19 -0400
  • 1e0ba551de Split and implement dolby metadata Johnny Marnell 2024-08-15 23:24:41 -0400
  • b55a837d7f Attempt to decode DBMD chunk of wav Johnny Marnell 2024-07-15 15:24:37 -0400
  • c75ae65cf0
    Merge pull request #994 from wader/go_version Mattias Wadman 2024-08-20 13:59:15 +0200
  • 550bcc27ff cli: Add go version to version string Mattias Wadman 2024-08-20 13:30:40 +0200
  • 5766566663
    Merge pull request #992 from wader/bits-format-bytes-array Mattias Wadman 2024-08-20 09:22:21 +0200
  • 7bf112917b interp: Add bits_format=byte_array support Mattias Wadman 2024-08-15 22:08:04 +0200
  • 3809ddbd23 midi: combined metaevent status + event bytes twystd 2024-08-19 20:04:19 -0700
  • a337ff002f midi: reworked sysex and metaevent 'struct' events to decode as byte arrays twystd 2024-08-19 19:47:57 -0700
  • 1fac9516bf
    Merge pull request #990 from mrcook/tzx-updates Mattias Wadman 2024-08-19 14:35:17 +0200
  • c99a8e0aae
    Merge pull request #993 from wader/gojq-update Mattias Wadman 2024-08-19 14:23:33 +0200
  • 824e51ec58 gojq: Update fq fork Mattias Wadman 2024-08-15 22:08:04 +0200
  • ce02d6eafe midi: added length field to TimeSignature struct twystd 2024-08-18 21:28:18 -0700
  • befdf1fc32 midi: reworked SysEx events as struct with length field twystd 2024-08-18 21:13:12 -0700
  • fdde5680fe midi: (partly) fixed SMPTEOffsetEvent gap twystd 2024-08-18 21:01:37 -0700
  • f1b888bd88 midi: fixed gap in SequencerSpecificEvent twystd 2024-08-18 20:46:58 -0700
  • c5637f0516 midi: partly fixed gaps in SysExMessage twystd 2024-08-18 20:25:02 -0700
  • a41e123020 midi: cleaned up SysExContinuation and SysExEscape logic twystd 2024-08-18 12:08:35 -0700
  • 0915f75098 midi: added 'data' field to EndOfTrack event twystd 2024-08-18 11:39:29 -0700
  • 4bb3292fc6 midi: fixed key signature map twystd 2024-08-18 11:15:11 -0700
  • d3a5b8df28 tzx: revert using an array of bytes Michael R. Cook 2024-08-18 19:45:02 +0200
  • d38493066a tap: revert using an array of bytes Michael R. Cook 2024-08-18 19:44:37 +0200
  • 9099a3eb84 midi: decoded chunk tags as FieldUTF8 twystd 2024-08-17 19:44:42 -0700
  • 0ef3304e7b midi: mapped note numbers to note names twystd 2024-08-17 19:29:02 -0700
  • 34fca40788 midi: mapped manufacturer IDs to strings twystd 2024-08-17 19:04:57 -0700
  • 5c89d7d253 midi: moved MIDI running status and Casio flag to context struct twystd 2024-08-17 18:23:23 -0700
  • b433998bd7 midi: decoded SysEx events twystd 2024-08-17 15:44:31 -0700
  • b2e71a3206 midi: accomodated MIDI event running status twystd 2024-08-17 10:29:04 -0700
  • 0226fc6999 midi: Decoded PolyphonicPressure, ChannelPressure and PitchBend MIDI events twystd 2024-08-16 18:41:33 -0700
  • 109719f25d midi: Decoded MIDIChannelPrefix, MIDIPort and SequencerSpecific metaevents twystd 2024-08-16 18:30:05 -0700
  • d2c84e1bd5 Docs and minor cleanup Johnny Marnell 2024-08-15 23:58:19 -0400
  • 42cce6612b Split and implement dolby metadata Johnny Marnell 2024-08-15 23:24:41 -0400
  • 2a16748391 Merge updated branch 'master' into 'midi' branch twystd 2024-08-15 19:54:55 -0700
  • 4fe27f514c midi: decoded remaining text metaevents twystd 2024-08-15 19:47:47 -0700
  • fc350f3da5 tzx: change data fields to array of bytes for easier JSON parsing Michael R. Cook 2024-08-15 20:13:03 +0200
  • 633160bbd0 tap: handle unoffical block types and minor improvements Michael R. Cook 2024-08-15 20:09:47 +0200
  • cbd4a8a85a midi: Decoded NoteOff event twystd 2024-08-14 20:20:00 -0700
  • d7ec38a2d3 midi: basic test set twystd 2024-08-14 20:14:23 -0700
  • 3276641208 midi: Decoded KeySignature, NoteOn and Controller events twystd 2024-08-14 19:52:15 -0700
  • 56beac25b0
    Merge pull request #989 from wader/bump-github-go-version-1.23.0 Mattias Wadman 2024-08-14 21:14:48 +0200
  • c0cde303f4
    Merge pull request #987 from wader/bump-make-golangci-lint-1.60.1 Mattias Wadman 2024-08-14 21:14:36 +0200
  • 33f785cac7
    Merge pull request #986 from wader/bump-docker-golang-1.23.0 Mattias Wadman 2024-08-14 20:16:24 +0200
  • 8bb841f0ce Update github-go-version to 1.23.0 from 1.22.6 bump 2024-08-14 16:04:57 +0000
  • de3fa199e4 Update make-golangci-lint to 1.60.1 from 1.59.1 bump 2024-08-14 16:04:54 +0000
  • 72e026ef78
    Merge pull request #988 from wader/bump-github-golangci-lint-1.60.1 Mattias Wadman 2024-08-14 20:14:20 +0200
  • 2c38cf1324 Update github-golangci-lint to 1.60.1 from 1.59.1 bump 2024-08-14 16:04:56 +0000
  • 790aa8aac2 Update docker-golang to 1.23.0 from 1.22.6 bump 2024-08-14 16:04:52 +0000
  • a1385caf36 midi: Decoded EndOfTrack and ProgramChange events twystd 2024-08-13 20:24:19 -0700
  • 072588c24b
    Merge pull request #985 from wader/bump-gomod-creasty-defaults-1.8.0 Mattias Wadman 2024-08-13 18:16:05 +0200
  • 23df92596e Update gomod-creasty-defaults to 1.8.0 from 1.7.0 bump 2024-08-13 16:04:00 +0000
  • 9dfcb96260 midi: experimenting with struct metaevent data twystd 2024-08-12 19:42:23 -0700
  • 8b236a19d8 midi: decoded TimeSignature meta event twystd 2024-08-12 19:32:03 -0700
  • cee51ecd72 midi: reworked to include delta in event twystd 2024-08-12 19:05:15 -0700
  • 1bdeeb68ed midi: decoded tempo metaevent twystd 2024-08-11 22:22:20 -0700
  • f11dfafd27 midi: decoded TrackName meta event twystd 2024-08-10 20:32:44 -0700
  • ad0a06d656 midi: initial import twystd 2024-08-10 18:25:14 -0700
  • 6ace338d58
    Merge pull request #984 from wader/doc-update Mattias Wadman 2024-08-08 10:41:16 +0200
  • db0dfb14b6 doc: Update formats.svg Mattias Wadman 2024-08-08 10:24:05 +0200
  • 7fca1970dc
    Merge pull request #975 from mrcook/tzx Mattias Wadman 2024-08-08 10:22:06 +0200
  • 4a74fbbc3e
    Merge pull request #981 from wader/bump-docker-golang-1.22.6 Mattias Wadman 2024-08-07 18:22:42 +0200
  • 7840e2d00e
    Merge pull request #982 from wader/bump-github-go-version-1.22.6 Mattias Wadman 2024-08-07 18:22:22 +0200
  • 34b2cc38fa Update github-go-version to 1.22.6 from 1.22.5 bump 2024-08-07 16:04:11 +0000
  • d73c663559 Update docker-golang to 1.22.6 from 1.22.5 bump 2024-08-07 16:04:08 +0000
  • d84518f856
    Merge pull request #980 from wader/add-pbs-tidbit Mattias Wadman 2024-08-07 13:57:49 +0200
  • 64b0523256 Add PBS tidbit 8 episode Mattias Wadman 2024-08-07 12:30:59 +0200
  • c93dc8bbf9 tap: verify checksum values Michael R. Cook 2024-08-06 22:57:06 +0200
  • def99f12b6
    Merge pull request #979 from wader/bump-gomod-golang-x-net-0.28.0 Mattias Wadman 2024-08-06 20:30:05 +0200
  • da6dd9e0d3 Update gomod-golang-x-net to 0.28.0 from 0.27.0 bump 2024-08-06 18:20:47 +0000
  • bf2d8bfdb7
    Merge pull request #976 from wader/bump-gomod-golang-x-crypto-0.26.0 Mattias Wadman 2024-08-06 19:33:31 +0200
  • e345528d74 tap: rename block_type to type Michael R. Cook 2024-08-06 19:30:13 +0200
  • f71aa108f2 Update gomod-golang/text to 0.17.0 from 0.16.0 bump-gomod-golang/text-0.17.0 bump 2024-08-06 16:03:56 +0000
  • 917ede6d61 Update gomod-golang-x-term to 0.23.0 from 0.22.0 bump-gomod-golang-x-term-0.23.0 bump 2024-08-06 16:03:54 +0000
  • 01b292d86b Update gomod-golang-x-crypto to 0.26.0 from 0.25.0 bump 2024-08-06 16:03:52 +0000
  • 7816fe1ca4 tap: remove format.TAP_In and update tzx Michael R. Cook 2024-08-04 12:11:46 +0200
  • ee404b2bcf all: re-run the test --update Michael R. Cook 2024-08-02 23:52:09 +0200
  • 90de619918 tap: add a read_one_block test Michael R. Cook 2024-08-02 23:51:12 +0200
  • 113ca632ab tap: add DefaultInArg Michael R. Cook 2024-08-02 23:50:00 +0200
  • e5be55c1f9 tap: remove Probe group Michael R. Cook 2024-08-02 12:25:01 +0200
  • 66345fec29 doc: regenerat formats.md for tzx/tap updates Michael R. Cook 2024-08-02 12:24:47 +0200
  • a24177433f all: update tests for tap support Michael R. Cook 2024-08-02 11:39:14 +0200
  • 6ac69e2545 tzx: add README to tests directory Michael R. Cook 2024-08-02 10:48:40 +0200
  • e526cafa55 tap: add README to tests directory Michael R. Cook 2024-08-02 10:48:31 +0200
  • ffb5eb333b tzx: use jq-ish values for the mapped symbols in block type 0x18 Michael R. Cook 2024-08-02 10:47:15 +0200
  • e3c3d925d0 tap: add author to tap.md Michael R. Cook 2024-08-02 10:44:02 +0200
  • 88b6ded52c tzx: add author to tzx.md Michael R. Cook 2024-08-02 10:43:49 +0200
  • 81b23041af tzx: Add suport for ZX Spectrum TZX and TAP files Michael R. Cook 2024-08-01 11:57:51 +0200
  • b172fbbaac
    Merge 9c1c3c3fce into cdba38d067 Mattias Wadman 2024-07-17 12:28:44 +0200
  • 7720af9c41 Attempt to decode DBMD chunk of wav Johnny Marnell 2024-07-15 15:24:37 -0400
  • cdba38d067
    Merge pull request #974 from wader/release-0.12.0 v0.12.0 Mattias Wadman 2024-07-15 11:52:12 +0200
  • be3d4b9854 fq: Release 0.12.0 Mattias Wadman 2024-07-14 11:02:50 +0200
  • 1186dd8574
    Merge 5c8f088328 into c5d6984e88 Mattias Wadman 2024-07-08 22:33:14 +0200
  • c5d6984e88
    Merge pull request #971 from wader/bump-gomod-golang-x-net-0.27.0 Mattias Wadman 2024-07-05 23:30:27 +0200
  • e625fcbf59 Update gomod-golang-x-net to 0.27.0 from 0.26.0 bump 2024-07-05 16:04:02 +0000
  • f8628b3bb9
    Merge pull request #972 from wader/bump-gomod-golang-x-term-0.22.0 Mattias Wadman 2024-07-05 22:45:38 +0200
  • f752114a6e
    Merge pull request #970 from wader/bump-gomod-golang-x-crypto-0.25.0 Mattias Wadman 2024-07-05 22:45:10 +0200
  • 41ff984cd3 Update gomod-golang-x-term to 0.22.0 from 0.21.0 bump 2024-07-05 16:04:04 +0000
  • 384e4c23fd Update gomod-golang-x-crypto to 0.25.0 from 0.24.0 bump 2024-07-05 16:04:00 +0000
  • 97b9e69c3b
    Merge pull request #969 from wader/bump-gomod-ergochat-readline-0.1.2 Mattias Wadman 2024-07-04 21:33:40 +0200
  • 6b1cc87029 Update gomod-ergochat-readline to 0.1.2 from 0.1.1 bump 2024-07-04 19:05:47 +0000
  • 5be829e640
    Merge pull request #967 from wader/bump-docker-golang-1.22.5 Mattias Wadman 2024-07-03 18:12:36 +0200