[Hydrogen-devel] Hydrogen 1.1 beta 1 release & 20 years of Hydrogen

2021-04-21 Thread mauser
Hi everyone, we're happy to announce the release of the first beta version of Hydrogen 1.1. You can find the Changelog and all downloads at GitHub[1]. But there is more: ca. 20 years ago, on April 19th 2001, the tarball of Hydrogen 0.1 has been uploaded to SourceForge. So in these days, Hydr

Re: [Hydrogen-devel] Need help; Windows compile

2020-12-19 Thread mauser
Hello Guocheng, try this one: http://stuff.smoors.de/Hydrogen-1.1.0-win64_zh_CN.exe Best regards, Sebastian On 19.12.2020 13:53, Guocheng Zhu wrote: Hi Sebastian, Of course, I just opened a pull request. Looking forward to the exe file 😉 (but take your time as I can do the technical verifica

Re: [Hydrogen-devel] Need help; Windows compile

2020-12-15 Thread mauser
Hello Guocheng, yes, the instructions for windows are absolutely out of date. Currently, i'm only cross-compiling the windows version from my linux box. We introduced a newer windows build process which is currently used by our Appveyor CI builds, but this is not documented. To document this, i

[Hydrogen-devel] Hydrogen 1.1 roadmap

2020-12-13 Thread mauser
Hi everyone, as more and more features of Hydrogen 1.1 are getting ready, we should talk about the roadmap or what releases we wish to make (and when). In the last discussions, we agreed on the fact that we would like to release more often then before. But how should that look exactly? I suppo

Re: [Hydrogen-devel] Github "Discussions" feature

2020-12-11 Thread mauser
Hi! the "Discussions" feature is now activated on Github, see https://github.com/hydrogen-music/hydrogen/discussions. I have created some categories for OS-specific discussions, just as a start. If anyone has requests for a specific category, just mention it. In addition, i'm going to make a

[Hydrogen-devel] Github "Discussions" feature

2020-12-08 Thread mauser
Hi everyone, as you all know our forum is gone since some years, since no one could be found who was willing to host, maintain and moderate it. Since today, there is the possibility to enable a feature called "Discussions" on Github (example: https://github.com/githubevents/universe2020/discu

Re: [Hydrogen-devel] Travis complications..

2020-11-26 Thread mauser
Hi, small update: the ubuntu and os x jobs are now running on appveyor (also for the releases/1.0 branch). There is just one issue left with the OS X tests, it seems that the libsndfile version which is used on the remote machine is not able to read our flac reference files. Best regards, Se

[Hydrogen-devel] Travis complications..

2020-11-24 Thread mauser
Hi everyone, the folks at travis have changed their pricing model for their future platform travis-ci.com. Currently we're using travis-ci.org, which will be shutdown at the end of this year. For travis-ci.com, it seems that they will charge per used-build time, especially for OS X jobs . Hav

Re: [Hydrogen-devel] Hotfix or release for Big Sur?

2020-11-21 Thread mauser
Hi, good idea! I could prepare the release in the next days, i also want to re-enable jackd support for the windows build. Are there any other things which need to be fixed/cherry-picked for 1.0.2? Btw, the corresponding branch would be "releases/1.0". Before 1.0, we always had branches like

[Hydrogen-devel] Hydrogen codebase harmonization

2020-11-15 Thread mauser
Hi everyone, it always irritated me that the "core" and "gui" parts of hydrogen have their own file/class naming styles. In addition, the core part uses a separate directory to hold the include files. If no one has a good argument why this should be the case, i would like to tackle this "prob

[Hydrogen-devel] Appveyor updates

2020-11-08 Thread mauser
Hi everyone, the appveyor builds have been failing constantly over the last week due to a problem with the msys2 repos. It seems that the msys2 got rid of some old packages, which we're used by our msys2 version. I've updated the msys2 version by switching to the Visual Studio 2019 image which

Re: [Hydrogen-devel] Localization proposal; Chinese (Simplified)

2020-11-08 Thread mauser
Hello Guocheng, thanks for your interest in Hydrogen! First of all, your mail got stuck in our moderation queue, so it took some days until it got published. You can only write directly to this mailing list after registering at https://sourceforge.net/projects/hydrogen/lists/hydrogen-devel.

Re: [Hydrogen-devel] Muting an instrument

2020-11-08 Thread mauser
Hi! Good questions, Phil. I have never really thought before about the timing limitiations of midi. Regarding the onset: After looking at our code, we're using a TPQN (ticks-per-quarter-note) of 192. It has been hinted that this can be increased if your consuming devices/programs can handle it

Re: [Hydrogen-devel] Muting an instrument

2020-10-29 Thread mauser
Am 29.10.2020 13:26, schrieb Aaron Walker: Hi, happy user of Hydrogen (using 1.0.0-rc1 delivered with Ubuntu Studio). I have a question, possible bug. It seems that if I mute an instrument in a pattern, it is no longer getting saved. This may have been fixed in more recent patches, but I, regr

Re: [Hydrogen-devel] Audio export from commandline?

2020-09-24 Thread mauser
Hi Stefano, yes, this is possible with h2cli (comes with Hydrogen): h2cli -s GM_kit_demo3.h2song -o foo.wav -r 44100 -b 24 Best regards, Sebastian Am 24.09.2020 20:40, schrieb Stefano Carbonelli via Hydrogen-devel: Hello, I wonder if it is possible to export the audio of an existing .h2song

Re: [Hydrogen-devel] LV2 UI experience?

2020-09-09 Thread mauser
Am 09.09.2020 23:13, schrieb Jostein Chr. Andersen: Hi Sebastian! So it's "just" a drum player, not a drum machine? Two audio channels are often not sufficient when it comes to professional usage, but as long as it can send MIDI to players and soft synths and thereby trigger their sounds, I gues

[Hydrogen-devel] LV2 UI experience?

2020-09-09 Thread mauser
Hi everyone, i'm currently putting a prototoype of a lv2 version of Hydrogen together. It's not published to Github yet, but i will do so in the next week (hopefully). Currently it's just a simple plugin which is fed with midi and has two outputs. The lv2 core part was quite straightforward a

Re: [Hydrogen-devel] Hydrogen release process and GUI translations

2020-09-09 Thread mauser
Hi! Am 09.09.2020 21:32, schrieb Olivier Humbert: @Sebastian, because you're the one managing the releases, is that something that can be done from your point of view ? Note that I can probably make (1. & 2.) if that helps to spread the workload of a release if you want to. Sure, that's of co

Re: [Hydrogen-devel] Scripting using OSC

2020-09-06 Thread mauser
Am 31.08.2020 23:06, schrieb Philipp Mueller via Hydrogen-devel: The problem I see is the following: When e.g. toggling the metronome via GUI and OSC I would assume both ways trigger the same function (to avoid code redundancy). This function could e.g. be part of the `CoreActionController` and

Re: [Hydrogen-devel] Hydrogen translations for the 1.0.0 upcoming release (checkpoint)

2020-09-06 Thread mauser
Hi! Am 05.09.2020 20:49, schrieb Olivier Humbert: Le 2020-09-05 20:10, mau...@smoors.de a écrit : Hi! The translations were not empty, they included some translated strings. The problem was that those were not marked as finished, so they didn't appear in your statistic. But they should appear

Re: [Hydrogen-devel] Hydrogen translations for the 1.0.0 upcoming release (checkpoint)

2020-09-05 Thread mauser
Hi! The translations were not empty, they included some translated strings. The problem was that those were not marked as finished, so they didn't appear in your statistic. But they should appear in the UI. Was this intentional? Best regards, Sebastian Am 05.09.2020 18:05, schrieb Olivier H

Re: [Hydrogen-devel] Hydrogen translations for the 1.0.0 upcoming release (checkpoint)

2020-09-04 Thread mauser
Hi everyone! i have never thought about that before :-/ First of all, i suppose it is correct that an unfinished translation might be a nuisance to some users. On the other hand, it might be a motivation to some users to engage themselves as a translator. Fixing the german translation was also

[Hydrogen-devel] Hydrogen 1.0.1 released

2020-09-03 Thread mauser
Hi everyone, the first bugfix release of Hydrogen 1.0 is now available. You can find Hydrogen 1.0.1 now at Github (1). Best regards, Sebastian [1]: https://github.com/hydrogen-music/hydrogen/releases/tag/1.0.1 ___ Hydrogen-devel mailing list Hydro

Re: [Hydrogen-devel] Scripting using OSC

2020-08-30 Thread mauser
Hey Phil, Am 29.08.2020 18:53, schrieb Philipp Mueller via Hydrogen-devel: Hey all, I'm deeply in need of and want to add some scripting capabilities to Hydrogen. In my case something like 'enable Jack transport', 'set Hydrogen as timebase master', 'add a tempo marker' etc. This make developme

Re: [Hydrogen-devel] Version number of next hydrogen version

2020-08-26 Thread mauser
Hi! yes, sounds good to me! I will try to prepare the release this weekend. Best regards, Sebastian Am 18.08.2020 12:11, schrieb Colin McEwan: On a somewhat related topic: There've been a few bugs reported and fixed; should we be planning for a patch release soon? (having just freed up the co

[Hydrogen-devel] Version number of next hydrogen version

2020-08-04 Thread mauser
Hi everyone! with 1.0 released, we should think about the version number for the next version of hydrogen. Following the "usual" Hydrogen version scheme, we would end up with 1.0.1. In my opinion, this feels not really intutive for the end user and 1.1 might be more "common", with a last numbe

[Hydrogen-devel] Hydrogen 1.0.0 released

2020-08-04 Thread mauser
Hi everyone, i'm happy to announce the final release of Hydrogen 1.0.0. After nearly four long years, a new stable version of Hydrogen is available. It includes the following major features: - QT5 support - MIDI feedback - OSC support (incl. feedback) - Playback track - Me

Re: [Hydrogen-devel] Hydrogen 1.0.0-rc1 released

2020-07-23 Thread mauser
Hi! After nearly six weeks and no catastrophic feedback, it seems to be reasonable to me to prepare the final release of Hydrogen 1.0. Or are there any issues i'm not aware of? Is there any work (bug fixes, translations, ...) outstanding that needs to be done? If not, i would create the relea

[Hydrogen-devel] Hydrogen 1.0.0-rc1 released

2020-06-08 Thread mauser
Hi everyone! i'm happy to announce the release of the first release candidate of Hydrogen 1.0. Compared to Hydrogen 1.0.0-beta2, it comes with the following changes: - several fixes to the Jack transport (missed/double beats at the begin of a pattern) - fixed audio artifaces when using the

Re: [Hydrogen-devel] Hydrogen 1.0 release planning

2020-05-24 Thread mauser
Hi everyone, the fixes for the JACK transport and the recently found export problems (see #857) are now available in the master branch. Currently, i'm not sure if it makes sense to release a beta3 version. In my opinion, we could also release 1.0-rc1 directly, if we are sure that only critica

Re: [Hydrogen-devel] clang-format / clang-tidy

2020-05-24 Thread mauser
Hi, if anyone wants to try out the current clang tidy ruleset: you can now run "./build.sh mt" to run a build job with some default checks activated. I've fixed some warnings in the last week, but there will be still a lot of warnings. Best regards, Sebastian Am 23.04.2020 22:23, schrieb ma

Re: [Hydrogen-devel] Hydrogen 1.0-beta2 released

2020-05-24 Thread mauser
Hi Mike! Great, that's nice to hear! About the drumkits: If those drumkits have an open source license and are not recored directly from any drum-module, i would host them glady on Sourceforge! Maybe we could also need the help or advice of a Graphic Designer in the near future. There was r

Re: [Hydrogen-devel] make patterns great again

2020-04-26 Thread mauser
Hi muzzol, first of all, welcome to this list! Am 25.04.2020 19:37, schrieb muzzol: 1- Integrate patterns correctly with Hydrogen as a downloadable repo or directly with the package. Maybe starting next version a basic set (the one in github) could be integrated in the package or suggest distr

Re: [Hydrogen-devel] Hydrogen 1.0 release planning

2020-04-24 Thread mauser
Hi! Am 24.04.2020 15:27, schrieb Jérémy Zurcher: what do we do then ? I propose to : - revert merge of #PR846 - reset --hard ac713f14 - merge #PR846 I'll push branches jeyzu-xsd / jeyzu-xdg / jeyzu-dsysata There is the possibility that someone has already pulled from master, so the "rese

Re: [Hydrogen-devel] Hydrogen 1.0 release planning

2020-04-24 Thread mauser
Hi! Am 24.04.2020 00:03, schrieb Jérémy Zurcher: you know what, I'm almost done with pattern, but .. after reading the above paragraph, and giving another good thought ... what if I revert these xsd, xml format changes, and put them into another branch. Each time I look at these low level stuf

[Hydrogen-devel] clang-format / clang-tidy

2020-04-23 Thread mauser
Hi, Jérémy already mentioned it in the recent discussion, so i thought i should write a word about the clang format file :) Some (many?) years ago, it was first discussed that we could use clang to clean up the formatting of our codebase. But somehow, this did not get realised. I picked up th

Re: [Hydrogen-devel] Hydrogen 1.0 release planning

2020-04-23 Thread mauser
Am 23.04.2020 16:17, schrieb Jérémy Zurcher: Hi ! On Wednesday 22 April 2020 22:40, Przemysław Sitek wrote : I welcome syntax changes - renaming root node from to simply , and element. The new format is certainly nicer, but I don’t feel confident that now, after two betas had been rele

Re: [Hydrogen-devel] Hydrogen 1.0 release planning

2020-04-23 Thread mauser
Hi Collin! Am 22.04.2020 20:08, schrieb Colin McEwan: Any idea how long you'd expect before declaring a candidate? I should be able to find the time in the next couple of days to get a few wrinkles out of basic keyboard cursor editing before it's worth a pull request. this depends a little bit

Re: [Hydrogen-devel] Hydrogen 1.0 release planning

2020-04-23 Thread mauser
Hi Phil, Am 20.04.2020 23:30, schrieb Philipp Müller via Hydrogen-devel: I'll prepare proper issues during the next couple of days. I think at least the marker stuff should be fixed before the 1.0 release. About this issue: it is already listed at Github, there is also a (admittedly very old)

[Hydrogen-devel] Hydrogen 1.0 release planning

2020-04-20 Thread mauser
Hi everyone, the bugfixes of the last days and weeks brought us nearer to a final release of Hydrogen 1.0. I would like to wait for Phil/theGreatWhiteShark to finish his work on the jack transport bugfixing, but apart from that, i think that we are ready for a first release candidate. If som

Re: [Hydrogen-devel] Cursor key editing

2020-04-13 Thread mauser
Hi Colin! That's a great idea, i like it! I'm thinking about an "Edit mode" like in vi, where you press "Insert" and an cursor appears which tells you where the next letter will be inserted. For the Song Editor (the thing with the blue squares), i could imagine exactly such a mode. The current

[Hydrogen-devel] Hydrogen 1.0-beta2 released

2020-03-30 Thread mauser
Hi, i'm happy to announce the release of the second beta version of Hydrogen 1.0. Compared to the first beta version, it has no new major features, but a lot of smaller bugfixes and improvements. All files can be found on the github releases page [1]. Many thanks to all those who have helped

Re: [Hydrogen-devel] Help maintaining Hydrogen

2020-03-18 Thread mauser
Hi! since the jack sync is often used, this would be a good candidate. Has anyone time and knowledge to look into this issue? Another candidate for the next release would be https://github.com/hydrogen-music/hydrogen/issues/708 ("pattern size popup"). I'm not sure what to do with the new, bu

[Hydrogen-devel] Audio / Midi device selection inconsistencies

2020-03-18 Thread mauser
Hi everyone, i've found some time in the last days to finish my implementation of the midi output port selection (Thijs, you want to have a look at branch "midiFeedbackCompletion"). While implementing this feature, i was a little bit surprised that the audio device selection can only be made

Re: [Hydrogen-devel] Online documentation update process

2020-03-11 Thread mauser
Hi Olivier! there is no automatic process. You need to commit to the generated documentation to our website-repository. Best regards, Sebastian Am 10.03.2020 15:24, schrieb Olivier Humbert: Hi all. I've fixed an issue on the online documentation. See https://github.com/hydrogen-music/docume

Re: [Hydrogen-devel] Help maintaining Hydrogen

2020-02-09 Thread mauser
Hi everyone! Thanks Przemek for bringing that up.. At the moment i'm not able to spend time on Hydrogen, but i would be happy to hand over the responsibility to others. I suppose that i'm going to spend time on Hydrogen in the future, but currently my inactivity just blocks the development, w

Re: [Hydrogen-devel] Forum issues?

2019-04-07 Thread mauser
Hi Przemek, thanks for bringing this up again! For reference: The new policies can be found here: https://blog.discourse.org/2018/11/free-hosting-for-open-source-v2/ The crucial point of the offering is the following: "There is a bandwidth limit of 50k monthly page views, equivalent to half

Re: [Hydrogen-devel] 1.0.0 Roadmap

2018-08-21 Thread mauser
aving tests for the sanity of generated files could be a good idea :) Best regards, Sebastian Am 14.08.2018 07:10, schrieb Jérémy Zurcher: Hello, good job Mauser ! As I've been lately working on cleaning the xml data, I've assigned the above import/export tickets

Re: [Hydrogen-devel] Forum issues?

2018-08-20 Thread mauser
Hi! Am 17.08.2018 10:59, schrieb Thijs van severen: We could build upon the existing FAQ page.  It would stay a static page that we update with questions (and the solutions) that we get via a dedicated email alias (eg questi...@hydrogen-music.com) I have extended the FAQ page with a short comm

Re: [Hydrogen-devel] 1.0.0 Roadmap

2018-08-20 Thread mauser
Hello aomahana, is there already a GitHub issue with more information about this problem? I could not find one during a quick search.. Best regards, Sebastian Am 13.08.2018 23:15, schrieb aomahana: Hello Sebastian. For me, the issue needing first attention is the problems in windows 64 reco

Re: [Hydrogen-devel] Forum issues?

2018-08-16 Thread mauser
Thijs Op di 31 jul. 2018 04:23 schreef Rainer Steffen Hain : Hi Mauser. Since there's no other way, I just want to let you now there's a new date for the delayed concert of April 2018. It will happen on 6. September, again at Dock 4 in Kassel, again at 20:00. Mit freundlichen, a

Re: [Hydrogen-devel] 1.0.0 Roadmap

2018-08-13 Thread mauser
Hello Przemek, good call! I've tried to clean up the milestone list on github and throw a lot of enhancements and feature requests out. You can view it here: https://github.com/hydrogen-music/hydrogen/milestone/4. This is just a very rough first list. For my own part, i have the following th

Re: [Hydrogen-devel] Forum issues?

2018-07-31 Thread mauser
gt;(and future plans) on the h2 homepage so visitors at least know what is >going on. > >Grtz >Thijs > >Op di 31 jul. 2018 04:23 schreef Rainer Steffen Hain < >rainersteffenh...@gmx.de>: > >> Hi Mauser. >> >> Since there's no other way, I just wa

Re: [Hydrogen-devel] Contribution letter

2018-07-03 Thread mauser
Hello Francisco! Nice to hear that you're interested in the project! Let us know if you need any help to get started. I suppose the github issue tracker is always a starting good point! Best regards and welcome to this list, Sebastian Am 03.07.2018 20:23, schrieb Francisco Machado Santos:

Re: [Hydrogen-devel] website status ?

2018-06-22 Thread mauser
Hi! No, there is unfortunately no update on this topic :-/ Best regards, Sebastian Am 21.06.2018 10:10, schrieb Thijs van severen: Hi all, Any news on the website ? Dit Comix or Wolke already reply ? grtz Thijs -- follow me on my Audio & Linux blog

Re: [Hydrogen-devel] website down ?

2018-05-07 Thread mauser
Hi Steve! (and everyone else..) i can't change the DNS settings by myself, so a *real* move to Github Pages is not possible at the moment. But i've used the static pages generated by jekyll to host the static site on the old host. As i understand the situation, the administrators of the server

Re: [Hydrogen-devel] website down ?

2018-05-03 Thread mauser
Hi everyone! wolke investiated this issue and he found out that the site has been taken down from the admin of the server because the drupal installation was a security problem for the whole server (which is understandable, of course). He gave us the advice to upgrade to a newer version of drup

Re: [Hydrogen-devel] can't push to documentation repo

2018-04-08 Thread mauser
Hi Jeremy, it seems that the GitHub permission model is not per organisation, but per repository. Which led to the fact that no one beside me had access to the new documentation repository :-/ . I've added you now to the documentation repository (and will do so with the other developers who h

[Hydrogen-devel] Any Mac OS Users around?

2018-03-19 Thread mauser
Hi everyone! Przemek did some work recently on a script which creates a DMG image for Mac OS: https://github.com/hydrogen-music/hydrogen/pull/557 . He managed to build a DMG image automatically with the help of travis, which is an awesome thing :) Unfortunately, my own macbook is too old to

[Hydrogen-devel] Hydrogen 1.0.0-beta1 released

2018-03-18 Thread mauser
Hi everyone, i'm happy to announce the first beta release of Hydrogen 1.0.0-beta1. It includes the following features: - QT5 support - Midi feedback - OSC support (incl. feedback) - Playback track - Menu redesign - Note probability property - Velocity automation - Full screen mode - New default

Re: [Hydrogen-devel] Forum issues?

2018-03-13 Thread mauser
Hi, Am 12.03.2018 21:45, schrieb treb...@tuxfamily.org: Thanks for the big picture of it, greatly summarised in a small message! I'd recommend using https://www.tuxfamily.org/ (let's call them TF now). They are an French association which is focussed on free projects (softwa

Re: [Hydrogen-devel] Forum issues?

2018-03-12 Thread mauser
Hi, thanks a lot Steve! I'll send you the details off-list.. Best regards, Sebastian Am 12.03.2018 13:09, schrieb Steve Boyer: Hey Mauser, I can have a look at doing some moderation work as well. Cheers, Steve On Mon, Mar 12, 2018 at 5:49 AM, el.pescado wrote: Hi! Can we self

Re: [Hydrogen-devel] Forum issues?

2018-03-12 Thread mauser
Hi! At the moment we (the Hydrogen project) do not "own" any hardware. The website and forum is currently hosted by a friend of Wolke (a former Hydrogen developer). We agreed some time ago that we will move away our stuff from this server if possible. At the moment the website is in the progr

Re: [Hydrogen-devel] Forum issues?

2018-03-11 Thread mauser
Hi! Olivier volunteered today to do some moderation work, but of course, we could do with more hands! In the long run, we definitely have to move to a different software/platform. I would love sth. that is bound to the project as such and not to a single person (as it is now), but GitHub doe

Re: [Hydrogen-devel] Forum issues?

2018-03-10 Thread mauser
Hi! Due to the massive amount of spam which we get each day every post to forum has to be moderated. So someone has to go through all the new posts, delete the spam and publish the non-spam posts. At the moment i am the only person who moderates the forum. As already said earlier on this list

Re: [Hydrogen-devel] Hydrogen Drum Kits

2018-02-27 Thread mauser
Hi Rainer! Yes, that should be possible. I'm no lawyer and i can't tell you the details about the application of the GPL to music samples, but other kits are also using GPL licensed samples and are itself licensed as GPL. Best regards, Sebastian Am 16.02.2018 21:01, schrieb Rainer Steffen Ha

Re: [Hydrogen-devel] github issue template

2018-02-21 Thread mauser
Hi Thijs, welcome back and thanks for creating the template :) In my opinion the current version is too verbose, all we would need is the operating system and the hydrogen version. All the other text makes it really hard to distinguish the real problem from the template text. Take https://git

Re: [Hydrogen-devel] Hydrogen Drum Kits

2018-02-10 Thread mauser
Hi Rainer! First of all, you have to decide which kind of license you would like to use. You may have a look at the creative commons site (https://creativecommons.org/licenses/?lang=de). After you have chosen a license, "CC BY" for example, you to name this license in the "license" field of y

Re: [Hydrogen-devel] I want to share my drumkits

2018-02-09 Thread mauser
Hello Heitor! First of all, sorry for the late reply!! We could assist you with hosting those drumkit on Sourceforge. The requirement for hosting it on sourceforge would be that your drumkit is published under an open source license (https://opensource.org/osd). In my understanding of your si

Re: [Hydrogen-devel] Hydrogen Drum Kits

2018-02-09 Thread mauser
Hi Rainer! i suppose we're always open for new kits, as long as they are proper licensed. Have you recorded those samples on your own? Best regards, Sebastian Am 09.02.2018 05:37, schrieb Rainer Steffen Hain: Hi, I have a Hydrogen Drum Kit that I would like to share. It's a huge Drum Kit

Re: [Hydrogen-devel] Release plans for 1.0.0

2018-02-07 Thread mauser
Hi Jérémy! That would be great! The forum is located at http://hydrogen-music.org/hcms/forum. Just send me your username so i can adjust your access permissions. At least i hope that i can do so :) Best regards, Sebastian Am 07.02.2018 08:34, schrieb Jérémy Zurcher: Hello Sebastion, it was

Re: [Hydrogen-devel] Release plans for 1.0.0

2018-02-06 Thread mauser
Hello Przemek! unfortunately i was not able to do any Hydrogen-related stuff in the last months, but i'm currently repairing my local hydrogen build environment to carry on the work on a release. Btw, big thanks to Jérémy for the work on the build system! The H2 forum is another problem for

Re: [Hydrogen-devel] Spanish gui translation

2017-08-08 Thread mauser
Hello Daryl! Thanks for coming back to the project and providing a new translation! The new translation file is in our git repository. About the gui crash: Can you still reproduce the problem? Best regards, Sebastian Am 20.07.2017 12:43, schrieb Daryl Hanlon: Hi there, I've been away from

Re: [Hydrogen-devel] new 'info bar'

2017-08-08 Thread mauser
Hi Thijs! Yes, the "x" is the "no, thanks" button. If this is unclear, i can add an additional button. IIRC then we've discussed this topic somewhere, but came to the conclusion that the "x" might be enough. It is also still on my TODO list to add an "Don't show this message anymore.." butto

Re: [Hydrogen-devel] GMKit licensing issues

2017-07-04 Thread mauser
Hi everyone! I've setup an initial repository for the new kit here: https://github.com/mauser/DefaultAcousticKit . As already discussed, this kit is based upon the samples of the Black Pearl Kit 1.0, which are GPL licensed. I've double-checked this with Glen, the author of the

Re: [Hydrogen-devel] Hello hydrogen user / Newbe questions

2017-06-14 Thread mauser
Hi Leandro, welcome to this mailing list! I would say that the overall setup should not be a problem for hydrogen. In my experience a USB soundcard with a midi input is far superior to those usb-midi cables, but this is (as always) a question of your budget. I can imagine that you could get

Re: [Hydrogen-devel] Website considerations..

2017-05-18 Thread mauser
Hi, > But to keep it constructive for now, github pages are fine. Temporary > surely better than an outdated page. But TBH, to forums of Hydrogen is > the much bigger problem than the site itself actually. I tried to > register and post sth with no success lately. Yes, the forum is also a problem

Re: [Hydrogen-devel] Website considerations..

2017-05-17 Thread mauser
Hi! I've migrated now the FAQ, videos, manual and tutorial to the new page: https://hydrogen-music.github.io/hydrogen-music/ I haven't been able to address the other concerns/advices which were raised in this thread, because i wanted to get a complete basic version running first before adressi

Re: [Hydrogen-devel] GMKit licensing issues

2017-05-15 Thread mauser
Hi! Yes, i would also prefer to create a new kit based on those samples (and with other sample for GM-Kit compatibility). Not only because of the re-ordering of instruments, but also to clear the brand names (Zildjian etc.) from the Drumkit.. About the size: My main concern was the size of the

Re: [Hydrogen-devel] GMKit licensing issues

2017-05-10 Thread mauser
Hi Przemek! i'm also a fan of the vintage sound.. there's an old ludwig kit in my basement :) I have listened to almost all kits from Sourceforge now.. There are not many kits which would be a candidate for a new default kit :( What do you think of the "Black Pearl Kit"? It has a bit more of th

Re: [Hydrogen-devel] Help wanted: Documentation / Further documentation plans

2017-05-10 Thread mauser
Hi! as announced before, the hydrogen documentation lives now inside its own git repository. You can find the manual and tutorial here: https://github.com/hydrogen-music/documentation The old data/doc folder is now a git submodule. If you want to work on the documentation or create an install

Re: [Hydrogen-devel] GMKit licensing issues

2017-04-05 Thread mauser
> Hello, > > I just wanted to add something on the subject of nonfree drumkits. > > The Parabola GNU-linux libre distro has also issues with nonfree > drumkits, on thus makes its own package of hydrogen (otherwise it is an > Archlinux based distro and uses Archlinux packages). > > Maybe it is

Re: [Hydrogen-devel] Help wanted: Documentation / Further documentation plans

2017-04-04 Thread mauser
Hi Olivier! Thanks for volunteering for the manual :) As Thijs already mentioned, the organisation of the manual in the github repository does not affect the process of generating the manual. If you have any questions about updating the manual, just let us know.. There are quite a lot of packa

[Hydrogen-devel] GMKit licensing issues

2017-04-04 Thread mauser
Hi everyone, at the end of the last week, Mira (the debian maintainer of hydrogen) contacted us and brought up an issue which has been reported at the debian bugtracker: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858281. As a short summary, a user found out that the license of the GMKit

Re: [Hydrogen-devel] Website considerations..

2017-03-15 Thread mauser
Hi! Am 13.03.2017 17:18, schrieb Przemysław Sitek: > If you asked me, I’d remove direct downloads for demos, put them on > SoundCloud and embed their player on Features page, or even on main > page. > Hi Przemysław! That sounds like a good idea to me. The idea with the "Features" page would be

Re: [Hydrogen-devel] Website considerations..

2017-03-11 Thread mauser
Hi! Another status update: I've updated some pages yesterday, so most informations of the old page can be found now also on the new page. At the moment mostly the documentation part and the soundlibrary download page are missing. The "demos" download page is intentionally not there anymore, si

[Hydrogen-devel] Help wanted: Documentation / Further documentation plans

2017-03-11 Thread mauser
Hi everyone! As you most of you already know, the hydrogen manual and tutorial are getting more and more deprecated since those documents were not updated for some time.. Is there anyone on this list who has an interested in writing and who would be interested in helping with updating the manua

Re: [Hydrogen-devel] programming H2 ... sort of :-)

2017-02-15 Thread mauser
Hi Thijs, most probably you have already figured it out, but anyway: Often there is an update() or updateFoo() function which can call to update all widgets of an editor. I can also have a look at your code if you have it somewhere in a git branch.. Best regards, Sebastian Am 29.01.2017 23

Re: [Hydrogen-devel] programming H2 ... sort of :-)

2017-01-20 Thread mauser
Hi Thijs! Great to see that you're starting to play around with the code. About your gui update problem: There is a event mechanism which enables the core of hydrogen to notify the user interface about any changes. Have a look at pull request 460 (https://github.com/hydrogen-music/hydrogen/pull/

Re: [Hydrogen-devel] Hi from Germany

2017-01-02 Thread mauser
Hi Peter, first of all, a "Frohes Neues!" from Germany ;-) I suppose that our community is always interested in new drumkits. If you can send me the drumkit (or provide a link to it) i can add it to our drumkit list and upload it to sourceforge. For hosting it on sourceforge, it is required th

Re: [Hydrogen-devel] problem with circafric collection

2017-01-02 Thread mauser
Hello David, nice to see that hydrogen is beeing used for education! Could you describe a little bit more what excactly goes wrong when you try to download the drumkit? Do you get an download error? It is an already-known problem with the circeAfrique kit that it does not get listed as "instal

Re: [Hydrogen-devel] Fwd: Hydrogen package in debian

2016-11-20 Thread mauser
Hi Thijs! Thanks for forwarding the mails! Nevertheless, those patches have already reached me via private mail and some of them are already applied since the last weekend. Best regards, Sebastian Am 18.11.2016 22:39, schrieb Thijs van severen: > now with the patches  :-S > > -- Forwa

Re: [Hydrogen-devel] Hydrogen 0.9.7 released

2016-11-20 Thread mauser
king on getting it into the next stable release >> (code-name "stretch") which is a good news. >> >> For anyone who would like more detailed information about the >> new features and bug-fixes, there is : >> > https://github.com/hydrogen-music/hydrogen/wik

Re: [Hydrogen-devel] Website considerations..

2016-11-15 Thread mauser
Hi everyone, a little status update on the website topic.. Steve has created a new version of my first jekyll example. We have created a new repository which holds only the website data. The site can be reached via: https://hydrogen-music.github.io/hydrogen-music/. The next step will be the m

[Hydrogen-devel] Hydrogen 0.9.7 released

2016-11-05 Thread mauser
Hi everyone, i'm glad to announce the release of Hydrogen 0.9.7. Among tons of bug fixes and smaller improvements the following new features are included: - The color of the SongEditors squares is now configurable - Added support for midi cymbal choking - Added support for midi hihat pres

Re: [Hydrogen-devel] Coming features / changes for Hydrogen 0.9.8

2016-10-30 Thread mauser
Hi! Yes, in my opinion the wiki page should hold the build instructions of the current git version. As you already mentioned, the older versions are coming with build instructions in INSTALL.txt. Best regards, Sebastian Am 24.10.2016 10:48, schrieb Thijs van severen: > Hi Sebastian :-)does th

Re: [Hydrogen-devel] Next hydrogen version number

2016-10-30 Thread mauser
Hi Thijs! about the clearly defined features: this is something that might not work well for such loosely-structured projects like hydrogen ;-) But yes, there's a lot of stuff that can be polished.. especially the documentation needs a larger update to reflect the gui changes and some of the

[Hydrogen-devel] Next hydrogen version number

2016-10-23 Thread mauser
Hi everyone, during the last releases, we never really thought about switching to the next major version, which would be Hydrogen 1.0. This was largely due to the fact that we never knew which features will be coming in the next version.. In my opinion, the next version could justify such a ch

Re: [Hydrogen-devel] Coming features / changes for Hydrogen 0.9.8

2016-10-23 Thread mauser
Hi Thijs! Am 21.10.2016 14:34, schrieb Thijs van severen: > should i create a new wiki page for building from source for 0.9.8 ? > i dont want to overload the existing page with lots of 'if' 0.9.7 then > X, if 0.9.8 then Y' Let's stick with one wiki page which describes the build process of curr

Re: [Hydrogen-devel] Hydrogen 0.9.7-rc1 released

2016-10-09 Thread mauser
Hi Przemysław, thanks a lot for providing a new version! I do remember the pain of OS X upgrades very well :) I've put up the image to sourceforge and updated the links on the homepage. Best regards, Sebastian Am 09.10.2016 22:21, schrieb Przemysław Sitek: > Hi, > > I have build Mac package

  1   2   >