Dave Griffiths
fa44d2b4c7
added openmp to cmake
2022-10-29 13:13:16 +01:00
Dave Griffiths
8e7a9abe1a
removed pro file
2022-10-29 13:00:53 +01:00
Dave Griffiths
884c8ad91f
resources location
2022-10-20 21:12:58 +01:00
Dave Griffiths
1d03e9addd
ci tweak
2022-10-14 22:33:17 +01:00
Dave Griffiths
af44ac43f0
more cmake qt fiddling
2022-10-14 22:29:25 +01:00
Dave Griffiths
b971435101
cmake qt fiddling
2022-10-14 22:25:38 +01:00
Dave Griffiths
7bc12ac0be
cmake build fixes
2022-10-14 22:18:52 +01:00
dave griffiths
8038fdd9c2
Merge branch 'upgrade-to-cmake' into 'main'
...
Upgrade build system from qmake to cmake
See merge request then-try-this/samplebrain!11
2022-10-14 20:34:17 +00:00
dave griffiths
bbdcd4b29c
Merge branch 'main' into 'upgrade-to-cmake'
...
# Conflicts:
# app/MainWindow.h
# app/SettingsDialog.h
2022-10-14 20:31:07 +00:00
Dave Griffiths
385563e64e
forgot to add flac
2022-10-14 21:24:56 +01:00
Dave Griffiths
e1c8e0ea67
added more soundfile formats to the loading dialog and new error report when it can't load
2022-10-14 20:30:12 +01:00
Dave Griffiths
b5fd6dd3e0
added osc ports to the settings interface, bumped the version num
2022-10-14 19:23:07 +01:00
Dave Griffiths
5e347f7f13
made the 3 osc ports configurable via (cross-platform) config scripts and move them outside of well used ranges for UDP
2022-10-14 18:27:59 +01:00
fshstk
cf06a21160
Add Gitlab CI script
2022-10-12 15:22:37 +02:00
fshstk
6471b1e066
Clean up CMakeLists
...
- Remove redundant libraries
- Change compile definitions to CMake variables
2022-10-12 15:21:51 +02:00
fshstk
7d7a7d24a2
Remove Qt .pro file
...
CMakeLists.txt now does everything we need
2022-10-12 14:56:16 +02:00
fshstk
2c1a3692e7
Update building.md
...
- Add info about installing cmake
- Change build instructions from qmake to cmake
- Remove info about installing deps
We don't need to do this anymore. CMake will do it automatically at
configure-time!
2022-10-12 14:56:16 +02:00
fshstk
30e16d80d9
Add libsndfile dependency
2022-10-12 14:56:16 +02:00
fshstk
2743caa02a
Add portaudio dependency
2022-10-12 14:56:16 +02:00
fshstk
572d6a127c
Add liblo dependency
2022-10-12 14:56:16 +02:00
fshstk
6aa25397de
Add fftw3 dependency
2022-10-12 14:56:16 +02:00
fshstk
55e5427ec4
Fix path to .ui files
2022-10-12 14:56:16 +02:00
fshstk
c2e923bcee
Ignore build folder
...
This should cover all files generated by the build system...
2022-10-12 14:56:16 +02:00
fshstk
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
fshstk
1dc55a982c
Run qmake2cmake command
...
Command used:
qmake2cmake_all . --min-qt-version 6.2.4
2022-10-12 14:56:07 +02:00
Dave Griffiths
5469a8f253
added build instructions for ubuntu 22.04 fixes : #66
2022-10-07 08:39:45 +01:00
Dave Griffiths
ac83efce3b
readme tweak
2022-10-06 20:55:23 +01:00
Dave Griffiths
7b41c94610
readme tweak
2022-10-06 20:54:40 +01:00
Dave Griffiths
07ea3e63ef
readme tweak
2022-10-06 20:51:42 +01:00
Dave Griffiths
182baa59c3
readme tweak
2022-10-06 20:50:47 +01:00
Dave Griffiths
ed0cf2eaac
readme tweak
2022-10-06 20:47:48 +01:00
Dave Griffiths
a9755b3f72
readme tweak
2022-10-06 20:46:44 +01:00
Dave Griffiths
a30779b759
separated building and changelog
2022-10-06 20:44:28 +01:00
Dave Griffiths
1c912d3977
readme tweaks
2022-10-06 20:43:06 +01:00
dave griffiths
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
dave griffiths
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
Claude Heiland-Allen
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
Dave Griffiths
b569c47d40
soundcard text top aligned
2022-10-04 13:55:12 +01:00
Claude Heiland-Allen
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
Dave Griffiths
014becd12f
version bump and added settings cog icon
2022-10-04 10:33:11 +01:00
Dave Griffiths
78aa2b2b3e
Merge branch 'main' of gitlab.com:then-try-this/samplebrain into main
2022-10-03 09:56:38 +01:00
Dave Griffiths
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
dave griffiths
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
Diemo
729edb25cd
update url of catart in readme
2022-10-01 09:08:00 +00:00
Dave Griffiths
fb8d607e2d
started making samplerate and buffer size configurable for audio device selection
2022-09-30 21:08:53 +01:00
Dave Griffiths
a2b77951ca
new version links
2022-09-30 12:48:36 +01:00
Dave Griffiths
524cd58945
version bump
2022-09-30 12:02:56 +01:00
dave griffiths
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
Owen D'Aprile
99e59a6f11
readme: add Flathub download badge
2022-09-29 17:54:25 -04:00
Alex McLean
e3619746a4
Update README.md
2022-09-29 11:36:21 +00:00