Skip to content

Feature/record from outputs#2371

Merged
m-m-adams merged 18 commits into
SynthstromAudible:communityfrom
m-m-adams:feature/record_from_outputs
Aug 4, 2024
Merged

Feature/record from outputs#2371
m-m-adams merged 18 commits into
SynthstromAudible:communityfrom
m-m-adams:feature/record_from_outputs

Conversation

@m-m-adams
Copy link
Copy Markdown
Collaborator

@m-m-adams m-m-adams commented Aug 2, 2024

Allows choosing a specific output to record into audio clips

Select TRACK as the source, then there's a menu added for track selection to choose an output

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Aug 2, 2024

Test Results

99 tests  ±0   99 ✅ ±0   0s ⏱️ ±0s
14 suites ±0    0 💤 ±0 
14 files   ±0    0 ❌ ±0 

Results for commit 772102c. ± Comparison against base commit f4a087a.

♻️ This comment has been updated with latest results.

@m-m-adams m-m-adams marked this pull request as ready for review August 2, 2024 18:20
Comment thread src/deluge/gui/context_menu/audio_input_selector.cpp Outdated
Comment thread src/deluge/gui/menu_item/audio_clip/specific_output_source_selector.h Outdated
Comment thread src/deluge/model/output.h

Clip* activeClip;
Clip* activeClip{nullptr};
SampleRecorder* recorder{nullptr};
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

should we prevent this from being used with non-audio outputs? Given the inheritance hierarchy that's likely to be at least a little annoying...

Copy link
Copy Markdown
Collaborator Author

@m-m-adams m-m-adams Aug 3, 2024

Choose a reason for hiding this comment

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

I'm planning to support instrument outputs in a future PR, just not sure of the UI for how to show the layers yet

E: mixed up PRs, this one supports instruments

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Oh misunderstood - you meant MIDI and CV. Yeah I don't see an obvious way to do that

Comment thread src/deluge/processing/audio_output.h Outdated
Comment thread src/deluge/storage/audio/audio_file_manager.cpp Outdated
Comment thread src/deluge/storage/audio/audio_file_manager.cpp Outdated
@m-m-adams m-m-adams force-pushed the feature/record_from_outputs branch from 964dc36 to a8a966b Compare August 3, 2024 17:41
@m-m-adams m-m-adams added this pull request to the merge queue Aug 4, 2024
Merged via the queue into SynthstromAudible:community with commit 5ef2620 Aug 4, 2024
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.

2 participants