summaryrefslogtreecommitdiff
path: root/audio/hydrogen/patches
AgeCommit message (Collapse)AuthorFilesLines
2016-11-30Add upstream bug report URL.wiz1-1/+2
2016-10-25fix LOGGER_SLEEP() to not call usleep() with 1000000 which is allowedmrg1-0/+15
to be illegal (and is on netbsd.) this fixes 100% cpu usage seen while doing nothing at all. (it still writes nul to /dev/audio while doing nothing, but that takes little cpu :)
2014-08-05update to hydrogen 0.9.6 (actual release.)mrg2-55/+0
includes: - fixes for NetBSD - cppunit tests - pulseaudio support (not yet enabled?) - several new --options - fixes for JACK support (this, and the NetBSD fixes remove all our local patches!) - fixes for drumkit loading - wants newer libarchive than NetBSD or pkgsrc have; use libtar for now - updates to playlist support - uses snprintf() over sprintf() - better undo/redo support - copy/paste support for particular notes
2014-04-19Don't use -fno-implement-inlines.joerg1-5/+14
2014-03-06update to hydrogen 0.9.6-beta3. changes include:mrg4-76/+46
Bugfixes: - Major fixes for the pattern handling in the soundlibrary - A memory leak was fixed which appeared when using note-off notes - A note-off related segmentation fault was fixed - The path of instrumens is now set correctly if a song gets saved (solves the abs. vs. rel. path problem) - lots of smaller fixes.. New features: - New midi action: SELECT_NEXT_PATTERN_RELATIVE - Show a layers velocity informations in a tooltip - Added a description field for patterns - Jack session support - Jack midi out - Undo history - Tabbed interface (aimed at netbooks) - CMake for build
2013-01-11Fix build with newer scons and update PLIST. Bump revision.joerg1-8/+17
2012-11-13update to hydrogen 0.9.5.1. slightly clean up the netbsd port.mrg2-26/+34
2011-02-19 the hydrogen team <hydrogen-devel@lists.sourceforge.net> * Release 0.9.5.1 * Compatible with linux 3.0 kernels * Compiles now with gcc 4.7 * Added greek translation * Updated czech translation * Few small bugfixes 2011-03-15 the hydrogen team <hydrogen-devel@lists.sourceforge.net> * Release 0.9.5 * load playlists at startup * midi-learn works now with shift-click on some gui elements * multi-track export * LADI support * maximum number of bars is now configurable * added czech translation * fixed serveral export song failures * added ogg, flac, aiff export support * added some new commandline parameter for no_gui version * added rubberband-cli support * several improvements on sample editor * added NO_GUI_SUPPORT to build a version of hydrogen without a gui * added support for app bundles on OSX * non destructive sample editor * piano roll editor * instrument midi out * destructive midi recording * support for midi "note off" messages * virtual patterns * time line to change song tempo and add tags * director * and at least several small changes * Xml handling is now done by QtXml instead of TinyXML * improved support for non-ascii filenames / strings * remove direct dependencies to libflac
2012-06-28Linux build fixes:sbd1-10/+17
* On Linux only pull in alsa-lib buildlink and enable alsa support. * In the Sconstruct file move the line setting the include path and ldflags based on the prefix from the netbsd section to the linux, darwin and netbsd section. * When adding to an if/elif/else block _elif_ should be used. Bump PKGREVISION (because of the earlier libarchive additions).
2012-03-26Accept all NetBSD versions.joerg2-6/+6
2011-04-28update to hydrogen 0.9.4.2. changes include:mrg2-0/+52
- more jack support (not enabled) - qt3 -> qt4 update (including a major UI update) - support for more instruments - better midi support - many bug fixes - multi-layer instrument support - multiple concurrent patterns - FLAC support - autosave support - drumkit manager - much better pattern support/ui/editing thanks to wiz@ for help getting this right.