Tobias Doerffel
7b4aaa6dfa
Merge pull request #98 from Lukas-W/stable-0.4-iss90
...
Update file open/save dialogs
2014-01-24 14:56:23 -08:00
Tobias Doerffel
84b3c5b8df
Merge pull request #127 from wongcc966422/LFOBitinvaderVibedCustomWaveforms
...
Make LFO controller, Bit Invader and Vibed accept custom waveforms
2014-01-24 14:56:04 -08:00
Tobias Doerffel
e6338c9583
Merge pull request #125 from wongcc966422/timelineDoc
...
Loop marker: Changed tooltip text.
2014-01-24 14:54:31 -08:00
Tobias Doerffel
37b6393893
Merge pull request #132 from Lukas-W/stable-0.4
...
Update about window
2014-01-24 14:54:03 -08:00
Lukas W
4200662e98
Plugin browser: Sort plugins by display name
2014-01-24 22:38:11 +01:00
Lukas W
da65f629e2
#67 : Add list of all committers to about window
2014-01-24 19:28:18 +01:00
Lukas W
e94cec5ffc
About window: Update copyright year to 2014
2014-01-24 19:28:18 +01:00
Lukas W
453290f1b9
About window: Make homepage link clickable
2014-01-24 19:28:18 +01:00
Wong Cho Ching
9237a1d015
Tooltip: Changed tooltip text of LFOControllDialog of custom waveform
2014-01-24 23:10:18 +08:00
Wong Cho Ching
c45aafc748
Make LFO controller accept custom waveforms
2014-01-24 22:55:32 +08:00
Lukas W
84a6d0bf02
Add "Save as new version" action to project menu
...
Use Shortcut Ctrl+Alt+S. Part of issue #86
2014-01-24 15:45:13 +01:00
Lukas W
5c186eba0e
Add new class VersionedSaveDialog
...
A file save dialog (inherits FileDialog) that provides buttons to
increment or decrement a version which is appended to the file name.
(e.g. "MyProject-01.mmpz")
2014-01-24 15:37:41 +01:00
Lukas W
2e7bfe17e6
Update code to use FileInfo instead of QFileInfo
...
Also removed all blocks similar to
```
#if QT_VERSION >= 0x040806
filedialog.setOption( QFileDialog::DontUseCustomDirectoryIcons );
#endif
```
as this now takes place in the new subclass's constructor.
2014-01-24 15:37:41 +01:00
Lukas W
0bbfd907ae
MainWindow: Moved FileDialog to own subclass
2014-01-24 15:37:26 +01:00
wongcc966422
b136eee573
Update timeline.cpp
2014-01-24 19:26:34 +08:00
Wong Cho Ching
3b8214bab8
Loop marker: Changed tooltip text.
2014-01-24 18:39:00 +08:00
Vesa
772491b9fb
Revert knob dots, make knob arc use palette, remove bb-editor image... bye bye TR-808 :(
2014-01-24 01:58:51 +02:00
Tobias Doerffel
39922df115
EnvelopeAndLfoParameters: added center values for amount models
2014-01-24 00:16:32 +01:00
Tobias Doerffel
7c1baa016f
Knob: draw arc + arc background for all unstyled knobs
2014-01-24 00:16:02 +01:00
Tobias Doerffel
e9347ade61
InstrumentTrack: set center values for pitch and panning
2014-01-23 23:36:32 +01:00
Tobias Doerffel
f2bfa3b4d2
Knob: draw arc around knob
...
Initial work on improved knob usability by drawing an arc around knob
indicating current state as well.
2014-01-23 23:35:44 +01:00
Tobias Doerffel
5540a356f7
AutomatableModel: added centerValue property
...
The optional centerValue property can be used by views to display the
center somehow. It defaults to minimum value.
2014-01-23 23:35:26 +01:00
Tobias Doerffel
4e69e05a7d
Integrated new splash screen
...
Also removed ugly code for displaying translucent splash images.
2014-01-23 22:33:34 +01:00
Hannu Haahti
e453b38d02
increase detuning interval to 0.5 semitones
2014-01-23 19:21:10 +02:00
Andrew Kelley
52d4f0fd3f
fix all warnings and add -Werror
2014-01-22 22:09:36 -05:00
Tobias Doerffel
3a53473d10
Timeline: use right click + shift to move left loop point
...
Moving the left loop point is now possible using right click + shift
instead of the middle mouse button (which is difficult on laptops).
Furthermore some coding style improvements.
Closes #81 .
2014-01-22 23:15:53 +01:00
Tobias Doerffel
12149d5089
LedCheckBox: fixed label alignment
...
After switching to wide rectangular LED pixmaps and increasing the font
size we need to adjust aligment of label.
2014-01-22 23:02:51 +01:00
Tobias Doerffel
8ecaef1f30
InstrumentSoundShapingView: shorter label for filter frequency knob
2014-01-22 22:57:29 +01:00
Tobias Doerffel
68fd7edfd8
InstrumentTrack: shorter label for FX channel spinbox
2014-01-22 22:57:19 +01:00
Tobias Doerffel
aaad405f99
UI: increased font sizes
...
As texts were not readable on high resolution screens the font size for
many widgets has been changed.
Closes #82 .
2014-01-22 22:55:20 +01:00
Tobias Doerffel
27fab982ec
Merge pull request #104 from diizy/stable-0.4
...
Lots of UI stuff again
2014-01-22 13:09:20 -08:00
Tobias Doerffel
4ca85d8d87
AudioJack: replaced old Uint32 type
2014-01-22 22:03:56 +01:00
Tobias Doerffel
2dc02001b7
Instrument: also render sound for MIDI-based instruments when muted
...
In order to provide smooth muting functionality (i.e. immediate proper
sound when unmuting) always render audio buffers for MIDI-based
instruments. This is more important than potentially reduced CPU usage
while muted.
Closes #69 .
2014-01-22 21:55:33 +01:00
Vesa
322e44f907
More new icons, triple osc artwork, scrollbars, etc.
2014-01-22 22:36:55 +02:00
Vesa
8a5e0ede01
More artwork updates. New LCD numbers, triple osc artwork, lots of icons, some colour changes.
2014-01-22 22:36:55 +02:00
Lukas W
f073c6d11b
Added two standard paths to file open/save dialog
...
In particular Desktop and Downloads have been added.
Also introduced a new function to create a file dialog
in order to prevent code duplication.
2014-01-22 17:52:02 +01:00
Tobias Doerffel
03ab3a3b7d
Merge pull request #77 from LMMS/smooth-knob
...
UI: smoother knobs
2014-01-21 15:19:40 -08:00
Tobias Doerffel
d9203b2cbc
PianoRoll: increase start key by one octave
...
When opening the Piano Roll for the first time and clicking on "A", you
would expect the same note that is previewed in the preview pane (A5),
but it is instead one octave lower (A4).
Fixed this by adusting INITIAL_START_KEY.
Closes #94 .
2014-01-21 23:07:25 +01:00
Tobias Doerffel
054abf79f7
Mixer: try PortAudio backend after SDL
...
As there were reports about problems with PortAudio try SDL backend first.
Closes #89 .
2014-01-21 18:09:20 +01:00
Vesa
4e7522194c
Applying new colour palette
2014-01-21 17:38:05 +02:00
Andrew Kelley
15e85494bd
UI: smoother knobs
...
This updates knobs to feel smoother and allow the user to have finer
control over the value of the knob by multiplying the mouse drag delta
by a smoothness factor.
Also since it is significantly easier to point the knob where you want
it, I removed the magnet effect. This can easily be put back in; try it
out and see what you think.
2014-01-20 18:04:50 -05:00
Tobias Doerffel
fbdf4eca40
Merge pull request #76 from diizy/stable-0.4
...
Another UI branch merge...?
2014-01-20 14:52:46 -08:00
Tobias Doerffel
9854ebc128
Note: create DetuningHelper objects on-demand
...
Instead of creating a DetuningHelper instance for every note (which sums
up to thousands of AutomationPatterns) create them on-demand when opening
automation editor or loading settings.
2014-01-20 23:37:45 +01:00
Tobias Doerffel
2bc8d12826
NotePlayHandle: only use detuning automation if it exists at all
2014-01-20 23:37:20 +01:00
Tobias Doerffel
1aea884821
AutomationPattern: coding style
2014-01-20 23:31:34 +01:00
Tobias Doerffel
cc35373241
AutomationPattern: do not put initial value if model is at init value
...
There's no need to initialize an automation pattern with the value of the
model if it's default already. This fixes tons of dummy automation patterns
being saved for every note (as part of the note detuning feature).
2014-01-20 23:06:24 +01:00
Vesa
d8367d7496
Oops! Missing parenthesis in knob.cpp :P
2014-01-20 23:59:50 +02:00
Vesa
f11ab7957b
Effect panel & effect window style, new knob images, knobs use palette
2014-01-20 23:59:50 +02:00
Vesa
eb1b306da3
New style & gfx for master vol/pitch sliders, fx front panel artwork
2014-01-20 23:59:50 +02:00
Tobias Doerffel
67b99ac48f
MMP: write to temporary file first and then rename
...
In order to avoid data loss because of full disks or other storage
failures write a temporary file first, rename current file to backup
file and rename temporary file to current file.
Closes #26 .
2014-01-20 22:34:42 +01:00