development <<< audio
  1. short names
  2. LMMS - AppImage package theming
  3. LMMS | save/load presets for prebuild synthesizers, which gui have only save button, but have not load button
  4. audacity UG | microphone not work, but tested and work on windows etc
  5. audacity UG → Effect → Noise Reduction
  6. LMMS | use vst created for windows
  7. LMMS | change color of pianoroll net lines

  1. short names
  2. UG - ubuntu gnome
  3. LMMS - AppImage package theming
  4. 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
  5. LMMS | save/load presets for prebuild synthesizers, which gui have only save button, but have not load button
  6. 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)
  7. audacity UG | microphone not work, but tested and work on windows etc
  8. weblink
    -- sudo apt-get install alsa-tools-gui
    -- hdajackretask
    -- change driver to realtek
    -- press apply now button
  9. audacity UG → Effect → Noise Reduction

  10. -- 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)
  11. LMMS - use vst created for windows
  12. 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-develEnter
  13. LMMS | change color of pianoroll net lines
  14. 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