Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.4.3 candidate #159

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

1.4.3 candidate #159

wants to merge 5 commits into from

Conversation

djdiskmachine
Copy link
Owner

Contributions:
purelygrey
    Per-project option for soft clipping the output (#145)
    * Per-project option for soft clipping the output
    * Multiple clipping modes
    Remove drawing optimization that causes flashing in Song view (#147)
    * Removed drawing optimization that caused flashing in Song view

clsource
    Scales
    * implementation by @maksmakes
    * instrumentation by clsource

simotek
    Add color options for Border Play and Mute (#143)    
    * Adds different color for the > play and _ mute indicators
    Fix rg35xx mapping (#139)            
    * rshoulder and lshoulder were the wrong way


Post-clipping attenuation (#148)
* Post-clipping volume adjustment

Copy columns (#141)
* Enables copying fx+params into any column in tables and phrases
  Pasting fx into notes column etc does nothing

Nudge functionality (#130)
* In Project view, select tempo and hold B+LEFT/RIGHT to nudge slower/faster
* In Song view, pressing LT+LEFT/RIGHT will do the same

Printable fx in InstrumentView (#155)
* Uses ffmpeg to print reverb to currently selected sample and swap for sample with reverb

Other:
    Add line-by-line clang format (#144)
    Check uploads artifacts (#138)
    Globally accessible notifications (#137)
    Update to github actions [email protected] (#136)

Fixes:
Bug in chainview: column warping (#134)
Jumping below lowest row would cause infinite loop
Jumping from row 0 was not possible in chainview
Limit jump to maximum lowest populated row
Set songview b jumping length to 16 rows in correspondence with LSDJ and M8

Issue in deep clone (#135)
Was possible to accidentally deep clone position into
another position

Fix build error for Raspi (#133)
Restore 32bit linux config

Crash when nudging below 0 BPM (shoutout @merumerutho) https://github.com/djdiskmachine/LittleGPTracker/issues/127

djdiskmachine and others added 5 commits October 23, 2024 05:16
  ViewMode was lost in a merge conflict
  Fixed naming for win32 builds
  Add stderr to lgpt log in launch shell files
Should workaround #176
Issue is double-mapping between config.xml and mapping.xml
* Enable to skip JUNK section when reading a WAV sample (https://www.daubnet.com/en/file-format-riff).

This extra chunk before "fmt" and that should be skipped appears in samples ripped from CDs: apparently CD-player can only move in certain increments and data that should be skipped makes sure that the start of audio data aligns with what player expects. 
This fix will help to be able to load old samples from sample CDs

---------

Co-authored-by: alex <Alexey S. Kompaniets [email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants