Jos Wagenmakers
3795a5b9a3
[Fix] Tuner play/pause switched
2021-10-18 13:36:54 +02:00
Louis-Joseph F
d01fc524fc
Merge pull request #6 from JSEHV/master
...
App icon refresh
2021-06-25 08:53:23 +02:00
JSEHV
13005d9ce8
App icon refresh
...
App icon refresh
2021-06-24 20:23:54 +02:00
Louis-Joseph F
912fe43700
Merge pull request #4 from ballock/master
...
Fix build when directory not equals name
2021-02-19 11:17:31 +01:00
Boleslaw Tokarski
c51435a434
Fix build when directory not equals name
...
I tried building SailTuner from source in the SFOS SDK, but failed with:
+ qmake -qt=5 -makefile 'QMAKE_CFLAGS_RELEASE=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -march=armv8-a' 'QMAKE_CFLAGS_DEBUG=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -march=armv8-a' 'QMAKE_CXXFLAGS_RELEASE=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -march=armv8-a' 'QMAKE_CXXFLAGS_DEBUG=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -march=armv8-a' QMAKE_STRIP=: PREFIX=/usr LIBDIR=/usr/lib64
Usage: /usr/lib64/qt5/bin/qmake [mode] [options] [files]
... (rest of qmake syntax)
error: Bad exit status from /var/tmp/rpm-tmp.7GBOd3 (%build)
RPM build errors:
Macro expanded in comment on line 66: %{_datadir}/%{name}
Bad exit status from /var/tmp/rpm-tmp.7GBOd3 (%build)
This change allowed qmake to actually perform build. I found afterwards
that it also works when directory in which qmake is run is
'harbour-sailtuner', but since I ran git clone, I ended up with
SailTuner dir name.
2021-02-19 11:01:08 +01:00
Louis-Joseph Fournier
eed95e8d28
Readme word fix
2016-01-19 16:15:14 +01:00
Louis-Joseph Fournier
c87d135666
Readme file updated with screenshot
2016-01-19 16:05:33 +01:00
Louis-Joseph Fournier
4f261763ed
Icon: 4th try, bigger elements
2016-01-19 15:42:01 +01:00
Louis-Joseph Fournier
8c5036c201
Banniere and 3rd try icon
2016-01-16 20:26:26 +01:00
Louis-Joseph Fournier
15a6fd231b
Icons: second try
2016-01-16 19:56:25 +01:00
Louis-Joseph Fournier
02df5574b4
Apropos page
2016-01-15 23:38:27 +01:00
Louis-Joseph Fournier
f009053ce6
Rpm: file permissions and icons
2016-01-15 23:18:33 +01:00
Louis-Joseph Fournier
e5b586d796
Icon: first set of icons
2016-01-15 23:18:33 +01:00
Louis-Joseph Fournier
c614958079
Images reorganisation
2016-01-15 21:30:17 +01:00
Louis-Joseph Fournier
107760976a
Screenshots on Jolla phone
2016-01-15 21:22:47 +01:00
Louis-Joseph Fournier
c985f7c93e
Sailfish: cover management
2016-01-15 21:11:23 +01:00
Louis-Joseph Fournier
70f24d6bd0
Sailfish cover developpement
2016-01-15 17:46:44 +01:00
Louis-Joseph Fournier
1f397fa47f
Qml: note names in a separate module
2016-01-15 17:32:19 +01:00
Louis-Joseph Fournier
f75a6d906f
Temperaments: sort and arrange letters cases
2016-01-15 09:30:53 +01:00
Louis-Joseph Fournier
606eb1c8e7
Player: volume depend of frequency
...
higher the note is, lower is the volume.
2016-01-14 22:03:36 +01:00
Louis-Joseph Fournier
8178009eb5
Player: limit maximum frequency depending to rate
2016-01-14 19:56:24 +01:00
Louis-Joseph Fournier
f143dcbb3d
Player takes note from tuner in every cases
2016-01-14 19:50:56 +01:00
Louis-Joseph Fournier
08999a8d8d
PlayerScreen sailfish: update player toises after tuner changed
2016-01-14 17:22:59 +01:00
Louis-Joseph Fournier
024aa99be7
PlayerScreen: disallow navigation when toise pressed
2016-01-14 17:22:59 +01:00
Louis-Joseph Fournier
eb297ceb06
Player: slot begin with lower case char
2016-01-14 16:35:23 +01:00
Louis-Joseph Fournier
a3a7fd2506
Player: harmonic wave form
2016-01-14 16:30:58 +01:00
Louis-Joseph Fournier
5ccdc4f749
Player worker: QCondition time is in ms
2016-01-14 16:19:22 +01:00
Louis-Joseph Fournier
8c681db1cd
Player: triangle wave form
2016-01-14 16:18:15 +01:00
Louis-Joseph Fournier
4adb701d34
PlayerScreen: play/pause icon lower in page
2016-01-14 15:57:58 +01:00
Louis-Joseph Fournier
b9bf210551
Player: set note and octave atomically
2016-01-14 15:56:19 +01:00
Louis-Joseph Fournier
e45423edde
Player: be smooth when play stops
...
- free pulseaudio playback after a delay, to permit buffered sound to play
- do zero crossing in playing signal to detect the right moment to stop or
update frequency
2016-01-14 15:46:36 +01:00
Louis-Joseph Fournier
f0640e24ff
NotePlayer: don't forget to apply volume
2016-01-13 15:39:51 +01:00
Louis-Joseph Fournier
176ff48ce3
Playing works on Jolla device
...
but still problems with low notes
2016-01-13 15:20:35 +01:00
Louis-Joseph Fournier
9ef3931c8c
Player try resource API to get playback resource
...
Don't work ; try audioresource instead..
2016-01-13 14:55:07 +01:00
Louis-Joseph Fournier
33eeeda8d6
Player: works on Sailfish emulator.
...
For the moment, no sound on real Jolla device
2016-01-13 12:30:17 +01:00
Louis-Joseph Fournier
8926bbf8ea
Player: fix low notes and smooth note change
2016-01-13 11:41:06 +01:00
Louis-Joseph Fournier
91403124b2
Tuner / Player screens: allow octave 0
2016-01-13 11:16:16 +01:00
Louis-Joseph Fournier
48afd68d06
Desktop version with player fully working
...
Double-click on upper part of tuner screen to launch player
2016-01-13 11:08:01 +01:00
Louis-Joseph Fournier
6850095533
Player screen: note and octave toises animated together
2016-01-13 10:15:35 +01:00
Louis-Joseph Fournier
73c80eb307
ToiseFlikcable fully working with notes and octaves.
...
The binding beetween two toises has to be thinked.
2016-01-12 23:09:13 +01:00
Louis-Joseph Fournier
df3a875a75
Fix octave index
2016-01-12 22:16:41 +01:00
Louis-Joseph Fournier
91475dca78
Worker: fix unitialized status
2016-01-12 22:11:20 +01:00
Louis-Joseph Fournier
27f93603ab
PitchDetection: configuration for low and high notes
...
With recorded piano samples, it should go from do1 to mi7
2016-01-12 16:36:44 +01:00
Louis-Joseph Fournier
a44bb5841c
ConfigurePage: button dispositions and page height managed
2016-01-12 15:42:46 +01:00
Louis-Joseph Fournier
a9aada07d8
Flickable toise from Toise
2016-01-11 17:46:08 +01:00
Louis-Joseph Fournier
1d14fe935e
PlayerScreen: gui for player
2016-01-11 12:38:05 +01:00
Louis-Joseph Fournier
0703aabbf1
Player: implementation complete
2016-01-11 12:37:25 +01:00
Louis-Joseph Fournier
ec2e8ebd31
ConfigurePage: buttons ok
2016-01-11 11:15:11 +01:00
Louis-Joseph Fournier
16a8f49ff9
FreqPlayer: note player ; begin implementation
2016-01-10 12:10:52 +01:00
Louis-Joseph Fournier
095ace53e0
ObjectSave works on Sailfish
2016-01-10 12:06:03 +01:00