enabling you to easily accomplish:
* MIDI channel filtering (e.g. blocking of specific channels)
* MIDI channel multiplication (e.g. send events from channel X to channels X, Y and Z)
* MIDI channel rerouting (e.g send events from channel X to channel Y)
* And any possible combination thereof
WWW: http://open-music-kontrollers.ch/lv2/midi_matrix
PR: 221344
Submitted by: Yuri Victorovich (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12060
processing and algorithmic synthesis classes written in the C++ programming
language.
WWW: https://ccrma.stanford.edu/software/stk
PR: 221387
Submitted by: Yuri Victorovich (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12062
devel/cl-asdf and loading etc/asdf-init.lisp in sbclrc
Also:
- Download SBCL bootstrap binaries from official upstream source instead of
the FreeBSD cluster
- Use DISTVERION instead of PORTVERSION
- Fix portlint warnings about ordering
- Use variables; e.g., ${PORTVERSION} instead of repeating sbcl
- Bbump PORTREVISION
Approved by: krion (maintainer)
Differential Revision: https://reviews.freebsd.org/D12055
The current port patches for os_kmem_alloc() add VM object locking.
However, the lock is not unlocked in the success case because the
unlock code is inside of an if body instead of after the if statement.
Reported by: jpaetzel
Reviewed by: jpaetzel
Approved by: swills
MFH: 2017Q3
Differential Revision: https://reviews.freebsd.org/D12038
means to interact with entities and artifacts in your Rally
subscription. The full spectrum of CRUD operations is available in your
Agile Central (Rally) Workspaces and Projects, providing of course that
your Agile Central (Rally) subscription credentials enable you to
perform those operations. The toolkit insulates the package user from
having to make multiple requests to obtain the full set of qualifying
items by performing any subsequent "page" requests automatically. An
additional key feature is the ability to obtain entity sub fields that
may be references or collections via the familiar dot '.' notation.
WWW: https://github.com/RallyTools/RallyRestToolkitForPython
Qt WebEngine provides functionality for rendering regions of dynamic web
content. In other words, this is Chromium's Blink web engine and parts of
Chromium's content layer wrapped by Qt. Qt WebKit is deprecated upstream, and
WebEngine is the future.
This port has been in the works for a very long time, with contributions by
myself, tcberner, Adriaan de Groot and Marie Loise Nolden.
Since most of the port is just a large part of Chromium's code base, this means
sharing some of the pain www/chromium goes through by having to patch a ton of
files. We cannot share the exact same patches because this version of Qt
WebEngine is based on an older Chromium release.
I have verified that the port works, but it is possible that many things are
still wrong or missing, so bug reports are encouraged.
Reviewed by: Adriaan de Groot <groot@kde.org>, tcberner
Differential Revision: https://reviews.freebsd.org/D12063
cURL 7.55.1 use the threaded resolver (THREADED_RESOLVER) backend if c-ares
(CARES) is not available. That means you must enable either CARES or
THREADED_RESOLVER (default) option.
Reference: https://github.com/curl/curl/pull/1647
MFH: 2017Q3