aboutsummaryrefslogtreecommitdiff
path: root/audio/drumgizmo
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* audio/drumgizmo: update to 0.9.17Steve Wills2019-07-175-11/+12
| | | | | | | | PR: 239256 Submitted by: Goran Mekić <meka@tilda.center> (maintainer) Notes: svn path=/head/; revision=506818
* Use USES=pkgconfig where appropriate, round 2Tobias Kortkamp2019-01-131-3/+2
| | | | Notes: svn path=/head/; revision=490158
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Fix mismerge.Mark Linimon2018-10-282-20/+0
| | | | | | | Pointy hat to: linimon Notes: svn path=/head/; revision=483298
* Fix build with GCC-based architectures.Mark Linimon2018-10-283-1/+41
| | | | | | | | | PR: 232009 Submitted by: Piotr Kubaj Approved by: maintainer Notes: svn path=/head/; revision=483293
* audio/drumgizmo: Update to 0.9.16Steve Wills2018-08-162-4/+4
| | | | | | | | PR: 230565 Submitted by: Goran Mekić <meka@tilda.center> (maintainer) Notes: svn path=/head/; revision=477370
* audio/drumgizmo: Update to 0.9.15Steve Wills2018-07-282-4/+4
| | | | | | | | PR: 230097 Submitted by: Goran Mekić <meka@tilda.center> (maintainer) Notes: svn path=/head/; revision=475525
* - Update WWWDmitry Marakasov2018-05-071-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=469280
* DrumGizmo is an open source, multichannel, multilayered, cross-platform drumDmitry Marakasov2017-07-274-0/+62
plugin and stand-alone application. It enables you to compose drums in midi and mix them with a multichannel approach. It is comparable to that of mixing a real drumkit that has been recorded with a multimic setup. Features include: * Stand-alone, Lv2 and VSTi versions available * Open drumkit file format, allowing the community to create their own drumkits * Drum velocity, allowing for several different hit velocities for each drum * Multichannel output, making it possible to mix it just the way you would a real drumkit * Optional built-in humanizer, analyzing the midi notes, adjusting velocities on-the-fly * Stand-alone midi renderer, generating .wav files, 1 for each channel * Stand-alone midi input, making it possible to use DrumGizmo as a software sampler for an electronic drumkit WWW: http://www.drumgizmo.org/ PR: 216241 Submitted by: meka@tilda.center Notes: svn path=/head/; revision=446756