Commit Graph

211 Commits

Author SHA1 Message Date
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
Alex McLean 74eb5b0b9b Update README.md 2022-09-29 11:30:07 +00:00
Alex McLean 287ba85c14 Update README.md 2022-09-29 11:29:41 +00:00
Alex McLean a7b866b4fc Update README.md 2022-09-29 10:44:56 +00:00
dave griffiths 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
Owen D'Aprile 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
Owen D'Aprile 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
Owen D'Aprile 30d93be49c
linux: update desktop file
Remove unnecessary keys, tweak the comment, and add categories.
2022-09-28 18:12:31 -04:00
dave griffiths 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
Dave Griffiths d783b8c16a fixed formatting 2022-09-28 12:42:48 +01:00
Dave Griffiths cdb6a912c0 windows version bump 2022-09-28 12:38:20 +01:00
John Chadwick 1374c47afd Increase command data size to 1024. (Fixes #54) 2022-09-28 04:15:10 -04:00
Dave Griffiths 79fef7cd66 README words 2022-09-27 08:35:44 +01:00
Dave Griffiths b4c72412f3 more info in README 2022-09-27 08:33:08 +01:00
Dave Griffiths 95de445d9e more info in README 2022-09-27 08:32:16 +01:00
nik gaffney defee25db7 added ICON 2022-09-26 18:32:40 +02:00
nik gaffney 2cd44183b9 further mac updates 2022-09-26 18:20:56 +02:00