ddf7f8538a
Fix CMakeLists syntax
...
target_compile_options requires the PUBLIC/PRIVATE keyword. I don't know
why the qmake2cmake script doesn't provide the correct syntax here...
2022-10-12 14:56:16 +02:00
1dc55a982c
Run qmake2cmake command
...
Command used:
qmake2cmake_all . --min-qt-version 6.2.4
2022-10-12 14:56:07 +02:00
5469a8f253
added build instructions for ubuntu 22.04 fixes : #66
2022-10-07 08:39:45 +01:00
ac83efce3b
readme tweak
0.18.4_release
2022-10-06 20:55:23 +01:00
7b41c94610
readme tweak
2022-10-06 20:54:40 +01:00
07ea3e63ef
readme tweak
2022-10-06 20:51:42 +01:00
182baa59c3
readme tweak
2022-10-06 20:50:47 +01:00
ed0cf2eaac
readme tweak
2022-10-06 20:47:48 +01:00
a9755b3f72
readme tweak
2022-10-06 20:46:44 +01:00
a30779b759
separated building and changelog
2022-10-06 20:44:28 +01:00
1c912d3977
readme tweaks
2022-10-06 20:43:06 +01:00
004d9970c8
Merge branch 'tooltip-fixup' into 'main'
...
fix some tooltips in the GUI
See merge request then-try-this/samplebrain!13
2022-10-05 11:32:45 +00:00
0a309ef8cd
Merge branch 'theme' into 'main'
...
set dark foreground when using light background
See merge request then-try-this/samplebrain!14
2022-10-05 11:31:29 +00:00
28a8bd31f8
set dark foreground when using light background
...
fixes hard-to-read light text on light background
when using a dark system theme enabled for QT apps
2022-10-05 11:06:18 +01:00
b569c47d40
soundcard text top aligned
2022-10-04 13:55:12 +01:00
ad2a70a8d6
fix some tooltips in the GUI
...
- some were incorrect, now corrected
- some spinboxes were missing, now added (same as slider)
- still not all widgets have tooltips (notably blocksize + overlap)
2022-10-04 12:44:52 +01:00
014becd12f
version bump and added settings cog icon
2022-10-04 10:33:11 +01:00
78aa2b2b3e
Merge branch 'main' of gitlab.com:then-try-this/samplebrain into main
2022-10-03 09:56:38 +01:00
4a4ab8b41a
added audio settings options for selection of device, samplrate and buffer size, also fixed : #65 & fixed : #64
2022-10-03 09:56:25 +01:00
21522f38e0
Merge branch 'main' into 'main'
...
update url of catart in readme
See merge request then-try-this/samplebrain!12
2022-10-01 17:36:12 +00:00
729edb25cd
update url of catart in readme
2022-10-01 09:08:00 +00:00
fb8d607e2d
started making samplerate and buffer size configurable for audio device selection
2022-09-30 21:08:53 +01:00
a2b77951ca
new version links
2022-09-30 12:48:36 +01:00
524cd58945
version bump
0.18.3_release
2022-09-30 12:02:56 +01:00
43890c905e
Merge branch 'packaging/flatpak' into 'main'
...
Add Flathub download badge to README
See merge request then-try-this/samplebrain!10
2022-09-30 10:45:19 +00:00
99e59a6f11
readme: add Flathub download badge
2022-09-29 17:54:25 -04:00
e3619746a4
Update README.md
2022-09-29 11:36:21 +00:00
74eb5b0b9b
Update README.md
2022-09-29 11:30:07 +00:00
287ba85c14
Update README.md
2022-09-29 11:29:41 +00:00
a7b866b4fc
Update README.md
2022-09-29 10:44:56 +00:00
7bda8195c9
Merge branch 'packaging/flatpak' into 'main'
...
linux: Prepare for Flathub submission
See merge request then-try-this/samplebrain!9
2022-09-29 07:23:43 +00:00
dc0c047ad6
linux: add AppStream metadata
...
Adds an AppStream metainfo file that is used to display the app in
graphical app stores on Linux. This is also required for submission to
Flathub.
2022-09-28 18:19:48 -04:00
672fb1868f
linux: add a screenshot for the metadata
...
AppStream metadata requires a screenshot. This screenshot will be used
in the graphical app stores.
2022-09-28 18:12:32 -04:00
30d93be49c
linux: update desktop file
...
Remove unnecessary keys, tweak the comment, and add categories.
2022-09-28 18:12:31 -04:00
297972cd5b
Merge branch 'increase-command-size' into 'main'
...
Increase command data size to 1024. (Fixes #54 )
Closes #54
See merge request then-try-this/samplebrain!7
2022-09-28 17:50:33 +00:00
d783b8c16a
fixed formatting
2022-09-28 12:42:48 +01:00
cdb6a912c0
windows version bump
2022-09-28 12:38:20 +01:00
1374c47afd
Increase command data size to 1024. ( Fixes #54 )
2022-09-28 04:15:10 -04:00
79fef7cd66
README words
2022-09-27 08:35:44 +01:00
b4c72412f3
more info in README
2022-09-27 08:33:08 +01:00
95de445d9e
more info in README
2022-09-27 08:32:16 +01:00
defee25db7
added ICON
2022-09-26 18:32:40 +02:00
2cd44183b9
further mac updates
2022-09-26 18:20:56 +02:00
108029b6f9
macos build updates
2022-09-26 18:15:58 +02:00
43bd1eff3e
added liblo to mac build instructions
2022-09-26 12:14:13 +01:00
f521ccafc9
removed ci script
2022-09-26 12:03:38 +01:00
11ed7413b3
fixed broken link duh fixes : #35
2022-09-26 12:01:40 +01:00
0af0d8e20c
new binaries added
2022-09-26 10:46:24 +01:00
dcdf481a02
Merge branch 'packaging/flatpak' into 'main'
...
packaging: Add support for building a Flatpak
See merge request then-try-this/samplebrain!4
2022-09-26 07:45:38 +00:00
e741246b1f
turned off ci runner thing
2022-09-26 08:42:13 +01:00