- Jul 27, 2020
-
-
Jonathan Wilkes authored
-
- Jul 24, 2020
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
We're not yet saving the hex colors as that will break in older patches. But we do print out warning messages in this interim period and will save the hex colors at a later date. Once that change is made, all the interim versions will be able to read the new format
-
- Jul 22, 2020
-
-
Jonathan Wilkes authored
Vanilla commit 94d59de44ea23aa084596d1ba2050d3883511ec3
-
Jonathan Wilkes authored
vanilla commit 853967de05253eaba8bf153450d573e8b6067576
-
Jonathan Wilkes authored
Vanilla commit ab4750bd39964efd5c9a32fdaf9fb300d0d2f5d7
-
Jonathan Wilkes authored
-
- Jul 21, 2020
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- Jul 20, 2020
-
-
Jonathan Wilkes authored
-
Sam Thursfield authored
If a user added a device on the commandline, it's likely that they want this device to be the default. This allows Purr Data to work nicely inside a Flatpak sandbox, as we can use `-alsaadd pulse` to enable audio output to PulseAudio by default, with direct hardware access still an option.
-
Sam Thursfield authored
-
Sam Thursfield authored
This could lead to an assert failure inside ALSA if the output device wasn't open and we tried to configure it anyway.
-
Sam Thursfield authored
As the comment above the alsa_checkiosync() function suggests, there's no sync to be done if we only have an input or an output.
-
Sam Thursfield authored
The (input) and (output) markers were missing in some cases, and incorrect in others.
-
- Jul 17, 2020
-
-
Guillem Bartrina authored
-
- Jul 15, 2020
-
-
Albert Gräf authored
- Disable touch-scrolling in situations where it interferes with other actions, like operating a slider, or dragging objects or the selection rectangle in edit mode. - Truncate fractional touch coordinates which were causing glitches in the FUDI interface. - Make dragging of iemgui labels and scalar draggables work (kind of). TODO: Dragging (specifically in edit mode) can be a bit tricky in cases where it's difficult to hit the right spot to initiate the drag action. This *might* be solvable by making the algorithm identifying these spots a bit more lenient, and accept touches which are a bit off. Also, despite my best efforts, dragging iemgui label handles in edit mode still needs quite some faffing about when using touch: After clicking the iemgui object to make the handle appear, you first need to drag the handle a little (horizontally, vertically, or diagonally) to make the corresponding drag cursor appear, then release and touch the drag cursor *again* to drag the handle to its final destination (and the label along with it). It goes without saying that this seems overly complicated, but there doesn't seem to be an easy way to work around this in the GUI, as the whole process goes back and forth between GUI and engine in several steps in the current implementation.
-
Albert Gräf authored
-
-
-
-
-
-
- Jul 13, 2020
-
-
Albert Gräf authored
Fixes the regression where the viewport is way too large after an optimal zoom operation (cf. #660).
-
- Jul 12, 2020
-
-
Joseph Gastelais authored
-
Jonathan Wilkes authored
-
- Jul 11, 2020
-
-
Jonathan Wilkes authored
* b_sym field to t_textbuf * 2nd inlet and "send" method for text define * text insert class * improve a stray evalfile error * show the [text] name (if it exists) in the title for the window * updates help doc accordingly
-
- Jul 08, 2020
-
-
https://www.linuxrouen.frAlbert Gräf authored
-
- Jul 07, 2020
-
-
Jonathan Wilkes authored
-
-
-
Albert Gräf authored
-
Albert Gräf authored
-
-
Fixed regression from the plot fixes that broke non-plot scalars. TODO: check if non-plot scalar matrix needs to be tweaked...
-
-
Albert Gräf authored
-
- Jul 05, 2020
-
-
Jonathan Wilkes authored
-