Vincent L.
Vincent L.
Running this code as root (with SIP off): ``` import SMCKit func setMinimumFanspeed5000() { do { try SMCKit.open() do { try SMCKit.fanSetMinSpeed(0, speed: 5000) } catch { print("Error - could...
This is a list of features that have been requested by users. This list will be updated over time as features are implemented or requested. ### 1.0.0 Release To-do -...
We should add a feature that allows users to trim the audio file so it begins on a beat, or add silence at the start to achieve the same. This...
A nice feature would be built-in integration with https://ragnacustoms.com/ so that users can upload their maps directly from Edda. This would probably involve POSTing the exported .zip file to Ragnacustoms...
There are a few issues with the existing waveform: - poor resolution, - slow to draw, - doesn't give a great visualisation of the song. Is there a better way...
Currently we draw the entire editing grid (waveform, grid lines, notes, markers) all at once. This will cause performance issues for very large (>> 10 min) maps. A better solution...