-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Sample track standalone recorder #3943
Comments
@Reflexe thanks for running with this! In regards to why the feature was removed, I don't think any of the current project maintainers were around when that decision was made. The feature was added 9 years ago by the original author, Toby but it appears to have been coded by Csaba Hruska: 1410f2b. Thanks for the warm welcome. We're also over on Discord in the #devtalk channel if you wish to use that as a medium as well. Related: #1471 |
OK. I think I learnt a few things in the last few years. One of which is how to manage tasks. The output of this task should be a series of PRs that looks like:
Afterwards, we will many ways to improve from:
I am currently looking on the code and trying to do some cherry-picking for the first stage (I have some free time finally :)) |
I think "on-the-fly visualisation support" could be easier due to 'soon to be merged' @douglasdgi overhaul of how sample tracks are visualised. |
@qnebra Can you please link the PR? Thanks |
Hello guys,
I'm currently working on a standalone sound recorder for LMMS. Most of the code is already there (
SampleRecordHandle
). The only thing I've implemented is the actual recording for each device type (e.g.ALSA
,JACK
, ...).Surprisingly, for JACK, it was pretty trivial so now JACK and PortAudio support recording and therefore support sample track recording too.
Just before I take another step, am I doing it right? Way was this feature disabled?
Thank you all :)
The text was updated successfully, but these errors were encountered: