development <<< audio
- short names
- LMMS - AppImage package theming
- LMMS | save/load presets for prebuild synthesizers, which gui have only save button, but have not load button
- audacity UG | microphone not work, but tested and work on windows etc
- audacity UG → Effect → Noise Reduction
- LMMS | use vst created for windows
- LMMS | change color of pianoroll net lines
- short names
UG - ubuntu gnome
- LMMS - AppImage package theming
that use own theme, for appimage build you need
-- run lmms appimage
-- nautilus open /tmp
-- nautilus → view → show hidden files
-- open .mount_lmms-someletters
-- copy /tmp/.mount_lmms.../usr/share/lmms/themes/default folder to new themes directory
-- edit style.css as you need
-- set lmms edit → settings → paths → themes directory to your theme folder, placed earlier
-- restart lmms appimage
now themes will be yours, edited
- LMMS | save/load presets for prebuild synthesizers, which gui have only save button, but have not load button
Example with using sfxr synthesizer:
-- save preset, with comfort name
-- select target track in song editor (lmouse and appear gui, not matter which track you select)
-- open side bar my presets tab
-- choose your earlier saved preset(push it lmouse to test), rmouse → send to active instrument-track
The instrument track will be rewritten with preset settings (new instrument / synthesizer + your preset for this synthesizer)
- audacity UG | microphone not work, but tested and work on windows etc
weblink
-- sudo apt-get install alsa-tools-gui
-- hdajackretask
-- change driver to realtek
-- press apply now button
- audacity UG → Effect → Noise Reduction
-- select audio with noise only
-- Effect → Noise Reduction → Get Noise Profile
-- select audio that decrease noise
-- Effect → Noise Reduction → ok (before this you can Preview result and play with some parameters)
- LMMS - use vst created for windows
Vst created for windows, often have form of dll libs. That use with LMMS on UG usually enough install Wine. After this, without any manual settings vst start working from LMMS internal menu, as windows case.
Installing Wine weblink
-- terminal sudo dpkg --add-architecture i386 → Enter
-- terminal sudo add-apt-repository ppa:wine/wine-builds && sudo apt-get update → Enter
-- terminal sudo apt-get install --install-recommends winehq-devel → Enter
- LMMS | change color of pianoroll net lines
That use own theme, for appimage build you need:
1 - run lmms appimage
2 - nautilus(dolphin for kubuntu 18.04) open tmp/
3 - show hidden files (in dolphin this Alt+.)
4 - open .mount_lmms_someletters
5 - copy /tmp/.mount_lmms-1H7a5vL/usr/share/lmms/themes/default folder to new themes directory
6 - edit style.css as you need
PianoRoll {
1 ...some xml code
1 /* Grid colors */
1 qproperty-lineColor: #225335; /*note steps net color*/
1 qproperty-beatLineColor: #2d6b45; /*octave step lines*/
1 qproperty-barLineColor: #42a065; /*vertical numbered steps*/
1 ...some xml code
}
7 - restart lmms appimage
now themes will be yours edited