Skip to content

Add a slice mode default setting#1589

Merged
sapphire-arches merged 18 commits intoSynthstromAudible:communityfrom
sichtbeton:community
Mar 26, 2024
Merged

Add a slice mode default setting#1589
sapphire-arches merged 18 commits intoSynthstromAudible:communityfrom
sichtbeton:community

Conversation

@sichtbeton
Copy link
Copy Markdown
Contributor

When slicing audio into a kit, some users wanted to have a setting for a default playback mode for each sample.

Would fix this: #849

When slicing audio into a kit, some users wanted to have a setting for a default playback mode for each sample.

Would fix this: SynthstromAudible#849
Comment thread src/definitions_cxx.hpp Outdated
Comment thread src/deluge/storage/flash_storage.cpp Outdated
Comment thread src/deluge/gui/ui/slicer.cpp Outdated
Comment thread src/deluge/storage/flash_storage.cpp Outdated
Comment thread src/definitions_cxx.hpp Outdated
Comment thread src/definitions_cxx.hpp Outdated
Comment thread src/deluge/storage/flash_storage.cpp Outdated
Comment thread src/definitions_cxx.hpp Outdated
Comment thread src/deluge/gui/ui/slicer.cpp Outdated
Comment thread src/deluge/gui/ui/slicer.cpp Outdated
Comment thread src/deluge/storage/flash_storage.cpp Outdated
Comment thread src/deluge/storage/flash_storage.cpp Outdated
Comment thread src/definitions_cxx.hpp Outdated
Comment thread src/deluge/gui/menu_item/defaults/slice_mode.h Outdated
Comment thread src/definitions_cxx.hpp Outdated
Comment thread src/deluge/storage/flash_storage.cpp Outdated
Comment thread src/deluge/storage/flash_storage.cpp Outdated
Comment thread src/deluge/storage/flash_storage.cpp Outdated
Comment thread src/deluge/storage/flash_storage.h Outdated
Comment thread src/deluge/gui/ui/menus.cpp Outdated
Comment thread src/deluge/storage/flash_storage.cpp
Comment thread src/definitions_cxx.hpp Outdated
Comment thread src/deluge/gui/ui/menus.cpp
Comment thread src/deluge/storage/flash_storage.cpp
Comment thread src/deluge/storage/flash_storage.cpp
Comment thread src/deluge/storage/flash_storage.h
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 25, 2024

Test Results

9 tests  ±0   9 ✅ ±0   0s ⏱️ ±0s
2 suites ±0   0 💤 ±0 
2 files   ±0   0 ❌ ±0 

Results for commit d17da2c. ± Comparison against base commit 1b37635.

♻️ This comment has been updated with latest results.

@sichtbeton
Copy link
Copy Markdown
Contributor Author

hopefully this is ok now

Comment thread CHANGELOG.md Outdated
Comment thread src/deluge/gui/l10n/english.cpp
Comment thread src/deluge/storage/flash_storage.cpp Outdated
Comment thread src/deluge/storage/flash_storage.cpp
@sapphire-arches sapphire-arches added the cherry-pick Commit to cherry pick to release branch label Mar 26, 2024
@sapphire-arches sapphire-arches added this to the Release 1.1 milestone Mar 26, 2024
@sapphire-arches sapphire-arches added this pull request to the merge queue Mar 26, 2024
Merged via the queue into SynthstromAudible:community with commit 989871e Mar 26, 2024
github-actions Bot pushed a commit that referenced this pull request Mar 26, 2024
* Add a slice mode default setting
When slicing audio into a kit, some users wanted to have a setting for a default playback mode for each sample.

Would fix this: #849

* some things changed but probably killed a lot

* resolved all the comments. but it still doesnt compile

* deleted the superfluous stuff

* fixed all comments and deleted lines

* changed the buffer thing to write to flash storage

* a changeup in the list was not right, now correct

* some code cleanup (lines and such)

* further cleanup

* documentation and changelog

* clean uo again

* reformat

* 7 seg menu / changelog changes / buffer thing

* reformat again

* changelog

* removed line

defaultStartupSongMode = StartupSongMode::BLANK;

defaultSliceMode = SampleRepeatMode::ONCE;
Copy link
Copy Markdown
Collaborator

@soymonitus soymonitus Mar 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this changing the default Deluge behavior? Shouldn't this be CUT so if the users don't ever touch the Settings, it will behave like always? @seangoodvibes @sichtbeton

tastycode pushed a commit to tastycode/DelugeFirmware that referenced this pull request Jul 3, 2024
* Add a slice mode default setting
When slicing audio into a kit, some users wanted to have a setting for a default playback mode for each sample.

Would fix this: SynthstromAudible#849

* some things changed but probably killed a lot

* resolved all the comments. but it still doesnt compile

* deleted the superfluous stuff

* fixed all comments and deleted lines

* changed the buffer thing to write to flash storage

* a changeup in the list was not right, now correct

* some code cleanup (lines and such)

* further cleanup

* documentation and changelog

* clean uo again

* reformat

* 7 seg menu / changelog changes / buffer thing

* reformat again

* changelog

* removed line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cherry-pick Commit to cherry pick to release branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants