Package Details: helio-workstation 3.17-1

Git Clone URL: https://aur.archlinux.org/helio-workstation.git (read-only, click to copy)
Package Base: helio-workstation
Description: One music sequencer for all major platforms, desktop and mobile
Upstream URL: https://helio.fm/
Licenses: GPL3
Submitter: BrainDamage
Maintainer: BrainDamage
Last Packager: BrainDamage
Votes: 3
Popularity: 0.000109
First Submitted: 2022-02-14 12:32 (UTC)
Last Updated: 2025-12-11 12:53 (UTC)

Latest Comments

louielu commented on 2025-10-07 16:13 (UTC)

I didn't dig in, but the plugin scan failed when I use this AUR build. But it can scan if I compile it manually with the guidance from the PKGBUILD:

git clone git@github.com:helio-fm/helio-sequencer.git
cd helio-sequencer.git
git submodule update --init --recursive
cd Projects/LinuxMakefile
make -j
build/helio

Start GUI and scan:

$ LinuxMakefile [develop] build/helio 
JUCE v7.0.2
Helio v3.17 (64-bit)
Opening file: .config/Helio/settings.helio
Loaded built-in translations in 2 ms
Loaded built-in colourSchemes in 1 ms
Loaded built-in temperaments in 0 ms
Loaded built-in chords in 0 ms
Loaded built-in scales in 2 ms
Loaded built-in arpeggiators in 0 ms
Loaded built-in meters in 0 ms
Loaded built-in hotkeySchemes in 8 ms
Loaded built-in keyboardMappings in 2 ms
Opening file: /home/louie/Documents/Helio/Testing.helio
VCS head moved to a8ecc14bb8a14e469a9a79b0c01fcd24
Loading VCS snapshot done in 0.018ms
VCS head moved to ad2ea3edb57d4265a128c592579f9b00
Loading VCS snapshot done in 0.017ms
Added folder to scan: /lib/ladspa
Added folder to scan: /lib/vst
Added folder to scan: /lib64/ladspa
Added folder to scan: /lib64/vst
Added folder to scan: /usr/lib/ladspa
Added folder to scan: /usr/lib/vst
Added folder to scan: /usr/lib64/ladspa
Added folder to scan: /usr/lib64/vst
Added folder to scan: /usr/share/ladspa
lilv_world_add_plugin(): warning: Reloading plugin <http://www.matthiaskronlachner.com/ambix_decoder_o5>
lilv_world_add_plugin(): warning: Reloading plugin <http://aidadsp.cc/plugins/aidadsp-bundle/rt-neural-loader>
lilv_world_add_plugin(): warning: Reloading plugin <http://www.matthiaskronlachner.com/ambix_encoder_i4_o5>
...

But from the AUR build:

$ helio
lilv_world_add_plugin(): warning: Reloading plugin <http://www.matthiaskronlachner.com/ambix_decoder_o5>
lilv_world_add_plugin(): warning: Reloading plugin <http://aidadsp.cc/plugins/aidadsp-bundle/rt-neural-loader>
lilv_world_add_plugin(): warning: Reloading plugin <http://www.matthiaskronlachner.com/ambix_encoder_i4_o5>
lilv_world_add_plugin(): warning: Reloading plugin <http://www.matthiaskronlachner.com/ambix_encoder_i6_o5>
lilv_world_add_plugin(): warning: Reloading plugin <https://github.com/pdesaulniers/wolf-spectrum>
lilv_world_add_plugin(): warning: Reloading plugin <http://www.matthiaskronlachner.com/ambix_directional_loudness_o5>
lilv_world_add_plugin(): warning: Reloading plugin <http://www.matthiaskronlachner.com/ambix_rotator_o5>
lilv_world_add_plugin(): warning: Reloading plugin <http://www.matthiaskronlachner.com/ambix_encoder_i8_o5>
...

BrainDamage commented on 2025-04-20 19:38 (UTC) (edited on 2025-04-20 19:38 (UTC) by BrainDamage)

A tarball can be obtained, instead of cloning whole git for a numbered release: https://github.com/helio-fm/helio-sequencer/archive/refs/tags/3.14.tar.gz

The tarball is incomplete, it lacks hopscotchmap and juce toolkit. It won't build without them, and trying to naively symlink the system ones didn't work either back when I tested (approx 1 year ago ) since the juce config didn't work with a newer lib version in arch.

Why for is this package called helio-workstation?

because that's how the project was called when this package was created, opening https://github.com/helio-fm/helio-workstation still works and redirects to https://github.com/helio-fm/helio-sequencer, I guess I should ask for a rename when I have a bit more mental energy

FabioLolix commented on 2025-03-27 15:58 (UTC)

Why for is this package called helio-workstation? The site is Helio and the github helio-sequencer?

They have renamed the source repo and was referenced as Helio Workstation in the past, on repology naming is splitted among helio and helio-workstation https://repology.org/project/helio/versions

Popolon commented on 2025-03-27 07:11 (UTC)

A tarball can be obtained, instead of cloning whole git for a numbered release: https://github.com/helio-fm/helio-sequencer/archive/refs/tags/3.14.tar.gz

Why for is this package called helio-workstation? The site is Helio and the github helio-sequencer?