Vesa
78042ed4c5
More exp10 stuff
2014-11-17 18:55:09 +02:00
Vesa V
208bfe356c
Merge pull request #1312 from diizy/stable-1.1
...
Logscale: enabled toggling of knob scale in context menu
2014-11-16 22:20:34 +02:00
Vesa
0d129b0b93
Logscale: enabled toggling of knob scale in context menu
2014-11-16 22:19:16 +02:00
Lukas W
d8662e76de
Remove M_PI definition, use F_PI
2014-11-16 15:22:46 +01:00
Lukas W
70508b0c37
Don't display 'Help' action in context menus when there's no help text
...
Fixes #1290
2014-11-14 15:45:46 +01:00
Umcaruje
6fb923cba2
Correct the program name and site in the descriptions.
2014-11-04 22:56:50 +01:00
Vesa
f7042977a9
Logscale: Fix negative ranges
...
This fixes errors that happen on models that have both logarithmic scale and a range that goes to the negative.
2014-06-21 10:56:28 +03:00
Vesa
14909bdf1b
Log scales finalized
2014-06-20 22:46:10 +03:00
Johannes Lorenz
51ed1105df
Default ctors for LED checkbox and LCD spinbox. Fixes for knob.
2014-04-15 13:43:23 +02:00
Johannes Lorenz
d08857bba8
knob without def ctors.
2014-04-09 12:31:53 +02:00
Tobias Doerffel
7b8eaa6835
Merge remote-tracking branch 'origin/stable-0.4-undo-redo'
...
Conflicts:
include/AutomatableModel.h
include/MidiPort.h
include/TrackContainerView.h
include/surround_area.h
include/track.h
src/core/AutomatableModel.cpp
src/core/TrackContainer.cpp
src/core/note.cpp
src/core/track.cpp
src/gui/PianoRoll.cpp
src/gui/TrackContainerView.cpp
src/gui/widgets/LcdSpinBox.cpp
2014-03-24 19:37:26 +01:00
Tobias Doerffel
b45c0c5f02
MainWindow: coding style improvements
2014-03-18 20:39:01 +01:00
Vesa
7dac1137bc
Knob: add volumeRatio property to allow showing knobs with ratios other than 100 in dBV
...
Waveshaper, Dynamics processor: make input/output knobs respect the show in dBV setting
2014-03-15 10:45:55 +02:00
Vesa
5586141bf5
Small tweak to the knob code, make the acceleration curve smoother and less "sudden"
2014-03-01 23:17:13 +02:00
Vesa
ab73c0c133
Updated knob code, now everything seems to work really smoothly regardless of knob type or range.
...
Also some graphics tweaks here and there.
2014-02-24 22:14:54 +02:00
Vesa
867afc6ffb
Coding style..
2014-02-24 18:39:25 +02:00
Vesa
79edbf7f52
Knob behaviour fix
2014-02-24 18:33:16 +02:00
Vesa
9265913b73
Waveshaper updates: added amplitude +/- buttons, toggle led to clip input to 0dB, more helpful gridlines in wavegraph
...
Mallets: artwork update by Bill Y.
New knob: knob_vintage32, currently only used in Mallets, can be used for other things in the future (maybe if we get some more vintage-style synths/effects?)
Graph widget: added new drawing mode (bar style graph) for future use, currently unused anywhere, have plans
2014-02-14 18:22:04 +02:00
Vesa
c267265148
Retouched transport icons, commented stylesheet for better documentation, fixed faint line in bitinvader knob
2014-01-29 00:45:03 +02:00
Andrew Kelley
31c0f77248
fix incorrect type; makes smooth knobs actually smooth
2014-01-25 23:04:05 -05: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
7c1baa016f
Knob: draw arc + arc background for all unstyled knobs
2014-01-24 00:16:02 +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
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
03ab3a3b7d
Merge pull request #77 from LMMS/smooth-knob
...
UI: smoother knobs
2014-01-21 15:19:40 -08: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
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
Tobias Doerffel
f0d6d44545
AutomatableModel: renamed to controllerConnection() + coding style fixes
...
Renamed getControllerConnection() to controllerConnection().
2014-01-20 22:11:58 +01:00
Tobias Doerffel
1f203a10f9
Widgets/Knob: only restore journalling state on release of left mouse button
...
Do not try to restore the journalling state of the underlying model when
releasing e.g the right mouse button as this causes a crash otherwise.
2014-01-07 23:49:07 +01:00
Tobias Doerffel
a5c3cf6a99
Revised journalling (undo/redo) to record full states instead of changes
...
Recording single changes of objects or their specific properties is
completely superfluous as we have full implemented state tracking in all
objects already. Therefore use SerializingObject::saveState() and
SerializingObject::restoreState() in order to implement the undo/redo
functionality.
This is just an initial commit and needs some further work (especially
regarding stability). However even things like undo/redo of
addition/removal of Tracks and TrackContentObjects do work already.
2014-01-07 23:48:09 +01:00
NoiseByNorthwest
132ab41e5d
Replace static var by property, see "Add magnetic effect..." commit
2012-01-26 19:06:34 +01:00
NoiseByNorthwest
9215800114
Add magnetic effect (for init value) on knobs
2012-01-26 19:06:34 +01:00
Tobias Doerffel
e338b34faf
Widgets classes: use "WindowTitle" property instead of "AccessibleName"
...
As the interface for the "AccessibleName" property might not be available
when Qt was built without accessibility support, use the "WindowTitle"
property instead where appropriate.
Closes #3300101 .
2011-06-27 20:43:09 +02:00
Tobias Doerffel
1d5cb23385
File and class renames part 1
...
Most files and most of the core classes and their methods have been
renamed to match new coding style conventions:
391 files changed, 25400 insertions(+), 25598 deletions(-)
Furthermore splitted some files where model and view classes were
declared or implemented together in the same file.
Should be tested thoroughly as I might have missed renaming some virtual
methods or SIGNAL/SLOT parameters.
(cherry picked from commit 8c9a9dd14c )
2009-08-25 01:30:41 +02:00
Paul Giblock
5138ed6722
Rename all Controller-family classes to new style
...
Adjust capitialization on all Controller-related classes to new
standards and update all calling code
(cherry picked from commit f1d60958f0 )
2009-08-09 00:29:16 +02:00
Tobias Doerffel
edf2d4d104
Whole code base: various cleanups, removed SINGLE_SOURCE_COMPILE relicts
...
* cleaned up code and improved coding style
* removed old SINGLE_SOURCE_COMPILE macro relicts
* use QString::toUtf8() instead of QString::toAscii() wherever possible
(cherry picked from commit 0bb54199b0 )
2009-08-05 17:17:57 +02:00
Tobias Doerffel
8b3d3f33a7
stable backport of various fixes from trunk
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms/stable-0.4@1972 0778d3d1-df1d-0410-868b-ea421aaaa00d
2009-01-27 00:21:37 +00:00
Tobias Doerffel
fb25a51b5f
changed modifier detection from mainWindow::isCtrlPressed etc to Qt framework detection. Fixes a bunch of little glitches and enables horizontal scroll wheels (stable backport)
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms/stable-0.4@1949 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-12-17 11:51:27 +00:00
Tobias Doerffel
6fc2eba70b
do not inline code for fetching value from controller and thus reduce header dependencies
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1802 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-10-25 15:16:09 +00:00
Tobias Doerffel
edfdab22ae
track focusOutEvents in order to unhide cursor in certain situations
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1791 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-10-21 20:52:24 +00:00
Tobias Doerffel
fce25dc625
fixed a bunch warnings and remarks issued by Intel Compiler
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1722 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-10-02 11:48:59 +00:00
Tobias Doerffel
da2fcf130a
UI finetuning / recompression of some PNG-files
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1589 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-09-08 12:47:11 +00:00
Tobias Doerffel
f352c7ecc5
only skip GUI-updates when connected to frequently changing controllers
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1449 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-08-20 11:27:34 +00:00
Tobias Doerffel
e637495489
migrated build-system to CMAKE
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1352 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-07-22 11:36:50 +00:00
Tobias Doerffel
3b7bfede22
do not create queued signal-slot-connections
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1345 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-07-18 23:39:39 +00:00
Paul Giblock
b166f11ffd
Initial lb303 (no compat), fixed auto-detect, fix knob drawing
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1298 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-07-08 14:34:41 +00:00
Tobias Doerffel
9bebe4325b
* completely new automation-system with automation-tracks and automation-patterns as well as song-global automation
...
* made modelView take a QWidget-pointer argument
* trackContentObject-ctor now calls track::addTCO() directly
* optimize various loops to use iterators/const_iterators instead of a running index variable
* drag'n'drop doesn't fool around with pointers anymore - instead use unique journalling-IDs
* moved drag'n'drop handling code from knob to automatableModelView so that all controls can benefit from that
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1164 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-06-23 22:36:33 +00:00
Tobias Doerffel
f1050089b6
* when linking knobs via Shift+Drag do not use pointer to model as drag-data rather than model-ID which can be resolved via project-journal
...
* fixed displayValue()
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1159 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-06-20 23:17:12 +00:00
Tobias Doerffel
15134568f1
* removed volumeKnob-class and added volumeKnob-property to knob-class instead
...
* reduced header-dependencies and various cleanups
* removed obsolete settings
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1158 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-06-20 22:44:49 +00:00