LMMS (formerly abbreviation of Linux Multimedia System) is a free, open-source cross-platform Digital Audio Workstation (DAW).
Questions tagged [lmms]
9 questions
3
votes
3 answers
Delphi: How to send MIDI to a hosted VST plugin?
I want to use VST plugins in my Delphi program which acts as a VST host. I have tried the tobybear examples, used the delphiasiovst stuf, got some of it even working, but... I don't know how to send MIDI messages to the plugin (I am aware that most…

Arnold
- 4,578
- 6
- 52
- 91
3
votes
3 answers
Scripting LMMS from Python
Recently I asked about scripting FruityLoops or Reason from Python, which didn't turn up much.
Today I found LMMS, a free-software FruityLoops clone. So, similarly. Has anyone tried scripting this from Python (or similar)? Is there an API or wrapper…

interstar
- 26,048
- 36
- 112
- 180
1
vote
0 answers
How to install Lmms on Centos 7
I`m very new to Linux.
well, I found this link:
https://centos.pkgs.org/7/nux-dextop-x86_64/lmms-1.1.3-2.el7.nux.x86_64.rpm.html
I tried to install lmms and lmms-vst
but it keeps requiring libwine.so.1 package
Error: Package:…

Noga-z
- 39
- 4
1
vote
1 answer
WAV file headers reporting incorrect size
When decoding a WAV file I'm able to read from the header the following values (formatted neatly):
Channels: 2
BitDepth: 16
SampleRate: 44100
FileSize: 907346
FileType: RIFF
AudioFileType: WAVE
data: [...]
PCM: 0
When I load this into a OpenAL…

FanManPro
- 1,076
- 1
- 13
- 31
0
votes
0 answers
Degrees of Freedom for Linear Mixed Model Likelihood Ratio Test Statistic
I am studying LMM and am confused about the degrees of freedom associated with testing covariance parameters on the boundaries of the parameter space using restricted maximum likelihood, REML.
Suppose I have a model built from a 2-level clustered…

user19446714
- 1
- 2
0
votes
0 answers
Problems with Qt when redesigning Lmms UI
editing the lmms UI
i cant make my buttons bigger without moving everything in the row above to the side its using a QGridlayout how can i fix this?
0
votes
1 answer
Trying to install LMMS but get the error "Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?"
I'm running Linux mint Xfce and trying to install LMMS using sudo apt install lmms but I get this error:
E: Failed to fetch https://dl.winehq.org/wine-builds/ubuntu/dists/focal/main/binary-amd64/winehq-staging_6.17~focal-1_amd64.deb File has…

Linkio
- 57
- 5
0
votes
1 answer
CMake configure and generate LMMS errors
I'm trying to configure and build LMMS from sources following the guide:
https://github.com/LMMS/lmms/wiki/dependencies-windows#windows-msvc
I have
Windows 7 x64
msvc 2019
Qt 5.15.1 both x32 and x64 with Qt Creator 4.13.2
CMake 3.16.1
First, at…

Vladimir Bershov
- 2,701
- 2
- 21
- 51
0
votes
1 answer
Serial communication between python, arduino and hairless MIDI
I want to send a message from python via serial to arduino uno and then from arduino to hairless MIDI to control LMMS software. The problem is that the communication in both cases goes through port COM4. Is it somehow possible to get data from…

Adrian P
- 3
- 1