Compare commits

..

No commits in common. "4cead05239d06d58833da4ce8ff891baeaa11efa" and "d39840153d4479efcaa4519f4a40870b2bdac337" have entirely different histories.

2 changed files with 16 additions and 27 deletions

View file

@ -16,34 +16,24 @@
ansible.builtin.lineinfile: ansible.builtin.lineinfile:
path: /etc/environment path: /etc/environment
search_string: 'PIPEWIRE_LATENCY=256/48000' search_string: 'PIPEWIRE_LATENCY=256/48000'
line: PIPEWIRE_LATENCY=256/48000 line: PIPEWIRE_LATENCY=128/48000
tasks: tasks:
- name: Install music packages - name: Install music flatpaks
ansible.builtin.package: community.general.flatpak:
state: present
remote: flathub
name: name:
- ardour8 - org.ardour.Ardour
- qpwgraph - org.rncbc.qpwgraph
- guitarix - org.guitarix.Guitarix
- hydrogen - org.hydrogenmusic.Hydrogen
- lv2-avldrums-x42-plugin - org.rncbc.qsynth
- lv2-guitarix-plugins - ar.com.tuxguitar.TuxGuitar
- mod-gxpitchshifter.x86_64 - studio.kx.carla
- qsynth - org.freedesktop.LinuxAudio.Plugins.sfizz//24.08
- tuxguitar - org.freedesktop.LinuxAudio.Plugins.Guitarix//24.08
- lv2-sfizz-ui - org.freedesktop.LinuxAudio.Plugins.DrumGizmo//24.08
- carla - org.freedesktop.LinuxAudio.Plugins.AVLDrums//24.08
- lv2-carla
- drumgizmo
- name: Install Hydrogen drumkits
ansible.builtin.package:
name:
- hydrogen-drumkit-Roland_TB909
- hydrogen-drumkit-Roland_Tr-808_full
- AVLDrumkits-BlackPearl-H2-repack
- AVLDrumkits-BlondeBop-HotRod.h2d
- AVLDrumkits-BlondeBop.h2d
- AVLDrumkits-BuskmansHoliday
- AVLDrumkits-RedZeppelin-H2-repack.h2d
post_tasks: post_tasks:
- name: Make sure a realtime services unit enabled - name: Make sure a realtime services unit enabled

View file

@ -10,4 +10,3 @@
remote: flathub remote: flathub
name: name:
- eu.betterbird.Betterbird - eu.betterbird.Betterbird
- org.gimp.GIMP