File sendmidi.changes of Package sendmidi

-------------------------------------------------------------------
Thu May 02 20:24:11 UTC 2024 - kv@kott.no-ip.biz

- Update to version 1.3.1+git.0.bd5476c:
  * Updated JUCE MIDI CI module with files from receivemidi
  * Updated version to 1.3.1
  * JUCE MIDI CI fix to properly report inactive profiles when some are active
  * Added build script
  * Added windows build script
  * Updated readme
  * Updated gitignore
  * Windows compilation tweaks
  * Cleanup and better messaging when MPE profile details aren't received
  * Added supported for MPE Profile optional features profile inquiry.
  * Update to JUCE 7.0.11
  * Improved MPE profile negotiation support

-------------------------------------------------------------------
Sun Apr 07 06:54:21 UTC 2024 - kv@kott.no-ip.biz

- Update to version 1.2.1+git.8.9787e5b:
  * Working MPE Profile negotiation
  * Updated with Sysex ID
  * WIP MPE Profile negotation
  * Updated to JUCE 7.0.10. Cleanup and refactoring. WIP support for MPE Profile. Updated version to 1.3.0.
  * Update README.md
  * Update README.md
  * Updated readme with Linux build instructions
  * Update README.md
  * Updated version to 1.2.1
  * Updated to JUCE 7.0.5. Link static runtime on Windows.

-------------------------------------------------------------------
Wed Mar 23 12:05:52 UTC 2022 - Konstantin Voinov <kv@kott.no-ip.biz>

- strip build deps

-------------------------------------------------------------------
Sun Feb 20 12:08:53 UTC 2022 - kv@kott.no-ip.biz

- Update to version 1.1.0+git.0.bdcd9b0:
  * Added -latomic to linker flags on Linux
  * Remove development team.
  * Updated version to 1.1.0
  * Added failure exit values when appropriate.
  * Added waiting for a sysex file envoy's typical completion.
  * Use static runtime on Windows
  * Updated JUCE to v6.1.5. Fixed deprecated MIDI API.
  * Update README.md
  * Fixed clock command sending 49 midi clock messages instead of 48.
  * Fixes to MPE test procedure

-------------------------------------------------------------------
Wed Aug  5 05:52:03 UTC 2020 - Konstantin Voinov <kv@kott.no-ip.biz>

- Initial upload 1.0.14+git4

GIT changelog:

2019-03-09 Removed march and mtune from the general Makefile
2019-02-23 Upgraded JUCE to version 5.4.3
2019-01-12 Work on MPE test functionality
2019-01-12 Updated version to 1.0.15
2019-01-11 Updated copyright year
2019-01-11 Fixed #14: Issue with using hex/dec within a file
2019-01-11 Segfault fix
2019-01-11 Updated to JUCE 5.4.1 dev version
2018-12-02 Updated to JUCE 5.4.1
2018-12-02 Project file updates for latest Xcode
2018-07-08 Ooops ... looks like a version update wasn't needed, back to version 1.0.14.
2018-07-08 Updated version to 1.0.15. Fixed sending the MPE activation message. Updated to latest JUCE 5.3.2.
2018-05-11 Update to JUCE 5.3.2
2018-05-07 WIP MPE test scenario
2018-05-06 Project file rework. Fixes some warnings.
2018-05-06 Updated to version 1.0.14. Updated to JUCE 5.3.1.
2017-04-28 Updated version to 1.0.13. Updated JUCE to v5.
2017-04-14 Updated readme
2017-04-14 Added support for standard Unix --help, -h and --version arguments
2017-02-28 Changed default middle C octave to 3 for note names, which is the most common one. Added support for virtual MIDI output ports on Linux and macOS. Added support for relative timestamps.
2017-02-28 Updated version to 1.0.11
2017-02-27 Added ability to set the octave for middle C for note name input.
2017-02-27 Updated version to 1.0.10
2017-02-27 Added tutorial video to README
2017-02-27 Fixed compiler warning
2017-02-26 Made compilation target more compatible.
2017-02-26 Added support for using note names  with octave where note numbers are required as arguments.
2017-02-26 Added support for sending raw midi commands from a series of bytes.
2017-02-26 Updated version to 1.0.9
2017-02-26 Fixed compiler warning on Windows
2017-02-26 Updated readme
2017-02-26 Updated readme
2017-02-25 Added support for timestamps
2017-02-25 Added support for sending single MIDI clock messages. Added support for sending MIDI Time Code messages. Properly output errors to the system error output instead of to the standard output. Slightly reformatted docs to group relevant messages together.
2017-02-25 Updated version to 1.0.8
2017-02-15 Changed the numerical decimal suffix from D into M due to conflicts with hex numbers that terminate with a D.
2017-02-15 Converted some dangling tabs to spaces/. Improved syx command help description.
2017-02-15 Updated version to 1.0.7
2017-02-06 Updated readme
2017-02-06 Updated readme
2017-02-06 Added support for sending sysex from a .syx file
2017-02-06 Allow hex and dec commands to be inlined anywhere without interrupting the currently active command
2017-02-06 Updated to v1.0.6
2017-02-06 Updated to v1.0.6
2017-01-16 Simplified sysex command by just having a series of bytes without having to specify the length
2017-01-16 Updated version to 1.0.5
2017-01-16 Added Homebrew instructions
2017-01-16 Tweaked JUCE configuration
2017-01-16 Removed unnecessary JUCE modules
2017-01-16 Added support for Tune Request, Active Sensing and Reset messages
2017-01-16 Added support for switching between using decimal and hexadecimal numeric systems by default.
2017-01-16 Documentation typo fixes
2017-01-16 Updated README
2017-01-16 Added support for sending SysEx messages. Added support for entering any number in hexadecimal by suffixing with H.
2017-01-16 Tweaked Linux compilation options
2017-01-16 Updated version to 1.0.4
2017-01-15 Updated README
2017-01-15 Fixed compiler warning on Windows
2017-01-15 Added MPE configuration message. Added pitchbend syntax to specify in value/range
2017-01-14 Change Continuous Control into Control Change, as per MIDI spec
2017-01-14 Set version to 1.0.3
2017-01-14 Typo fix in readme
2017-01-14 Updated readme.
2017-01-14 Updated readme.
2017-01-14 Added support for sending MIDI clock at a certain BPM.
2017-01-14 Added fuzzy matching of the MIDI device name as a fallback if an exact match can't be found.
2017-01-14 Set version to 1.0.2
2017-01-14 Fixes for Windows
2017-01-14 Allow any argument on the command line to be a program file, this adds support for unix shell script SheBang headers.
2017-01-14 Added MIDI clock transport support. Added alternative long versions of the commands.
2017-01-14 Added support for "panic" command Added support for piping commands through standard input
2017-01-14 Set version to 1.0.1
2017-01-14 Update README.md
2017-01-14 Update README.md
2017-01-14 Update README.md
2017-01-14 Removed compilation warnings on Windows
2017-01-13 Properly handle poly pressure
2017-01-13 Properly handle quoted MIDI port names in files
2017-01-13 Documentation updates
2017-01-13 Initial commit
openSUSE Build Service is sponsored by