summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)AuthorFilesLines
2020-04-22tools: handle connection errorWim Taymans1-1/+5
2020-04-14midifile: make it possible to specify output fileWim Taymans3-29/+29
2020-04-14midifile: remove impossible case.Wim Taymans1-2/+1
2020-04-04tools: improve error reportingWim Taymans4-10/+26
2020-04-02clean up optionsWim Taymans5-78/+75
2020-03-31Don't include alloca.h on FreeBSD.Gleb Popov1-0/+2
2020-03-26pw-cat: allow latency=noneWim Taymans1-1/+1
2020-03-26pw-profiler: report error when we can't bindWim Taymans1-3/+3
2020-03-25pw-cli: continue after parsed optionsWim Taymans1-2/+2
2020-03-25pw-cli: add non-interactive modeWim Taymans1-21/+66
2020-03-24tools: add getopt argument parsingWim Taymans4-25/+158
2020-03-06pw-cat: write midi bytes directly.Wim Taymans1-3/+1
2020-03-06Revert "pw-cli: Collect and display parameters from global symbols"Wim Taymans1-683/+48
2020-03-06Revert "Implement JSON/YAML command for graph tree traversal"Wim Taymans1-3307/+24
2020-03-06Revert "Fix change_mask string generation"Wim Taymans1-74/+147
2020-03-06Revert "Fix printf attribute compilation errors"Wim Taymans1-4/+1
2020-03-06Revert "pw-cli: use core object to map id to proxy"Wim Taymans1-14/+19
2020-03-06pw-*: Use user data to track param changesWim Taymans2-16/+22
2020-03-03use true and false for boolean propertiesWim Taymans1-1/+1
2020-03-03midifile: count channels from 1 to 16Wim Taymans1-7/+7
2020-03-01pw-cat: dump midi events in vebose modeWim Taymans1-2/+13
2020-03-01midifile: add support for event dumpWim Taymans2-0/+246
2020-03-01midifile: put some parsed data in the eventWim Taymans2-1/+13
2020-02-28pw-cat: simplify midi reading and writingWim Taymans3-88/+56
2020-02-27pw-cat: add midi recordingWim Taymans3-49/+146
2020-02-27pw-cat: rework midifile a littleWim Taymans3-115/+250
2020-02-24pw-cat: improve midi errorsWim Taymans2-6/+9
2020-02-21Fix change_mask string generationPantelis Antoniou1-147/+74
2020-02-21improve error messagesWim Taymans1-1/+1
2020-02-21pw-cli: use core object to map id to proxyWim Taymans1-19/+14
2020-02-21Fix printf attribute compilation errorsPantelis Antoniou1-1/+4
2020-02-21Implement JSON/YAML command for graph tree traversalPantelis Antoniou1-24/+3307
2020-02-21pw-cli: Collect and display parameters from global symbolsPantelis Antoniou1-48/+683
2020-02-21pw-cat: handle midi EOF betterWim Taymans2-4/+9
2020-02-20enable and fix -Werror=suggest-attribute=formatWim Taymans1-6/+5
2020-02-20pw-dot: rename lightgreen to palegreenWim Taymans1-1/+1
2020-02-19pod: add and use reserve_bytes helperWim Taymans1-6/+5
2020-02-19midi: simplify some thingsWim Taymans2-74/+66
2020-02-19pw-cat: keep our own timeWim Taymans1-5/+3
2020-02-19pw-cat: read midi file from memoryWim Taymans3-124/+96
2020-02-18pw-cat: fix tempo changesWim Taymans3-7/+12
2020-02-18pw-cat: add midi supportmidiWim Taymans4-10/+497
2020-02-14pw-cat: add option to set resampler qualityWim Taymans1-3/+19
2020-02-13pw-cat: small cleaupsWim Taymans1-9/+16
2020-02-13pw-cat: fix setup of defaultsWim Taymans1-23/+22
2020-02-12pw-cat: refactor a bitWim Taymans1-169/+183
2020-02-12pw-cat: fix remote name optionWim Taymans1-4/+8
2020-02-06pw-cat: print channelmap in verbose modeWim Taymans1-4/+22
2020-02-04pw-cat: Use default channel layout when nothing givenWim Taymans1-19/+61
2020-02-04pw-cat: add channel-map option and option to delay connectWim Taymans1-10/+169