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
6241b1030d
Merge branch 'development' into 'main'
...
fix build instructions and add mac deps list
See merge request then-try-this/samplebrain!5
2022-09-26 07:41:02 +00:00
70a277afb8
fix build instructions and add mac deps list
2022-09-25 22:07:30 -06:00
b965130cd9
Merge branch 'main' of gitlab.com:then-try-this/samplebrain into main
2022-09-25 22:02:00 +01:00
79b1c1aeda
new mac m1 version link
2022-09-25 21:57:38 +01:00
129b6ea416
linux: add a Flatpak manifest
...
This manifest will build a Flatpak from the current local source
directory.
2022-09-25 16:43:21 -04:00
395ff352e3
Merge branch 'main' into 'main'
...
added homebrew arm64 paths
See merge request then-try-this/samplebrain!3
2022-09-25 20:37:28 +00:00
dd92364be6
added homebrew arm64 paths
2022-09-25 22:30:39 +02:00
9d7931c8c2
linux: don't use hardcoded path for Exec and Icon
...
Desktop files respect $PATH and $XDG_DATA_DIRS, so the full path does
not need to be specified to either.
This fixes the Flatpak build by allowing Flatpak to rewrite these to
match the app ID.
2022-09-25 16:21:17 -04:00
74b00570dd
build: allow setting installation prefix
...
Allow $PREFIX to be set during compilation, changing where the app is
installed.
This is used to change where the app is installed inside the Flatpak
sandbox.
2022-09-25 16:21:07 -04:00
493209c28d
add .gitlab-ci.yml file
2022-09-25 08:58:05 +00:00
6bc1cbeec3
Merge branch 'upgrade-to-qt6' into 'main'
...
Update project to Qt6
See merge request then-try-this/samplebrain!2
2022-09-24 20:56:12 +00:00
ff1d4cafd2
it's -> its
2022-09-24 21:51:20 +01:00
a831638171
Update project to Qt6:
...
* loaded and saved `samplebrain.ui` in Qt6 Designer
* generate `ui_samplebrain.h` on the fly (via `FORMS +=`)
* remove example files `sample.ui` and `ui_sample.h`
* remove `setMargin()` calls, these methods have been removed
* use `QFont::Bold` for `setWeight()` calls, numeric values aren't accepted anymore
* qualify `spiralcore::sample` in `block.cpp`'s `normalise()`
2022-09-24 22:50:43 +02:00
0cfacdc8a8
turned off input device
2022-09-24 21:23:20 +01:00
df0fd84b48
mac binary note
2022-09-24 18:54:00 +01:00