Hyunjin Song
0fbaca40bd
Bump version to 1.2.0
2019-06-09 20:28:34 +09:00
Rebecca DeField
bfa8a4bc8c
fix color profile error ( #5019 )
2019-06-08 11:57:56 +02:00
Tres Finocchiaro
ca06b886f5
DMG rebranding ( #5013 )
...
Rebrand macOS DMG background
- Design and artwork courtesy @RebeccaDeField
- Closes #4289
2019-06-08 01:17:15 -04:00
Johannes Lorenz
457f2c6712
Fix German translation
...
* Fix "Export Tracks"
* Add "Export MIDI"
[ci skip]
2019-06-07 18:33:48 +02:00
Johannes Lorenz
6e5650c50a
Fixes #4996 : Fix metadata when exporting multiple tracks ( #5005 )
...
Co-Authored-By: Hyunjin Song <tteu.ingog@gmail.com >
2019-06-07 18:28:11 +02:00
Rebecca DeField
d194c70391
updated splash ( #5002 )
2019-06-06 18:18:49 -07:00
Hyunjin Song
47d6388182
MP3 export: initialize ID3 tag with id3tag_init
...
Fixes wrongly set 'Blues' genre(ID 0) in exported mp3 files.
2019-06-06 20:24:06 +09:00
Hyunjin Song
c37228c7e3
Travis: fix macOS build due to the old default version of Node.js
...
appdmg recently dropped support for Node.js < 8.5
2019-06-06 19:33:10 +09:00
liushuyu
359de2083e
i18n: update template strings
2019-06-05 19:29:07 -06:00
Shmuel H
665e50395c
Bugfix - SampleTrack -> Play: Fix sample track not being played in the
...
right place when it not played from the begining.
That has created a difference between the ticks and the metronome and
the sample track.
The cause of the problem was that the calculation of the frame to play
was wrong: we had calculated `framesPerTick` according to the current
engine's sample rate instead of the SampleBuffer's sample rate.
2019-06-02 20:48:58 +03:00
Shmuel H
6d27f90271
Bugfix - SampleTrack -> Load & Save: Fix recorded sample track not being
...
played correctly after saving and loading a project due to sample rate
not getting saved in the project file.
2019-06-02 20:48:58 +03:00
Shmuel H
37f0c3f33d
SampleBuffer -> Use processingSampleRate.
...
SampleBuffer was using baseSampleRate as the default samplerate instead of the actual processingSampleRate.
2019-06-02 20:48:58 +03:00
liushuyu
fad89d6be7
i18n: update translations from Transifex
2019-05-28 15:13:51 -06:00
Shmuel H
9c6e2278ce
SampleTrack: call requestChangesInModel before unref SampleBuffer ( #4982 )
...
To avoid a race condition between the gui thread which destroys the
samplebuffer and the mixer thread which increases the buffer's ref-
count, we'll make sure to touch the ref-count only when wh're synced
with the mixer.
2019-05-27 21:26:30 +03:00
T0NIT0 RMX
ec64de0723
Fixes #4781 : Don't disconnect LADSPA automation on export
2019-05-14 21:19:30 +02:00
Johannes Lorenz
4b4b470550
Extend ProjectJournal docs, thx to @DomClark
2019-05-13 20:23:01 +02:00
Hyunjin Song
934ea6d086
Fix controller loading error on loading projects
...
Fixes a regression in 91f9f1a890 ,
which added the range check into the wrong if statement.
2019-05-10 07:32:40 +09:00
Oskar Wallgren
50796b2088
Nescaline and Freeboy - Better default sound ( #4968 )
2019-05-09 19:51:10 +02:00
Hyunjin Song
b9503a8c70
Fix race conditions in NotePlayHandleManager ( #4966 )
...
NotePlayHandleManager::acquire uses a read lock unless the pool is empty.
If two threads try to acquire NotePlayHandle simultaneously
when the value of s_availableIndex is 1, one thread will try to read s_available[-1].
If the acquire action and the release action are done at the same time,
NotePlayHandleManager::acquire may try to read data
before NotePlayHandleManager::release actually writes.
This commit prevents them by always using the write lock when acquiring a NotePlayHandle.
2019-05-08 15:12:17 +09:00
Ron U
3dcffbf96f
fix hanging mouse in piano roll ( #4822 ) ( #4960 )
...
* fix hanging mouse in piano roll (#4822 )
* fix hanging mouse in automation & pianoroll (#4822 );
* fix hanging mouse in automation & pianoroll (#4822 )
removed TODO comment that I forgot in the code
2019-05-06 11:00:37 +02:00
Hyunjin Song
9ff882d09d
Fix invisible note editing handles when a note has detuning info
...
Fixes a regression in 32df2d7fba ,
the clipping area was restored in a wrong place.
Also, a wrong value was used while restoring.
2019-05-06 15:43:12 +09:00
Hyunjin Song
8f4757ee3b
Use extracted linuxdeployqt directly
...
As of https://github.com/probonopd/linuxdeployqt/pull/370/ ,
the AppRun of linuxdeployqt unsets LD_LIBRARY_PATH.
This behavior isn't suitable for our cases, so we use
the extracted binary directly as a workaround.
2019-05-06 12:13:22 +09:00
Hyunjin Song
32df2d7fba
Don't draw note detuning info over the volume/panning area ( #4965 )
2019-05-05 12:39:36 +09:00
Hyunjin Song
8bcdf06c6c
Travis: fix a debootstrap error from missing keyrings
...
Uses 18.04's debian-archive-keyring to fix the missing keyrings.
2019-04-29 16:34:35 +09:00
Dominic Clark
ca9a9564cd
Make more connections direct for automation ( #4942 )
2019-04-26 12:59:53 +01:00
Alexandra Dutton
160d306f48
Record chords ( #4938 )
...
* Added check for chord to notes recorded from keyboard
2019-04-24 19:18:53 +02:00
Dominic Clark
461faccaa0
Fix notes getting stuck under high CPU conditions ( #4908 )
2019-04-24 12:50:07 +01:00
makepost
a685049627
Allow build for Wayland w/o X11Extras, if VST off
...
@lukas-w reminds in 134dae8 comments that X11Extras help Linux users of
VST effects #3786 . Now LMMS builds and runs on Weston without X11
dependencies, though only if WANT_VST is off.
2019-04-22 09:26:33 +02:00
https://gitlab.com/users/CYBERDEViLNL
5784dd6dc9
Use local cursor for TrackContentObjectView ( #4918 )
...
Fixes crash on cloning patterns on Qt >= 5.12.
2019-04-16 06:37:20 +09:00
Spekular
5a56969af2
Allow sample track TCOs to resize smaller than one bar ( #4933 )
...
Other changes:
* Update TCO position more exact when a drag leaves a TCO and enters `TrackContentWidget` (required to detect that the cursor has really moved when leaving a TCO with length < 1 to the right)
* Use exact length when samples are loaded, don't round it up
* Reset size when reloading same file
2019-04-15 17:54:18 +02:00
Noah Brecht
91f9f1a890
Don't try to connect to nonexistent controllers ( #4939 )
...
Fixes crash on loading presets with controllers.
2019-04-14 19:26:49 +09:00
Gingka Akiyama
82e3ba75c6
[Equalizer] Bright analyzer colors, opacity increased ( #4772 )
...
* [Equalizer] Bright analyzer colors, opacity incr
Brightened spectrum analyzer colors and increased opacity a tad to make more visible
* Fixed RGB Value
* Update EqControlsDialog.cpp
* Fixed color change
* Changed colors again
* Fixed colors, now brighter and bluer
* Ok, its actually bright now lol
2019-04-06 09:19:32 -07:00
Hyunjin Song
032c324dbc
Travis: use carla instead of carla-git
...
Due to some breaking changes in the development branch of Carla,
we can't use the package right now.
Fortunately, the carla package now points to 2.0 series. So we will use it.
See also: https://kx.studio/News/?action=view&url=changes-in-kxstudio-repos-regarding-carla-and-jack2
2019-03-26 09:39:54 +09:00
necrashter
f79c2929a5
Fix empty editors after closing them and creating a new project ( #4891 )
2019-03-19 18:06:02 +09:00
Tres Finocchiaro
ea5cbe6789
Allow new Zyn bank creation on Linux ( #4905 )
...
Allow new Zyn bank creation on Linux
Closes #4642
2019-03-18 12:41:01 -04:00
Lukas W
e1adfc3952
TCO drag: Fix Ctrl+Drag crash
...
Fix some assumptions that source and target of a drag actions are the same
track container. Instead of looking up necessary information (track name,
type and container id) by track index, add it to the metadata.
Refactor canPasteSelection to take QDropEvent instead of the drop event's
QMimeData. Coincidentally, this fixes the method to be consistent with its
documentation.
Fixes #4844
2019-03-18 12:38:54 +01:00
Lukas W
dd6c18e62b
Automation Editor: Don't accept drag events when there's no pattern
...
Fixes #4857
2019-03-18 12:38:37 +01:00
Martin Pavelek
0c3db1045c
Fix Blackman-Harris window formula ( #4895 )
...
Adds missing parentheses
2019-03-17 23:00:47 +09:00
Dominic Clark
3aeacca7ac
Fix layout of VstSyncData struct
...
Ensure member of type double is 8-byte aligned for consistent layout between 32- and 64-bit Linux builds.
2019-03-14 09:44:48 +09:00
Dominic Clark
205b57531d
Don't show error when loading empty VeSTige instance
2019-03-14 09:44:48 +09:00
Dominic Clark
6fef905dfe
Ensure VST windows show properly in taskbar
2019-03-14 09:44:48 +09:00
Dominic Clark
17f6235500
Add VST always-on-top config option
2019-03-14 09:44:48 +09:00
Javier Serrano Polo
295b899df2
Avoid shallow clones in all Debian sid builds ( #4888 )
...
hallow clone may break version detection. This is fatal in Debian builds, so use full clone.
Note: This is safe for stable-1.2 but needs review after merging to master due to submodules. See #4888 for more information.
2019-03-13 18:27:54 -04:00
tresf
97d5529c18
Fix compilation on Qt4
2019-03-12 00:25:17 -04:00
tresf
04768ee3e1
Fix zyn pitch on project load/export
...
Closes #3451
2019-03-11 14:24:12 -04:00
Michael Gregorius
2a72808095
Fix #3926 : QCursor in AFP
...
Fix a crash that occurred on the following steps:
1. Add an AFP track.
2. Open it, and move the waveform display to overlap the track label
button.
3. Close the AFP window and open it again by clicking the track label.
4. Move the mouse pointer.
The problem occurs because the code makes the implicit assumption that
AudioFileProcessorWaveView::enterEvent (and hence
QApplication::setOverrideCursor) is called before
AudioFileProcessorWaveView::mouseMoveEvent. This is not the case when
the waveform display is on top of the track label. In this case the AFP
windows is opened with the mouse being immediately positioned over the
wave form display. There is no enter event and move events are issues
directly. This then leads to a crash in
AudioFileProcessorWaveView::mouseMoveEvent when trying to determine the
value for is_size_cursor because the override cursor is still null but
is dereferenced directly without checking.
Only adding a check would not solve the problem because in that case the
cursor would not change to the hand cursor when being moved inside the
waveform display.
The solution is to remove all calls to the global methods
setOverrideCursor and restoreOverrideCursor and to only set the cursor
locally.
This fix is based on a patch by gi0e5b06 which is committed under 8a10c52
in his repository but for which he never created a pull request.
2019-03-10 10:33:48 +01:00
Lukas W
17e87c1d68
Fix MidiJack crash on exit
...
* Fix uninitialized m_jackClient being used in MidiJack destructor
* Fix destruction order in Mixer.cpp so that MidiJack doesn't access the
deleted AudioJack instance
Fixes #4688
2019-03-10 10:27:51 +01:00
Javier Serrano Polo
cdd1ddbb0c
Sync Debian version ( #4840 )
...
* Sync Debian version
* Drop temporary logging
2019-03-07 06:32:23 +01:00
tresf
9e6ce0638d
Blacklist $HOME as VST directory
...
Closes #4854
2019-03-06 23:42:28 -05:00
Tres Finocchiaro
991ffcd2e0
Disable soundio on macOS
...
Temporarily disable soundio on macOS to address stability issues with PortAudio
Closes #4864
2019-03-05 16:42:36 -05:00
Alexandre Almeida
009a451d0b
Fix AudioFileProcessor tooltip ( #4868 )
2019-03-05 16:36:01 -05:00
tresf
e54969c568
Add /sbin to AppImage search path
...
Closes #4846
2019-03-05 15:55:41 -05:00
Alexandre Almeida
05d5e2036d
Fix DrumSynth sscanf ( #4869 )
2019-03-03 09:44:20 +01:00
Lukas W
a233291c27
Add missing include
...
Compilation fails with debug build. Fixes regression from
dd99f3a7c4
2019-02-27 09:50:48 +01:00
Javier Serrano Polo
ad1fa16a95
Move apt_mingw_cache out of build directory ( #4842 )
2019-02-25 13:06:01 -05:00
Tres Finocchiaro
e34f75a8c7
Add needed macOS shortcuts ( #4851 )
...
Fix insert bars, delete bars, delete notes on Apple keyboard
2019-02-24 21:57:53 -05:00
Javier Serrano Polo
31dc8e18ff
Test deployment preparation in regular builds ( #4847 )
...
Tests whether contributions break packaging inadvertently
2019-02-24 21:53:05 -05:00
makepost
e7720cc8cb
lmms_math: Fix build with musl
...
When deciding to polyfill glibc features, check if the standard library claims to be glibc, instead of enumerating platforms in the condition. Unlike master branch which in de3b344 changes math function calls to standard, stable-1.2 keeps their glibc names and fails to build on Linux with another libc such as musl.
2019-02-22 17:51:51 +01:00
Hyunjin Song
18d478782c
Fix path to the LMMS binary in AppImage build script
2019-02-19 21:02:02 +09:00
Hyunjin Song
55eb831507
Bump version to 1.2.0-rc8
2019-02-19 10:53:42 +09:00
Hyunjin Song
97e738aa42
AppImage: bundle JACK fallback library correctly
2019-02-19 10:51:43 +09:00
liushuyu
71dbfb5297
i18n: pull from Transifex
2019-02-18 16:42:03 -07:00
Dominic Clark
505c642fbc
Bring back PortAudio support on Windows ( #4770 )
...
Population of the PortAudio setup widget has been delayed until it is shown, as it was causing crashes on some systems.
2019-02-17 20:07:40 +01:00
Douglas
8d707df171
Fix Bitinvader waveform cutoff behavior
2019-02-15 11:31:01 +09:00
Hyunjin Song
fcacf44375
Ensure the restore button of a subwindow shows up correctly ( #4819 )
...
* SubWindow: ensure the restore button shows up correctly
* Remove old workaround for the maximize behavior on Mac
2019-02-12 05:27:08 +00:00
Javier Serrano Polo
e94d1c91e9
Move QT_X11_NO_NATIVE_MENUBAR to code ( #4818 )
...
Set Qt::AA_DontUseNativeMenuBar
Remove QT_X11_NO_NATIVE_MENUBAR from desktop launcher
2019-02-11 19:03:50 +00:00
Hubert Figuière
bbedfa9ec5
Fix Linux HiDPI handling
...
Fix HiDPI order of operations, remove shortcut technique
2019-02-09 04:41:24 +00:00
Javier Serrano Polo
3c88541345
Follow instructions from cartr/homebrew-qt4 ( #4815 )
2019-02-07 13:02:34 -05:00
Dominic Clark
c907fcdca5
Don't let silent instruments wake up sleeping effects ( #4792 )
2019-02-06 19:25:11 +01:00
Johannes Lorenz
d9b5ee03fe
Fix CI by reverting rpmalloc
2019-02-02 11:09:16 +01:00
Javier Serrano Polo
b28d405240
Disable built-in NaN handler through hidden setting ( #4787 )
...
* Disable built-in NaN handler through hidden setting
* Reuse code
2019-01-31 23:12:45 +01:00
Johannes Lorenz
0a47b0c8cd
Fixes #4752 : Update rpmalloc
2019-01-30 22:39:23 +01:00
Johannes Lorenz
42df251c66
Fix address in doc/AUTHORS
...
[ci skip]
2019-01-30 22:18:15 +01:00
Johannes Lorenz
fdccb38989
Fixes #4778 : Update mailmap
...
[ci skip]
2019-01-30 21:56:32 +01:00
Oskar Wallgren
8618ab5d8f
Increase forced clipping level
2019-01-28 19:12:06 +01:00
Hyunjin Song
c1ae1ed5f4
MIDI import/export: map note volume and MIDI velocity with their full range ( #4785 )
...
* MIDI export: map volume to MIDI velocity correctly
* MIDI import: map MIDI velocity to note volume with full range
2019-01-21 18:49:25 +01:00
Oskar Wallgren
6df6f12a3d
Pianoroll - Add checkpoint before moving notes
2019-01-20 14:33:16 +01:00
Oskar Wallgren
dd99f3a7c4
Improve handling of nan/inf ( #4743 )
...
* If we find NaN/inf, we declare the whole buffer bad and set it to 0.0f. This
is because the noise leading up to, or coming from, an infinite or NaN value
is often very large and will create problems later in the sound chain. Especially
if it hits a delay based fx with feedback.
* We bump the clipping level to +/-10.0f.
2019-01-20 11:47:22 +01:00
Dominic Clark
1faaf008c8
Don't memcpy null pointer
2019-01-19 16:29:15 +00:00
Dominic Clark
227e88a347
Fix file extension list in translations
2019-01-19 16:29:15 +00:00
Dominic Clark
79374b3a0f
Link RemoteZynAddSubFx with -mwindows
2019-01-19 16:29:15 +00:00
Dominic Clark
69a51eb28b
Enable VST sync by default
2019-01-19 16:29:15 +00:00
Douglas
1404b723b5
Initialize peak controller last sample with base value fix (Stable 1.2) ( #4699 )
2019-01-16 19:59:40 +00:00
Javier Serrano Polo
8dea34e1b8
Do not depend on Git history, use data from 2019-01-07 ( #4763 )
2019-01-16 03:08:14 +01:00
Javier Serrano Polo
e074841d44
Fix before_deploy ( #4764 )
2019-01-14 09:47:34 +01:00
Tres Finocchiaro
d9f5e8a6df
Fix left 1px lfo graph
...
Closes #4597 , supersedes #4613
2019-01-12 23:17:24 -05:00
Tres Finocchiaro
f382e5e36f
Fix builds on macOS Mojave 10.14 ( #4767 )
2019-01-10 23:43:00 -05:00
T0NIT0 RMX
e2de0ece8c
Fix infinite MIDI note with VST made in Cabbage (LMMS#4380) ( #4766 )
2019-01-10 20:00:40 +01:00
Hyunjin Song
2ee02d97cb
Keep off-grid position of TCOs on group moving ( #4262 )
2019-01-06 19:21:35 +09:00
Javier Serrano Polo
7f0593c601
Add source build artifact ( #4744 )
2019-01-03 21:44:49 +01:00
Oskar Wallgren
4c7ca3972c
Don't render Automation tracks in the Beat/Bassline ( #4747 )
2018-12-31 15:50:57 +01:00
Oskar Wallgren
a3ede058cd
FX autoquit disabled by default ( #4378 )
...
Really short notes doesn't work well with delay based effects with the default
decay settings of the FX autoquit system where the effect can cut out. Set
autoquit as disabled by default.
Decay and Gate knobs are now also disabled when autoquit is disabled.
2018-12-31 15:50:11 +01:00
Javier Serrano Polo
4d2e89bee2
Add Debian sid Clang build pass ( #4735 )
2018-12-27 20:15:42 +01:00
xy124
dd6d4a552b
Fix broken FxLine tool tips ( #3321 )
2018-12-24 13:42:34 +01:00
Hyunjin Song
e1d9d899fd
Fix lost control links in copied automation patterns ( #4723 )
...
This hack should be removed once the automation system gets fixed.
2018-12-22 11:37:34 +09:00
Javier Serrano Polo
642b5e7d04
Add Debian sid i386 build pass ( #4727 )
2018-12-19 12:45:33 +01:00
Javier Serrano Polo
698c39d385
Add Debian sid build pass ( #4707 )
...
* Add Debian sid build pass
* Update file locations and copyright
* Use ccache
* Redirect within sudo
* Work around a pbuilder bug which breaks ccache
* Debian: enable parallel builds
* Travis: Debian: fix caching
* Fix shellcheck warnings
2018-12-09 11:19:15 +01:00
Dominic Clark
9c9290eeeb
Support more than 62 simultaneous VST plugins for Qt<5.10
2018-12-08 00:30:45 +01:00
Dominic Clark
614bca7f04
Make ppqPos in VST sync sample accurate
2018-12-08 00:30:45 +01:00
Dominic Clark
3a94ed3f3f
Fix occasional Sinnah hang
2018-12-08 00:30:45 +01:00
Dominic Clark
277e8b6444
Don't create MDI subwindow for VSTi without GUI
2018-12-08 00:30:45 +01:00
Javier Serrano Polo
c3b07a5092
New pixmap as per #4519 ( #4708 )
2018-11-16 21:45:19 +01:00
Javier Serrano Polo
ff060982ac
Add initial Debian packaging for stable-1.2 ( #4697 )
...
* Add initial Debian packaging for stable-1.2
* Drop Debian menu entry
2018-11-14 14:01:00 +01:00
Dominic Clark
2070ef21f5
Handle automation on processing thread ( #4692 )
2018-11-13 07:24:08 +09:00
Karmo Rosental
a8828d332c
Update TimeLineWidget 60 times per second ( #4703 )
...
In addition to #4570 .
2018-11-09 16:20:38 +09:00
Hyunjin Song
86f9a75d98
Fix song editor visualization after maximizing ( #4698 )
2018-11-07 13:41:03 +09:00
Hyunjin Song
d8fb07ff52
Fix minor glitches with sample tracks ( #4666 )
...
Switches some signal-slot connections to Qt::DirectConnection.
Now LMMS can handle loop points correctly and export samples without glitches.
Also tweaks some Mixer-related code to avoid related deadlocks on export.
2018-10-29 16:17:41 +09:00
Hyunjin Song
1f7cd3ed5a
Allow building SF2 player with FluidSynth 2.x ( #4678 )
...
Resolves the incompatibility between FluidSynth 1.x and 2.x
due to some API changes by shimming some functions.
Note that 1.x and 2.x are not binary compatible.
2018-10-28 10:31:33 +09:00
Johannes Lorenz
5c362e51ac
Fix not saving some automations ( #4632 ) ( #4667 )
...
Save automation of
* Track::muted
* Track::solo
* EffectChain::enabled
2018-10-24 22:23:21 +02:00
Hyunjin Song
1ab1280843
Don't quit CLI rendering when failed to load sample files
...
Per https://github.com/LMMS/lmms/pull/3293#discussion_r225765957
2018-10-23 12:43:25 +09:00
Tobias Junghans
811188bb7a
Update name in mailmap
...
[ci skip]
2018-10-21 18:19:42 +02:00
Johannes Lorenz
fbdd09dbf5
Fix german locale ('<Strg> + Mittelklick')
2018-10-11 19:28:41 +02:00
Hyunin Song
7aeddc648a
Fix unit tests for automation
...
Cherry-picked from 'master'.
Orignal commit: 0a6a6d1a77
2018-10-08 16:20:03 +09:00
Hyunjin Song
43b700d23c
Ensure correct TCOs after cloning tracks into the BB editor
...
Previously BBTrackContainerView::dropEvent always deleted
the TCOs of dropped tracks. It made dropped tracks unusable.
As of this commit, the function checks for correct TCOs.
If incorrect TCOs exist, the function remove them and add empty ones.
2018-10-08 12:33:00 +09:00
Hyunjin Song
5a92105735
Don't always treat empty long patterns as BB patterns
...
Due to the wrong condition for GUI handling, empty patterns longer than 1 bar
was treated as BB patterns though they don't really look like.
This commit drops the erroneous check and fixes related GUI issues.
2018-10-08 12:33:00 +09:00
Hyunjin Song
fb5c8f510a
Fix VST track cloning in Beat/Bassline editor
2018-10-08 12:33:00 +09:00
Hyunjin Song
9799f3ca1c
Fix Carla detection in AppImage launcher script
...
Fixes a typo which hardcodes Carla path at the packaging time.
2018-10-04 14:24:52 +09:00
Hyunjin Song
a2685c1cca
Bump version to 1.2.0-rc7
2018-09-25 16:47:51 +09:00
Umcaruje
8154f886ed
Update the LMMS logo and mimetypes ( #4519 )
...
* Update the LMMS logo and mimetypes
* fix bmp for nsis installer
* Update window and About icons, rename icons, change the file association logic
* Fix NSIS
* Revert nsh patch
* Fix small icon
* Always write DefaultIcon in the registry
* Fix file permissions
* Fix nsis branding
* Fix nsis branding #2
* update the icon windows and linux
* Update apple icon, add windows visual manifest
* try to fix windows installation
* typo
* typo 2
* Set small logo to conform to 48x48 grid
2018-09-24 11:09:49 +02:00
Johannes Lorenz
93dc557c56
Add bash completion ( #4534 ) ( #4604 )
...
* Add bash completion (#4534 )
2018-09-23 21:17:39 -04:00
Hyunjin Song
9fe74c2730
Specify infinte timeout in tryLock on export
...
Ensures remote plugins always process sound on export.
Follow-up of 408b72c798 .
2018-09-19 19:52:08 +09:00
Karmo Rosental
dd7b0865fb
Update UI 60 times per second ( #4570 )
...
* Update UI 60 times per second
* Adjust falloff values
2018-09-17 23:49:25 +09:00
Tres Finocchiaro
153f15f4b4
Add Carla support for MacOS ( #4558 )
...
Add Carla support for MacOS
2018-09-15 09:32:29 -04:00
Hyunjin Song
91ca660161
Fallback to default audio/MIDI backends if invalid one is set
...
Also shows the setup dialog in case of invalid audio backends
2018-09-13 11:01:49 +09:00
Hyunin Song
3064f03818
Validate audio/MIDI backend when opening setup dialog
...
Original work: #4372 by @justnope
2018-09-13 11:01:49 +09:00
Johannes Lorenz
a5a13b1256
Restructure help
...
* Allow actions (dump, render*, upgrade) without minuses
* Restructure help in CLI
* Restructure help in man pages
2018-09-12 22:25:33 +02:00
Hyunjin Song
f37ca49e6d
Fix decimal separator handling ( #4547 )
...
Makes LMMS can handle both periods and commas properly when loading real numbers.
2018-09-12 11:02:40 +09:00
Dominic Clark
c3db486be0
Set VST program first when restoring settings
...
Fixes a bug where some VSTs (e.g. Temper) would have their settings reset on project load, due to using programs as presets.
2018-09-11 22:01:11 +09:00
justnope
4c7c68f45a
Initialise OLE in RemoteVstPlugin
...
Some plugins don't initialise it themselves, expecting it already to be
done for them, and so are liable to hang without it (e.g. TX16Wx).
Co-authored-by: Hyunjin Song <tteu.ingog@gmail.com >
Co-authored-by: Dominic Clark <mrdomclark@gmail.com >
2018-09-11 22:01:11 +09:00
DomClark
0ad8527ff7
Link RemoteVstPlugin with -mwindows
...
Stops each remote plugin process spawning a console host, and seems more in line with what other hosts do.
2018-09-11 22:01:11 +09:00
DomClark
53dadd5735
Fix VST windows resizing a little incorrectly
...
This was fixed for setting the initial size of the window in 8e9f74d , but I missed the resizing case.
2018-09-11 22:01:11 +09:00
DomClark
2c5cda563b
Fix kVstTransportChanged flag usage in VST sync
...
Changed according to feedback from AudioBlast. The flag used to be set most of the time, now it is only set when playback starts/stops, looping is toggled, or playback jumps around.
2018-09-11 22:01:11 +09:00
DomClark
cc2ae66540
Fix hang when updateInOutCount called from processReplacing
...
Ignore requests to change the I/O count from within processReplacing and print a warning instead; the shared memory is in use so it can't be reallocated. Add a special case to return immediately if the I/O count hasn't changed at all; this will prevent spurious warnings when the plugin is only updating the latency and should reduce unnecessary reallocations in general.
2018-09-11 22:01:11 +09:00
DomClark
de427bbcf8
Suspend plugin when changing sample rate/buffer size
...
Some plugins ignore updates to these values if they're changed while the plugin is in a "resumed" state, resulting in incorrect tuning after a change of sample rate.
2018-09-11 22:01:11 +09:00
Lukas W
6f32c962b4
Fix invisible editors on project load by validating size ( #4502 )
2018-09-03 19:39:23 +09:00
Tobias Kortkamp
4bb6586c66
Allow building with sndio support on more systems than just OpenBSD ( #4486 )
...
Sndio also supports FreeBSD and Linux.
2018-08-27 16:19:23 -04:00
Hyunjin Song
a0cbcb6ec4
Remove Qt temporary files after loading ZynAddSubFX settings ( #4551 )
2018-08-25 15:29:40 +09:00
Hyunjin Song
7f541a544e
Don't try to clear null buffer in NotePlayHandle::play ( #4545 )
...
This is a workaround for rare crashes when changing the tempo
while playing notes with stacking and/or arpeggio.
When playing the master note, _working_buffer is null.
Tempo change causes false positive in the check because
NotePlayHandle::resize changes m_totalFramesPlayed.
Thanks to 6fc4577f10 , we can safely drop
the memset call.
2018-08-22 20:17:56 +09:00
Michael Gregorius
160488c096
Make the oscilloscope colors available as properties
...
Make the oscilloscope colors available as properties so that they can be
changed via style sheets. Adjust the existing styles to use the colors
that have been hard coded previously.
Cleanup the paintEvent method of VisualizationWidget, e.g. by extracting
a method to determine the color to use for the line and by pulling
variables to the place where they are used. Fix some Clang warnings.
2018-08-16 19:47:58 +02:00
Ivo Wetzel
0cddc469bc
Fix Freeboy noise channel playback ( #4538 )
...
Writing the enable bit to `FF23` causes the noise oscillator to start outputting samples and writing the other registers (including the one for the SRW value) during the time the oscillator is active has undefined behaviour.
In order for `GB_apu` to correctly generate samples when the LSFR width is
set to `7`, the trigger write to `0xff23` must happen after all other
writes.
2018-08-16 12:05:50 +09:00
Tres Finocchiaro
2ecc8bb4fa
Add CMake 2 support ( #4530 )
...
Partially reverts d599955
2018-08-07 15:26:58 -04:00
Tres Finocchiaro
b5dc70c20a
Fix AppImage shim launcher
...
Due to upstream change in linuxdeployqt
2018-08-05 23:53:49 -04:00
Hyunjin Song
e07f9a3b64
Don't use dummy controllers for connections if not loading projects ( #4493 )
...
Remove the need of ControllerConnection::finalizeConnections
when not loading projects.
Fix ZynAddSubFX knob disconnection when exporting.
2018-08-01 14:35:16 +09:00
Oskar Wallgren
b268abba45
Fix some formatting issues in translations ( #4482 )
...
* Swedish translation formatting and fixes
* German translation formatting
* Czech translation formatting
* Spanish translation formatting
* Farsi translation formatting
* French translation formatting
* Italian translation formatting
* Portuguese translation formatting
* Galician translation formatting
* Russian translation formatting
* Ukrainian translation formatting
* Japanese translation formatting
2018-07-31 05:04:20 +02:00
Oskar Wallgren
b9634fa672
Setup Dialog - Fix bottom of letters cut off ( #4483 )
2018-07-28 14:07:21 -04:00
Hyunin Song
112d34226a
Fix broken MIDI import
...
Fix a regression in 3e538d510c (#4401 ) that
readAllData doesn't read the file from the beginning
2018-07-27 15:48:58 +09:00
Oskar Wallgren
45d3359e21
Some demo project license fixes ( #4481 )
...
Add some missing licenses and split out CapDan and Skiessi project
licenses to their own files in the corresponding directories.
2018-07-15 14:03:37 +02:00
Hyunjin Song
408b72c798
Use tryLock in audio threads for VST/ZynAddSubFX ( #4460 )
...
Prevent loading VST or toggling ZynAddSubFX GUI
from blocking entire audio processing
2018-07-13 10:40:24 +09:00
Hyunjin Song
9f64d52146
Always show sample track panning knobs ( #4477 )
...
Fix hidden sample track panning knobs when using compact track buttons
2018-07-12 09:49:02 +09:00
Hyunjin Song
f2d68326a7
Fix occasional audio interface deadlock ( #4450 )
2018-07-10 11:13:56 +09:00
Hyunin Song
0f3b41f590
Fix fwrite parameter ordering
2018-07-07 10:37:30 +09:00
Hyunin Song
62d505b2e6
Improve STK rawwave path encoding handling
...
Still incomplete on Windows due to an upstream issue
2018-07-05 20:16:01 +09:00
Hyunin Song
3e538d510c
Fix MIDI import encoding issue on Windows
2018-07-05 20:16:01 +09:00
Hyunin Song
1af0f083ea
Fix WAV exporting on Windows
2018-07-05 20:16:01 +09:00
Hyunin Song
ddcae478d4
Fix sample file loading on Windows
2018-07-05 20:16:01 +09:00
Hyunin Song
9d0aae2708
Fix file name encoding issues with ZynAddSubFX on Windows
2018-07-05 20:16:01 +09:00
Hyunin Song
792e4786ad
Fix file name encoding issues with VST on Windows
...
Fix plugin loading and setting loading/saving
2018-07-05 20:16:01 +09:00
Hyunin Song
e9f2b57107
Fix project URL for some files
...
They were created before https://github.com/LMMS/lmms/pull/3326
and added after it.
2018-06-28 20:23:53 +09:00
Hyunjin Song
28a522806b
Fix hang on exit from specific MIDI devices + WinMM ( #4451 )
2018-06-27 08:59:36 +09:00
Lukas W
c45a21aac3
CMake: Fix FindSndio module
...
Fixes a bug where the module would set SNDIO_LIBRARY to NOT-FOUND
resulting in a CMake error when trying to link to ${SNDIO_LIBRARY}.
2018-06-20 08:47:10 +02:00
Lukas W
d1c36d7b96
CMake: Fix errors when path contains spaces
2018-06-20 08:47:10 +02:00
Oskar Wallgren
583e42e5bb
Quit exit if failing to save project ( #4428 )
...
* Quit exiting when failing to save project
*Test outcome of save in MainWindow::saveProjectAsNewVersion()
2018-06-19 21:59:12 +02:00
Hyunjin Song
6af5154bec
LADSPA: Fix undefined reference due to vectorization ( #4434 )
2018-06-19 09:32:11 +09:00
Hyunjin Song
b52861f19f
Fixup 1bae047b98
2018-06-18 12:35:17 +09:00
Hyunjin Song
1bae047b98
Fix wrong accelerator character in sv.ts
...
Fixes #4415
2018-06-18 10:58:45 +09:00
Hyunjin Song
407973ad6f
Fix crash when loading project with missing peak controller effect ( #4391 )
...
* Fix crash when loading project with missing peak controller effect
* Don't load/save dummy controller connections
2018-06-13 14:50:27 +09:00
Hyunjin Song
2f19fa11c8
Piano roll: reset editing mode when lost focus ( #4393 )
2018-06-05 17:39:04 +09:00
Hyunjin Song
3bf3fab0e3
Piano roll: Fix some crashes when no pattern is open ( #4392 )
2018-06-03 22:12:28 +09:00
Hyunjin Song
a9b5b92a2b
Deselect FX channel's name text when losing focus ( #4293 )
2018-06-03 21:35:36 +09:00
Douglas
0d7ea273dc
Initialize peak controller last sample with base value ( #4382 )
...
* Bug fix in peak_controller_effect.cpp
This change makes it so that when an LMMS project is loaded, each knob connected to a Peak Controller will be set to the Peak Controller's Base value, rather than its minimum possible value.
2018-06-01 20:41:52 -07:00
Lukas W
d3c90a81b9
Fix automation processing priority
...
Fixes regression from 75077f6200 that caused
global automation tracks to have priority in processing.
Adds a test checking for the desired behaviour.
Fixes #4268
2018-06-01 15:12:47 +02:00
Hyunin Song
1349d45d72
Bump version to 1.2.0-rc6
2018-06-01 09:04:01 +09:00
Hyunin Song
75a6502100
Fix Mallets crash when STK rawwave files can't be loaded
2018-05-30 19:14:06 +09:00
Hyunin Song
24ae559de5
Fix crash when re-opening VST effect manage dialog
...
Unset Qt::WA_DeleteOnClose for the dialog to avoid deletion when closed
2018-05-30 09:02:05 +09:00
Hyunin Song
235e8eef6f
Allow controlling VST effects without own GUI
2018-05-30 09:02:05 +09:00
Hyunin Song
55d3fbc908
Fix RemoteVstPlugin not exiting when effect removed
2018-05-30 09:02:05 +09:00
Lukas W
b808631975
VST: Add workaround for small effect window on project load
2018-05-30 09:02:05 +09:00
DomClark
8e9f74df37
Minor fixes
...
From MSDN: "In WM_SYSCOMMAND messages, the four low-order bits of the
wParam parameter are used internally by the system. To obtain the
correct result when testing the value of wParam, an application must
combine the value 0xFFF0 with the wParam value by using the bitwise AND
operator."
Also calculate the required window size using AdjustWindowRect, rather
than hard-coding some constants.
2018-05-30 09:02:05 +09:00
DomClark
fcc883f887
Preserve VST GUI positions and keep them on top
2018-05-30 09:02:05 +09:00
DomClark
ee18011dc7
Fix toggling UI for non-embedded VST effects
2018-05-30 09:02:05 +09:00
DomClark
49dcd385f5
Fix VST effect load crash on non-primary monitor
2018-05-30 09:02:05 +09:00
DomClark
55da698d7c
Fix X11 embedding on Qt4
2018-05-30 09:02:05 +09:00
Lukas W
1220374a7f
Fix effect dialog layout glitches
...
QMdiSubWindow::setSizePolicy doesn't have any effect because QMdiSubWindow
uses a layout. This patch uses QMdiSubWindow::layout()->setSizeConstraint
instead. This may cause effects that don't have a layout and don't
implement sizeHint() to now be resizable. For effects that do though, it
fixes the size constraint.
2018-05-30 09:02:05 +09:00
Lukas W
a2cb7e96ea
Fix VST sub-window creation glitches in project loading
...
Fixes bugs where during project loading (observed with VST effects), empty
widgets and sub-windows would be left floating around. These were caused by
inconsistencies between the way VST UIs were created when loading a project
and when adding an effect in an existing project. In some situations, this
caused createUI to be called twice, leaving over multiple empty widgets.
This commit refactors some code in order to avoid creating unnecessary sub-
windows, which aren't needed with VST effects, but were still created,
usually being invisible. All sub-window related code was moved out of
VstPlugin into vestige.cpp, which is the only place where sub-window VSTs
are actually used. A new sub-class of VstPlugin, VstInstrumentPlugin, now
handles VST sub-windows and is used by vestigeInstrument.
"guivisible" attribute loading was moved out of VstPlugin as well and is
now done in VstEffectControls' and vestigeInstrument's loadSettings method
respectively. This causes some minor code duplication unfortunately.
Closes #4110
2018-05-30 09:02:05 +09:00
Hyunin Song
3e8120d532
Make "Clear this track" undoable
...
Fixes #4375
2018-05-28 13:49:38 +09:00
Hyunjin Song
daa3f53515
Fix compilation with Qt 5.11 ( #4374 )
...
Add extends attribute for custom widget RowTableView per upstream uic change http://code.qt.io/cgit/qt/qtbase.git/commit/?id=058474884c2505a8a00d4c59b4922bfcd3597c2f
2018-05-23 14:59:45 +09:00
Joshua Wade
68a621cc16
Restart flanger LFO on Song::playbackStateChanged signal ( #4363 )
...
Closes https://github.com/LMMS/lmms/issues/3689
2018-05-18 13:34:46 -04:00
Hussam Eddin Alhomsi
0caaebaecb
Remove FluidSynth requirement for background pic ( #4364 )
2018-05-17 19:35:52 +02:00
Oskar Wallgren
bb43bfb961
Remove release time from arpeggiated note ( #4355 )
...
An arpeggio master note shouldn't trigger new notes while it's decaying.
#fixes #4342
2018-05-17 18:39:31 +02:00
Colin Wallace
5d90aecac9
Merge pull request #4339 from PhysSong/tcomove
...
Fix occasional crash when moving TCOs
2018-05-08 21:29:41 -07:00
Hyunjin Song
03aa5fb3c7
Fix crash on exit from MIDI connections ( #4340 )
2018-05-07 17:08:43 -07:00
Hyunin Song
511c7a64fe
Fix occasional crash when moving TCOs
2018-05-03 11:23:35 +09:00
Lukas W
af61a82df8
Merge pull request #4335 from LMMS/fix/job-queue
...
Fix job queue crash
2018-05-02 12:55:09 +02:00
Lukas W
9a52c7b901
JobQueue: Rename m_queueSize to m_writeIndex
...
Hopefully makes it less confusing that m_writeIndex grows beyond
JOB_QUEUE_SIZE when the queue is full.
2018-05-02 12:54:45 +02:00
Hyunjin Song
08573fc96d
Fix detuning crash after deleting the note being edited ( #4324 )
2018-04-30 14:54:34 +09:00
Lukas W
ccd4ff3c2c
Fix job queue crash
...
* Don't add jobs when job queue is full
* Icrease job queue size from 1024 to 8192
2018-04-29 17:01:51 +02:00
Lukas W
84d3c935de
Merge pull request #4333 from PhysSong/circledummy
...
Add dummy CircleCI config file for stable-1.2
2018-04-29 16:04:44 +02:00
Hyunin Song
832e87725a
Add dummy CircleCI config file
2018-04-29 21:59:09 +09:00
Hussam Eddin Alhomsi
386c471ed7
Limit the automation-editor scaled-level tooltip to the grid ( #4308 )
2018-04-26 18:37:43 +03:00
Lukas W
fce9326192
Update rpmalloc to 1.3.0
...
Fixes #4055
2018-04-25 11:00:13 +02:00
Lukas W
e614711d29
Merge pull request #4307 from LMMS/fix/contributors
...
Revert contributor file removal
2018-04-25 07:52:03 +02:00
Lukas W
d65fdd4ee6
Create no-response.yml
2018-04-22 08:34:46 +02:00
Lukas W
50eada6b2b
Update project year
2018-04-21 13:33:35 +02:00
Lukas W
33368bd9d0
Revert CONTRIBUTOR file removal
...
This reverts commit 30f1e52be3 .
# Conflicts:
# CMakeLists.txt
2018-04-21 13:31:14 +02:00
tresf
aaee2ecb15
Better fluidsynth version detection
...
Per #4300 comment
2018-04-20 21:53:13 -04:00
Tres Finocchiaro
22ca47abba
Disable fluidsynth audio backends if possible ( #4300 )
...
Closes #649
Partially reverts #3446
2018-04-20 15:46:13 -04:00
Tres Finocchiaro
18a4346fd5
Better default working directory ( #4288 )
...
* Better default working directory
Closes #1135
2018-04-20 15:41:08 -04:00
Oskar Wallgren
07a23c4e3b
Allways remove infs/nans ( #3706 )
...
When exporting a project lmms performs extra tests for bad data.
The tests are for infs and nans. Switching these tests on for all
occasions as the extra performance hit would be in the order of
only ~2% and the problems, when it hits the end user, are hard to
debug and/or work around.
After testing for inf/nan we clamp the sound to +/-4.0f as sometimes
you will get large transients passing through (an issue that is currently
only present when exporting).
Fixes : #1048
2018-04-15 15:44:38 +02:00
Hussam Eddin Alhomsi
e554a4c4b0
Better behavior when left-clicking a TCO ( #4290 )
...
Instead of calling MouseMoveEvent(), the TCO's "text float" text and position are updated.
This prevents left-clicking the right edge of a resizable TCO from decreasing its size.
Also, removed an unused variable: m_oldTime
2018-04-11 13:39:43 +03:00
Hyunjin Song
00f9590b18
Fix preset preview issues with peak controllers ( #3904 )
2018-04-04 09:06:58 +09:00
Dominic Clark
d30a22487e
Don't call setParameter from audioMasterAutomate ( #4279 )
2018-04-03 19:08:53 +01:00
Umcaruje
b77027d6fb
Fix MDI subwindow buttons contrast in the MenuBar ( #4242 )
...
* Fix MDI subwindow buttons contrast in the MenuBar
* Hard code the button color in LmmsStyle.cpp (thanks @PhysSong)
* Fix code formatting
2018-04-02 19:36:07 +02:00
Umcaruje
ee910d38fe
Fix marked semitones in the piano roll ( #4239 )
...
* Fix marked semitones in the piano roll
* Don't draw in invalid patterns
* update classic theme
* Fix contrast
* update classic theme
2018-04-02 19:33:01 +02:00
Tres Finocchiaro
1df461d64d
Fix VSTs on Fedora 27 ( #4276 )
2018-03-30 14:13:31 -04:00
Tres Finocchiaro
3673e84ac1
Allow relative paths on non-existent directories ( #4271 )
...
* Use cleanPath for calculating relative directories
Closes #4267
2018-03-26 21:51:55 -04:00
Hyunjin Song
ac543ffc75
Play correct note when dragging left side of virtual keyboard ( #4265 )
2018-03-21 23:39:17 -04:00
Noah Brecht
87e6b48df7
Fix ui glitch where track ticks did not line up ( #4171 )
2018-03-21 04:13:42 +01:00
Orbital Ink
fc5fc1cbaa
Change Detune To Pitch Bend in Piano Roll ( #4194 )
2018-03-19 20:23:00 +03:00
Umcaruje
0d1c874a60
Change selected notes color ( #4243 )
2018-03-19 17:35:15 +01:00
Tres Finocchiaro
7a8a925b83
Fix toFloat Qt5 regression ( #4244 )
...
Closes #4241
2018-03-19 12:18:47 -04:00
Tres Finocchiaro
6cd5317e09
Fix C++ standards library portability issue. ( #4261 )
...
Fix C++ standards library portability issue.
Cherry-pick of upstream 2.5 patches: zynaddsubfx/zynaddsubfx@417d49b , zynaddsubfx/zynaddsubfx@edca8ab
Closes #4152
2018-03-18 13:36:05 -04:00
Hyunjin Song
b4e78065e7
Fix some bugs with LFO waveform drag&drop ( #4227 )
...
* Change to user-wave mode and update display after dropping a sample
* Fix broken drag&drop from sample tracks
2018-03-14 14:48:18 +09:00
Oskar Wallgren
a54c54097f
Draw the entire length of a notes pitch bend info ( #4233 )
2018-03-12 14:49:45 +01:00
Orbital Ink
e9b83378f9
Typo - Phrygolydian to phrygian ( #4223 )
2018-03-07 16:44:16 +01:00
Hyunjin Song
ec0f47e9e3
Fix AppImage tool path
2018-03-07 23:27:28 +09:00
tresf
38b69a7e3a
Fix incrementation of LcdSpinBox QInputDialog
...
Closes #4218
2018-03-06 14:35:24 -05:00
Hyunjin Song
788c990ae1
Remove MIDI connection from factory files ( #4207 )
2018-03-06 09:57:40 +09:00
Hyunjin Song
533f475943
Ensure correct length of automation patterns in BB editor ( #4212 )
...
When the length of an automation pattern is an integer multiple of one bar, it was displayed with wrong length. This commit fixes the bug.
2018-03-06 09:57:16 +09:00
Tres Finocchiaro
1d63bd3b4e
Use Canonical Paths for Relative Paths Calculations ( #4211 )
...
Fix redundant path elements
Closes #4173
2018-03-03 22:46:07 -05:00
Hyunjin Song
926b6542ae
Don't restore audio device during exporting ( #4083 )
...
Fixes deadlock on multi-track export with SDL
2018-03-02 13:28:56 +09:00
Tres Finocchiaro
9f1c73bc12
Fix theme after upgrade
...
Closes #4199
2018-03-01 20:37:04 -05:00
Oskar Wallgren
063a505026
Turn journalling off when moving fader ( #4147 )
2018-03-01 19:03:02 +01:00
tresf
a8e8746011
Add support for .pat previews, drag+drop
...
Closes #4202
2018-02-28 21:34:45 -05:00
Dominic Clark
31775752b4
Fix rendering cancellation with VSTs ( #4189 )
2018-02-27 16:08:42 +01:00
Oskar Wallgren
33d2b71b01
Piano Roll - Erase on mouse button drag in erase mode ( #4150 )
2018-02-27 15:59:15 +01:00
tresf
fc9c3eadef
Fix the AppImages
2018-02-27 01:54:26 -05:00
tresf
edc8f43d5b
Use bundled jack if missing
...
Closes #4094
2018-02-27 01:54:26 -05:00
Tres Finocchiaro
3980e54667
Better wine prefix detection ( #4176 )
...
Closes #4108
2018-02-23 13:20:35 -05:00
Hyunin Song
0f0b08b852
Travis: replace homebrew/versions/qt55 with qt5
2018-02-17 13:01:19 +09:00
noahb01
a39ea2b163
Reset window title after render
...
Closes #4160
2018-02-08 23:40:15 -05:00
Oskar Wallgren
c3b4767836
Add journaling checkpoint to recording notes ( #4144 )
2018-02-01 19:45:05 +01:00
Dominic Clark
27007c258a
Fix command line rendering with VSTs ( #4093 )
...
Fix command line rendering with VSTs
2018-01-26 10:48:46 -05:00
Filip Hron
a193ec25f2
Fix patman logo
...
Closes #3660
Supercedes #4121
2018-01-17 17:05:38 -05:00
DomClark
e2c71e3369
Fix lack of sound in iZotope plugins ( #4095 )
2018-01-17 15:56:01 +09:00
DomClark
d0b3be7f00
Wait for reply when updating sample rate
2018-01-17 15:56:01 +09:00
DomClark
709fc7948b
Set buffer size during plugin init
...
Fixes AmpliTube crash
2018-01-17 15:56:01 +09:00
DomClark
6e0dda692a
Remove plugin lock from RemoteVstPlugin
2018-01-17 15:56:01 +09:00
tresf
46512fdf19
Fix macOS compilation without SDL
...
Closes #4105
2018-01-09 21:34:24 -05:00
Mark-Agent003
59eba30d33
Add File Browser Styling ( #4085 )
...
Use CSS to style the selected and hovered items in the File Browser
2018-01-05 11:43:24 -05:00
David Carlier
bd8c27249f
Using the cmake variable will insure the proper value
...
regardless of the platform (already available in 2.0.7 version)
2018-01-02 13:09:03 +01:00
liushuyu
96c5f05120
update i18n and add i18n maint script
2017-12-30 01:21:00 -07:00
Tres Finocchiaro
a3d72def4d
Move Zyn GUI to main thread ( #4065 )
2017-12-22 15:29:32 -05:00
gandalf3
2c3df226ee
Allow individual velocity/pan changes with alt ( #3923 )
...
Fix regression caused by 6e3d4f4 , allow ALT to change the velocity of multiple selected notes.
2017-12-22 15:29:08 -05:00
tresf
7de9649b2f
Fix quantization of pasted notes
...
Fixes a regression caused by #4058
2017-12-22 14:58:20 -05:00
Tres Finocchiaro
c3438a1b4e
Remove alpha channel from splash
...
Closes #4062
2017-12-20 20:46:47 -05:00
Hyunjin Song
eb9b460925
Travis: install jack2 in Linux build
...
Per #4026 : Installing Carla will remove jack1 if it's installed, since Carla requires jack2.
2017-12-20 12:54:31 +09:00
Umcaruje
481cb2e889
Bump version to RC5
2017-12-19 18:24:15 +01:00
tresf
1279244e50
Add $HOME/bin to PATH
...
Circumvent change in appimagetool, per AppImage/AppImageKit#592
2017-12-18 18:55:51 -05:00
Lukas W
7c71bc657c
Merge pull request #3786 from LMMS/fix/qt5-vst
...
Add all the Qt5 Linux VST implementations
2017-12-18 22:15:45 +01:00
Lukas W
19f48898a7
VST: Disable plugin reload on embed method change
2017-12-18 12:05:29 +01:00
Oskar Wallgren
76766c4c85
Piano Roll - Don't quantize when pasting notes ( #4058 )
...
Some changes on pasting notes in the Piano Roll:
* Don't quantize notes when pasting
* Add journal checkpoint
* Set project changed
2017-12-17 21:48:33 +01:00
Lukas W
5bad0ea8c0
Merge pull request #4046 from devnexen/build_fix
...
Few code fixes since we re dealing with C++11
2017-12-13 14:32:42 +01:00
Oskar Wallgren
54be88f536
Automation Editor - remove (comment out) unimplemented buttons ( #4051 )
2017-12-12 18:44:10 +01:00
tresf
5174bdaa0d
Spaces to tabs
2017-12-11 10:46:19 -05:00
David Carlier
a653d01ac8
Few code fixes since we re dealing with C++11
2017-12-09 07:55:30 +00:00
Oskar Wallgren
06c40fc821
Automation Editor - Straighten out draw line function ( #3997 )
...
Fixes:
AutomationEditor::drawLine(..) - quantize input
AutomationEditor::drawLine(..) - Adjust line level.
2017-12-06 06:18:38 +01:00
Tres Finocchiaro
260c1843dd
Fix typo from b6441b7
...
Closes #4039
2017-12-05 21:58:51 -05:00
Dan Williams
45d6b299ef
Fix a crash ( #4037 )
...
This code loads a Qt5 library, which will cause problems if done from a Qt4 application. If the application is Qt4 based we don't have a bug with kde changing the menus anyway, so we can skip this code.
2017-12-05 21:36:54 -05:00
Hyunjin Song
dd4a73eb4b
Fix various bugs when using JACK ( #4005 )
...
* Fix crash on closing
* Fix audio rendering artifacts
* Make LMMS work properly after rendering
2017-12-03 11:27:49 +09:00
Tres Finocchiaro
d711b8b55e
Add Carla Support to AppImage ( #4026 )
...
Build AppImage with Carla support
* Disables HiDPI support in the AppImages
* Ignores deprecated jack usage
* Fix Carla compilation warnings
* Detects carla prefix in AppRun
2017-12-01 13:19:44 -05:00
Hyunjin Song
6cc118c259
Fix automation unit test for Qt4
...
Fixes failing Travis-CI build
2017-12-01 11:26:37 +09:00
Lukas W
d146308c02
Add more automation tests
...
See issue #3800 (Automations continue after the end of their TCOs) which
was fixed via #4012
2017-11-30 19:43:49 +01:00
Lukas W
ee9b593e26
Merge pull request #4012 from PhysSong/autoshrink
...
Handle shrank automation patterns correctly
2017-11-30 19:19:08 +01:00
Steffen Baranowsky
898e7999dc
fixes bug when changing value by double click on fader/knob ( #4018 )
2017-11-30 16:57:15 +01:00
Lukas W
7ae348eb10
Vst refactorings
2017-11-29 15:33:44 +01:00
Lukas W
a446775c80
VST: Fix Qt-embedded VSTs not always appearing
2017-11-29 15:33:36 +01:00
Lukas W
ae488b89cd
Fix VstEffect width issue
2017-11-29 14:44:53 +01:00
tresf
d0194e6c64
Bump Qt to 5.9.2
...
Closes #3925
2017-11-27 10:42:17 -05:00
Hyunin Song
72dcefc5f2
Handle shrinked automation patterns correctly
2017-11-26 21:04:06 +09:00
Lukas W
8c02495f27
Qt4 compat simplified
2017-11-25 15:25:32 +01:00
Lukas W
238d6b627c
CMake: Fix RemoteVstPlugin build when winebuild is not in PATH
2017-11-25 14:48:15 +01:00
Lukas W
7019cabb51
Merge branch 'stable-1.2' into fix/qt5-vst
2017-11-25 12:36:34 +01:00
Lukas W
46ef3c6a11
Fix rpmalloc debug build with GCC < 5
2017-11-25 12:09:10 +01:00
Lukas W
23cb3852ac
VstEmbed: Remove obsolete CMake flags
2017-11-24 15:39:53 +01:00
Lukas W
e95e3793b4
Merge pull request #3991 from PhysSong/fix/qt5-vst
...
Some fixes/enhancements for #3786
2017-11-24 14:40:24 +01:00
Lukas W
3d47344297
Travis: Enable Linux/Qt4 builds
2017-11-24 12:59:40 +01:00
Lukas W
a8aa3e153f
VST: Fix Qt4 compilation
2017-11-24 12:46:06 +01:00
Oskar Wallgren
c6ae1dcba6
Automation Editor - delete automation point ( #3986 )
...
Fix regression from b68dc572a3
Let the right mouse button delete the automation point like before
and add the space above it too.
2017-11-24 05:38:47 +01:00
Oskar Wallgren
55076d0bb0
Unsolo mixer channels on delete ( #3982 )
...
If a mixer channel is soloed when it's deleted the other channels are left in the
state their in which is, for the most part, muted. Solve this by clearing mixer
channels on delete.
2017-11-21 20:56:54 +01:00
Hyunin Song
72e882af88
Add a fallback logic for VST embedding methods
2017-11-20 15:57:29 +09:00
Hyunin Song
55ce90ec00
Try to improve embedding method logic
2017-11-20 15:46:57 +09:00
Hyunin Song
463d02e299
Move SC_CLOSE handling code
2017-11-19 14:25:39 +09:00
Hyunin Song
7da7a70d60
Add Win32 embedding
2017-11-19 14:25:39 +09:00
Hyunin Song
b0f64dea7f
Restrict "qt" embed method to Qt5 only
2017-11-19 14:25:39 +09:00
Hyunin Song
df3c07bbed
Fix Qt4 compatibility
2017-11-19 14:25:33 +09:00
Hyunjin Song
514ae34df3
Fix automation pattern regressions ( #3977 )
...
Change the default value of ignoreSurroundingPoints in AutomationPattern::putValue to true, which was false in #3352 .
Fixes automation filpping bug and some potential issues.
2017-11-19 10:50:22 +09:00
Oskar Wallgren
3de3ea6b16
Revert accidental submodule changes
2017-11-18 16:30:00 +01:00
Oskar Wallgren
b68dc572a3
Automtion Editor - left click response
...
When you left click an existing value the automation point will only
snap to the new value if it is higher. If it is lower the mouse click
event will 'break'.
Cleanup. Remove statement that will always evaluate as 'true'.
2017-11-18 15:04:20 +01:00
Oskar Wallgren
01265ace66
Default project when cancelling project loading ( #3941 )
...
Default project when cancelling project loading
If a user isn't aware that the loading of a project has been
cancelled, it may be in an incomplete state. Saving such a project
will overwrite the original file and result in data loss. This is
solved by loading the default project on cancelling project loading.
Add Mixer::clearNewPlayHandles() to prevent crash when cancelling
loading of a single streamed instrument.
2017-11-17 02:03:49 +01:00
Hyunjin Song
601046aa03
Fix CAPS plugin build with some compilers ( #3972 )
2017-11-15 10:18:03 -05:00
Tres Finocchiaro
de98781df4
Use "soundfonts" folder, not "sf2"
2017-11-14 21:55:25 -05:00
Dominic Clark
7ed9bea9fb
Disable plugin transparency on Qt5 ( #3934 )
2017-11-13 08:52:08 +09:00
Lukas W
358a251cff
VstEmbed: Support changing embed method without restart
2017-11-10 09:18:40 +01:00
Lukas W
f9f4d0cb9c
VstEmbed: Store embed method on plugin start
...
Avoids bugs when embed method is changed in setup dialog while VSTs are
running.
2017-11-10 08:12:20 +01:00
Lukas W
a8311a7b49
Vst: Fix widget deletion
2017-11-10 08:02:29 +01:00
Hussam Eddin Alhomsi
0dbbdd9f4c
Update the grid after changing the quantization value in automation editor
2017-11-09 16:31:20 +01:00
Hussam Eddin Alhomsi
43ae3c6376
Update patterns in song editor after shifting their notes by semitones in piano roll. ( #3961 )
...
After shifting notes up/down, call rearrangeAllNotes() to sort notes and dataChanged()
to update the pattern the Song Editor.
2017-11-09 16:29:45 +01:00
Tres Finocchiaro
d4d909cd9e
Add libjack.so.0 fallback logic for AppImages ( #3958 )
...
Add libjack.so.0 fallback logic
2017-11-09 01:57:20 -05:00
Hyunjin Song
48b9b6508e
Fix visual glitch with automation patterns ( #3945 )
...
Fix off-by-one visual glitch in automation editor and automation pattern view
2017-11-09 06:58:51 +09:00
Hussam Eddin Alhomsi
8baf42fca0
Remove text from project notes of factory templates. ( #3939 )
2017-11-07 14:21:12 -05:00
Lukas W
0dbdafc1f8
CMake: Fix non-existing target warnings
2017-11-07 12:06:52 +01:00
follower
eb09ff6f25
Fix off-by-one/heap-buffer-overflow as reported by ASAN.
...
It's probably not the best "solution" but it should hopefully be
one less category of crash-on-close on Mac.
ASAN a.k.a Clang "AddressSanitizer".
2017-11-07 11:56:49 +01:00
Lukas W
6fd38fee9f
Fix qt5-x11embed submodule reference
2017-11-07 11:21:00 +01:00
Lukas W
2b6f366063
CMake: Only link qx11embedcontainer on Linux
2017-11-07 11:03:37 +01:00
Lukas W
6eb447deb7
Merge branch 'stable-1.2' into fix/qt5-vst
...
# Conflicts:
# .gitmodules
# .travis/linux..install.sh
# CMakeLists.txt
# plugins/vst_base/CMakeLists.txt
# src/3rdparty/CMakeLists.txt
2017-11-07 10:58:52 +01:00
Lukas W
e3ba9ba9be
Update qt5-x11embed submodule for CMake changes
2017-11-06 19:15:57 +01:00
Lukas W
421a85d2e1
Update qt5-x11embed submodule
2017-11-06 18:32:56 +01:00
Lukas W
e95fdcc37d
Add missing includes
2017-11-06 18:29:09 +01:00
Lukas W
472a74d252
Minor fixes
2017-11-06 16:31:12 +01:00
Lukas W
134dae80d5
VstEmbed: Add missing find_package instruction for Qt5X11Extras
2017-11-06 11:39:39 +01:00
Lukas W
415316f722
VstEmbed: Remove obsolete CMake flags
2017-11-06 11:39:19 +01:00
Lukas W
6839746344
VstEmbed: Allow selecting method at runtime
2017-11-06 11:17:10 +01:00
Dan Williams
298f1ec335
Fix recent files ( #3872 )
...
* Fix templates and recent files on KDE.
Workaround for https://bugs.kde.org/show_bug.cgi?id=337491 , Call into KDE stuff to stop it adding accelerators.
* Fix & in recent files.
Escape & as && when building the recent file lists, and reverse that when getting the file name.
2017-11-04 17:31:41 +09:00
Hyunjin Song
a3c7328f9c
Fix wrong value interpolation ( #3929 )
2017-11-04 08:54:33 +09:00
Oskar Wallgren
0c31cf49c0
linearToLogScale() - Input validation ( #3932 )
2017-11-03 09:41:28 +01:00
tresf
f15acb8620
Specify architecture for AppImage
2017-11-01 01:01:09 -04:00
Oskar Wallgren
88b940fa05
LADSPA - Fix various floating point errors ( #3927 )
...
* swh - Dyson Compressor, fix NaN
* swh - shaper_1187, division with 0
* Division with 0 in calf limiter
2017-10-31 02:33:37 +01:00
Michael Gregorius
7e107f5914
Fix #3842 : Opening a project with LB302 produces a noise burst
...
Fix the noise burst described in #3842 by removing the second
initialization of vca_a to 9 in the constructor of lb302Synth.
2017-10-30 15:48:10 +01:00
Hyunjin Song
60e9b2f474
Fix crashes and deadlocks with previewing preset ( #3905 )
...
* Fix crash when closing while previewing preset
* Fix deadlock on previewing presets while playing arpeggio
2017-10-29 20:26:28 +09:00
Oskar Wallgren
9715da332b
Deleting Automation Points at coarser quantization
...
Regression from f9ab2dec02
Don't follow quantization as you will have to move the
cursor that length before any deletion is made.
2017-10-26 02:38:15 +02:00
Hussam Eddin Alhomsi
05971cac6a
Fix monstro's osc 3 vol knob values. ( #3912 )
2017-10-24 21:01:26 +02:00
Oskar Wallgren
f9ab2dec02
Automation Point delete radius and size ( #3902 )
...
* Fix Automation Point delete radius. At lower zoom deleting would miss
automation points to delete and at higher zoom it would be too generous
and remove neighbouring points.
* Increase smallest Automation Point radius. For visibility. The smallest
Automatin Point radius was tiny.
2017-10-24 17:42:30 +02:00
Hyunjin Song
de20d76c8e
Ignore release frames for single-streamed instruments ( #3900 )
...
Let InstrumentSoundShaping::releaseFrames() ignore release frames for single-streamed instruments. And make it return 0 if m_instrumentTrack->instrument() is NULL.
2017-10-24 00:21:25 +09:00
Lukas W
fbfcb43aeb
Merge pull request #3881 from zonkmachine/arppatternsort
...
Note sorting algorithm rework
2017-10-19 08:49:31 +02:00
Oskar Wallgren
9341acd129
Remove obsolete function - qSort()
2017-10-19 03:35:55 +02:00
Lukas W
8d6cb120b9
Replace MemoryManager implementation with rpmalloc ( #3873 )
...
* Replace MemoryManager implementation with rpmalloc
Fixes #3865
* Travis: Specify OSX image for Qt5 build
2017-10-18 17:02:40 +02:00
Oskar Wallgren
81966fa1a6
Sort note patterns after both position and key
2017-10-18 14:41:00 +02:00
Lukas W
20ea945cee
Fix typo
2017-10-18 10:24:36 +02:00
Lukas W
4594e7e237
Merge pull request #3889 from Umcaruje/portaudiowindowsbyebye
...
Disable portaudio on Windows
2017-10-18 09:49:18 +02:00
Lukas W
9d560a3104
ZynAddSubFx: Fix preset loading ( #3891 )
...
Fix regression from #1719
Fixes #3886
2017-10-17 15:46:16 -04:00
Lukas W
6fc4577f10
PlayHandle: Zero out buffer before processing
...
Fixes buffer noises when instruments don't write the whole buffer, such as
bitinvader. Related:
* #3884 (comment): https://github.com/LMMS/lmms/pull/3884#issuecomment-337170598
* #3883
# #3383
2017-10-17 20:24:34 +02:00
Umcaruje
6e5d82f954
Disable portaudio on Windows
2017-10-16 22:08:12 +02:00
Tres Finocchiaro
3e90e37352
Add AppImage support to Linux builds ( #3688 )
...
Add AppImage support
2017-10-16 15:09:30 -04:00
Tres Finocchiaro
c051e9bf34
Use weak loading of libjack ( #3887 )
2017-10-16 14:46:25 -04:00
Tres Finocchiaro
221d0cb355
Switch Travis-CI to Qt5.8 ( #3885 )
2017-10-16 13:48:38 -04:00
Hyunjin Song
eaa7b0dd7c
Fix sfxr buffer noise ( #3883 )
2017-10-16 17:14:47 +02:00
Lukas W
2930ef69cd
Merge pull request #3884 from PhysSong/nphdestruct
...
Fix missing destructor call in NotePlayHandle
2017-10-16 09:23:31 +02:00
Hyunin Song
2d07efd1dd
Replace NotePlayHandle::done() to the actual destructor
2017-10-16 15:26:05 +09:00
David CARLIER
54f3eccad7
linkage issue fixes due to inlined functions ( #3815 )
2017-10-10 21:35:02 -04:00
Rebecca LaVie
f24f8c7b00
LCD Updates ( #3864 )
2017-10-10 19:05:37 +02:00
Oskar Wallgren
d0cd42ee5e
Update project year
2017-10-10 18:43:03 +02:00
Oskar Wallgren
2d583db990
Fix arpeggio sort mode ( #3867 )
...
When in sort mode and playing over multiple base notes, in the
beginning of the notes there is a chance that the notes will play
together as an ordinary chord instead of arpeggiate.
This is a regression from 6650dd3 .
Fixes #3342
2017-10-10 06:05:11 +02:00
Oskar Wallgren
6da87379b4
Arpeggiator fixes ( #3858 )
...
Set 'master note' for silent notes on sort mode.
Prevent silent notes to play as ordinary notes in the background
when they are waiting for their turn to arpeggiate.
Remove unnecessary test (it will always return TRUE).
Slower default speed (200ms).
2017-10-09 06:29:23 +02:00
David CARLIER
e7e24935b3
catching-up for openbsd sndio support + applying abs call fix ( #3839 )
2017-10-03 00:47:45 +02:00
Umcaruje
fb5a515f77
Bump to rc4
2017-10-01 22:10:45 +02:00
Dominic Clark
9407e84ffa
Stop some autosave crashes ( #3841 )
2017-10-01 22:01:38 +02:00
Hyunjin Song
e5db27542b
Fix sound while playing from piano roll, when BB tracks are muted ( #3804 )
...
* Don't set BB track for tracks not in the BB
* Don't check for BB track mute state if we're playing a single pattern
2017-09-28 09:55:16 +09:00
Lukas W
f23cf4e0bf
Fix "out of buffers" crash ( #3783 )
...
Remove BufferManager implementation. Use MemoryManager allocation instead and re-use buffers where they are allocated (AudioPort.cpp & PlayHandle.cpp)
2017-09-26 20:33:09 +02:00
Dominic Clark
dd429c5caf
Don't let plugins make the main window transparent ( #3809 )
...
* Don't let plugins make the main window transparent
* Don't clear WS_EX_LAYERED if it was already set
2017-09-25 23:09:38 +02:00
Lukas W
ffa1b63f05
Fix VST effects embedding
2017-09-22 12:06:19 +02:00
Lukas W
df37833ca5
Merge branch 'stable-1.2' into fix/qt5-vst
...
# Conflicts:
# plugins/vst_base/RemoteVstPlugin.cpp
2017-09-22 11:50:19 +02:00
DomClark
fb5a58a526
Don't use VST-provided memory when loading chunks ( #3805 )
2017-09-21 00:00:19 +02:00
flynn16
8a39302571
Enable HiDPI Scaling (Qt 5.6+ only) [stable-1.2] ( #3814 )
...
Enables HiDPI Scaling in GuiApplication.cpp, environmental variable and mac manifest
2017-09-20 10:12:41 -07:00
Hyunjin Song
4e3c6b0940
Fix recording of single streamed instruments(regression in #3774 ) ( #3803 )
...
* Revert "same note layering when sustain pedal is pressed (#3774 )"
This reverts commit e387e77445 .
* Fix recording of sustained notes
2017-09-18 21:48:33 +02:00
Hyunjin Song
c0682c94a4
Fix MIDI export ( #3733 )
...
* Re-enable MIDI export
* Fix logic for processing BB tracks and BB notes
* Consider master pitch and base note in MIDI export.
* Cut BB notes at the end of BB pattern.
2017-09-14 08:09:54 +09:00
Oskar Wallgren
f26a02da04
Suppress midi in events on export ( #3778 )
2017-09-12 10:28:38 +02:00
DomClark
cfb7a89f0e
Fix empty VST tracks creating noise in playback ( #3798 )
2017-09-10 09:06:38 +02:00
DomClark
7429cb8155
Fix segfault on VST plugin I/O change
2017-09-08 23:14:52 +02:00
DomClark
fe98a9aa43
Fix some VST deadlocks/hangs
2017-09-08 23:14:52 +02:00
Hyunjin Song
9d7c34098c
Fix Vibed when the "P" parameter has non-zero value ( #3789 )
2017-09-06 17:57:24 +09:00
Lukas W
e7d06759b5
Fix Qt4 VST embed option
2017-09-01 14:26:46 +02:00
Lukas W
ddab534656
Allow switching VST embed method at compile time
2017-09-01 14:18:55 +02:00
Lukas W
f7dab939ae
Merge branch 'qt5-vst-2-stable' into fix/qt5-vst
...
# Conflicts:
# plugins/vst_base/RemoteVstPlugin.cpp
# plugins/vst_base/VstPlugin.cpp
2017-09-01 14:18:26 +02:00
Lukas W
bd33475534
Fix x11embed for non qt5+linux
2017-09-01 12:20:20 +02:00
Lukas W
0d3aaf667b
.gitmodules: Use https URL
2017-09-01 12:20:20 +02:00
Lukas W
def2b7d509
Move X11EmbedContainer to submodule
2017-09-01 12:20:20 +02:00
Lukas W
d9626e9e3b
Move X11EmbedContainer.h to include
2017-09-01 12:20:20 +02:00
Lukas W
000fe2da7b
Travis: Fix xcb package name
2017-09-01 12:20:20 +02:00
Lukas W
dc4a3875a3
X11EmbedContainer: Don't grab mouse in acceptClient, more debugging msgs
2017-09-01 12:20:20 +02:00
Lukas W
7ce60c247a
Travis: Add missing packages
2017-09-01 12:20:20 +02:00
Lukas W
8fdcc6ccac
Fix compile on Windows
2017-09-01 12:20:20 +02:00
Lukas W
0e311ffd47
X11Embed: Remove flag causing embedding to fail
2017-09-01 12:20:20 +02:00
Lukas W
f097be6c40
RemoteVst: Fix flickering when moving window
2017-09-01 12:20:20 +02:00
Lukas W
adef05fb71
X11EmbedContainer: Fix XEMBED protocol implementation
2017-09-01 12:20:20 +02:00
Lukas W
e661d26f42
Add X11EmbedContainer Qt5 port
2017-09-01 12:20:20 +02:00
Tres Finocchiaro
47d0e66fcc
Re-enable SF2
...
Per https://github.com/LMMS/lmms/pull/3489#issuecomment-292976079
2017-09-01 12:18:46 +02:00
Javier Serrano Polo
7a9396d6ea
Let Wine handle the window interface
2017-09-01 12:18:46 +02:00
Javier Serrano Polo
d04fd9f542
FluidSynth is currently undistributable
2017-09-01 12:18:46 +02:00
Javier Serrano Polo
2d35de4182
Debug window ID
2017-09-01 12:18:46 +02:00
Javier Serrano Polo
f87f3638e1
Use window instead of embedder application
2017-09-01 12:18:46 +02:00
Javier Serrano Polo
12f6ea5566
C++11 is enabled by default now
2017-09-01 12:18:46 +02:00
Javier Serrano Polo
e3d3052e42
Enable C++11 on Windows
2017-09-01 12:18:46 +02:00
Javier Serrano Polo
6395cd4c41
Enable C++11
2017-09-01 12:18:46 +02:00
Javier Serrano Polo
ebe63d1425
Fixes for Windows builds
2017-09-01 12:08:48 +02:00
Javier Serrano Polo
878dd94e8d
Embed in a separate window
2017-09-01 12:08:48 +02:00
Javier Serrano Polo
a81f4ca8e9
Embed VST GUI in subwindow
2017-09-01 12:08:48 +02:00
Lukas W
24d320de34
Fix some memory leaks ( #3779 )
2017-08-28 11:21:10 +02:00
Andrés
efd0d34f2b
same note layering when sustain pedal is pressed ( #3774 )
...
[cherry-picked from master]
2017-08-26 06:24:53 +02:00
Umcaruje
206a08e4a9
Paint a black rectangle under patterns to prevent glitches ( #3759 )
2017-08-17 13:57:10 +02:00
Umcaruje
2981651cb2
Add a border on non-fixed BB patterns ( #3758 )
2017-08-16 15:00:34 +02:00
Andrés
94646e28fe
"misc" view now shows the model state, of the track use of master pitch ( #3753 )
...
[cherry-picked from master]
2017-08-16 01:46:17 +02:00
Diego Ramos Ruggeri
a602bf9b29
Fix link to "Compiling" wiki page on README ( #3765 )
2017-08-13 10:34:44 -04:00
Hyunjin Song
88cc58600c
Fix producing of NaN from Env/LFO parameter change while playing ( #3761 )
...
Guarantee thread safety to ensure fillLevel() not to read value from
wrong buffer address.
2017-08-12 10:16:34 +09:00
Umcaruje
4d044439ab
Fix file permissions for theme files ( #3752 )
2017-08-07 10:35:02 +02:00
Hyunjin Song
08e64dc637
Fix deadlock when exporting is finished, if the project has any Sample TCO(s). ( #3742 )
2017-08-02 07:56:28 +02:00
Andrés
31126b0aa4
Midi sustain working when envelope is on ( #3730 )
...
* midi sustain working when envelope is on
* pressing sustain pedal again doesn't pause release
[cherry-picked from master]
2017-08-02 07:39:00 +02:00
Oskar Wallgren
2e841e4917
Fixes to recover file system ( #3722 )
...
Don't auto-save while playing by default. On weaker machines (xp?) we
see glitches so better turn this on after need.
Remove the last of Limited Sessin which was removed in 290556e .
2017-07-30 11:43:48 +02:00
irrenhaus3
b83c1bdebe
Respect build options in export dialogs ( #3714 )
...
* Respect build options in ExportProjectDialog
* Use QItem user data instead of hard ordering to identify export format in ExportProjectDialog
* For compatibility with QVariant, ExportFileFormats is now explicitly an int.
* Don't break out of format identifier loop prematurely in Song export.
2017-07-27 09:10:32 +09:00
Andrés
d87a8b3da4
Fix recording of sustained midi notes ( #3710 )
2017-07-26 03:13:55 +02:00
Karmo Rosental
587989b1c2
Updated Freeboy files from Game Music Emu 0.6.1. ( #3618 )
...
Uses upstream files to fix #326
[oskar.wallgren13@gmail.com: backported from master]
2017-07-23 19:26:23 +02:00
Dave French
b3054fd639
Equalizer plugin, refinement to analysis display ( #3530 )
...
The spectural analysis was using a rectangle window, leading to high spectural leakage.
This pull request uses the Blackman-Harris window to give a display more representative of the audio.
2017-07-15 23:27:30 +02:00
Tres Finocchiaro
0abe0a51c3
Merge pull request #3664 from karmux/vestige_controls_icon
...
Fix for misaligned controls icon in VeSTige plugin.
2017-07-14 16:31:13 -04:00
Tres Finocchiaro
3dfda61491
Merge pull request #3676 from M374LX/stable-1.2
...
With this pull request, the user is able to cancel a track rename action by pressing the Escape key.
Also renamed rename_dlg to renameDlg in TrackLabelButton::rename() so it complies to the naming conventions.
Fixes #3675 .
2017-07-14 16:17:50 -04:00
Alexandre Almeida
aa6d528c98
Cancel track rename with Escape key
2017-07-08 19:42:13 -03:00
Oskar Wallgren
020f1652bf
Clean up after render in ProjectRenderer destructor
...
We need to wait with calling Mixer::restoreAudioDevice() and
Mixer::changeQuality() after render until all threads have stopped.
Moving these calls to ProjectRenderer::~ProjectRenderer() ensures
all render theads are done.
2017-07-07 21:33:15 +02:00
Oskar Wallgren
d65e1a361a
MIDI - Don't apply base velocity to all controller values. ( #3678 )
2017-07-07 00:15:59 +02:00
Hyunjin Song
c6c67b3c75
Fixes for project loading progress display ( #3672 )
...
Fix project loading progress jumping back.
Show the name of the track currently being loaded.
2017-07-06 20:47:01 +02:00
Hyunjin Song
494714bf44
Update classic/style.css with TabWidget, TrackView, PianoView and Fader colors ( #3665 )
...
* Add TabWidget color settings to classic/style.css
* update the classic theme
* Revert unnecessary formattings
* Fix style.css
2017-07-03 13:37:46 +02:00
Oskar Wallgren
13e65b7f56
Ensure midi port exists before removing
2017-07-03 04:52:37 +02:00
Karmo Rosental
afdd5ac8cb
Fix for misaligned controls icon in VeSTige plugin.
2017-06-25 00:47:32 +03:00
Hyunjin Song
21caf2be69
Correct spellings in fft_helpers.cpp ( #3645 )
...
* Correct spellings in fft_helpers.cpp
change bandwith to bandwidth
* Correct spellings in fft_helpers.cpp
Changed bandwith to bandwidth
2017-06-19 09:35:24 -04:00
Michael Gregorius
842c7194b0
Implement command line export for MP3 ( #3641 )
...
Add the option 'mp3' to the format switch (-f / --format) if LMMS is
compiled with MP3 support. Add the new switch 'mode' which can be used
to set the stereo mode used for the MP3 export.
Adjust the man page for the new options.
2017-06-18 13:59:48 +02:00
Steffen Baranowsky
fc6d844a92
saves the correct subwindow size when it is hidden ( #3589 )
...
* saves the correct subwindow size when it is hidden
* remove invisible size from saveWidgetState()
2017-06-13 12:31:21 +02:00
tresf
b2919d60d5
Disable HiDPI fix for Windows 7 and older
...
Closes #3619
2017-06-12 18:11:56 -04:00
Michael Gregorius
c2f26a76d4
Implement MP3 encoding support
...
Implement MP3 encoding support
2017-06-12 13:57:08 -04:00
Oskar Wallgren
c53dd31064
Silence warning message and fix obsolete vorbis tag message ( #3634 )
...
We give the stream a unique serial number and make sure it
isn't '0' or 'UINT_32_MAX'.
Change obsolete 'Linux MultiMedia Studio' to 'LMMS' in
ogg file comment.
2017-06-12 07:53:32 +02:00
Karmo Rosental
ad2c843e20
Fixed inverted zooming. ( #3570 )
...
* Fixed inverted zooming.
* Prevent useless tests.
2017-06-10 21:55:00 +02:00
Oskar Wallgren
a371ff0ea1
Some fixes to recent files ( #3621 )
...
* Add a factory default data/projects/templates/default.mpt. Fixes #528
* On launch, if the last project was a template we create a new project (default.mpt) instead.
* If there is a recovery file present and you discard it we create a new project as the project launched could be defective or, if .lmmsrc.xml wasn't written, an earlier project.
2017-06-10 20:38:17 +02:00
Steffen Baranowsky
5a2d8f12ad
fixes rounding issue in automatablemodel ( #3597 )
...
* fixes rounding issue in automatablemodel
* fix CRS knob sticking in instrument plugins
2017-06-09 10:28:59 +02:00
Steffen Baranowsky
143571761f
fixes sample muting bug for sampletrack ( #3591 )
...
* fixes sample muting bug for sampletrack
* simplify SampleTrack::updateTcos
2017-06-08 12:31:53 +02:00
Karmo Rosental
567898143b
Fixed LMMS crash when pressing Q in not existing piano roll. ( #3609 )
2017-06-07 23:07:48 +02:00
Michael Gregorius
d3359f5a70
Fix #3616 by preventing fold overs for clipped data
...
Use libsndfile functionality to prevent fold overs when exporting clipped
data. The fold overs occurred when exporting with a bit depth of 24 bit.
2017-06-07 19:51:09 +02:00
Michael Gregorius
e36b05e425
Add myself (Michael Gregorius) to the list of authors
2017-06-05 23:50:39 +02:00
liushuyu
075d980d0d
Update i18n source strings
...
(from stable-1.2)
2017-06-03 22:44:18 +08:00
liushuyu
6bb19f4fbd
update i18n strings
2017-06-03 22:43:13 +08:00
Tres Finocchiaro
dd80268669
Fix overzealous quoting ( #3604 )
...
Fixes builds from directories with spaces
2017-06-02 17:15:44 -04:00
Steffen Baranowsky
cee68c773e
fixes position marker height on startup ( #3587 )
...
Fixes position marker height on startup
2017-06-01 21:36:36 -04:00
miketurn
1f66f62ed7
Proper Case Renames ( #3573 )
2017-06-01 21:28:09 -04:00
Tres Finocchiaro
445bfe9fa7
VST plugin compilation fix in ubuntu 64bit. ( #3593 )
...
When compiling on ubuntu 16.10 64bit, the VST compilation succeeds only when adding `-L/usr/lib/i386-linux-gnu/wine/` to the linker flags.
2017-06-01 16:03:12 -04:00
Tres Finocchiaro
7be63741d3
Add more brew packages ( #3595 )
...
* Add more brew packages
2017-06-01 02:13:59 -04:00
Karmo Rosental
635b50bfb5
VeSTige opens correct folder ( #3550 )
...
Open correct VST folder in previously saved projects with existing VeSTige instruments.
2017-05-31 14:55:22 -04:00
Umcaruje
afd22c8b74
Bump version number for RC3
2017-05-31 16:42:45 +02:00
Umcaruje
53772c052b
Allow WidgetTab to use artwork tabs (@StCyr) ( #3569 )
...
* First version of artwork tabs for the InstrumentTrackWindow.
This version can only display & manage artwork tabs, which breaks
the InstrumentSoundShapingView as it still uses text tabs.
I'm planing to improve this implementation to let these artwork tabs fall back
to text mode when no artwork is given. This would solve the problem of the
InstrumentSoundShapingView.
* Second version of artwork tabs for the InstrumentTrackWindow.
This version will draw an artwork tab when the TabWidget::addTab function is given
a pixmapName. Otherwise, when pixmapName is NULL, it will fall back drawing a text
tab.
* Created artwork for the artwork tabs.
* 1st PoC for autosizeable artwork tabs.
* TabWidget is 20 pixels tall when it's going to display artwork tabs.
* Added tooltip support for the TabWidget class.
Atm, tooltips are simply tabs' name.
* Imported artworks from RebeccaDeField
* Reverted to 12px tall TabWidget
* Fine tuning for the positioning of artwork tabs: Take into account the caption 'space.
* New artwork for the ENV/LFO tab (has now an ADSR-based look)
* 1) Tabs in TabWidget class have now a "tooltip" attribute. So that they can now show
more meaningfull information then simply the tab's name.
2) Fixed the compilation problem with QT5
* Fine tuning the positioning of highlighted artwork tabs.
* Fixed an issue in TabWidget's artwork tabs autosize function that makes gdb crash
with SIGFPE.
* TabWidget is 17 pixels tall when it's going to display artwork tabs.
* Removed underscore prefix for function parameters as coding convention has changed.
(Request at dccf9f4119 (r61165005) )
Cyrille
* Removed background gradient for TabWidget as LMMS is going to a more flat design.
Cyrille
* Increased the graphical TabWidget's height by 2 pixels for eye-candy.
The InstrumentTrackWindow's height has been increased by the same amount.
Cyrille
* Removed gradient in GrouBox widgets as LMMS is going for a more flattened design.
Cyrille
* Made the background of TabWidget themeable
Cyrille
* The highlighting color for a TabWidget'selected tab is now themeable.
* Made TabWidget's Title text and tab text themeable.
* Added a darker background to the TabWidget's tab bar.
* Further flatened the design of TabWidget
* Flatened the design of the GroupBox widget
* Fine tuning the placement of TabWidgets' highlighting background
+ some code cleaning in TabWidgets
* Made the TabWidget's title background and borders themeable
* TabWidget - Artwork tabs: Do not change the icon color when it is highlighted
* TabWidget: Made the artworks' color themeable
* Adapted format to follow LMMS coding conventions
* Some more blank spaces to tabs translation to comply with LMMS coding standards.
* Some more blank spaces to tabs translation to comply with LMMS coding standards.
* Revert "TabWidget: Made the artworks' color themeable"
This reverts commit 5b162c07e2 .
Conflicts:
src/gui/widgets/TabWidget.cpp
Reason: Artwork's color themeability had the side-effect that it removed the artworks' alpha
channel, thus making them ugly.
* Made GroupBox's background color themeable
* Update background color, only use one set of images
* Use name as tooltip, more descriptive names
* Update icons and colors
* more things
* formatting fixes
* Remove update() from constructor
2017-05-31 16:19:58 +02:00
Oskar Wallgren
9bdc011904
Fix export - double dialog windows on writing over existing file ( #3526 )
...
* Fix export - double dialog windows on writing over existing file
* Case sensitivity
2017-05-30 17:04:00 +02:00
Spekular
74790c0c45
Update Discord link to point to #rules ( #3588 )
...
We shuffled the channels around a bit and #welcome got deleted. #rules is what we want to link to now.
2017-05-29 19:26:43 +02:00
Hyunjin Song
4ff091fd6f
Fix loop condition in project rendering ( #3105 , #2030 ) ( #3576 )
...
* Change loop condition in ProjectRenderer::run()
* Remove Song::isExportDone()
2017-05-29 18:40:05 +02:00
Steffen Baranowsky
1eef218aeb
fix export project for sampletracks with vst effects on it ( #3571 )
...
* fix export project for sampletracks with vst effects on it
* removed playTriggered Signal
2017-05-29 15:53:06 +02:00
Tres Finocchiaro
f1a3368a37
Merge pull request #3583 from tresf/stable-1.2
...
Fix CMP0050 compilation warnings
2017-05-28 14:32:06 -07:00
Tres Finocchiaro
745042dffa
Fix CMP0050 compilation warnings
2017-05-28 15:55:58 -04:00
Rebecca LaVie
3607c92fcd
Bitcrush Plugin Redesign ( #3575 )
2017-05-27 16:39:57 +02:00
Steffen Baranowsky
38bca9af00
fix time signature updates timelinewidget also on pos 0 ( #3572 )
2017-05-23 23:38:30 +02:00
Hyunjin Song
f8a508f939
Fixes #3563 ( #3567 )
...
Added m_pattern->updateLength(); in PianoRoll::shiftPos
2017-05-21 23:09:39 +02:00
Steffen Baranowsky
6970c88e28
fix alternate shading for changing time signature ( #3559 )
...
* fix alternate shading for changing time signature
* fix alternade shading for automation editor on changing time signature
* code cleanup
2017-05-17 21:37:35 +02:00
Mark-Agent003
c0b910ec57
Replacement metronome samples ( #3513 )
...
Replacement metronome sounds
2017-05-17 10:10:40 -04:00
Dave French
300058df04
Flanger LFO rate syncronised ( #3521 )
...
The LFO rate was not correctly syncronising to tempo
This has been rectifited, to utalise the TempoSyncKnob as intended, returning a period,
instead of a frequency. The knob now reports the correct values in the GUI.
Flanger LFO maximum period incressed to 60 seconds
2017-05-17 12:21:00 +02:00
Dave French
b432707b9b
Remove glitching from the Flanger and Delay plugins ( #3524 )
...
The previous delay code was incorrectly not utalising the whole buffer, causing glitches when
incressing the delay time, due to outputting incorrect data, This was apparent when using the
lfo in the Delay and Flanger plugins.
This has been rectified. The read index is now offset from the write index. and the complete buffer is used in a circular fashon.
Flanger - resolved issue where the lfo could create negative delay lengths
2017-05-17 12:18:47 +02:00
Spekular
b0ae31c2ff
Update Discord invite to link to #welcome ( #3556 )
...
This is where we want new users directed to.
2017-05-15 13:46:15 -04:00
Paul Batchelor
f390fd1723
ReverbSC: Method to change samplerate ( #3401 ) ( #3403 )
...
* ReverbSC: Method to change samplerate (#3401 )
* ReverbSC: added mutex for protected malloc
* ReverbSC: small CMake fix to remove warning message
* ReverbSC: samplerate changed to uint32_t. more CMakeFile tweaks
* Fix dc block on oversampling
2017-05-15 12:21:34 +02:00
Steffen Baranowsky
69d09f0186
don't change sampleTco length if tempo changed ( #3543 )
2017-05-14 12:22:40 +02:00
Tres Finocchiaro
17b37e02a9
Provide support for fallback config values ( #3551 )
...
Provide support for fallback config values
Makes autosave and some other values checked by default. Supersedes #3541
2017-05-13 23:15:10 -04:00
Oskar Wallgren
290556e43d
Remove Limited Session
2017-05-13 14:58:14 +02:00
Michael Gregorius
08201c2024
Merge pull request #3552 from michaelgregorius/3021-24-Bit-Export-For-1.2
...
24 Bit WAV export, variable bit rate Ogg and export dialog improvements
2017-05-12 21:11:24 +02:00
Michael Gregorius
dfeb6bea3a
Rename entry for bit depth from "24 Bit Float" to "24 Bit Integer"
2017-05-12 18:26:42 +02:00
Michael Gregorius
4b3309a4e9
Make the 24 bit export the default selection in the export dialog
2017-05-12 18:26:42 +02:00
Michael Gregorius
f06eac3f91
Add copyright info to the file OutputSettings.h
2017-05-12 18:26:42 +02:00
Michael Gregorius
823788919a
Add the option to enable variable bit rates to the export dialog
...
If the variables bit rate is not enabled the nominal bit rate will be
used for the minimum and maximum bit rate in the encoder.
If the variable bit rate is enabled the current implementation will
compute the minimum bitrate by subtracting 64 kBit/s from the nominal
bit rate. The maximum bit rate is computed by adding 64 kBit/s to it.
Example: The nominal bit rate is set to 160 kBit/s and variable bit rate
is enabled in the export dialog. The minimum bit rate is then set to 96
kBit/s and the maximum bit rate to 224 kBit/s.
2017-05-12 18:26:42 +02:00
Michael Gregorius
4ac6aa909d
Only show relevant widgets on the export dialog
...
Only show widgets on the export dialog that are relevant to the selected
file format (Wave/Ogg):
* Sample rate is always shown.
* Bit depth settings are only shown when Wave is selected.
* Bit rate settings are only shown when Ogg is selected.
Remove the label that informs the user that not all settings apply to
all export formats as it is not needed anymore. The english text of that
label was: "Please note that not all of the parameters above apply for
all file formats."
2017-05-12 18:26:42 +02:00
Michael Gregorius
d5fc38ebd9
Simplification of code and structure in the area of the file export
...
Pull the class OutputSettings out of the class ProjectRenderer so that
it can be used in other contexts as well. Also move the enum
ProjectRenderer::Depth into the new class OutputSettings and rename it
to BitDepth. Adjust all places that referenced
ProjectRenderer::OutputSettings accordingly.
Adjust the two places where an instance of OutputSettings is created:
the main function and ExportProjectDialog::startExport.
Store an instance of OutputSettings in AudioFileDevice and remove
several members and methods which are now replaced by this instance. Add
a getter for the OutputSettings to AudioFileDevice. Storing an instance
of OutputSettings in the base class AudioFileDevice enables the
simplification of the following constructors and general code in the
following classes:
* AudioFileDevice
* AudioFileOgg
* AudioFileWave
Because OutputSettings contains everything related to sample rate, bit
rate settings and bit depth these parameters could be removed from the
parameter list of the aforementioned constructors.
Simplify the signature of the factory method AudioFileDeviceInstantiaton
(defined in AudioFileDevice.h) and reorder the parameters by significance.
Move the logic of how the minimum and maximum bitrate is calculated
using the nominal bitrate into AudioFileOgg::minBitrate() and
AudioFileOgg::maxBitrate(). Previously this was defined in the
constructor of ProjectRenderer where it does not belong as it an
implementation detail of the OGG export.
Remove the code that converted the bit depth enum to an integer from
ProjectRenderer as it is now solely represented as an enum.
Remove class members for the minimum and maximum bit rate from
AudioFileOgg and adjust the code in the implementation to use the values
stored in OutputSettings.
2017-05-12 18:26:42 +02:00
Michael Gregorius
4196a30415
Implement 24 bit support for WAV export ( #3021 )
...
Add a new value of "24 Bit Float" to the "Depth" combo box in the
project export dialog.
Add a new enum value to ProjectRenderer::Depth and extend the evaluation
of the different enum values in ProjectRenderer.
Add the new case of a depth of 24 to AudioFileWave and remove some
repetition with regards to SF_FORMAT_WAV in the code. It's only set once
now and then the depth is "added" in a switch statement.
2017-05-12 18:26:42 +02:00
Tres Finocchiaro
ff4ffd17f4
Merge pull request #3535 from curlymorphic/lfo
...
LFO controller now has correct frequency with multiple connections.
2017-05-07 17:12:18 -04:00
Lukas W
75077f6200
Fix automation processing in BB tracks ( #3481 )
...
Fixes #3464
2017-05-07 13:05:19 +02:00
curlymorphic
1848ed20d9
LFO controller now has correct frequency with multiple connections.
...
m_bufferLastUpdated is now correctly set to the current frame upon updating
the buffer.
2017-05-07 08:18:08 +01:00
Tres Finocchiaro
7e3ee14cf1
Make factory samples relative ( #3510 )
...
* Make factory samples relative
Fixes #3491
Related #1719
2017-05-06 10:27:18 +02:00
Tres Finocchiaro
6a5255e379
Merge pull request #3531 from tresf/hidpi
...
Disable HiDPI on Windows
2017-05-05 21:16:44 -04:00
tresf
d2e50df3ce
Disable HiDPI on Windows
2017-05-04 11:12:45 -04:00
Tres Finocchiaro
77496188ae
Merge pull request #3522 from curlymorphic/delaySync
...
Correct the Delay syncronisation
2017-05-03 09:15:52 -04:00
Tres Finocchiaro
0190256801
Merge pull request #3520 from curlymorphic/eqWetDry
...
EQ plugin now responds to wet / dry control
2017-05-01 22:20:00 -04:00
Oskar Wallgren
082dbed8e9
Revert "'Off beat' beat notes to MelodyPattern"
...
This reverts commit e4474af091 .
2017-05-01 22:15:55 +02:00
curlymorphic
50ccfba5d6
Correct the Delay syncronisation
...
The Delay plugin had an issue with the delay knob having the incorrect max value,
this was resulting in incorrectly scaled times
This has been corrected.
2017-05-01 15:44:58 +01:00
curlymorphic
a7154df004
EQ plugin now responds to wet / dry control
2017-05-01 12:11:43 +01:00
Rebecca DeField
2f51062d1e
Dual Filter Plugin Redesign ( #3484 )
...
* Dual Filter
* Design Tweaks
2017-04-27 23:34:27 +02:00
Karmo Rosental
2df56829a3
Fixed #3182 . Always using master channel for preset previews. ( #3503 )
...
* Fixed #3182 . Always using master channel for preset previews.
2017-04-16 08:57:46 -04:00
Karmo Rosental
09c9ccb34d
Simpler SF2 Player file dialog. Copied from GIG Player. Opens correct SF2 plugin directory when running LMMS from build directory without install. ( #3502 )
2017-04-14 21:06:24 -04:00
Jousboxx
32f07ac317
Added Buzzer Beater to demos ( #3482 )
...
Add 2017 kicker competition winner to demo projects.
2017-04-08 15:34:11 -04:00
Lukas W
e65b1c8ba8
SampleBuffer: Keep settings on sample rate change
...
Fixes #2779
2017-04-07 11:40:46 +02:00
Steffen Baranowsky
f8bf07b093
fix crash on click on compact track label button ( #3463 )
...
Fixes #3454
2017-03-30 13:16:37 +02:00
Oskar Wallgren
1bfd0931be
Automation Pattern - Rename 'controlKey' ( #3459 )
2017-03-29 13:02:52 +02:00
z-up
8416cd60de
Always highlight the beats in PianoRoll and AutomationEditor using only time signature ( #3458 )
...
* Duration of the beat is defined by the denominator of the time signature
and it does not depend on whether or not you use triplets.
* Fortmatting fixed.
2017-03-28 15:30:06 +02:00
Léo Andrès
411def4101
Fix CMake warning ( #3457 )
2017-03-28 01:32:56 -04:00
Lukas W
a9a28a8ea8
Travis: Verify ccache deb checksum
2017-03-26 22:45:41 +02:00
Karmo Rosental
4dc5d14ea3
Fixed #3443 . Added and fixed mixer automation labels. ( #3453 )
2017-03-26 20:58:41 +02:00
Lukas W
6004edae5c
Include past automation patterns in processing ( #3382 )
...
Fixes #662
* Include past automation tracks in processing
* Track::getTCOsInRange: Use binary search, fix doc
* Automation refactorings
* Add automation tests
2017-03-26 12:27:15 +02:00
Lukas W
84d662409c
Remove unnecessary includes from Eq plugin
2017-03-25 18:42:03 +01:00
Lukas W
0d77cefc13
PluginFactory: Avoid duplicate plugins
2017-03-23 21:12:04 +01:00
Lukas W
a5aa5e7d08
Clarify usage of Mixer->audioDevName()
2017-03-23 12:40:26 +01:00
liushuyu
e89e52aaa2
i18n: new strings
2017-03-22 17:38:06 -06:00
Tres Finocchiaro
d3d5392f80
Fix markdown
...
Specification changes. https://github.com/blog/2333-a-formal-spec-for-github-flavored-markdown
2017-03-22 12:12:32 -04:00
Lukas W
8c3f442322
Travis speed-ups ( #3432 )
...
* Enable ccache
* Cache mingw dependencies
* Expose USE_CCACHE option
* Disable ccache for release builds
2017-03-22 11:28:08 +01:00
Lukas W
31ade1ad2c
Fix Mixer renderOnly flag
2017-03-21 22:48:23 +01:00
Lukas W
5cdf3481ce
Fix format warning
2017-03-21 18:33:01 +01:00
Lukas W
435c898781
Mixer: Save renderOnly flag
2017-03-21 17:52:10 +01:00
Lukas W
10e28c26b9
Merge branch 'renderer' of https://github.com/PaulBatchelor/lmms
2017-03-21 17:51:51 +01:00
Lukas W
7251c84f1c
PluginFactory: Fix LMMS_PLUGIN_DIR search path, add ~/lmms/plugins/
...
Fixes #3392 , supersedes #3431
2017-03-21 17:29:32 +01:00
Tres Finocchiaro
f57202c6ae
Add SF2 support for macOS ( #3446 )
...
* Add SF2 support for macOS
Closes #649
2017-03-21 09:59:04 -04:00
Steffen Baranowsky
17a6f379e0
fixes the wrong order of controller by loading a project ( #3438 )
...
* fixes the wrong order of controller by loading a project
* changes the approach for the fix
2017-03-20 19:36:32 +00:00
Javier Serrano Polo
9543800c32
Add COPYING-CMAKE-SCRIPTS ( #3445 )
2017-03-20 10:35:52 -04:00
Javier Serrano Polo
850c827ee4
Drop useless loop from upgrade_1_2_0_rc3 ( #3441 )
2017-03-20 06:37:47 +00:00
David CARLIER
7f97516683
Fix build for OpenBSD/sndio and licence updates. ( #3442 )
2017-03-20 06:14:18 +00:00
Javier Serrano Polo
df5cf255de
Update MainApplication.cpp ( #3440 )
...
Drop useless condition.
2017-03-19 22:07:21 -04:00
Steffen Baranowsky
d1378be3a0
revert parts of #3075 ( #3437 )
2017-03-19 20:10:31 +00:00
Steffen Baranowsky
91182b4adc
fix double click rename on track label button ( #3356 )
2017-03-18 20:06:22 +01:00
Tres Finocchiaro
3dfd9794db
Fix opening of project files on macOS ( #3219 )
...
- Double-click mmpz file in finder will now open properly on macOS
- Adds new MainApplication class for listening to QEvent::FileOpenEvent
- Queues open events until the application is ready to recieve them
- Closes #665
2017-03-17 21:53:36 -04:00
Lukas W
29f832034a
Remove unused includes ( #3429 )
2017-03-16 11:35:18 +00:00
Oskar Wallgren
84d7c6a6da
SampleBuffer - large file message ( #3430 )
2017-03-16 11:37:56 +01:00
Tres Finocchiaro
4708fe63a6
Validate theme directory
...
Looks for style.css in theme path to help avoid invalid theme directories.
Explicitely avoid use of "/" on Windows to prevent hang.
Closes #3417
2017-03-16 01:55:45 -04:00
Umcaruje
6d0a29e36b
Update classic theme ( #3424 )
2017-03-15 14:41:00 +01:00
Oskar Wallgren
afbf8009b3
Initialise m_previousValue ( #3428 )
2017-03-15 09:38:17 +01:00
Umcaruje
7be77847f9
Fix Overflow in Fader.cpp ( #3425 )
...
* Fix Overflow in Fader.cpp
2017-03-15 09:36:57 +01:00
Uroš Šišović
e879fad25d
Right Mouse Button To Erase Nodes In Automation Editor Cursor Icon... ( #3414 )
...
* Right Mouse Button To Erase Nodes In Automation Editor Cursor Icon Does Not Change #3310
* Remove unused member m_mouseDownLeft from PianoRoll
* Add move cursor for automation points drag
2017-03-13 01:14:42 +01:00
TheTravelingSpaceman
899e386df7
Aliasing in AutomationPatternView and AutomationEditor fixed ( #3386 )
...
* Ailiasing in AutomationPatternView; ERROR: Doesn't draw unreferanced tracks
* Draws one polygon instead of 'poly'-polygons
* Changed QPoints to QPointF
* Added int MidiTpT constant
* Added ppTact for reduced computation
* Added spaces in parentheses to be consistent
* Variable name change and spacing
* S P A C E S
* Anti-Aliasing of Automation Editor
* Commented out all referances to unused is_selected
* Changed css to non-gradient graphs
* Added Brackets
* Removed no-pixel line at bottom of graph
* Revert "Added Brackets"
This reverts commit ff801868b7 .
* Revert "Revert "Added Brackets""
This reverts commit 4e127a78df .
* Revert "Removed no-pixel line at bottom of graph"
This reverts commit 940c766b61 .
2017-03-13 01:14:05 +01:00
LMMS Service Account
97cd037300
Updating translations for data/locale/nl.ts
2017-03-11 06:29:19 -05:00
liushuyu
630d34ac04
i18n: Update source strings
2017-03-10 21:01:28 -07:00
LMMS Service Account
80318de1fb
Updating translations for data/locale/es.ts
2017-03-08 21:23:25 -05:00
Lukas W
d82b852434
ValueBuffer: Add missing EXPORT
2017-03-08 23:26:20 +01:00
Michael Gregorius
fe881deff4
Fix issue #3339 by not clearing filter history on control change ( #3343 )
...
Do not clear the filter histories when the crossover control has changed,
e.g. via automation.
Add a new method CrossoverEQEffect::clearFilterHistories that's called
whenever the filter histories need to be cleared, e.g. after loading a
crossover EQ. It would be beneficial to also call this method when the
effect is enabled again after being disabled but it seems there is no
was to find out that this event has happened. One could implement it in
the process method by storing the current state in a member and
comparing it to the state at the time of the last process call but this
is something that should be provided by the framework.
2017-03-08 20:12:08 +01:00
Lukas W
bfbcb60eac
Fix regression from 85ed63b
2017-03-08 17:38:21 +01:00
Lukas W
85ed63be85
ValueBuffer related cleanups
...
* Move implementation to a new cpp file
* Use std::vector as base class instead of doing our own memory management
* Remove unused dangerous functions
* Make more use of std algorithms
* Some cleanups in code using ValueBuffer
2017-03-08 17:09:57 +01:00
Oskar Wallgren
1b6a9f4885
Fix crash when rendering from command line and no write access to config file ( #3413 )
...
* Fix crash when rendering from command line and no write access to config file
* Remove redundant call to ConfigManager::addRecentlyOpenedProject()
2017-03-08 10:59:40 +01:00
Oskar Wallgren
9545f968b3
Fix TimeLineWidget overflow ( #3410 )
2017-03-08 10:58:56 +01:00
Oskar Wallgren
cded9fb735
MidiImport - set tempo ( #3409 )
2017-03-08 01:10:07 +01:00
Oskar Wallgren
7a58cc305a
Bump up sample limits to 300MB and 90 minutes ( #3411 )
2017-03-07 13:15:49 +01:00
DragonEagle
f2fbf1e5b9
Fixes build errors under mingw (3113) ( #3369 )
...
* Made fltk install to the write path
* Supress downloading packages that are either installed with pacman or
built from source
* Build libogg from source
* Cleanup after installing libogg
* Build libvorbis from source
* Build flac from source
* Build libgig from source
* Build STK from source
* Fixed "already run" check on STK
* Took credit for calling somoene at Stanford a yutz so they don't think
it was the project lead
* Fixed symlink to pkg-config for 32 bit systems
* Enabled shared library production with fltk
* Hopefully fixed install of STK
* Backed off last change regarding STK. It broke things
* Put the cross toolchins in front of path. It needs to be there so the
cross tools override the native tools
* Move libgig dlls into the bin directory so they can be found
* let libjpeg and fltk be installed from the repository as they are needed
at that version for make package
2017-03-05 13:16:26 +01:00
Paul Batchelor
5e536319b7
when rendering, use dummy Audio/MIDI devices
2017-03-04 22:10:36 -08:00
Jérôme Duval
80c5b7d906
Haiku fixes ( #3399 )
...
* Allow running as root on Haiku.
* include unistd.h for ::read and ::write.
* Link libnetwork on Haiku.
2017-03-04 15:31:28 -05:00
Oskar Wallgren
f7d09c3c69
Some automation pattern fixes ( #3352 )
...
* Fix deleting automation points out of quantization
* Triplets in Automation Editor + better remove action
* Let a quantized Automation point wipe clean the space it covers
* Improve sensitivity on erase with zoom < 100%
* Eigth note default quantization
* Tooltip and whatsthis text
2017-03-04 19:04:42 +01:00
Steffen Baranowsky
fd74ddfe15
fix alternate shading of pianoroll and automation editor on zooming ( #3391 )
...
* fixes alternate shading in piano roll on zooming
* fixes alternate shading in automation editor on zooming
2017-03-01 17:31:00 +01:00
Oskar Wallgren
06e4033cb9
Don't count muted tracks in track length ( #3390 )
...
* Don't count muted tracks to length on render
* Don't count muted TCO's to length on render
2017-03-01 07:27:43 +01:00
TheTravelingSpaceman
8283e3f456
Barlines now end at end of automation ( #3387 )
...
* Barlines now end at end of automation
* Removed redundant if check
2017-03-01 00:08:09 +01:00
LMMS Service Account
9124a367e4
Updating translations for data/locale/nl.ts
2017-02-27 06:58:45 -05:00
Oskar Wallgren
e4474af091
'Off beat' beat notes to MelodyPattern
2017-02-27 08:17:24 +01:00
liushuyu
01472aade7
i18n: update strings for ReverbSC
2017-02-26 14:15:49 -07:00
LMMS Service Account
997af71c55
Updating translations for data/locale/it.ts
2017-02-26 16:11:57 -05:00
LMMS Service Account
bde361ee4a
Updating translations for data/locale/fr.ts
2017-02-26 16:11:20 -05:00
Lukas W
4404b6f29c
Remove explicit MidiTime constructor and operator
2017-02-24 11:33:11 +01:00
Paul Batchelor
0cb6c72e1d
ReverbSC: Initial implementation ( #3202 )
...
* ReverbSC - Plugin. lmplementation of the Sean Costello reverb algorithm
2017-02-23 04:21:47 +01:00
Umcaruje
de2e164aae
Piano Roll and Automation editor grid redesign (w/ @BaraMGB) ( #3062 )
...
* Make dem grid ndasd
* grid BG
* fix bug in scroll behavior
* debugging scrolling
* Add CSS property, port to automation editor
* Fix a fail
* Spaces to tabs
* Use fillRect rather than drawRect
* Implement @vlad1777d's idea
* Seperate loops and stuff
* Finish up Piano Roll Grid
* Cleanup
* Redesign the grid for the Automation Editor
* Update colors
* Formatting changes
* formatting changes II
2017-02-22 19:56:32 +01:00
Steffen Baranowsky
5863752988
elide the text on track button if it's too lon... ( #3328 )
...
* Elide the text on track button if it's too long
* Remove setText() from paintEvent
* Dynamic trackLabelButton width
2017-02-20 11:44:21 -05:00
Oskar Wallgren
2c8e9a0957
visible beat notes in MelodyPattern
2017-02-20 13:33:58 +01:00
follower
b6441b7f18
Workaround Qt5 bug that fails to remove separator at end of File/Help menus ( #3350 )
...
Prevent dangling separator at end of menus on macOS
Per https://bugreports.qt.io/browse/QTBUG-40071
2017-02-18 22:45:35 -05:00
LMMS Service Account
80e2374bcb
Updating translations for data/locale/nl.ts
2017-02-17 03:05:35 -05:00
follower
b25655f9fe
Remove non-document menu icons on macOS / OS X ( #3363 )
...
Remove icons from non-document menus on macOS
Matches Apple user interface guidelines
2017-02-17 01:48:27 -05:00
liushuyu
1ff9638968
i18n: reset source strings due to Transifex malfunction
2017-02-16 23:01:13 -07:00
liushuyu
05e3c70f16
i18n: Progressive merge back
2017-02-16 22:44:36 -07:00
liushuyu
0a4009eb4a
i18n: Update source strings
2017-02-16 22:25:31 -07:00
Steffen Baranowsky
558962d231
Redesign of EQ plugin ( #3030 )
...
* redesign of EQ plugin
* correct some symbols
* set pixelPerUnitHeight to float
* change textcolor of inactive handles to white
* revert changes in styles.css
* change grid color/adjust Fontsize of info box / change analizing color
* range changed (20 - 20000 Hz) / display width increased
* Update the EQ faders and remove unused files
* Increase transparency of the graph
* corrects the filter fader peak
* makes fader peak display more useful
* Implement @zapashcanon's suggestions
2017-02-14 18:25:32 +01:00
Oskar Wallgren
c1321ba80f
Fix saving of multiple TempoSyncKnobModels ( #3281 )
...
* Save multiple TempSyncKnobModel syncmodes
* Add upgrade path for approximate version 1.2.0-rc2.42
2017-02-14 17:24:03 +00:00
Oskar Wallgren
284c40c80b
Fix bad upgrade for bbtrack
2017-02-14 13:16:07 +01:00
Steffen Baranowsky
831a0655d5
add some minimum sizies for some windows ( #3333 )
2017-02-13 23:32:09 +01:00
Oskar Wallgren
901fea51d0
Auto-save - Fix double negations and some cleanup
2017-02-13 22:19:01 +01:00
Steffen Baranowsky
f244d9a966
adds clear button to line edits on 'add FX' and 'side bar browser' ( #3329 )
2017-02-13 19:05:05 +01:00
Lukas W
e6b571270a
Check for nullptr in BufferManager::release
2017-02-12 10:50:00 +01:00
Lukas W
4254597fae
Fix PlayHandle buffer leak
...
Fixes #3169
2017-02-11 22:07:45 +01:00
Steffen Baranowsky
f93735755b
fix crash on export per command line with sample track ( #3341 )
2017-02-11 18:58:06 +01:00
Rebecca DeField
4413b6f75b
Dynamics Processor Plugin Redesign ( #3327 )
...
* Dynamics Processor Redesign
* Spacing tweak
2017-02-10 14:35:19 +01:00
Oskar Wallgren
a0caecc060
Some issues with large files ( #3293 )
...
* Prevent crash on loading too large or long sample
* Move message box to the end
* Fix export from command line with large files
2017-02-09 09:03:06 -05:00
Oskar Wallgren
f367604af7
No extra bar with beat note near end
2017-02-09 02:46:47 +01:00
Steffen Baranowsky
ea88c906eb
set new initial width of piano roll editor ( #3334 )
2017-02-08 16:42:38 -05:00
Steffen Baranowsky
3070cec1ba
SideBarButton set text below the icon ( #3256 )
...
* SideBarButton set text below the icon
* change color of checked sidebarbutton
* adds a space to the sideBarButton title
* add gradient to checked side bar button
* whitespaces
2017-02-06 08:38:28 -05:00
grejppi
9e85d7c66e
update all copyright headers to the proper url ( #3326 )
2017-02-06 02:41:15 +02:00
Javier Serrano Polo
d50ca512cd
Avoid interception by PulseAudio ( #2992 )
2017-02-05 13:49:42 -05:00
Javier Serrano Polo
30f1e52be3
Allow PROJECT_YEAR override ( #3016 )
...
* Allow PROJECT_YEAR override
* Generate release information and build with it
* Delegate to maintenance tasks
2017-02-05 13:40:34 -05:00
fholmer
c10af18c1b
Iterate PulseAudio mainLoop and wait for context state ( #3216 )
...
* Iterate PulseAudio mainLoop and wait for context state
* Fixed indentation
2017-02-05 13:14:50 -05:00
gnudles
54d0922cea
SoundIO- fixed up crashes when device cannot be opened. ( #3238 )
...
* SoundIO- fixed up crashes when device cannot be opened.
* SoundIO - reset soundio pointer after destroy.
2017-02-05 13:06:35 -05:00
gnudles
72ffc98be6
Small fixes: ( #3221 )
...
In PianoView.cpp fixed the focus policy so that if one would like to use
a QPlainTextEdit in his plugin, he'd be able to do so.
In TrackContainerView.cpp and AutomationEditor.cpp there's a problem
that if you use a Right To Left locale, all the GUI turn RTL, but in
those specific editors, things get very messy, because they were made up
with the assumption of LTR.
2017-02-05 13:05:31 -05:00
Oskar Wallgren
e40a6bc627
Avoid crash on gui when rendering from command line and no write access ( #3322 )
2017-02-04 19:04:13 +01:00
Michael Gregorius
cf26da330c
Revert "Fix 2047 ("TripleOscillator: Oscillators are getting out of sync") ( #3145 )"
...
This reverts commit e3e14bb730 in an
attempt to fix issue #3292 .
The problem that's addressed is very elusive:
* It cannot be reproduced reliably.
* It seems to be more prone to appear in release builds.
* It only seems to appear when two or more instruments are mixed into
one channel.
* If you solo a problematic Triple Osc it goes away.
The observations above seem to indicate that there's rather a problem
with the mixing (due to multithreading?) and that the changes made to
Triple Osc seem to trigger this deeper problem more quickly.
2017-02-04 12:45:02 +01:00
Karmo Rosental
995b14f7b5
Fixed #3226 . Beat velocity fixes for both themes. ( #3229 )
...
* Fixed #3226 . Fixed beat velocity on classic theme. Fixed visual difference between 0 velocity and no step.
* Render step_btn_on_0.png always.
* Removed useless if.
2017-02-03 22:35:23 +01:00
Spekular
6f3a7ea857
Fix Discord Badge ( #3316 )
2017-02-03 12:05:02 -05:00
Oskar Wallgren
c54171ba48
Option to allow auto save while playing ( #3088 )
...
* Option to allow auto save while playing
2017-02-01 17:05:32 +01:00
Oskar Wallgren
3e21e4ee13
Set Stk::showWarnings() via LMMS_DEBUG ( #3309 )
2017-01-30 16:07:25 +01:00
Oskar Wallgren
c8e987348d
Note resize area width ( #3304 )
2017-01-27 10:40:53 +01:00
Rebecca DeField
421243ae73
Made automation slopes more distinguishable ( #3282 )
...
* Made automation slopes more distinguishable
* Tweak icon alignment
2017-01-24 17:32:56 -08:00
Javier Serrano Polo
fc40481a6b
Update online help link ( #3291 )
2017-01-24 15:07:42 -05:00
Javier Serrano Polo
c1993d6feb
Drop windowIcon from ui files ( #3290 )
2017-01-24 08:48:15 -05:00
Lukas W
897a09434c
CMake: Fix manpage command argument escaping
2017-01-24 12:12:02 +01:00
Steffen Baranowsky
a4c65b52c9
fix eliding issue on fx mixer fader ( #3241 )
2017-01-24 08:54:10 +01:00
Steffen Baranowsky
c5aa22663e
allow drag track label button for moving track ( #3271 )
...
* allow drag track label button for moving track
* improve mouseclick
* improve click 2
2017-01-23 09:35:43 +01:00
Steffen Baranowsky
349f27f819
makes controller rack fixed in width ( #3240 )
2017-01-23 09:34:43 +01:00
projectpitchin
604e5aeaa4
Fixed a spelling error in a debug message in RemoteVstPlugin::load. ( #3279 )
2017-01-20 19:15:59 -05:00
Rebecca DeField
e56d318618
Delay Plugin Redesign ( #3120 )
...
* Delay Redesign
* FDBK instead of REGEN
2017-01-18 21:47:28 -08:00
Oskar Wallgren
c0cf119c0d
Fix inverted zoom direction ( #3273 )
2017-01-18 16:59:53 +01:00
Steffen Baranowsky
b76ba25eb0
sample track vol knob should have same precision as instrument track vol knob ( #3254 )
2017-01-14 14:14:25 +01:00
Michael Gregorius
e3e14bb730
Fix 2047 ("TripleOscillator: Oscillators are getting out of sync") ( #3145 )
...
Change all phase related variables in Oscillator from float to double.
The parameters for the getSample methods have not been changed to double
as it should suffice to only update the phase variables with double
precision.
2017-01-12 17:10:38 -05:00
miketurn
4b92651d4f
Fixed Text Case Of "Instrument Plugins" Label ( #3243 )
...
@liushuyu please update in transifex as well.
2017-01-12 11:52:21 -05:00
Steffen Baranowsky
7cf6150e75
suggest a fix for precision on knob dragging ( #3075 )
...
* fixes precision on knob dragging
* fixes precision on fader dragging
* diaplay a rounded float on knobs
* enter rounded value on fader
* add getRoundedValue() and getDigitCount() to floatmodel
* whitespace
2017-01-12 15:02:54 +01:00
Wiley Yu
7e8513235c
Added NSHighResolutionCapable to lmms.plist.in ( #3231 )
2017-01-10 10:33:05 -05:00
Tres Finocchiaro
f45de837f9
Add rawwaves to Windows installer ( #3230 )
...
Closes #3227
2017-01-09 23:36:38 -05:00
Karmo Rosental
674a2fb50c
Fixed #3047 and #3180 . ( #3184 )
2017-01-09 15:46:37 +01:00
Tres Finocchiaro
c9c1ba7246
Fix zyn linking; cleanup bundling
2017-01-07 15:20:33 -05:00
Tres Finocchiaro
400be17158
Fix calf plugin compilation on Clang ( #3215 )
2017-01-07 02:36:09 -05:00
Tres Finocchiaro
607d3f4f66
Simplify C++11 usage for plugins ( #3214 )
...
Simplify C++11 usage for plugins
2017-01-07 01:45:50 -05:00
Lukas W
4db1db5eca
Travis: Fix deploy condition
2017-01-06 15:59:45 +01:00
Umcaruje
bc0802c8c5
Patch Travis deployment of windows installers
2017-01-06 00:49:07 +01:00
BaraMGB
43a77a0219
Let sample tracks play from any song position ( #3133 )
...
* play sampletracks from any song position
* take care of TCO length
* TCOs shouldn't be updated when SE window is resized
* take care of zooming level
* takes care on all song position changes and mute/solo tracks now
* playes the sample only within the buffer limits
* takes care of time signature changes
* some minor code improvements (zapashcanon)
* loopback one tick earlier
* minor code changes
* get rid off clicks by resize and scrolling song editor
* removes playhandle by remove TCO
* minor bugs on manipulating TCOs in Song Editor
* update on add sample by playing
* white spaces 1
2017-01-05 22:31:52 +01:00
Tres Finocchiaro
6137fcc5a5
Explicitly define qt versions on Mac ( #3201 )
...
* Explicitly define qt versions on Mac
Closes #3200
* Qt4 force Xcode8 pre-built binaries
* Don't do install tasks at configure time
2017-01-02 17:14:52 -05:00
Javier Serrano Polo
89665b0be3
Separate flags for WINE_BUILD_FLAGS ( #3177 )
2017-01-01 19:12:24 +00:00
Roberto Giaconia
0bf7b13e2a
Changes noncyclic smoothing behaviour ( #3137 )
2016-12-29 22:39:54 +01:00
Oskar Wallgren
3157dbf993
Revert "Envelopes are on now by default" ( #3176 )
2016-12-25 21:58:52 +01:00
Oskar Wallgren
6e66665687
Don't run metronome when project is empty ( #3173 )
2016-12-22 15:30:18 +01:00
Oskar Wallgren
3de95a148d
Mallets, turn off excessive warnings ( #3172 )
2016-12-21 19:51:57 +01:00
Oskar Wallgren
b9534f4271
m_arpDirectionModel sort element order ( #3171 )
2016-12-21 01:36:51 +01:00
Oskar Wallgren
1f3947408d
No newline after render ( #3158 )
2016-12-16 18:13:15 +01:00
Oskar Wallgren
e1c598ba21
Set default suffix ( #2230 )
2016-12-14 15:41:30 +01:00
xhe
65d193ce1a
Improve compatibility, avoid failing to compile ( #3147 )
...
following https://github.com/LMMS/lmms/issues/3146#issuecomment-266211689
2016-12-10 10:25:59 -05:00
m-xbutterfly
33f5821b63
waveshaper redesign ( #3097 )
...
* waveshaper redesign
* Correcting for inconsistency with overall theme
* fix knobs and background
* Changed buttons with more consistent font
2016-12-09 22:27:05 -08:00
Oskar Wallgren
3ee60b24bd
Sinc Medium as default interpolation ( #3141 )
2016-12-02 17:19:25 -05:00
Mikobuntu
68d8152cf5
Envelopes are on now by default ( #3090 )
2016-11-26 19:16:26 +01:00
LMMS Service Account
9a95d73ab7
Updating translations for data/locale/fr.ts
2016-11-25 17:35:45 -06:00
liushuyu
dda6fa944d
Refresh i18n strings
2016-11-24 13:02:23 -07:00
Mehdi
13cf2fc9d8
workaround for broken wineg++ ( #3130 )
...
* Patched broken wineg++ for Fedora x86_64
Closes #3129
Related #3128
2016-11-22 09:28:42 -05:00
LMMS Service Account
5c9f700a96
Updating translations for data/locale/it.ts
2016-11-20 09:18:50 -06:00
LMMS Service Account
27a2748b69
Updating translations for data/locale/es.ts
2016-11-13 18:08:42 -06:00
Umcaruje
f9f930d4e1
Disable MIDI export temporarily ( #3114 )
2016-11-13 23:12:54 +01:00
liushuyu
89bfd3259d
Fix several i18n-related defects ( #3111 )
2016-11-12 11:53:43 -07:00
LMMS Service Account
2574254eaf
Updating translations for data/locale/it.ts
2016-11-11 15:44:35 -06:00
LMMS Service Account
656750dfbb
Updating translations for data/locale/es.ts
2016-11-11 15:12:48 -06:00
Shane Ambler
05ace7e348
Support for using jack midi input ( #2038 )
...
* Support jack midi input
* If jack is used for audio then use the same connection for midi as well
* Remove old FreeBSD adjustment for portaudio as multiple version support has been dropped.
* Disable jack midi out port until it is functional
2016-11-10 00:03:35 +01:00
Umcaruje
c9618961d6
dBV is actually mislabeled dBFS ( #3095 )
...
* Relabel "dBV" to "dBFS" in function names and GUI
* Write a ConfigManager upgrade for older versions
2016-11-06 22:44:18 -05:00
LMMS Service Account
3d43937bf3
Updating translations for data/locale/es.ts
2016-10-31 21:19:11 -05:00
LMMS Service Account
8620ea6bf8
Updating translations for data/locale/it.ts
2016-10-28 16:03:12 -05:00
liushuyu
32b19c0fb1
Refresh translation strings
2016-10-27 00:03:22 -06:00
Oskar Wallgren
f99aee97cd
Arpeggiator Cycle function. Jump over notes and cycle back if over note range. ( #3078 )
2016-10-26 10:27:26 +02:00
Rebecca DeField
3bcb00a381
New piano design with optimized contrast ( #3077 )
...
* New piano design with optimized contrast
* Made green transparent on pressed keys
* Updated Design
2016-10-24 15:29:09 -07:00
Umcaruje
6f91c56956
Upgrade for inverted LEDs in Crossover equalizer ( #3068 )
2016-10-17 18:46:13 +03:00
BaraMGB
eb44ab3316
EQ optimazations ( #3036 )
...
* calcuculate curve path only when data has changed
* calculate spectrum analyzer only if signal input
* code clean up / coding conventions
* changes according coding guidelines/performance improvements in spectrum analyser/curves painting
* minor changes/white spaces
* change init order
* connect analyze view to gui->mainWindow()->periodicUpdate()
* consolidate some functions (d.r.y.)
* minor syntax changes
* fixes a right mouse button bug
* correct steepness of flanks in high and low pass filters
* Whitespaces
2016-10-12 20:09:25 +00:00
Tres Finocchiaro
1f1048697d
Remove mounted icon
...
Per https://github.com/LinusU/node-appdmg/issues/125
2016-10-10 11:29:45 -04:00
Rebecca DeField
54b1da55c2
Theme tweaks ( #3042 )
2016-10-04 12:06:50 +02:00
liushuyu
d609b8f405
Refresh i18n strings
2016-10-01 01:39:04 -06:00
Umcaruje
d4fb937423
Fader redesign ( #3056 )
2016-09-30 11:50:50 -07:00
Umcaruje
919ca8b4d7
Enable antialiasing for sample visualizing ( #3057 )
2016-09-29 15:18:03 -07:00
Umcaruje
1eded63a19
Standardize the color of TCO bar markers ( #3054 )
2016-09-29 15:05:37 -07:00
Tres Finocchiaro
68df69d535
Speed up apple builds ( #3058 )
...
- fltk appears to have been fixed in Homebrew
- removed "reinstall" to speed up builds
2016-09-29 13:24:46 +02:00
Karmo Rosental
70a5ee41ba
Fixed showing of velocity of steps. ( #2960 )
...
* Fixed showing of velocity of steps.
* More contrast between muted and unmuted steps.
* Corrected opacity of volumes over 100.
* Single pixmap draw per step and step opacity is calculated using sqrt function.
* Using step_btn_on_100.png created by Umcaruje.
2016-09-28 17:44:28 +02:00
Umcaruje
be5cc6685e
Disable minimization on all subwindows ( #2983 )
...
* Disable minimization on all subwindows
* Change the maximize button icon
* Remove redundant boolean
* Make the maximize icon play better with the close icon
* I removed too much maaan
* Fix spaces
* Change comments
2016-09-28 01:01:24 +02:00
Simon van der Veldt
61dfed9421
Remove remnant WANT_SYSTEM_SR ( #3050 )
...
Actual use of WANT_SYSTEM_SR was removed in 3f6ff1deb0
2016-09-24 18:40:19 +02:00
Mohammad Amin Sameti
8911f27654
Add Persian and Phrygian dominant scales ( #3045 )
2016-09-23 17:34:06 +02:00
BaraMGB
0c5b2fa4f7
Merge pull request #3012 from BaraMGB/renamewindowtitle
...
Window title will be changed on rename track, now
2016-09-22 16:36:36 +02:00
Steffen Baranowsky
d600d56ad3
change automation editor window title on rename automation pattern
2016-09-18 13:56:36 +02:00
Steffen Baranowsky
354cb78412
piano roll title changed on pattern renaming
2016-09-18 13:18:35 +02:00
Javier Serrano Polo
41b930eb66
Update Pattern and AutomationPattern length ( #3037 )
2016-09-17 23:51:00 +00:00
Steffen Baranowsky
aaed243abb
minor changes/code conventions
2016-09-17 12:57:00 +02:00
Steffen Baranowsky
52102dd8b3
no reason for patternRenamed() is public
2016-09-15 15:42:40 +02:00
Steffen Baranowsky
2310c65348
rename Piano Roll window title on Instrument Track rename/remove
2016-09-15 15:20:33 +02:00
liushuyu
48cc3bb5ef
Refresh i18n strings
2016-09-15 12:59:10 +00:00
Rebecca DeField
ec98b9b9b2
Merge pull request #3007 from RebeccaDeField/master
...
Redesign Flanger
2016-09-15 10:44:28 -07:00
RebeccaDeField
defb6aa285
Hint text update
2016-09-12 15:10:00 -07:00
Javier Serrano Polo
1f90337523
Drop notes with length zero ( #3031 )
2016-09-12 20:10:18 +00:00
RebeccaDeField
4a48a6b0e5
Background tweak
2016-09-12 12:43:04 -07:00
RebeccaDeField
05df9289ad
Background
2016-09-12 12:40:04 -07:00
RebeccaDeField
92e09e8e56
Update Flanger
2016-09-12 12:37:22 -07:00
Umcaruje
ede0e07f5e
Exclude .ts files from the Github linguist
...
for proper language detection, as LMMS does not use TypeScript
2016-09-11 17:57:47 +02:00
Umcaruje
b641dfc4ca
Redesign Multitap echo ( #3008 )
2016-09-10 14:21:31 +02:00
liushuyu
12a91ae3f5
Update i18n source strings
2016-09-10 00:10:37 +00:00
Oskar Wallgren
a4f5834019
Extended arpeggiator functions ( #2130 )
2016-09-10 03:40:27 +00:00
Javier Serrano Polo
5e409b5575
Fix sample track playback in BB tracks ( #3023 )
2016-09-10 02:47:39 +00:00
Javier Serrano Polo
5626a49704
Sort plug-in embedded resources ( #3014 )
2016-09-10 02:31:35 +00:00
Javier Serrano Polo
5eb0ae2d75
Implement version major.minor.release-stage.build ( #3011 )
2016-09-10 02:27:59 +00:00
Oskar Wallgren
eb86e25fd8
Fix regressions on loading broken projects ( #3013 )
2016-09-08 22:18:23 +02:00
Oskar Wallgren
a53fd2663b
Improved file input validation. ( #2523 )
2016-09-05 12:17:40 +02:00
Javier Serrano Polo
08d54d3179
Fix sample track view in BB editor ( #3002 )
2016-09-04 00:16:43 +00:00
Javier Serrano Polo
6614f567d7
Request change in model when dropping a track ( #3000 )
2016-09-04 00:15:21 +00:00
Javier Serrano Polo
5f54995188
Add LocklessAllocator and use it in LocklessList ( #2998 )
2016-09-04 00:13:45 +00:00
Steffen Baranowsky
0af64f5836
adjust window title on rename lfo controller
2016-09-01 11:29:11 +02:00
Steffen Baranowsky
129e446322
Window title will be changed on rename track, now
2016-09-01 10:24:25 +02:00
Javier Serrano Polo
f14cb687de
Drop forceStep in AutomatableModel ( #3010 )
2016-08-30 19:45:09 +02:00
Javier Serrano Polo
8c2f98a89e
Fix undefined reference to vtable for AudioSoundIoSetupUtil ( #3004 )
2016-08-30 14:34:04 +00:00
Lukas W
37d6e9a561
Merge pull request #3003 from LMMS/iss-2501
...
Fix LFO drifting
2016-08-30 05:50:32 +12:00
Lukas W
67e93710d2
TempoSyncKnobModel: Fix loadSettings order (syncmode takes precedence)
2016-08-29 13:56:04 +02:00
Lukas W
37dfa492dc
ProjectVersion tests, fix mixleading comment
2016-08-29 09:04:37 +02:00
Umcaruje
d2a5c496ab
Redesign Crossover Equalizer ( #2994 )
...
* Redesign Crossover Equalizer
* Make it all pixel perfect
2016-08-29 01:50:54 +02:00
BaraMGB
f91d0e73dd
title label in artwork.png removed / alignment improved ( #2995 )
2016-08-26 13:01:35 +02:00
BaraMGB
f3ce31250d
remove the title label from lfo_controller_artwork.png/new alignment ( #2999 )
2016-08-26 13:01:07 +02:00
Lukas W
02eee8e7b6
AutomatableModel: Don't force step size aligning in setValue
2016-08-26 10:40:57 +02:00
Rebecca DeField
cf824bd6f1
Redesign Spectrum Analyzer ( #2971 )
...
* Redesign Spectrum Analyzer
* Update Spectrum Analyzer
* Update background
2016-08-25 23:28:01 +02:00
Javier Serrano Polo
703a42e77c
Create BB-related TCOs along with BB-related tracks ( #2981 )
2016-08-25 05:11:43 +02:00
Umcaruje
820a06eeff
Redesign Stereophonic Matrix ( #2989 )
...
* Redesign Stereophonic Matrix
* Redesign take 2
* Design update
* center middle lines to knobs
* Make the knob arc start from the center
2016-08-24 09:54:27 +02:00
grejppi
74b0454c0d
PatMan: clear buffer for finished notes, fix #2991 ( #2996 )
2016-08-24 02:19:32 +03:00
Javier Serrano Polo
c5cc89d691
Return NULL when asking for 0 bytes with MM_ALLOC ( #2986 )
2016-08-21 23:24:53 +00:00
Umcaruje
6e1e632baf
BassBooster Redesign ( #2988 )
2016-08-21 18:25:58 +02:00
Umcaruje
8cd323c860
Amplifier redesign ( #2985 )
...
* Amplifier redesign
* Center the plugin
2016-08-20 23:09:26 +02:00
Oskar Wallgren
8fa5afbd2a
SilenceAllNotes() on every instrument switch removes loud transient noise ( #2984 )
2016-08-20 10:25:16 +02:00
grejppi
d7fa8067fe
really remove all controllers while removing all controllers ( #2980 )
...
fix #2979
2016-08-19 01:23:46 +02:00
Umcaruje
e2a0fd33da
Do not make preset names all lowercase ( #2973 )
2016-08-18 23:57:42 +02:00
Javier Serrano Polo
474272af77
Merge pull request #2977 from jasp00/delete-track
...
Request change in model when deleting a track
2016-08-18 20:22:34 +00:00
Umcaruje
4b6bffc376
Cloning the pattern should duplicate it ( #2972 )
2016-08-17 23:02:26 +02:00
Javier Serrano Polo
2d529be8af
Request change in model when deleting a track
2016-08-17 21:43:48 +02:00
liushuyu
41b6867555
Refresh translation template
2016-08-17 21:57:47 +08:00
Javier Serrano Polo
35fc4af053
Merge pull request #2975 from jasp00/contributors
...
Honor CONTRIBUTORS override
2016-08-16 00:29:46 +00:00
Javier Serrano Polo
6119e67812
Merge pull request #2968 from jasp00/minimal
...
Add option to set the list of plug-ins to build
2016-08-16 00:22:37 +00:00
Javier Serrano Polo
b83949ad18
Honor CONTRIBUTORS override
2016-08-15 04:12:26 +02:00
Andrés
07021ed84b
fix 'Set Linear' not saving properly ( #1642 ) ( #2742 )
2016-08-14 20:18:12 +00:00
Javier Serrano Polo
ca3d11c9f0
Add option to set the list of plug-ins to build
2016-08-14 19:46:32 +02:00
Javier Serrano Polo
8b96172650
Merge pull request #2923 from jasp00/nofile
...
Replace __FILE__
2016-08-09 00:15:05 +00:00
Oskar Wallgren
54a9aa6087
tickspertact -1 ( #2959 )
2016-08-07 14:39:45 +02:00
BaraMGB
a72ddf0b61
rename FxLine directly in a QLineEdit ( #2918 )
...
* rename FxLine directly in a QLineEdit
* set project modified only if FxLine text is changed
* clean up some code. Optimize some things
* optimizing code / removing a couple of member variables
* minor code optimizations
* turn off the tool tip in rename mode / minor code changes
2016-08-07 03:29:58 +00:00
Umcaruje
0187071192
Fix lack of contrast in the new theme ( #2949 )
...
* makes Tracks themable in style.css (#2889 )
* change the active title bar color/adds a thin line on top of title bar (#2912 )
* Make the window border lighter (#2911 )
* Color Updates (#2940 )
* Increase the lightness of active FxLine (#2945 )
* Sidebar tweak (#2954 )
2016-08-04 02:17:45 +02:00
Oskar Wallgren
7e1209e774
SF_INFO.format init to 0 ( #2956 )
2016-08-02 15:03:02 +02:00
Umcaruje
b8f5f21177
Make the background of BB patterns themeable ( #2942 )
...
* Make the background of BB patterns themeable
* Lighten up the color, make the BB background borderless
2016-08-02 14:45:45 +02:00
Oskar Wallgren
04dd35e57f
Move cloned track up incrementally ( #2950 )
2016-08-02 13:00:00 +02:00
Javier Serrano Polo
7e99b1504f
Merge pull request #2943 from jasp00/effect-info
...
Do not show VST bridge information
2016-08-02 00:23:40 +00:00
Oskar Wallgren
ba76bfe5a6
Strip prefix 'g' from the version hash ( #2952 )
2016-07-31 10:16:54 -04:00
BaraMGB
f9f7b50eb0
set the project modified if track was renamed ( #2939 )
2016-07-31 15:59:47 +02:00
Oskar Wallgren
6e53e74e1c
Delete Zakarra songs, missing sounds ( #2936 )
2016-07-30 01:43:01 +02:00
Umcaruje
cfb1465c05
Update effect plugin icons ( #2938 )
...
* Replace the generic effect icon with a more streamlined one
* Add seperate icons for different plugin types
2016-07-29 00:40:02 +02:00
Umcaruje
c20c5207c8
Fix dialog button mismatch ( #2908 )
...
* Fix dialog button mismatch
* Change order in menu
* Make buttons the same role, so we have custom ordering
* Hide the exit button, add a close button to the dialog, change ordering
* Make the exit button not visible
2016-07-29 00:39:10 +02:00
Javier Serrano Polo
27b6c77865
Merge pull request #2931 from jasp00/pulse-fail
...
Run dummy loop when PulseAudio fails connection
2016-07-28 01:23:20 +00:00
Javier Serrano Polo
6f317acadc
Merge pull request #2929 from jasp00/render-segv
...
Destroy engine in text mode
2016-07-28 01:21:21 +00:00
Javier Serrano Polo
e446f14aac
Do not show VST bridge information
2016-07-28 03:12:24 +02:00
kamnxt
cd6d70a10b
Fix #2698 - hang on start ( #2905 )
...
Fixes #2698 by turning off the `recurse` parameter in order to stop LMMS from scanning subdirectories when starting, as suggested by @michaelgregorius.
2016-07-27 19:02:01 +02:00
Oskar Wallgren
18439edff5
Merge pull request #2935 from zonkmachine/malletsVelocity
...
Limit velocity for stk::modal amplitude range
2016-07-24 17:41:46 +02:00
Oskar Wallgren
ed7d929b2c
Limit velocity for stk::modal amplitude range
2016-07-24 04:42:33 +02:00
Javier Serrano Polo
57218b8e65
Merge pull request #2925 from jasp00/find-wine
...
Search Wine in the i386 multiarch directory
2016-07-23 23:35:49 +00:00
Javier Serrano Polo
fa19f00237
Merge pull request #2921 from jasp00/drop-fl
...
Remove FLP configuration
2016-07-23 03:03:43 +00:00
Javier Serrano Polo
07cc0edc79
Merge pull request #2928 from jasp00/cancel-crash
...
Fix crash on canceling the export
2016-07-23 02:31:55 +00:00
LMMS Service Account
0d501742b1
Updating translations for data/locale/es.ts
2016-07-21 22:13:35 -05:00
LMMS Service Account
e9fe6fba6e
Updating translations for data/locale/es.ts
2016-07-21 22:08:31 -05:00
LMMS Service Account
da0c9163c0
Updating translations for data/locale/es.ts
2016-07-21 22:03:28 -05:00
LMMS Service Account
8fef97654b
Updating translations for data/locale/es.ts
2016-07-21 21:58:25 -05:00
LMMS Service Account
cfb136fea4
Updating translations for data/locale/es.ts
2016-07-21 21:47:52 -05:00
LMMS Service Account
5fc0d13beb
Updating translations for data/locale/es.ts
2016-07-21 21:41:32 -05:00
LMMS Service Account
65daa54f1d
Updating translations for data/locale/es.ts
2016-07-21 21:35:45 -05:00
LMMS Service Account
598684a432
Updating translations for data/locale/es.ts
2016-07-21 21:30:22 -05:00
LMMS Service Account
7283890298
Updating translations for data/locale/es.ts
2016-07-21 21:25:20 -05:00
LMMS Service Account
b4de216ea4
Updating translations for data/locale/es.ts
2016-07-21 21:20:16 -05:00
LMMS Service Account
e6aad8e0b3
Updating translations for data/locale/es.ts
2016-07-21 21:15:13 -05:00
LMMS Service Account
0bc73ebd03
Updating translations for data/locale/es.ts
2016-07-21 21:10:02 -05:00
LMMS Service Account
fc87036a62
Updating translations for data/locale/es.ts
2016-07-21 21:04:24 -05:00
LMMS Service Account
eae96ae14d
Updating translations for data/locale/es.ts
2016-07-21 20:57:50 -05:00
LMMS Service Account
a3749fc08b
Updating translations for data/locale/es.ts
2016-07-21 20:52:26 -05:00
LMMS Service Account
b2adfda752
Updating translations for data/locale/es.ts
2016-07-21 20:47:11 -05:00
LMMS Service Account
f546b4ff00
Updating translations for data/locale/es.ts
2016-07-21 20:41:03 -05:00
LMMS Service Account
3a90c7383d
Updating translations for data/locale/es.ts
2016-07-21 19:19:25 -05:00
LMMS Service Account
f0e2ea191a
Updating translations for data/locale/es.ts
2016-07-21 19:14:20 -05:00
Javier Serrano Polo
a11642df0b
Run dummy loop when PulseAudio fails connection
2016-07-22 01:49:54 +02:00
Javier Serrano Polo
8d65ac5596
Destroy engine in text mode
2016-07-21 20:53:08 +02:00
Javier Serrano Polo
b1d4ee1f97
Fixed crash on canceling the export
2016-07-21 19:39:55 +02:00
Javier Serrano Polo
7a98b3e669
Merge pull request #2916 from BaraMGB/renameLineEdit
...
rename tracks directly on TrackLableButton in a QLineEdit
2016-07-21 14:51:27 +00:00
Javier Serrano Polo
935100b071
Search Wine in the i386 multiarch directory
2016-07-21 02:18:52 +02:00
grejppi
ddc2591611
Move pre-1.1 mixer check to DataFile::upgrade() ( #2924 )
2016-07-20 23:19:08 +03:00
Steffen Baranowsky
06726f6204
rename tracks directly on TrackLableButton in a QLineEdit
2016-07-20 21:16:26 +02:00
Oskar Wallgren
c9c8ac26b1
Merge pull request #2491 from zonkmachine/pianoRollNoteSelect
...
Fix selection of beat notes
2016-07-20 20:44:42 +02:00
Javier Serrano Polo
5b991d6b8b
Merge pull request #2920 from jasp00/swh
...
Update SWH, fix GCC 5.3.1 warnings
2016-07-20 12:10:43 +00:00
Oskar Wallgren
1f2c848b26
Fix selection of beat notes in Piano Roll editor
2016-07-20 01:01:58 +02:00
Javier Serrano Polo
0de382ced7
Replaced __FILE__
2016-07-19 23:58:19 +02:00
Javier Serrano Polo
17e977dc2b
Removed FLP configuration
2016-07-19 02:29:55 +02:00
liushuyu
28cb24409c
Update i18n strings
2016-07-18 08:20:24 +08:00
Javier Serrano Polo
616f9c0299
Updated SWH, fixed GCC 5.3.1 warnings
2016-07-17 22:21:20 +02:00
grejppi
4f008872ee
Replace Version Mismatch popup with TextFloat ( #2910 )
2016-07-17 13:41:21 -04:00
Javier Serrano Polo
67ce400cf3
Merge pull request #2813 from DeRobyJ/ch.update-song
...
Updated all the songs to current version
2016-07-16 01:40:40 +00:00
Javier Serrano Polo
b364c11984
Merge pull request #2917 from jasp00/pattern
...
Resize only patterns from BB editor
2016-07-15 23:51:03 +00:00
Umcaruje
c4e05048b8
Update readme to adress the chatting service change
...
Gitter to Discord
2016-07-15 20:33:59 +02:00
Javier Serrano Polo
e0bab1ef73
Resize only patterns from BB editor
2016-07-14 20:24:02 +02:00
Javier Serrano Polo
81e0aaaef3
Merge pull request #2915 from jasp00/bb-clone
...
Create cloned track when the mixer is ready
2016-07-13 22:20:57 +00:00
grejppi
2d1813fb64
Remove FLP import, revert to GPLv2+ only ( #2904 )
2016-07-12 19:28:45 +03:00
Javier Serrano Polo
db89483e8e
Create cloned track when the mixer is ready
2016-07-11 23:51:45 +02:00
Javier Serrano Polo
8a4c6e2b2b
Merge pull request #2888 from jasp00/triple-segv
...
Fix fault on note off and remove one mutex for notes
2016-07-10 22:08:29 +00:00
DeRobyJ
04f12648c5
Updated to forced 1.2.0 version
2016-07-10 19:18:09 +02:00
Michael Gregorius
52ec3874b1
Render the mixer levels in a dB FS scale ( #2672 )
...
* Render the mixer levels in a dB FS scale
Adds the option to render the mixer levels in dB FS. By default this
option is disabled so that classes which inherit from Fader are not
affected by this change. However, in the code of the FxMixerView this
feature is enabled so that the mixer shows the levels in dB FS.
The ability to render in dB FS is exported as a property so that it can
also be set in a style sheet (not used as of now). The new property is
called "levelsDisplayedInDBFS".
There are now setters and getters for the min and max level.
Showing the levels in dB FS (which is a logarithmic scale) gives a less
"fidgety" impression when the levels are moving.
* Introduction of an init method in Fader
An init method was added to unify the initialization of the two Fader
constructors.
2016-07-10 15:08:54 +02:00
Javier Serrano Polo
06b1d52b0a
Fixed fault on note off and removed one mutex for notes
2016-07-09 22:56:25 +02:00
LMMS Service Account
04ee0910af
Updating translations for data/locale/es.ts
2016-07-08 17:32:07 -05:00
Rebecca DeField
ddf587c1bd
Updated wave icons for contrast, updated graphics for greater legibility ( #2821 )
...
* Updated wave icons for more contrast, updated graphcs for more legibility
* Added LFO artwork
* Updated waveform graphics
2016-07-08 16:41:00 +02:00
Andrés
471f335596
fix equalizer effect spectrum view lag ( #2857 )
...
* fix equalizer effect spectrum view lag #2736
* fix equalizer effect spectrum view lag. changed 10ms to 20ms
2016-07-06 23:34:38 -04:00
Javier Serrano Polo
c2a406e70f
Merge pull request #2895 from jasp00/worker-lock
...
Added LocklessList and use it for new play handles
2016-07-06 15:18:09 +00:00
Javier Serrano Polo
8ce6b21e08
Merge pull request #2893 from jasp00/high-cpu
...
Do not busy wait when writing buffer in mixer
2016-07-06 15:06:52 +00:00
LMMS Service Account
68620ceb29
Updating translations for data/locale/it.ts
2016-07-06 06:51:17 -05:00
liushuyu
4ab880e8d0
Update i18n strings
2016-07-06 18:56:06 +08:00
Tres Finocchiaro
652aa5eb54
Merge pull request #2883 from Stephen-Seo/bb_bugfix
...
Fixes newly added tracks in BB having wrong size
2016-07-05 18:09:32 -04:00
Roberto Giaconia
0d8a3c7fe1
Add Rename option in controller context menu ( #2804 )
...
* add Rename option in controller context menu
* code conv. fix
2016-07-05 22:28:03 +02:00
Tres Finocchiaro
d84263e472
Merge pull request #2808 from Umcaruje/fixbbwidth
...
Change the minimum width of the B&B editor
2016-07-05 11:39:18 -04:00
Stephen Seo
892970d15b
Fixes newly added tracks in BB having wrong size
2016-07-04 20:28:56 +09:00
Javier Serrano Polo
f7aa773005
Added LocklessList and use it for new play handles
2016-07-03 16:42:07 +02:00
Javier Serrano Polo
8497d39eec
Do not busy wait when writing buffer in mixer
2016-07-02 21:57:55 +02:00
Javier Serrano Polo
3baedf3307
Merge pull request #2891 from devnexen/master
...
sndio needs Mixer class def as well
2016-07-02 18:28:08 +00:00
David Carlier
343fa3ff9a
sndio needs Mixer class def as well
2016-07-02 16:55:42 +01:00
Javier Serrano Polo
46c2aa32ea
Merge pull request #2773 from jasp00/license
...
Add GPL-3 to license information
2016-07-02 08:24:52 +00:00
Javier Serrano Polo
64702653f9
Merge pull request #2875 from jasp00/journal
...
Split journal ID range between new and loaded elements
2016-07-02 08:23:26 +00:00
Javier Serrano Polo
fb0e076bce
Merge pull request #2829 from jasp00/sort-glob
...
Sort lists generated from globbing expressions
2016-07-01 02:56:01 +00:00
Javier Serrano Polo
f3ea884697
Merge pull request #2879 from jasp00/export
...
Fix freeze when finishing export
2016-06-30 03:05:54 +00:00
Javier Serrano Polo
ab5bc38064
Merge pull request #2877 from serdnab/sf2sustain-rev
...
Revision to a previous PR. midi sustain of sf2 player
2016-06-29 03:33:01 +00:00
Javier Serrano Polo
e55ec80c3d
Fixed freeze when finishing export
...
Fixed stopping processing
2016-06-28 00:50:00 +02:00
Andres
66b6a64040
Revision to a previous PR. midi sustain of sf2 player
2016-06-27 01:23:48 -03:00
Javier Serrano Polo
07893113da
Merge pull request #2872 from jasp00/krem
...
Fix infinite loop in FxMixer and some resource releases
2016-06-27 00:54:23 +00:00
Javier Serrano Polo
1a59f22b02
Merge pull request #2871 from serdnab/sf2sustain
...
fix midi sustain not working with sf2 player
2016-06-27 00:51:41 +00:00
Javier Serrano Polo
f97b431c8d
Split journal ID range between new and loaded elements
2016-06-26 02:43:52 +02:00
Javier Serrano Polo
447c787f7e
Fixed infinite loop in FxMixer and some resource releases
2016-06-24 23:02:44 +02:00
Javier Serrano Polo
01e9ebc9cf
Merge pull request #2868 from jasp00/esoxlb
...
Remove effect from list before deleting
2016-06-24 00:21:05 +00:00
Javier Serrano Polo
15196aee3b
Merge pull request #2860 from jasp00/mixer-lock
...
Remove more locks from the mixer
2016-06-24 00:19:24 +00:00
Tres Finocchiaro
7ce2694f75
Merge pull request #2861 from tresf/master
...
Fix building on older Apple versions
2016-06-22 23:31:07 -04:00
Tres Finocchiaro
36bb163732
Merge pull request #2798 from BaraMGB/fixMacSubwindow
...
fix the maximize behavior of subwindows on Mac
2016-06-22 22:50:08 -04:00
Andres
4c3c273b1b
fix midi sustain not working with sf2 player ( #2758 )
2016-06-22 22:08:41 -03:00
Steffen Baranowsky
ee8ff0a227
fix the maximize behavior of subwindows on Mac
2016-06-22 14:21:30 +02:00
Javier Serrano Polo
9bf3081725
Remove effect from list before deleting
2016-06-22 05:08:26 +02:00
tresf
092f1c69c5
Force Homebrew to use Qt 5.5
...
Instead of defaulting to Qt 5.6+ per #2862
2016-06-21 21:29:33 -04:00
tresf
46179f475d
Fix compilation on older Apple versions
...
Adds libc++ to CXX flags
Fixes macdeployqt on Qt5
Also fixes zynaddsubfx linking on Mac
2016-06-21 21:23:50 -04:00
Javier Serrano Polo
2c796f9503
Removed more locks from the mixer
2016-06-20 00:30:23 +02:00
Javier Serrano Polo
5dd650b850
Merge pull request #2835 from jasp00/triple-fpe
...
Defer updates to SampleBuffer
Removed global lock from the Mixer
2016-06-18 19:27:27 +00:00
Javier Serrano Polo
5606a04ad7
Defer updates to SampleBuffer
...
Removed global lock from the Mixer
2016-06-18 05:29:21 +02:00
Javier Serrano Polo
ecf9db66bd
Merge pull request #2822 from jasp00/rm-track
...
Fix removal of track when notes are playing
2016-06-17 20:14:24 +00:00
lmmsservice
1e7b8e9617
Updating translations for data/locale/fr.ts
2016-06-17 23:07:16 +08:00
liushuyu
03eccc4ffb
Update i18n strings and ...
...
... remove more hard-coded strings
2016-06-17 22:43:41 +08:00
liushuyu
f7377b6ee7
Update i18n strings
2016-06-17 20:05:35 +08:00
Javier Serrano Polo
3157a7a4af
Merge pull request #2830 from jasp00/aeffectx
...
Replace information obtained from the web in aeffectx.h
2016-06-16 19:54:08 +00:00
Javier Serrano Polo
b8bfe96404
Merge pull request #2836 from jasp00/sort-eff
...
Sort effects in dialog
2016-06-16 19:35:20 +00:00
Javier Serrano Polo
d31089ceb5
Fixed removal of track when notes are playing
2016-06-16 17:42:00 +02:00
Javier Serrano Polo
10f2fab0eb
Merge pull request #2838 from BaraMGB/2823
...
makes Subwindow title label transparent for mouse events
2016-06-15 22:18:45 +00:00
Steffen Baranowsky
4fc066bd27
fix subwindow title bar resize action
2016-06-15 23:42:48 +02:00
Javier Serrano Polo
5c0b359a61
Sort effects in dialog with sortable table
2016-06-15 01:42:46 +02:00
Michael Gregorius
ec95ef1ba9
Implements #2635 : Draws a transparent rectangle in the loop area (plus CSS exposure) ( #2657 )
...
* Draws a transparent rectangle in the loop area (plus CSS exposure)
The color for the rectangle can be defined in the style CSS for the
active and inactive case. The following properties of the TimeLineWidget
are exposed through the CSS:
- The color of the lines that are drawn for each bar
- The color of the bar numbers
- The font size (given in pt)
- The minimum and the maximum height of the widget (given in em so that it scales with the font size). Set both to the same value to set a fixed size.
- The background of the widget
- A loop color: The color for the main rectangle's pen
- A loop brush: The brush used to fill the main rectangle
- An inner loop color: The color used for the pen that draws the inner border.
- loopRectangleVerticalPadding: specifies the padding used for the loop indicator rectangle.
The bar numbers are drawn conditionally like the bar lines. The
numbers are drawn with a constant distance to the tact line. This gives
a more consistent picture at different zoom levels and also fixes the
broken look at very small zoom sizes like for example 12.5%.
The bar numbers are drawn with hinting so that they show up less blurry on low DPI displays.
Remove the pixmaps that have been used up to now to draw the loop
boundaries.
Removes the unused "TimeLine" from style.css.
Document the style sheet properties for the loop indicator rectangle.
2016-06-12 18:13:23 +02:00
Umcaruje
1abbbc2ef6
Draw flat, borderless, semi-transparent and sharp-cornered notes ( #2827 )
...
* Draw flat, borderless, semi-transparent and sharp-cornered notes; Increase the contrast of the grid
* Convert the note gradient to a horizontal one
* Increase opacity for better visibility
* Reinstate borders, make the fill semi-transparent
* Some cosmetic touch-ups
* Make border width themeable
* Set a boolean for borderless properties
* Rename borderlessNotes to noteBorders
2016-06-10 00:00:19 +02:00
Javier Serrano Polo
4b1fdc4821
Dropped VstParameterProperties
...
Added information related to VstTimeInfo
2016-06-09 23:53:45 +02:00
Umcaruje
9eec9a0897
Merge pull request #2816 from BaraMGB/PeakControllerGUI
...
provides a new GUI for the peak controller plugin
2016-06-09 23:45:53 +02:00
Javier Serrano Polo
9b4cc41fa3
Removed information obtained from the web
2016-06-08 02:10:06 +02:00
Javier Serrano Polo
b549846100
Added GPL-3 to license information
2016-06-08 01:45:01 +02:00
Javier Serrano Polo
2d04870c98
Merge pull request #2746 from jasp00/wine-buildflags
...
Pass build flags to wineg++
2016-06-07 22:32:17 +00:00
Javier Serrano Polo
5b2283feec
Sort lists generated from globbing expressions
2016-06-07 20:15:55 +02:00
DeRobyJ
43be8c4740
Updated templates
2016-06-06 12:33:58 +02:00
DeRobyJ
a1b8d8ace5
updates made, see witten log
2016-06-06 12:33:58 +02:00
Umcaruje
daedb92e79
Merge pull request #2818 from Umcaruje/master
...
Standardise badges in README.md and add more badges
2016-06-05 21:52:29 +02:00
Javier Serrano Polo
252284b4b1
Pass build flags to wineg++
2016-06-05 01:34:46 +02:00
Umcaruje
b531261cf0
Merge pull request #2820 from jasp00/vst-segv
...
Do not delete VST parameter window when closed
2016-06-04 20:33:04 +02:00
Javier Serrano Polo
85d1b2075c
Merge pull request #2739 from jasp00/sync-socket
...
Synchronize with remote plugins using local sockets
2016-06-04 00:34:30 +00:00
Javier Serrano Polo
b6a7e6dd4a
Do not delete VST parameter window when closed
2016-06-04 01:30:12 +02:00
Steffen Baranowsky
4617bfa99d
change the artwork for LFO controller/ amount knob label changed to 'AMNT'
2016-06-03 13:59:26 +02:00
Steffen Baranowsky
d0b80f8151
provides a new GUI for the peak controller plugin
2016-06-03 13:56:41 +02:00
Umcaruje
6e4e060c46
Standardise badges in README.md and more badges
2016-06-03 13:55:44 +02:00
Umcaruje
27eaa4d512
Make scrollbars consistent over the software; Add padding to the scrollbars; Make the PianoView background themeable ( #2807 )
...
* Make scrollbars consistent over the software; Add padding to the scrollbars; Make the PianoView background themeable
* Make the scrollbar hover color brighter
2016-06-03 12:21:27 +02:00
Umcaruje
a738069ff5
Merge pull request #2809 from Umcaruje/fixfoldercase
...
Rename folders in the projects folder to lowercase, for consistency
2016-06-03 12:19:52 +02:00
Umcaruje
9c5cbbec47
Merge pull request #2517 from zonkmachine/zoom
...
Add finer zoom, 12.5%
2016-06-01 01:12:40 +02:00
Umcaruje
b90540f2a7
Rename folders in the projects folder to lowercase, for consistency
2016-06-01 00:49:45 +02:00
Umcaruje
14b7d83fbd
Change the minimum width of the B&B editor
2016-06-01 00:41:06 +02:00
liushuyu
ce8e523f86
Merge pull request #2806 from HDDigitizerMusic/master
...
ModernNoir Theme For The New Default
Closes #2587
2016-05-31 13:16:03 +08:00
RebeccaDeField
3f2e17dd04
ModernNoir theme as default and previous theme as classic
2016-05-30 20:27:13 -07:00
Javier Serrano Polo
d41500b986
Merge pull request #2803 from jasp00/opt-dll
...
Make some libraries optional in Windows installation
2016-05-30 23:33:57 +00:00
Javier Serrano Polo
fa7d7a111a
Synchronize with remote plugins using local sockets
2016-05-30 01:52:11 +02:00
Javier Serrano Polo
d873ab471c
Make some libraries optional in Windows installation
2016-05-30 00:48:08 +02:00
Javier Serrano Polo
5930050d32
Merge pull request #2801 from jasp00/pkg-config
...
Fix MinGW pkg-config configuration
2016-05-29 02:37:32 +00:00
Javier Serrano Polo
d599955750
Fixed MinGW pkg-config configuration
2016-05-29 03:34:29 +02:00
Oskar Wallgren
36c181dbea
Add zoom 12.5%
2016-05-28 21:18:05 +02:00
liushuyu
a42a3c5346
Add Gitter hook to Travis-CI
2016-05-27 22:47:24 +08:00
Umcaruje
a0bbcce1bb
Merge pull request #2799 from gitter-badger/gitter-badge
...
Add a Gitter chat badge to README.md
2016-05-27 15:19:14 +02:00
The Gitter Badger
466559be49
Add Gitter badge
2016-05-26 13:52:07 +00:00
Tres Finocchiaro
028e83ca3e
Merge pull request #2796 from trebmuh/desktop-fr
...
Adds french translation to lmms.desktop
2016-05-24 12:41:24 -04:00
Olivier Humbert
c3304f706d
Update lmms.desktop
...
Adds french translation.
2016-05-24 18:38:43 +02:00
Tres Finocchiaro
da2e6e856c
Merge pull request #2793 from jasp00/dummy
...
Do not delete pool buffers in dummy audio
2016-05-24 11:30:14 -04:00
Javier Serrano Polo
293926a1dd
Do not delete pool buffers in dummy audio
2016-05-23 21:41:29 +02:00
Umcaruje
911f4c97b3
Merge pull request #2791 from jasp00/ninja
...
Fix build with Ninja
2016-05-23 12:36:06 +02:00
Javier Serrano Polo
f746e1ca76
Fixed build with Ninja
2016-05-23 02:00:50 +02:00
LMMS Service Account
5152ccd0b8
Updating translations for data/locale/es.ts
2016-05-22 12:42:32 -05:00
Raine M. Ekman
673cf27e90
Merge pull request #2458 from softrabbit/issue1499
...
Organic: make oscillator phase offsets per-note
2016-05-20 21:10:34 +03:00
Tres Finocchiaro
2810c9905c
Merge pull request #2788 from Teuthis/fix2604
...
Adds null pointer check to fix crash on exit with peak controller
2016-05-20 15:59:16 +01:00
Chris Aiken
0945562c17
Adds null pointer check to fix crash on exit with peak controller
2016-05-20 10:51:48 -04:00
Javier Serrano Polo
8a5589e7fe
Merge pull request #2764 from jasp00/no-soname
...
Remove SONAMEs from vestige and vst_base
2016-05-20 00:36:41 +00:00
Javier Serrano Polo
25dfed2569
Merge pull request #2775 from jasp00/zyn-runpath
...
Fix regression in handling RPATH for RemoteZynAddSubFx
2016-05-18 21:28:25 +00:00
Javier Serrano Polo
8c01ba0dc3
Fixed handling RPATH for alternate version of Qt
2016-05-18 22:07:52 +02:00
Tres Finocchiaro
60837ed93b
Merge pull request #2780 from jasp00/travis
...
Use the Trusty beta build environment
2016-05-18 00:18:11 +01:00
Javier Serrano Polo
a460e359f3
Use the Trusty beta build environment
2016-05-17 21:42:18 +02:00
LMMS Service Account
cff47ac957
Updating translations for data/locale/uk.ts
2016-05-16 14:29:43 -05:00
Javier Serrano Polo
cb3e1669e7
Merge pull request #2782 from jasp00/zyn-link
...
Support qt_version_tag in Qt 5.6
2016-05-15 18:35:20 +00:00
Javier Serrano Polo
f6cde4459c
Support qt_version_tag in Qt 5.6
2016-05-15 19:49:09 +02:00
Umcaruje
0613299297
Merge pull request #2781 from tresf/master
...
Fix style for Qt5 about dialog
2016-05-15 11:53:02 +02:00
tresf
37f57c2ba7
Fix style for Qt5 about dialog
...
Per #2611
2016-05-15 02:13:22 -04:00
Tres Finocchiaro
207f4db52b
Merge pull request #2753 from jasp00/new-swh
...
Update generated C files from SWH upstream
Closes #2366
2016-05-15 06:45:25 +01:00
Tres Finocchiaro
f2b611b0e8
Compat support for vocoder rename
...
Per #2366 , #2753
2016-05-15 01:39:49 -04:00
Javier Serrano Polo
34081f097a
Merge pull request #2771 from jasp00/zyn-link
...
Revert unnecessary link
2016-05-14 19:44:59 +00:00
Javier Serrano Polo
85996ddae4
Revert unnecessary link
2016-05-12 01:52:40 +02:00
Tres Finocchiaro
ed9ccd2872
Merge pull request #2765 from jasp00/gpl2
...
Make clear that ZynAddSubFX is under GPL-2+
2016-05-09 02:42:32 +01:00
Javier Serrano Polo
3952def892
Make clear that ZynAddSubFX is under GPL-2+
2016-05-09 01:45:21 +02:00
Javier Serrano Polo
febbf58a2d
Remove SONAMEs from vestige and vst_base
2016-05-09 00:16:53 +02:00
Javier Serrano Polo
44f419c937
Merge pull request #2759 from jasp00/origin
...
Allow execution of ZynAddSubFX and VST plugins from build tree
2016-05-08 21:47:59 +00:00
grejppi
8dd938463f
Remove Greippi-ardudar.mmpz ( #2763 )
2016-05-09 00:37:16 +03:00
jasp00
183012dced
Merge pull request #2735 from jasp00/vst-no-wine
...
Compile VST plugins without Wine
2016-05-08 19:55:04 +00:00
Javier Serrano Polo
7246c57491
Allow execution of ZynAddSubFX and VST plugins from build tree
2016-05-07 19:41:52 +02:00
liushuyu
e910d6f5a4
Update i18n strings
2016-05-07 16:42:56 +08:00
Tres Finocchiaro
2137a0ade6
Merge pull request #2757 from DanWin/master
...
Fix warning issued by gcc-6.1
2016-05-06 15:28:22 +01:00
Daniel Winzen
6a0811b9a6
Fix warning issued by gcc-6.1
2016-05-06 16:01:06 +02:00
Tres Finocchiaro
015efb7bc4
Merge pull request #2756 from jasp00/zynaddsubfx-libs
...
Fix link to module
2016-05-06 00:05:46 +01:00
Javier Serrano Polo
37c39e68a8
Fixed link to module
2016-05-06 00:21:24 +02:00
grejppi
c94d6e8db4
Add Quantize button to Piano Roll
...
Add Quantize button to Piano Roll
2016-05-05 13:39:55 +03:00
Tres Finocchiaro
355f6c28c5
Merge pull request #2748 from jasp00/zynaddsubfx-libs
...
Fix ZynAddSubFxCore library issues
2016-05-04 20:37:17 -04:00
Javier Serrano Polo
0196a67c7c
Fixed ZynAddSubFxCore library issues
2016-05-05 00:59:05 +02:00
Tres Finocchiaro
d0107a7f60
Merge pull request #2754 from jasp00/useless-deps
...
Use fltk-config to avoid static library
2016-05-04 18:21:04 -04:00
Javier Serrano Polo
9b05a9e917
Updated generated C files from SWH upstream
2016-05-04 23:28:11 +02:00
Javier Serrano Polo
1eda555e93
Use fltk-config to avoid static library
2016-05-04 23:03:37 +02:00
Umcaruje
0c9bf9b518
Merge pull request #2516 from BaraMGB/SubwindowDecoration
...
Add a new window decoration to MDISubWindows
2016-05-03 17:17:12 +02:00
Umcaruje
4fd8fce60d
Styling changes for the subwindow decoration
2016-05-03 14:25:18 +02:00
Tres Finocchiaro
180b56161c
Merge pull request #2751 from devnexen/master
...
allowing openbsd to play the virtual keyboard via the comp's one, the…
2016-05-02 20:25:38 -04:00
LMMS Service Account
2a4987c0e0
Updating translations for data/locale/es.ts
2016-05-02 12:09:37 -05:00
LMMS Service Account
7f52a00396
Updating translations for data/locale/es.ts
2016-05-02 12:04:28 -05:00
LMMS Service Account
f303d3a284
Updating translations for data/locale/es.ts
2016-05-02 11:59:19 -05:00
LMMS Service Account
2fb6e1a8bb
Updating translations for data/locale/es.ts
2016-05-02 11:54:19 -05:00
Steffen Baranowsky
47f5b25877
Add a new window decoration to MDISubWindows
2016-05-02 16:59:49 +02:00
midi-pascal
cbbde98e4f
Fixes #1735 ( #2750 )
...
Piano Roll: Do not scroll back when stopping if scroll is disabled
2016-05-02 12:32:40 +02:00
David Carlier
672f01f92c
allowing openbsd to play the virtual keyboard via the comp's one, the Linux's layout seems workable
2016-05-02 06:49:16 +01:00
Javier Serrano Polo
4b8cf97af3
Compile VST plugins without Wine
2016-05-02 00:02:12 +02:00
Tres Finocchiaro
cfe5e98bf7
Merge pull request #2732 from jasp00/master
...
Find vstbase library at runtime
2016-05-01 15:03:04 -04:00
Tres Finocchiaro
568a83521a
Merge pull request #2749 from jasp00/useless-deps
...
Remove useless dependencies
2016-05-01 15:00:39 -04:00
Tres Finocchiaro
59c7187dce
Merge pull request #2747 from jasp00/gcc6
...
Fixed build problems with GCC 6
2016-05-01 14:19:47 -04:00
Oskar Wallgren
45c4690cf4
PianoRoll, Escape key drops selection ( #2561 )
2016-05-01 13:57:44 +02:00
midi-pascal
63ac551c70
Fix missing scroll back when stop in Song Editor ( #2423 )
...
* Fix missing scroll back on stop in Song Editor
* Fix missing scroll back on stop in Song Editor
* Avoid scrolling the Song Editor when scrolling is disabled.
* Handle the smooth scroll in scroll back
* Remove leading underscore from fonction parameters name
* Put back spaces around parameters (Removed by mistake)
2016-05-01 10:59:52 +02:00
Javier Serrano Polo
60740fbefc
Removed useless dependencies
2016-04-30 03:33:21 +02:00
Javier Serrano Polo
a06cb0126c
Fixed build problems with GCC 6
2016-04-30 00:00:09 +02:00
LMMS Service Account
96a011d396
Updating translations for data/locale/it.ts
2016-04-29 04:09:22 -05:00
Javier Serrano Polo
1e69e8d3a9
Find vstbase library at runtime
2016-04-27 21:12:28 +02:00
LMMS Service Account
33d8c44ed9
Updating translations for data/locale/uk.ts
2016-04-27 10:40:20 -05:00
liushuyu
8d7e1d60ba
Minor i18n fix & language files refresh
2016-04-25 15:44:41 +08:00
Oskar Wallgren
d31ad894ce
Merge pull request #2705 from karmux/master
...
Fixes #2537 . GigaSampler can load both relative and absolute paths
2016-04-24 06:34:00 +02:00
midi-pascal
2a7bdf3fe8
Fix cmd-line help, add config option, use local lmmsrc file in dev ( #2570 )
...
* Fix command-line help, add --config option and use local lmmsrc file in dev mode
* Fix a typo in help screen for option --geometry (second dash missing)
* Replace tabs with spaces in help screen
Update man page
* Lineup items in help screen
* Accept both -geometry and --geometry as valid options
2016-04-23 23:27:34 +02:00
Tres Finocchiaro
0381e412c4
Merge pull request #2631 from IvanMaldonado/master
...
Changed object position
2016-04-23 13:29:40 -04:00
Tres Finocchiaro
c749658d7c
Merge pull request #2727 from mamins1376/master
...
Add Dirty Love Song
2016-04-23 11:06:40 -04:00
Oskar Wallgren
4ee014d3a2
Merge pull request #2734 from jasp00/sample
...
Restore metalish_dong01.ogg's quality (closes #2733 )
2016-04-22 21:32:31 +02:00
Javier Serrano Polo
9cee16aacf
Restored metalish_dong01.ogg's quality
2016-04-22 20:34:31 +02:00
Mohammad Amin Sameti
1eb7851f89
Remove non-crossplatform plugins, add licesne(CC-BY-SA)
2016-04-21 12:02:55 +04:30
Mohammad Amin Sameti
19aa3a60ef
Remove 'MAMINS-'
2016-04-21 11:52:04 +04:30
LMMS Service Account
46e5693e14
Updating translations for data/locale/uk.ts
2016-04-19 08:32:44 -05:00
Tres Finocchiaro
5bedb9c0ed
Merge pull request #2697 from zonkmachine/clonesteps
...
BBTrack fixes
2016-04-17 10:56:07 -04:00
Tres Finocchiaro
481d89dd38
Merge pull request #2729 from Brewtroll/master
...
Fix for issue #2713
2016-04-17 09:17:38 -04:00
LMMS Service Account
7c1c0154f5
Updating translations for data/locale/it.ts
2016-04-16 03:12:19 -05:00
Chris Aiken
946ae85b5f
Fix for issue #2713 , adjusted Note::setKey bounds to fix one-off-the-end error
2016-04-15 19:24:27 -04:00
Mohammad Amin Sameti
ba7c801c55
Add Dirty Love Song
2016-04-12 15:47:27 +04:30
Tres Finocchiaro
13595bbbcf
Merge pull request #2725 from liushuyu/master
...
Minor changes for i18n
2016-04-10 10:23:40 -04:00
liushuyu
d50553e89b
Minor change for i18n
2016-04-10 16:00:52 +08:00
Oskar Wallgren
fa0c26e403
Clone steps in context menu
2016-04-10 01:19:45 +02:00
Umcaruje
356135b8b0
Merge pull request #2716 from Umcaruje/textcss
...
Fix hard-coding of knob and LCDWidget text color
2016-04-09 22:35:29 +02:00
LMMS Service Account
66d787d5cc
Updating translations for data/locale/es.ts
2016-04-04 19:55:25 -05:00
Tres Finocchiaro
e9f6bf429f
Merge pull request #2717 from devnexen/master
...
adding missing sndio Midi name setting.
2016-04-03 00:03:45 -04:00
Umcaruje
f787982d9a
Fix hard-coding of knob and LCDWidget text color
2016-04-03 00:05:17 +02:00
David Carlier
9d06b9a7cb
adding missing sndio Midi name setting.
2016-04-02 22:28:32 +01:00
Umcaruje
a29305350d
Merge pull request #2710 from Umcaruje/fxmixerpad
...
Get rid of mixer and effects chain padding
2016-04-01 10:40:35 +02:00
Oskar Wallgren
0f8a2e7060
Merge pull request #2670 from zonkmachine/mallets
...
Mallets
2016-03-29 23:58:44 +02:00
liushuyu
18365ca8f5
Update i18n source strings
2016-03-29 23:12:32 +08:00
Tres Finocchiaro
6a0190117f
Merge pull request #2712 from T-boneG/2617
...
FIXED: Rename "bassloopes" folder to "bassloops". #2617
2016-03-27 20:43:01 -04:00
Tyler Ganter
8e7d819aef
typo fixed and file path will update for all projects created with version < 1.1.91
2016-03-27 15:53:27 -07:00
Umcaruje
39f4f21e47
Get rid of mixer and effects chain padding
2016-03-27 20:39:32 +02:00
Fastigium
058226f3c0
Merge pull request #2709 from Fastigium/restorethefxchannellocktoitsformerglory
...
Restore the FX channel lock to its former glory
2016-03-27 15:01:54 +02:00
Fastigium
4aa725b509
Restore the FX channel lock to its former glory
...
In the course of 32b7e04 , I removed the channel lock from FxChannel because
I was under the impression that it was only needed to prevent crashes on
channel delete. However, at least two people experience crackling audio
after it was removed (#2708 ). Therefore, this commit reinstates it.
2016-03-27 10:05:45 +02:00
liushuyu
47b835febe
Update translations
2016-03-27 00:21:18 +08:00
LMMS Service Account
0e53bee4bd
Merge pull request #2706 from liushuyu/master
...
Add Transifex automation file
2016-03-26 10:36:19 -05:00
Tres Finocchiaro
f7c80945f8
Merge pull request #2707 from devnexen/master
...
Adding OpenBSD's sndio support.
2016-03-26 10:50:22 -04:00
David Carlier
43a0718d0b
Adding OpenBSD's sndio support.
...
Updating jackmsr's work, adding sndio cmake module.
Updating 64 bits OS arch detection (amd64).
2016-03-26 12:48:28 +00:00
Fastigium
d1739ce5fe
Merge pull request #2675 from Fastigium/deletechannelfix
...
Fix crashes on deleting an FX channel. Fixes #2667
2016-03-26 09:26:58 +01:00
liushuyu
e16a7fa81e
Add Transifex automation file
2016-03-26 14:23:22 +08:00
Karmo Rosental
a31b8c4ff3
Fixes #2537 . GigaSampler can load both relative and absolute paths from project file. File dialog shows correctly directory of current file.
2016-03-26 00:07:50 +02:00
Tres Finocchiaro
770c07ff58
Merge pull request #2690 from devnexen/master
...
Make it workable on OpenBSD
2016-03-25 11:36:21 -04:00
David Carlier
f4890ec375
Make it workable on OpenBSD
...
- Additional LMMS_BUILD flag.
- Disallow on plugins -Wl,-no-undefined which triggers undefined references.
- Make sure X11 headers are found.
Lib ossaudio is needed only for OpenBSD
redundant expression removal
simplify condition for detection OS 'kind'
seems the last commit brought an issue on OSx travis test ....
2016-03-25 14:44:15 +00:00
Michael Gregorius
4e9de497ae
Merge pull request #2680 from michaelgregorius/knob-line-stylesheets
...
Enables style sheets for knob line colors for all knob types
2016-03-24 12:00:36 +01:00
Oskar Wallgren
a58029de75
Mallets reworked. Various fixes. Modalbar - activate knobs, BandedWG - remove scaling for Uniform Bar( noisy ).
2016-03-22 18:41:20 +01:00
Tres Finocchiaro
97c7208674
Merge pull request #2686 from Umcaruje/bbtrackmute
...
Grey out muted patterns in the BB editor
2016-03-19 14:49:43 -04:00
Umcaruje
23cd3002a6
Grey out muted patterns in the BB editor
2016-03-19 00:29:59 +01:00
Tres Finocchiaro
9a44eaf3c7
Merge pull request #2683 from zonkmachine/crashslash
...
Crash at clearing path in settings manager
2016-03-18 10:33:31 -04:00
Oskar Wallgren
e8ac40c2fb
Crash at clearing path in settings manager
2016-03-18 14:11:22 +01:00
grejppi
0021e31e81
Merge pull request #2684 from grejppi/dummyinstrument
...
Clear buffer of dummy instruments. Should fix #2682
2016-03-18 11:19:07 +02:00
Hannu Haahti
acb5ff8d04
Clear buffer of dummy instruments. Should fix #2682
2016-03-18 10:11:56 +02:00
Umcaruje
3e62aa022c
Merge pull request #2674 from Umcaruje/elidefxtext
...
Elide channel names to prevent text overflow in FxLine
2016-03-17 22:47:31 +01:00
Fastigium
82055a9bdd
Use deleteLater() on the FxLine when deleting a channel to prevent a crash
...
In Qt, it is not safe to delete a QObject inside a signal emitted by that
QObject. This happened with FxLine when removing an FX channel using the
context menu. This commit changes that by using deleteLater() instead of
delete on the FxLine. It also hides the FxLine to prevent a ghost of it
being drawn when deleting the last non-master FX channel.
2016-03-17 19:14:52 +01:00
Fastigium
32b7e0418b
Fix two crashes when deleting FX channels
...
Lock the mixer before performing a channel delete to prevent any race
conditions causing a crash. Also, update the audioport FX channel when
an InstrumentTrack's FX channel is changed to prevent the audioport
mixing to a nonexistent channel.
2016-03-17 19:14:11 +01:00
Fastigium
e8a4b586d5
Merge pull request #2681 from Fastigium/copyconstructorcleanup
...
Get rid of another copy constructor call to prevent Qt5 crashes
2016-03-16 10:02:33 +01:00
Fastigium
908175d5f1
Get rid of another copy constructor call to prevent Qt5 crashes
...
Cf. the commit message of 3c7bfba
2016-03-16 09:27:57 +01:00
Oskar Wallgren
e98b6a2966
Merge pull request #2678 from zonkmachine/kickerversion
...
Kicker 'version' 0 on first save
2016-03-16 00:37:03 +01:00
Michael Gregorius
c6863060bf
Enables style sheets for knob line colors for all knob types
...
The fix works as follows: until now the method Knob::drawKnob has used
hard coded palette colors to draw the knob lines for the different knob
types. These palette colors are now assigned to the line color property
in Knob::initUi. The method Knob::drawKnob in turn now uses the line
color property for almost all knob types. This means that all knobs
lines will be painted in the same color as before unless that property
is overridden by the stylesheet.
Also removes an unnecessary typedef from QWidget to trackSettingsWidget
in Track.h.
2016-03-15 19:47:33 +01:00
Michael Gregorius
5d3333b3b7
Merge pull request #2644 from michaelgregorius/knob-enum-cleanup
...
Removes an unused knob and enum (knob04.png aka knobGreen_17)
2016-03-15 19:19:55 +01:00
Oskar Wallgren
b34c382750
Kicker 'version' 0 on first save
2016-03-15 14:33:54 +01:00
Tres Finocchiaro
a7c508e259
Merge pull request #2677 from Fastigium/carlacompile
...
Add C++11 compile flag to the carla plugin as well
2016-03-15 09:25:02 -04:00
Fastigium
f3ea8350a6
Add C++11 compile flag to the carla plugin as well
...
Fixes the carla plugin not compiling anymore after switching to C++11
range-based for loops.
2016-03-15 10:47:08 +01:00
Fastigium
9e98a16a8a
Merge pull request #2669 from Fastigium/foreach2for
...
Replace every use of the foreach macro with a C++11 range-based for loop
2016-03-14 14:15:57 +01:00
Umcaruje
1c5d57dce9
Elide channel names to prevent text overflow in FxLine
2016-03-13 22:50:30 +01:00
Fastigium
3c7bfbac64
Replace every use of the foreach macro with a C++11 range-based for loop
...
This prevents a race condition with Qt5. A foreach loop makes a copy of its
Qt container, increasing the reference count to the container's internal
data. Qt5 often asserts isDetached(), which requires the reference count to
be <= 1. This assertion fails when the foreach loop increases the reference
count at exactly the wrong moment. Using a range-based for loop prevents an
unnecessary copy from being made and ensures this race condition isn't
triggered.
2016-03-13 16:09:50 +01:00
Fastigium
ac67f2adb8
Compile several plugins with -std=c++0x to support range-based for loops
2016-03-13 16:09:50 +01:00
Fastigium
bfa83da572
Make lb302 include math.h so we can switch it to C++11
...
M_PI is no longer defined by default in C++11, but lb302.cpp needs it.
Therefore, before switching to C++11, we add an include.
2016-03-13 16:08:47 +01:00
Oskar Wallgren
fadba1b93c
Merge pull request #2665 from zonkmachine/filebrowser
...
File browser. Factory files off by one
2016-03-11 20:27:36 +01:00
Raine M. Ekman
ca0c278655
Organic: move the oscillator phase offsets in the oscPtr that's stored as
...
_n->m_pluginData, slightly prettier than separate float arrays.
2016-03-11 11:45:16 +02:00
Oskar Wallgren
311b28cf71
File browser, factory files off by one
2016-03-11 10:30:43 +01:00
Fastigium
08847cc7d3
Merge pull request #2661 from Umcaruje/bbupdate
...
Fix regression caused by fcec8dd
2016-03-10 17:26:21 +01:00
Umcaruje
6a10cb184d
Fix regression caused by fcec8dd
2016-03-10 16:06:59 +01:00
Lukas W
1f32fdcf35
Merge pull request #2654 from StCyr/StCyr_issue2653
...
ProjectVersion tests never fail
2016-03-10 09:45:48 +13:00
Umcaruje
9932da5a66
Merge pull request #2655 from Umcaruje/bbupdate
...
Fix BBtrack updating; Fix the Pattern tooltip
2016-03-09 18:57:08 +01:00
Umcaruje
fcec8ddd02
Fix BBtrack updating; Fix the Pattern tooltip
2016-03-09 16:59:19 +01:00
Cyrille Bollu
3f6f266a46
Rewrote ProjectVersionTest.cpp to use QVERIFY and indeed fail when it's supposed to fail,
...
and added 2 tests in this test suite.
2016-03-09 11:58:15 +01:00
Tres Finocchiaro
a895e2b060
Merge pull request #2652 from AOSC-Dev/master
...
data/locale: zh_CN.ts not zh.ts
2016-03-09 02:18:12 -05:00
Mingcong Bai
9ab18f5ae8
data/locale: zh_CN.ts not zh.ts
2016-03-08 16:41:45 -07:00
Tres Finocchiaro
ef2cb53282
White-space formatting
2016-03-08 13:12:00 -05:00
Tres Finocchiaro
c3abe3a69d
Add gig player to win32 builds
...
Gig player was missing a dll during the package process. This fixes it.
2016-03-08 13:10:57 -05:00
Tres Finocchiaro
515ada6102
Merge pull request #2648 from liushuyu/master
...
Update Chinese translations
2016-03-08 10:38:57 -05:00
liushuyu
a8f65ab0af
Update Chinese translations
...
Progress: 1635 of 2627 strings (62.24%)
2016-03-08 17:14:35 +08:00
Tres Finocchiaro
80b0d529b9
Merge pull request #2647 from tresf/master
...
Fix locale generation for win32 builds
2016-03-07 22:05:34 -05:00
tresf
5e4f2190a9
Fix locale generation for win32 builds
...
Closes #2577
2016-03-07 01:02:47 -05:00
Tres Finocchiaro
ba7816bda1
Merge pull request #2645 from tresf/master
...
Disable libsoundio for win32
2016-03-07 00:56:44 -05:00
Tres Finocchiaro
ac59d794fb
Disable libsoundio for win32
...
Closes #2576
2016-03-06 23:25:24 -05:00
Michael Gregorius
cbf3b92b6f
Removes an unused knob and enum (knob04.png aka knobGreen_17)
...
Removes the knob image knob04.png. This knob corresponded to
knobGreen_17 which was not used anywhere in the code. To be able to
remove the enum value it was necessary to change the knob loading code
in Knob::onKnobNumUpdated. However, the changed implementation is more
explicit and therefore likely better to understand.
2016-03-06 22:35:43 +01:00
Lukas W
8768769450
Fix channel indicator being on by default
2016-03-07 09:52:22 +13:00
Tres Finocchiaro
44f688e285
Merge pull request #2642 from michaelgregorius/2624-controller-crash
...
Fixes #2624 ("Controls window of LFO controller is not destroyed upon closing a project")
2016-03-06 13:56:09 -05:00
Michael Gregorius
1f39b607ba
Fixes #2624 ("Controls window of LFO controller is not destroyed upon
...
closing a project")
When it is destroyed the ControllerView now deletes the controller sub
window in case it has one.
2016-03-06 19:04:51 +01:00
Michael Gregorius
2e2abdf0b7
Merge pull request #2579 from michaelgregorius/performance
...
Fixes several performance problems found with Valgrind
2016-03-06 18:48:40 +01:00
Michael Gregorius
f6317f126b
Performance fixes
...
Removes some repeated calls to Qt's font layouting by using QStaticText
in FxLine and removing the overridden method ComboBox::sizeHint.
Unifies Mixer::peakValueLeft and Mixer::peakValueRight into
Mixer::getPeakValues so the array is only iterated once.
2016-03-06 18:23:35 +01:00
Tres Finocchiaro
8928ad751c
Merge pull request #2641 from Fastigium/fxsends
...
Fix regression that caused faulty FX channel index numbers
2016-03-06 12:05:10 -05:00
Fastigium
9ff8091db3
Fix regression that caused faulty FX channel index numbers
...
Commit e919912 changed the behavior of the FX channel swapping code so that
it no longer updated the m_channelIndex member of the swapped channels. This
caused sends/receives of swapped FX channels to move about when a project
was saved and loaded again.
2016-03-06 15:57:25 +01:00
Fastigium
eefefdea6f
Merge pull request #2626 from Fastigium/m_playHandlesToRemove
...
Synchronize access to Mixer::m_playHandlesToRemove
Fixes #2610
2016-03-06 15:30:08 +01:00
Umcaruje
d098a39c76
Fix dropdown menu icon margin
2016-03-04 22:10:55 +01:00
tresf
1058ea4b3f
Hide splash screen before showing settings screen
...
Per #2611
2016-03-04 14:37:12 -05:00
Tres Finocchiaro
5f48d1c596
Fix menu bar colors for Qt5
...
Per #2611
2016-03-04 13:44:54 -05:00
Tres Finocchiaro
76bd1811ae
Merge pull request #2632 from liushuyu/master
...
Change link method of Vestige module
2016-03-04 13:25:05 -05:00
liushuyu
3974faca50
Change link method of Vestige module
...
Try to fix #2628
2016-03-05 00:05:22 +08:00
IvanMaldonado
31c773cf15
Changed object position
...
Changed the "QToolButton" to its original position.
2016-03-03 17:42:40 -06:00
Umcaruje
020b4dd1b5
Merge pull request #2574 from Umcaruje/gradients
...
Refactor the drawing of TCO's; Get rid of hardcoded colors in TCOs; Even out the color scheme
2016-03-03 09:22:12 +01:00
Lukas W
988b788608
Try fixing linker errors on Win & Mac
2016-03-03 18:43:16 +13:00
Lukas W
85011cdcf7
Move CMake locale generation from src/ to data/locale/
2016-03-03 17:37:41 +13:00
Lukas W
12e7262e98
Add missing Q_OBJECT macros
2016-03-03 17:36:38 +13:00
Umcaruje
f136ba3097
Refactor the drawing of TCO's; Get rid of hardcoded colors in TCOs; Make TCO gradient configurable; Even out the color scheme
...
Thanks to @Fastigium for helping with the BB Pattern redraw problem
2016-03-02 21:58:27 +01:00
Tres Finocchiaro
ec6734b968
Merge pull request #2629 from tresf/master
...
valgrind: init m_scrollArea in vestige instrument
2016-03-02 14:50:56 -05:00
Tres Finocchiaro
e13ac40544
valgrind: init m_scrollArea in vestige instrument
...
Closes #2041
2016-03-02 11:49:04 -05:00
Fastigium
60038b5f55
Synchronize access to Mixer::m_playHandlesToRemove
...
Put every access to m_playHandlesToRemove between lockPlayHandleRemoval() and
unlockPlayHandleRemoval(). Fixes #2610 where a SIGSEGV would occur due to
concurrent access.
2016-03-02 09:47:24 +01:00
Oskar Wallgren
346980329b
Merge pull request #2568 from zonkmachine/autosavetimeconfigrebase
...
Auto save timer setting
2016-03-02 08:54:02 +01:00
Oskar Wallgren
cfb2c7201f
Auto save timer setting
2016-03-02 07:25:19 +01:00
Tres Finocchiaro
adb25eccad
Merge pull request #2623 from bjalfi/RemotePlugin_shm_fixup
...
Fixup Zynaddsubfx-GUI on FreeBSD
2016-03-01 09:34:54 -05:00
Bastian Kummer
4ddaa872fb
Fixup Zynaddsubfx-GUI on FreeBSD
...
shmFifo destructor detaches shared-memory pointer before the included
semaphores are destroyed which results in a Segfault (at least on FreeBSD)
2016-03-01 13:54:20 +01:00
Umcaruje
1507e4b175
Merge pull request #2578 from ycollet/fix_2572
...
Change the link of carlabase to SHARED and explicitly link carlarack and carlapatchbay to carlabase.
2016-02-29 17:34:26 +01:00
Tres Finocchiaro
e56c31b96e
Merge pull request #2609 from Wallacoloo/clang-fixes
...
Only use libc++ on when using clang *on apple*
2016-02-26 00:00:20 -05:00
Colin Wallace
59276a0307
Only use libc++ on APPLE; remove LMMS_BUILD_CLANG define, as it's no longer needed
2016-02-25 20:23:32 -08:00
Tres Finocchiaro
c976514125
Merge pull request #2608 from tresf/master
...
Add Win/Qt5 build directives for Travis
2016-02-25 16:56:26 -05:00
Tres Finocchiaro
67334a84c2
Add Win/Qt5 build directives for Travis
2016-02-25 01:39:20 -05:00
Tres Finocchiaro
4e30d95701
Merge pull request #2607 from tresf/master
...
Add Mac/Qt5 build directives for Travis
2016-02-24 18:03:18 -05:00
Hannu Haahti
1598343b86
Remove a completely useless warning
2016-02-25 00:38:25 +02:00
tresf
389a1da308
Add Mac/Qt5 build directives for Travis
...
Also explicitly defines bash as shell interpreter for all Travis related scripts
2016-02-24 17:04:18 -05:00
Fastigium
b55b1ab059
Merge pull request #2603 from Fastigium/arpeggio-sort-fix
...
Update two NotePlayHandle methods to ignore child NotePlayHandles
Fixes #2589
2016-02-24 19:40:54 +01:00
Fastigium
b645f43cfd
Destroy the FxMixer before the Mixer when shutting down
...
Fixes #2584 .
2016-02-24 16:37:53 +01:00
Umcaruje
b49e758a89
Merge pull request #2567 from Umcaruje/spacinghover
...
Change spacing on hovered items in the context menus
2016-02-23 19:20:15 +01:00
Oskar Wallgren
a4649c8e6e
Merge pull request #2586 from Fastigium/buffer-fix
...
Drop PresetPreviewPlayHandle's shared buffer system
2016-02-23 16:52:44 +01:00
Fastigium
eec7f634a8
Update two NotePlayHandle methods to ignore child NotePlayHandles
...
The methods NotePlayHandle::index and NotePlayHandle::nphsOfInstrumentTrack
had not yet been brought up-to-date with the new system of attaching child
NotePlayHandles directly to the mixer. This caused strange glitches when
arpeggio was used in sort mode.
2016-02-23 10:36:35 +01:00
Lukas W
8d91dd657d
Merge pull request #2602 from LMMS/iss-2577
...
Fix some Windows data directory resolve issues
2016-02-23 20:06:12 +13:00
tresf
d88902e95b
Fix rawwaves directory on Windows
...
Per #2577
2016-02-23 01:08:52 -05:00
Lukas W
13125c6248
Change cross compile scripts' shebang to bash
2016-02-23 10:11:38 +13:00
Tres Finocchiaro
1e9dfcbf2b
Remove 64-bit channel limitation in readme
...
Closes #2600
2016-02-22 13:54:39 -05:00
Tres Finocchiaro
59f09111f2
Merge pull request #2595 from tresf/master
...
Apple Travis-CI enhancments
2016-02-22 13:01:13 -05:00
Tres Finocchiaro
020cb528b6
Add additional build deps
2016-02-22 11:58:07 -05:00
Oskar Wallgren
e9ecd8384e
Merge pull request #2598 from waxspin/master
...
Fix EQ labels back to resonance.
2016-02-21 15:03:31 +01:00
Ben Bryan
34ae074884
Fix EQ labels back to resonance.
2016-02-21 00:10:44 -06:00
Lukas W
40af068328
Build: Make mingw build scripts paths independent of wdir
2016-02-21 17:20:07 +13:00
Oskar Wallgren
2c91392a51
Merge pull request #2502 from BaraMGB/eqCurve
...
New GUI for the native EQ plugin
2016-02-20 23:21:26 +01:00
Tres Finocchiaro
97644f6513
Fix corrupt samples
...
Closes #2594
2016-02-20 12:02:44 -05:00
Steffen Baranowsky
d5259292c9
New GUI for the native EQ plugin
2016-02-20 15:25:40 +01:00
Umcaruje
0561d8d994
Merge pull request #2547 from Umcaruje/fxline
...
Make FxLine Stroke Themeable
2016-02-20 14:40:48 +01:00
Oskar Wallgren
95b0ea2dda
Merge pull request #2555 from zonkmachine/recentfilebug
...
Show Main Window before loading/importing project
2016-02-19 20:54:21 +01:00
Tres Finocchiaro
3c5da9b278
Merge pull request #2592 from waxspin/master
...
Fix equalizer labels for #2583
2016-02-19 10:25:28 -05:00
Ben Bryan
bda6c7e2b8
Fix equalizer labels for #2583
2016-02-19 00:05:49 -06:00
Tres Finocchiaro
c4038fb0d4
Merge pull request #2591 from Wallacoloo/fix-2588
...
Fix #2588 by making Piano Roll's Alt+Right shortcut mirror the Alt+Left shortcut
2016-02-19 00:16:24 -05:00
Colin Wallace
cde1bcc350
Fix #2588 by making Alt+Right shortcut mirror the Alt+Left shortcut;
...
Alt+Right sets the PianoRoll to edit the *next* pattern in the song editor; Alt+Left = previous.
2016-02-18 20:16:08 -08:00
Lukas W
eec6c5b4f0
Clean up some path separator mess
2016-02-19 12:04:36 +13:00
Fastigium
76f6b18632
Drop PresetPreviewPlayHandle's shared buffer system
...
Instead, add the NotePlayHandle used for previewing directly to the mixer.
This fixes two preview problems, namely the shared buffer being released
by the NotePlayHandle but still being pulled in by the AudioPort resulting
in distortions, and certain previews being cut off at mouse release even if
a release was set in the envelope.
2016-02-18 20:27:44 +01:00
Yann Collette
d3d97b3275
Change the link of carlabase to SHARED and explicitly link carlarack and carlapatchbay to carlabase.
2016-02-17 21:53:23 +01:00
Tres Finocchiaro
1c0d329dfb
Bump version for 1.2 RC1
2016-02-16 14:27:44 -05:00
Tres Finocchiaro
47606d7b31
Merge pull request #2497 from Fastigium/preview-fix
...
Fix crashes/hangs when previewing instrument presets
2016-02-16 14:24:49 -05:00
Fastigium
9d1867c7eb
Make Mixer::removePlayHandle check m_newPlayHandles, too
...
This fixes a problem where a PresetPreviewPlayHandle would be put in
m_newPlayHandles to be added, then "removed" before it was actually added,
leaving it dangling.
2016-02-16 19:23:17 +01:00
Fastigium
ca7c90a99c
Add mixer lock to EffectChain::clear to prevent a race condition
2016-02-16 19:23:17 +01:00
Fastigium
da8040764f
Require explicit types when removing PlayHandles in the Mixer
...
This fixes a few deadlocks where a PresetPreviewPlayHandle would be removed by
the creation of a new PresetPreviewPlayHandle.
2016-02-16 19:23:08 +01:00
Fastigium
87dce6d2f4
Make PresetPreviewPlayHandle thread affinity matter
2016-02-16 13:17:20 +01:00
Umcaruje
8841b89b6d
Merge pull request #2546 from Umcaruje/fixscrollbars
...
Fix inconsistent scrollbars
2016-02-15 01:38:07 +01:00
Umcaruje
cfd345ad20
Merge pull request #2554 from Umcaruje/themeablecolors
...
Get rid of hardcoded colors in the Piano Roll and Automation Editor
2016-02-15 01:35:41 +01:00
Umcaruje
ff1f516542
Change spacing on hovered items in the context menus
2016-02-14 11:40:07 +01:00
Oskar Wallgren
0721b49a1c
Show Main Window before loading/importing project
2016-02-14 00:40:33 +01:00
Umcaruje
5c602a3f97
Merge pull request #2542 from Umcaruje/fix2329
...
Make the instrument section of the sidebar themeable
2016-02-13 00:21:09 +01:00
Lukas W
b7d5b2ddf5
Fix #2558
2016-02-13 09:24:10 +13:00
Colin Wallace
3c9cefc6c1
Merge pull request #2553 from Umcaruje/volumevelocity
...
Rename note volume into note velocity
2016-02-11 15:59:43 -08:00
Raine M. Ekman
1f2fe24d4e
Merge branch 'issue1499' of https://github.com/softrabbit/lmms into issue1499
2016-02-11 13:27:31 +02:00
Oskar Wallgren
14046684a5
Merge pull request #2524 from zonkmachine/recentfilesonlyprojects
...
Some tweaks to the recent files list
2016-02-11 03:31:53 +01:00
Oskar Wallgren
3bbe0e3e15
Only lmms projects allowed in recent file list. Increase recent file memmory to 50
2016-02-11 03:12:12 +01:00
Lukas W
ca8f80d44f
Fix loading relative file path samples
...
Closes #2412
2016-02-11 11:58:42 +13:00
Raine M. Ekman
1290e33207
Merge pull request #2552 from michaelgregorius/lb303-deletion
...
Removes the project lb303 which seems to have been inactive since 2008 (fixes #2551 )
2016-02-09 14:42:42 +02:00
Umcaruje
2dd403e53b
Rename note volume into note velocity
2016-02-08 19:55:44 +01:00
Umcaruje
d52d7d9fb7
Get rid of hardcoded colors in the Piano Roll and Automation Editor
2016-02-08 19:44:50 +01:00
Oskar Wallgren
69ce296c5d
Merge pull request #2533 from zonkmachine/indentedmain
...
Fixed indentation
2016-02-08 07:01:52 +01:00
Colin Wallace
1c70319fc2
Merge pull request #2541 from Wallacoloo/piano-isXKey
...
Move isWhiteKey, isBlackKey into Piano.h
2016-02-07 15:58:58 -08:00
Michael Gregorius
1ff0650a0d
Removes the project lb303 which seems to have been inactive since 2008
...
According to the blame the project lb303 has been commented out from
CMakeLists.txt on 22.07.2008. Therefore it does not seem to be actively
maintained and is very likely to not even compile anymore.
2016-02-07 21:43:47 +01:00
Oskar Wallgren
76e690a1a0
Fixed indentation
2016-02-07 17:00:25 +01:00
Umcaruje
e24384e732
Make FxLine Stroke Themeable
2016-02-07 01:39:00 +01:00
Umcaruje
59f8fbd94b
Fix inconsistent scrollbars
2016-02-06 12:17:38 +01:00
Tres Finocchiaro
317cc74bac
Merge pull request #2545 from thothonegan/master-fix-qt5-needs-proper-linguist-tools
...
If using Qt5, use Qt5LinguistTools to locate lupdate/lrelease
2016-02-05 22:47:41 -05:00
Kenneth Perry (thothonegan)
45154d2e99
Require linguist tools on Travis Ubuntu
2016-02-05 15:08:12 -06:00
Kenneth Perry (thothonegan)
6228d9ae26
If using Qt5, use Qt5LinguistTools to locate lupdate/lrelease
2016-02-05 14:52:28 -06:00
Umcaruje
903e581180
Merge pull request #2544 from midi-pascal/master-2435
...
Update Triple oscillator French translation
2016-02-05 18:01:55 +01:00
midi-pascal
badb6c1ca9
Update French translation after fix of issue #2435
2016-02-05 11:41:25 -05:00
Umcaruje
8b73381517
Make the instrument section of the sidebar themeable
2016-02-05 01:34:51 +01:00
Colin Wallace
f78b6a682a
Merge pull request #2540 from Umcaruje/cssnotes
...
Make the note border radius themeable, fix rendering of notes and volume/pan sliders
2016-02-04 16:10:11 -08:00
Umcaruje
439ab30d51
Make the note border radius themeable, fix rendering of notes and volume/pan sliders
2016-02-04 23:51:47 +01:00
Colin Wallace
176e08047e
Rewrite Piano::isBlackKey for clarity
2016-02-03 18:53:05 -08:00
Colin Wallace
aa0f7a08d6
Move isWhiteKey, isBlackKey into Piano.h to make use of these functions in a wider scope
2016-02-03 18:46:59 -08:00
Umcaruje
1228de750f
Merge pull request #2530 from Umcaruje/fixbarbreak
...
Fix bar display breaking at 999
2016-02-03 13:37:28 +01:00
Colin Wallace
32cbef46bc
Merge pull request #2538 from softrabbit/aboutdialog_selection
...
AboutDialog: make version line selectable
2016-02-02 23:46:08 +00:00
Tres Finocchiaro
87e46d2ed1
Merge pull request #2522 from Umcaruje/fix2503
...
Fix incorrect UI for Automation Track on Mac OS X
2016-02-02 11:29:11 -05:00
Umcaruje
8b7c295fc0
Fix incorrect UI for Automation Track on Mac OS X
2016-02-02 11:51:03 +01:00
Raine M. Ekman
d3ff3897a0
AboutDialog: make version line selectable
2016-02-02 09:15:47 +02:00
Tres Finocchiaro
e03eb1ce05
Merge pull request #2532 from Umcaruje/settingbutton
...
Fix bad button position in setup dialog, make the SetupDialog fixed size and EffectDialog resizeable
2016-02-01 22:34:01 -05:00
Tres Finocchiaro
7c42823d9a
Merge pull request #2526 from Umcaruje/fixyears
...
Fix outdated copyright info, fix license not showing in the about dialog
2016-02-01 21:27:04 -05:00
Tres Finocchiaro
5e3b26e690
Merge pull request #2527 from Umcaruje/fix2435
...
Fix TripleOscillator modulation popups
2016-02-01 21:18:21 -05:00
Umcaruje
3ffa8ac8f5
Fix outdated copyright info, fix license not showing in the about dialog
2016-02-01 22:52:17 +01:00
Umcaruje
de5ee5d8a3
Fix TripleOscillator modulation popups
2016-02-01 22:48:05 +01:00
Umcaruje
216143a8f5
Fix bad button position in setup dialog, make the SetupDialog fixed size and EffectDialog resizeable
2016-02-01 21:21:46 +01:00
Umcaruje
72915b7ace
Fix bar display breaking at 999
2016-01-29 15:26:34 +01:00
Umcaruje
f528e3d400
Merge pull request #2521 from StCyr/StCyr_issue_2519
...
Fixed 2 French translations that prevent the display of the "MIDI" and "MISC" tabs (issue 2519)
2016-01-28 22:21:50 +01:00
Oskar Wallgren
3c7c49f01e
Merge pull request #2520 from zonkmachine/beatNoteColour
...
Fix colour of selected beat notes in Piano Roll
2016-01-28 18:05:59 +01:00
Cyrille Bollu
64efd68bfd
Fixed a French translation that prevented the display of the "MIDI" and "MISC" tabs (issue 2519)
2016-01-27 17:03:46 +01:00
Oskar Wallgren
5b804821fb
Fix colour of selected beat notes in Piano Roll
2016-01-27 08:39:33 +01:00
Umcaruje
77b98117e6
Merge pull request #2293 from LocoMatt/master-3oscart
...
Triple Oscillator GUI redesign
2016-01-27 00:16:20 +01:00
LocoMatt
cfa1818ba5
Triple Oscillator GUI redesign
2016-01-26 23:53:03 +01:00
Tres Finocchiaro
d30a7df965
Merge pull request #2176 from zonkmachine/recoverFileFix
...
Recover file work over
2016-01-19 08:37:22 -05:00
Oskar Wallgren
9e8020719c
Recovery file fixes
2016-01-19 14:04:08 +01:00
Umcaruje
613b01c026
Merge pull request #2489 from zonkmachine/splited
...
Remove duplicate preset files
2016-01-13 21:29:55 +01:00
Tres Finocchiaro
51316f55e3
Merge pull request #2506 from follower/patch-1
...
Fix "associted"/"associated" typo
2016-01-13 14:14:33 -05:00
follower
18d81ac831
Fix "associted"/"associated" typo
...
This will presumably also affect the translation files. (But I'm making this change within the GitHub editor which provides no easy way to do a 17 file search and replace. :) )
2016-01-11 09:31:29 +13:00
Tres Finocchiaro
baaed6a301
Merge pull request #2118 from Wallacoloo/engine-rename-min
...
Temporary workaround for ZynAddSubFx name clashes
2015-12-30 02:40:55 -05:00
Colin Wallace
c519921306
Rename Engine to LmmsCore, but typedef'd as Engine to prevent name conflicts with ZASFx
...
Document the Engine renaming better & link to relevant issues/PRs
2015-12-29 23:29:35 -08:00
Tres Finocchiaro
a9c9fbfbc2
Remove RegExp for "Add Effect" dialog
...
Closes #2495
2015-12-28 21:09:51 -05:00
Umcaruje
3865ed99df
Merge pull request #2492 from NeiroNext/translation
...
Update Ukrainian translation
2015-12-22 15:13:35 +01:00
NeiroNext
d31ac1773b
Update Ukrainian translation
2015-12-22 12:19:13 +02:00
Oskar Wallgren
9c5d86a2c1
Remove ZynAddSubFX duplicate presets
2015-12-18 21:21:02 +01:00
Raine M. Ekman
f99dba54f9
Merge pull request #2465 from softrabbit/opulenz2015
...
OpulenZ: add sane display units for some tooltips, coding style fixes
2015-12-14 22:32:42 +02:00
Raine M. Ekman
8d87169411
Opulenz: add sane display units for some tooltips, coding style fixes
2015-12-14 22:01:11 +02:00
Raine M. Ekman
c29f0dd4f9
Merge pull request #2464 from Umcaruje/mergedemos
...
Merge Demos and CoolSongs. Also fix the case on other project folders. Fixes #1274
2015-12-14 21:37:39 +02:00
Raine M. Ekman
3fbabfb3e7
Merge pull request #2456 from softrabbit/issue2318
...
Song: Don't remove controller just to be sure before adding it in Song::restoreControllerStates, Song::addController handles double adds. Fixes #2318 .
2015-12-06 21:10:46 +02:00
Raine M. Ekman
7d38e0e9dc
Merge pull request #2462 from jackokring/organifix
...
Organic: fix tool tips displaying "%1" instead of oscillator number.
2015-11-25 14:58:27 +02:00
Umcaruje
ff93b34dca
Merge Demos and CoolSongs. Also fix the case on other project folders
2015-11-24 23:37:26 +01:00
Simon Jackson (Netbook)
4601defad0
Organic fix tool tip
2015-11-24 01:53:50 +00:00
Raine M. Ekman
06808ba5ab
Organic: first stab at fixing #1499 through moving oscillator phase
...
offsets into each note, in _n->m_pluginData.
2015-11-23 10:08:43 +02:00
Raine M. Ekman
3a3af4ce6b
Don't remove controller just to be sure before adding it in
...
Song::restoreControllerStates, Song::addController handles double adds.
Fixes #2318
2015-11-22 21:43:00 +02:00
Tres Finocchiaro
3e03e716ff
Merge pull request #2442 from tresf/grid
...
Remove hard-coded grid from SongEditor
2015-11-13 21:46:59 -05:00
Tres Finocchiaro
aaa798c746
Remove hard-coded grid from SongEditor
2015-11-13 21:21:19 -05:00
Tres Finocchiaro
34821f9bea
Merge pull request #2376 from M374LX/dummyaudio
...
Partially fix "Dummy" actually using ALSA
2015-11-11 20:36:36 -05:00
M374LX
ccb2f73dc0
Fix "Dummy" actually using ALSA
2015-11-11 22:55:18 -02:00
Lukas W
2284a8c353
Merge pull request #2433 from LMMS/ladspa-dirs
...
Fix ladspa plugin discovery
2015-11-04 09:14:04 +01:00
Lukas W
6d888fd61b
Fix deadlock in InstrumentTrack::play
...
Closes #2378
2015-11-04 01:03:41 +01:00
Lukas W
8b65ae37b4
ConfigManager: Move plugin:ladspa init to LadspaManager
2015-11-03 20:43:01 +01:00
Lukas W
45cafd3f60
Fix ladspa plugin discovery
2015-10-30 22:53:28 +01:00
Lukas W
81a2fe5e69
Revert "Reinstates the build of the LADSPA plugins in the ladspa directory"
...
This reverts commit ff6cbf90a3 .
2015-10-30 22:22:22 +01:00
Lukas W
a54e55b277
Revert "Fixes the build location of the LADSPA effect plugin"
...
This reverts commit 119ff99f27 .
2015-10-30 22:22:05 +01:00
Lukas W
38bcc73f1c
Revert "Find relative LADSPA plugins when running from build"
...
This reverts commit 37a2252236 .
2015-10-30 22:20:59 +01:00
Tres Finocchiaro
48ea02bf24
Merge pull request #2205 from tresf/master
...
Windows MSYS build support
2015-10-30 17:17:26 -04:00
Tres Finocchiaro
e13c186c88
Merge pull request #2430 from tresf/ladspafix
...
Find relative LADSPA plugins when running from build
2015-10-30 17:16:18 -04:00
Tres Finocchiaro
727bf16cae
Merge pull request #2432 from michaelgregorius/ladspa-builddir-fix
...
Reinstates the build of the LADSPA plugins in the ladspa directory
2015-10-30 17:16:03 -04:00
tresf
a7f8251f4b
Initial changes for MSYS support
2015-10-30 17:05:26 -04:00
Michael Gregorius
ff6cbf90a3
Reinstates the build of the LADSPA plugins in the ladspa directory
...
Keeps the behavior of building libladspaeffect.so in the plugins
directory.
2015-10-30 22:04:32 +01:00
Tres Finocchiaro
3f6e406eb6
Fix double click to open BBEditor PianoRoll
...
Fixes #2431
2015-10-30 16:44:14 -04:00
Tres Finocchiaro
37a2252236
Find relative LADSPA plugins when running from build
...
Related #2426 #2270 #2428
2015-10-30 14:56:14 -04:00
Tres Finocchiaro
c98b6339cd
Merge pull request #2386 from Wallacoloo/bb-editor-name
...
Revert partial 'B+B Editor' -> 'Pattern Editor' rename
2015-10-30 14:11:02 -04:00
Tres Finocchiaro
0ae35f3103
Merge pull request #2428 from michaelgregorius/2426-missing_ladspa_effect
...
Fixes the build location of the LADSPA effect plugin
2015-10-30 14:06:15 -04:00
Tres Finocchiaro
9bd4c4f522
Merge pull request #2408 from grejppi/master-remove-effect-check
...
EffectChain: check if effect exists before removing
2015-10-26 14:49:41 -04:00
Hannu Haahti
0b6280d632
EffectChain: check if effect exists before removing
...
Resolves #2407 .
2015-10-26 20:45:30 +02:00
Michael Gregorius
119ff99f27
Fixes the build location of the LADSPA effect plugin
...
Removes the instruction to build the LADSPA effect plugin in the
"plugins/ladspa" directory instead of the "plugins" directory where all
other plugins are built. This change enables the usage of LADSPA plugins
in development builds where the binary is started from the build
directory.
2015-10-23 19:30:01 +02:00
Tres Finocchiaro
d17e78d5bb
Merge pull request #2422 from midi-pascal/new_branch
...
Remove note from m_playingNotes before deleting m_pluginData
2015-10-22 17:45:31 -04:00
midi-pascal
2470df4f0e
Remove note from m_playingNotes before deleting its m_pluginData in sf2Instrument::deleteNotePluginData()
...
Move m_playingNotesMutex.lock() and m_playingNotesMutex.unlock() outside of if( m_playingNotes.indexOf( _n ) >= 0 )
Conflicts:
plugins/sf2_player/sf2_player.cpp
Remove note from m_playingNotes before deleting its m_pluginData in sf2Instrument::deleteNotePluginData()
Move m_playingNotesMutex.lock() and m_playingNotesMutex.unlock() outside of if( m_playingNotes.indexOf( _n ) >= 0 )
2015-10-22 16:44:38 -04:00
Tres Finocchiaro
2fac253ebd
Merge pull request #2368 from tresf/2365-versions
...
Adds better versioning for non-stable builds
2015-10-19 11:40:21 -04:00
Tres Finocchiaro
8e633df1ee
Adds better versioning for non-stable builds
...
Allows version forcing via `cmake -DFORCE_VERSION=1.1.1-foo`
2015-10-19 11:30:22 -04:00
Lukas W
d6a25f90a9
FileBrowser: Fix file paths
...
Fixes #2412
2015-10-17 13:06:34 +02:00
grejppi
7316ae966a
Merge pull request #2410 from michaelgregorius/2409-LFO-leftovers
...
Removes existing controllers from the view when a new project is created
2015-10-12 21:16:01 +03:00
Michael Gregorius
3878fe580d
Removes existing controllers from the view when a new project is created
...
Fixes #2409 .
2015-10-12 19:49:55 +02:00
Colin Wallace
d4b2cb183c
Merge pull request #2406 from michaelgregorius/2023-null-pointer-deallocation
...
Removes an unnecessary warning in MemoryManager::free
2015-10-11 00:31:55 +00:00
Michael Gregorius
cb6b3bd906
Removes an unnecessary warning in MemoryManager::free
...
Removes the warning "MemoryManager: Null pointer deallocation attempted"
from MemoryManager. The warning does not make sense because
deallocations of null pointers are ok in C++.
Fixes #2023 .
2015-10-10 22:08:31 +02:00
Colin Wallace
3a8f491ddb
Merge pull request #2394 from M374LX/decouple-mixer-visualization
...
Partially decouple VisualizationWidget from Mixer
2015-10-05 05:18:41 +00:00
Colin Wallace
fb46bfc753
Merge pull request #2383 from M374LX/audiobuffercontainer
...
Move Mixer::clearAudioBuffer() to BufferManager
2015-10-02 18:14:27 +00:00
M374LX
12e2da9b44
Remove unused Mixer::m_workingBuf
2015-09-30 23:00:06 -03:00
M374LX
5489040f20
Partially decouple Mixer from VisualizationWidget
2015-09-30 22:38:10 -03:00
Tres Finocchiaro
de7d83d158
Merge pull request #2392 from M374LX/fix-metalish-dong01
...
Fix corrupted audio file
2015-09-30 16:25:01 -04:00
M374LX
8195a955ae
Fix corrupted audio file
2015-09-30 00:50:31 -03:00
Colin Wallace
fbd3d5bb0f
Revert partial 'B+B Editor' -> 'Pattern Editor' rename
2015-09-28 14:31:53 -07:00
Alexandre Almeida
d66bd0a63c
Fix comment typo
2015-09-27 18:45:52 -03:00
Colin Wallace
ab64c67da4
Merge pull request #2385 from M374LX/mixercleanup
...
Mixer cleanup
2015-09-27 21:22:27 +00:00
M374LX
efb1a4fdf3
Mixer cleanup
2015-09-27 17:11:52 -03:00
M374LX
e801384eed
Move Mixer::clearAudioBuffer() to BufferManager
2015-09-27 00:36:17 -03:00
Michael Gregorius
596a41d143
Disables the context menu of the tool bars ( fixes #2379 )
2015-09-25 16:48:29 +02:00
Tres Finocchiaro
56a04072e2
Merge pull request #2377 from waxspin/master
...
Add functionality to allow octave-marking feature mentioned in #2193 .
2015-09-25 09:09:16 -04:00
Ben Bryan
8fe3f17058
Add functionality to allow feature mentioned in #2193 .
...
Fix declaration of return value.
Add mapping and new menu option for octave-marking of semitones.
Finish switch case for add/remove multiple octave semitones.
Fix segfault due to illogical access using iterators from one collection on another.
Make loop more succinct.
Move PianoRoll::getAllOctavesForKey method to private access.
2015-09-24 01:12:17 -05:00
Tres Finocchiaro
dabfc63cda
Add Windows build flags for libsoundio.
2015-09-23 12:09:04 -04:00
Colin Wallace
1755962b39
Merge pull request #2361 from petterreinholdtsen/linux-desktop-file-clickable
...
Make sure desktop systems know how to pass files to lmms.
2015-09-20 20:58:44 +00:00
Colin Wallace
22673d445d
Merge pull request #2363 from petterreinholdtsen/linux-man-page-flow
...
Fix manpage formatting of AUTHOR block.
2015-09-20 20:11:11 +00:00
Colin Wallace
e11a5cce32
Merge pull request #2362 from petterreinholdtsen/debian-gcc-5
...
Fix build problems with gcc 5.2 in Debian.
2015-09-20 08:28:24 +00:00
Petter Reinholdtsen
607d79bfcf
Fix manpage formatting of AUTHOR block.
...
The AUTHOR block was formatted using fixed with font and no line
break by mistake. Change this to normal text formatting.
The problem was discovered by Debian thanks to lintian, and is fixed
there in using a local change in debian/patches/man-page-adjustment.patch.
2015-09-20 09:42:12 +02:00
Petter Reinholdtsen
11a54e6f68
Fix build problems with gcc 5.2 in Debian.
...
The compiler complain about static inline functions being used from
inline functions. This patch rewrite the inline to static inline
functions to avoid the compiler error.
This is related to https://bugs.debian.org/777989 and based on a patch
in the Debian packaging, see
http://anonscm.debian.org/cgit/debian-edu/pkg-team/lmms.git/tree/debian/patches .
2015-09-20 08:52:15 +02:00
Petter Reinholdtsen
878706d28c
Make sure desktop systems know how to pass files to lmms.
...
For LMMS files to be clickable in a Linux desktop environment, there
need to be a program accepting such files as an argument. This patch
change the lmms desktop file to affect files to open on the command line.
I did not know if lmms accepted URLs to remote files, so I went with the
safer %f for local files.
This patch originated in the Debian packaging, see for example
<URL: https://sources.debian.net/src/lmms/1.0.3-5/debian/patches/ >.
2015-09-20 08:41:02 +02:00
Tres Finocchiaro
1bb276b365
Make SDL default for all platforms
...
Closes #1600
2015-09-18 14:08:57 -04:00
Tres Finocchiaro
892756bda2
Merge pull request #2351 from waxspin/master
...
Inclusion of per-key note selection to piano roll editor.
2015-09-18 11:21:30 -04:00
Ben Bryan
c514f1789a
Add per-key note selection to piano roll editor, as discussed in #529 .
...
Add missing break.
Fix tabs.
2015-09-18 09:46:39 -05:00
Michael Gregorius
ab1cc3487d
Merge pull request #2358 from michaelgregorius/2288-piano-automation-size
...
Fixes the storage of the windows state for invisible windows (#2288 )
2015-09-17 18:02:57 +02:00
Michael Gregorius
7881e0315d
Fixes the storage of the windows state for invisible windows
...
Until now windows/widgets that were invisible during the call to
MainWindow::saveWidgetState had their size stored as (0, 0). This
resulted in problems when the default template was created with
invisible windows because in new projects these windows then opened up
at a very small size.
This patch fixes the problem by introducing a new parameter of type
QSize to MainWindow::saveWidgetState. It can be used to communicate the
size that should be stored in case the widget that calls the method is
invisible. The code of most callers (PianoRollWindow, SongEditor, etc.)
has been updated to use good default sizes.
2015-09-17 17:48:37 +02:00
Umcaruje
09bc6f158a
Temporary fix for #2355 , comment out the libsoundio.dll until it gets added to the mingw PPA
2015-09-16 23:57:29 +02:00
Tres Finocchiaro
b763ee2b39
Merge pull request #2353 from Umcaruje/compactfix
...
Fix LED's in Compact Track buttons
2015-09-16 12:55:57 -04:00
Michael Gregorius
b5f5844edb
Merge pull request #2285 from michaelgregorius/piano-roll-improvements
...
Merge PianoRoll improvements (note on keys, subtle highlight, note rendering)
2015-09-16 17:47:06 +02:00
Michael Gregorius
2ea72080a9
PianoRoll improvements (note on keys, subtle highlight, note rendering)
...
Draws note labels on all (white) keys when selecting to do so in the
preferences ("Enable note labels in piano roll"). The old rather messy
implementation that drew them all over the place has been removed.
When rendering note names on the keyboard keys the C notes are rendered
in a darker color than the other ones. Horizontal lines which do not
correspond to the C key are now also rendered in a more subtle way to
give more prominence to the start of an octave.
The user selected scale is now highlighted in a more subtle way.
The note borders are not toned down in relation to the volume anymore.
The handles on the right side of each note have been made slimmer and
shorter.
2015-09-16 17:34:32 +02:00
Tres Finocchiaro
3925fb8ff3
Merge pull request #2323 from softrabbit/w32_ssemath
...
Make the Win32 version use SSE math
2015-09-16 09:11:56 -04:00
Umcaruje
96c435b81f
Fix LED's in Compact Track buttons
2015-09-15 23:57:41 +02:00
Oskar Wallgren
dff7e3e4bb
Open last active project.
2015-09-15 15:04:48 -04:00
Ryan Schmidt
571e4fd31a
Detect 32-bit/64-bit correctly based on CFLAGS
...
The user might invoke cmake with CFLAGS containing "-m32" or (on OS X) "-arch i386" while on a 64-bit machine to indicate that it should build for 32-bit instead.
2015-09-15 14:55:33 -04:00
Aya Morisawa
4da73f345c
Improve Japanese translation
2015-09-15 14:29:49 -04:00
Aya Morisawa
20889111f2
Improve Japanese translation
2015-09-15 14:29:49 -04:00
Aya Morisawa
e83ff3e9c4
Improve Japanese translation
2015-09-15 14:29:49 -04:00
Michael Gregorius
07a7a5c5cb
Merge pull request #2343 from michaelgregorius/2342-unbalanced-controls
...
Puts the controls of the InstrumentTrackWindow into a grid layout to solve #2342 .
2015-09-14 21:22:05 +02:00
Michael Gregorius
8b7a48cd37
Puts the controls of the InstrumentTrackWindow into a grid layout
...
Puts the controls of the InstrumentTrackWindow into a grid layout to
give them a more balanced look. Without this patch the labels of the
widgets are not aligned which gives the instrument controls a rather
unbalanced look.
Added a "SAVE" label for the preset button to make the layout more
balanced.
2015-09-14 21:10:20 +02:00
Andrew Kelley
98346f7a9a
AudioSdl: fix cleanup hanging
2015-09-13 20:48:53 -07:00
Andrew Kelley
799f830827
Merge pull request #2339 from LMMS/audio-soundio
...
add libsoundio audio backend
2015-09-13 20:38:12 -07:00
Andrew Kelley
e7af4b6f3e
soundio backend: use lmms code style conventions
2015-09-13 18:12:43 -07:00
Andrew Kelley
f7e5bf4860
core: fix cleanup race condition in mixer
2015-09-13 16:54:16 -07:00
Andrew Kelley
f7ff96fe4f
add libsoundio audio backend
...
This adds libsoundio (http://libsound.io/ ) as an available audio
backend. libsoundio supports JACK, PulseAudio, ALSA, CoreAudio,
WASAPI, and a dummy backend.
2015-09-13 16:07:10 -07:00
Colin Wallace
2fb0babfd8
Merge pull request #2310 from rcorre/master
...
Add CLI equivalent to GUI's "export tracks"
2015-09-13 22:36:03 +00:00
Ryan Roden-Corrent
fdb2787ff9
Support '.' in output directory path.
...
Do not call baseName on the path passed to -o when using the --rendertracks
option. This was mangling directories that contained a literal '.' if a '/' was
not explicitly specified at the end.
Still call baseName for --render as the argument to -o is a file and we need to
set the extension (ogg/wav).
2015-09-13 12:51:02 -04:00
Ryan Roden-Corrent
d8ce8301b8
Rename --render-tracks to --rendertracks.
...
Follow convention of avoiding '-' in command names.
2015-09-13 07:39:23 -04:00
Ryan Roden-Corrent
ea838c428d
Don't use old naming convention in new methods.
...
Remove the _ prefix from the parameters to the newly added
ProjectRenderer::getFileExtensionFromFormat.
This naming convention is being phased out.
2015-09-13 07:39:23 -04:00
Ryan Roden-Corrent
6b8406241b
Document --render-tracks in --help and the manpage.
2015-09-13 07:28:22 -04:00
Ryan Roden-Corrent
795d42987f
Add --render-tracks CLI command.
...
This command allows rendering each track of a song to a different file.
It should provide the same functionality as the "Export Tracks" GUI option.
Usage could look like:
lmms --render-tracks project.mmpz -f ogg -o output/
2015-09-13 07:28:22 -04:00
Ryan Roden-Corrent
c462261433
Use RenderManager in ExportProjectDialog.
...
Remove the rendering logic from the gui code in ExportProjectDialog and let
RenderManger handle it instead.
This is part of an effort to allow the CLI and the GUI to share the same
rendering logic, setting the state for a --render-tracks CLI option similiar to
the "Export Tracks" GUI option.
2015-09-13 07:28:22 -04:00
Ryan Roden-Corrent
1a22635109
Initial implementation of RenderManager.
...
Much of the multi-track rendering logic was intermixed with GUI code in
ExportProjectDialog.
This creates the RenderManager class to provide rendering logic that could be
shared between the CLI and GUI interfaces.
2015-09-13 07:28:22 -04:00
Ryan Roden-Corrent
e863df7171
Add ProjectRenderer::getFileExtensionFromFormat.
...
Currently ProjectRenderer has a helper getFileFormatFromExtension, this adds a
similar helper getFileExtensionFromFormat.
This will, for example, return "ogg" for OggFile.
2015-09-13 07:28:22 -04:00
Colin Wallace
deeb95a749
Merge pull request #2297 from Wallacoloo/midirange+
...
Increase pitch range knob limit to 60. Fixes #2250
2015-09-12 17:02:14 +00:00
Umcaruje
9111eb82d5
Merge pull request #2344 from AyaMorisawa/patch-1
...
Improve Japanese translation
2015-09-12 15:08:52 +02:00
Aya Morisawa
f5485a9eff
Improve Japanese translation
2015-09-12 20:47:29 +09:00
Tres Finocchiaro
55db0c8e30
Fix mailmap for Thomas Clark
2015-09-12 00:10:59 -04:00
Michael Gregorius
36a6fb3936
Merge pull request #2287 from michaelgregorius/2286-piano-roll-toolbars
...
Breaks down the piano roll's toolbar into multiple smaller ones (#2286 )
2015-09-11 21:09:45 +02:00
Michael Gregorius
39692643cf
Introduction of several toolbars for editors and CSS changes
...
The piano roll's actions have been grouped into several toolbars. There
are now five groups / tool bars: "Transport controls", "Note controls",
"Copy paste controls", "Timeline controls" and "Zoom and note controls"
(this group is a bit mixed). Each group can be turned off and on using
the standard toolbar context menu provided by Qt.
The new default layout of the toolbars saves horizontal space by putting
the "Zoom and note controls" below the other toolbars. The toolbars can
be hidden and shown via the context menu but these states are not
stored.
The "Song editor", "Beat+Bassline editor" and "Automation editor" have
been switched to using movable toolbars as well.
Adjusted the Editor class to have some other defaults for the "Transport
controls".
Added some methods to add toolbars to editors and changed the other
editors' code to use it. This way the properties of a standard editor
toolbar can be changed in a simple and central way.
Fixed the size of the timeline control buttons which are implemented as
NStateButton. Previously these had a fixed size and appeared smaller than
all other buttons. Now they behave like other ToolButton with respect to
the size. Also removed a fixed size call in ToolButton itself.
Made some adjustments to the CSS for QToolBar and QToolButton:
* Switched the QToolBar CSS to a vertical gradient and also increased
the padding to 2px on the way.
* Previously all buttons looked like they were pressed. This was fixed by
using the same linear gradient that is used for the QToolBar.
* The hover effect for QToolButtons is a bit more subtle now and looks
less intensive as when the button is pressed / checked.
* Gave the normal buttons a bit more radius.
* Adjusted the radii of the special play and stop buttons to be
symmetric so the do not look skewed.
2015-09-11 20:52:34 +02:00
Dave French
4639e37c31
Merge pull request #2324 from Wallacoloo/pianoroll-refactor
...
Refactor PianoRoll code
2015-09-11 08:35:11 +01:00
Colin Wallace
db18fa61fe
have getSelectedNotes() return the selected notes, rather than appending them to a write-back parameter
2015-09-10 21:29:36 -07:00
Colin Wallace
ff94f8b4ce
Rename copy_to_clipboard -> copyToClipboard
2015-09-10 21:29:36 -07:00
Colin Wallace
ca7028933a
Remove extraneous conditional
2015-09-10 21:29:36 -07:00
Colin Wallace
a17d915ccf
Prefer C++11 range-based for loops over explicit iterators or Qt's foreach;
...
note: Qt's foreach actually duplicates the container before iterating, as well (not hugely problematic for performance since Qt containers are copy-on-write, but is still semantically misleading)
2015-09-10 21:29:36 -07:00
Colin Wallace
2e111129bd
Remove unnecessary 'inline' attributes;
...
'inline' is only needed when a function is defined in the header, as a way to avoid multiple definitions error when linking. It is otherwise useless
2015-09-10 21:29:28 -07:00
Colin Wallace
89e7d1e758
Merge pull request #2334 from michaelgregorius/2333-inconsistent-tension-knob
...
Fixes an inconsistent behavior of the tension knob (#2333 )
2015-09-10 02:07:58 +00:00
Dave French
d6dbc03ac9
Merge pull request #2321 from Wallacoloo/reserved-names
...
Remove double-underscore variable prefixes & prefer static member variables over globals
2015-09-09 22:48:55 +01:00
Michael Gregorius
46bac80470
Fixes an inconsistent behavior of the tension knob ( #2333 )
...
Until now the tension knob was only disabled for discrete and linear
mode if the cubic hermite mode was selected at least once. This behavior
is fixed with this commit.
2015-09-09 20:03:57 +02:00
Colin Wallace
3f31b5ce25
Merge pull request #2331 from Wallacoloo/FileBrowserRefactor
...
Refactor FileBrowser's filterItems function
2015-09-08 23:44:52 +00:00
Colin Wallace
da54b9cdb0
Fix tabbing
2015-09-07 17:08:09 -07:00
Colin Wallace
763ca09fb1
Further simplify by removing 'cm' variable
2015-09-07 17:01:55 -07:00
Colin Wallace
0260820dac
Remove special showAll case; 'xyz'.contains('') always returns true
2015-09-07 16:46:41 -07:00
Colin Wallace
aad8fcb410
Remove unused class declaration, make pluginBefore a static function
2015-09-07 16:39:07 -07:00
Colin Wallace
aa77443eb1
merge the two filterItems functions into one;
...
also fix some formatting + use 'Pattern Editor' instead of 'B&B Editor' in context menu
2015-09-07 16:36:25 -07:00
Colin Wallace
0d8a0330c2
Merge pull request #2328 from michaelgregorius/2327-tension-crash
...
Fixes for the tension dial (crash + missing update)
2015-09-07 22:21:30 +00:00
Michael Gregorius
6b9ff4e9d3
Fixes for the tension dial (crash + missing update)
...
Fixes a crash that occurred when the tension dial of the automation
editor was moved when no pattern was loaded.
Also added a missing update of the tension dial when the automation
patterns are switched.
2015-09-07 20:40:16 +02:00
Colin Wallace
86d0f94882
Merge pull request #2320 from Wallacoloo/flanger-units
...
Fix units in Flanger plugin
2015-09-07 01:06:36 +00:00
Colin Wallace
6a9e105c90
Const-correctness fixes
2015-09-06 15:04:46 -07:00
Colin Wallace
68da3ad64f
Remove duplicated code in note move/resize cursor calculation;
...
also breaks apart a lengthy conditional into calculationss that are easier to understand.
2015-09-06 14:40:36 -07:00
Colin Wallace
8504633103
Remove duplicated scrolling code from keyPressEvent()
2015-09-06 13:54:53 -07:00
Colin Wallace
a32368cc3a
Display pan/volume on wheel event if all edited notes have same pan/volume;
...
previous behavior was to display the value only if one note was being edited
2015-09-06 13:27:32 -07:00
Colin Wallace
f568f7b4a4
Formatting/tabbing fixes
2015-09-06 13:14:38 -07:00
Colin Wallace
a8fa9b75a1
Simplify conditional by initializing vol/pan to defaults
2015-09-06 13:12:08 -07:00
Colin Wallace
ebc606aaf2
Move vol/pan s_textFloat handling code into separate functions;
...
this avoids some code duplication & makes the mouseevent/wheelevent functions slightly smaller
2015-09-06 13:09:23 -07:00
Colin Wallace
8a4e59defb
Merge pull request #2289 from Wallacoloo/midi-guicore
...
Consolidate midi config widgets & move them out of the core
2015-09-06 18:11:58 +00:00
Raine M. Ekman
3de65556f2
Make the Win32 version use SSE math, with the performance benefits it brings.
...
Denormal protection alone should be worth it.
2015-09-06 12:28:26 +03:00
Colin Wallace
db820e5255
Remove double-underscore prefix from __fileEncodeDevices & make it a static member variable;
...
this helps to reduce pollution of the global namespace
2015-09-05 22:28:18 -07:00
Colin Wallace
1944499fa3
remove double-undercscore prefix from portName function
2015-09-05 22:00:14 -07:00
Colin Wallace
b53e7a7fbe
Rename __targetNames to targetNames, and make it a static member variable
2015-09-05 21:54:06 -07:00
Colin Wallace
39133ab0ea
Move update_1_2_0() functionality into upgrade_1_1_90();
...
Next release candidate will be named 1.1.90
2015-09-05 21:38:36 -07:00
Colin Wallace
602983f664
Change unit label for Flanger LFO knob to 'Hz'; delay knob units are 's'
2015-09-05 16:30:33 -07:00
Colin Wallace
f6b696fa0f
Don't use underscore parameter names in value, setValue functions
2015-09-05 11:38:30 -07:00
Colin Wallace
0f2da6f68b
Provide upgrade path to copy the MidiAlsaRaw 'Device' property to new 'device'
2015-09-05 11:38:29 -07:00
Colin Wallace
697aebc056
Consolidate midi config widgets & move them out of the core
2015-09-05 11:38:29 -07:00
Colin Wallace
e606e30486
Merge pull request #2299 from Umcaruje/emptytemplate
...
Add an Empty template
2015-09-05 18:31:40 +00:00
Colin Wallace
cbf6d24e8f
Fix const-correctness in FxMixer::channelSendModel
2015-09-02 21:17:35 -07:00
Colin Wallace
45c4aa6a68
Merge pull request #2278 from michaelgregorius/metronome-improvements
...
Improved metronome (on/off during song, pattern and bb playback)
2015-08-29 17:15:14 +00:00
Michael Gregorius
5b2e77b444
Improved metronome (on/off during song, pattern and bb playback)
...
There is a new tool button that can be used to turn the metronome on and
off. Per default the metronome is turned off. When enabled the metronome
will during on song playback, pattern playback and BB playback. During
export it is ignored.
A new icon was added as well.
The state is currently stored in the Mixer. It might make sense to put
the metronome configuration in its own class in the future. The state is
currently not stored in the file but this might be a good choice for now
until a better place is found for the metronome data.
Also removed some repeated calls to Engine::getSong() and
Engine::fxMixer().
2015-08-29 15:04:41 +02:00
Umcaruje
da2b01b5a3
Add an Empty template
2015-08-29 01:05:45 +02:00
Colin Wallace
548a9196b4
Increase pitch range knob limit to 60. Fixes #2250
2015-08-27 21:39:31 -07:00
Colin Wallace
8fd5fe90d2
Merge pull request #2273 from michaelgregorius/2272-template-fixes
...
Fixes #2272 and other problems with the templates
2015-08-26 17:16:38 +00:00
Michael Gregorius
abbd7c48cf
Switch local variable to camel case
2015-08-26 18:59:31 +02:00
Colin Wallace
c99c6eeea9
Merge pull request #2135 from michaelgregorius/alsa-combobox
...
Partial fix for #1600 : ALSA device can be selected using a combo box
2015-08-26 03:21:48 +00:00
Tres Finocchiaro
de40aa81ce
Minor CLI fixes
...
Closes #2258
2015-08-24 16:25:40 -04:00
Colin Wallace
9fd8c07820
Show '<not supported on this plaform>' message during cmake config if AppleMidi is not supported
2015-08-23 20:15:29 -07:00
Colin Wallace
35486293e3
Merge pull request #2222 from michaelgregorius/2209-font-sizes-too-small
...
2209 font sizes too small
2015-08-23 01:35:45 +00:00
Colin Wallace
123de3aade
Add missing include necessary for Qt5 compilation
2015-08-22 00:36:39 -07:00
Tres Finocchiaro
c68f31aeda
Add horizontal scroll support to SongEditor
...
Closes #2275
2015-08-21 21:23:03 -04:00
Tres Finocchiaro
cfbd53fb50
Detect fluid executable even when CMake can't
...
Closes #2260
2015-08-21 20:39:00 -04:00
Michael Gregorius
4571d14029
Prevent resizing of the "Controls" button
...
The "Controls" button will now keep its minimal size when the
ControllerView is resized.
2015-08-18 18:23:40 +02:00
Tres Finocchiaro
618828a9b6
Merge pull request #2266 from michaelgregorius/2262-render-check-file
...
Fixes #2262
2015-08-17 16:47:13 -04:00
Michael Gregorius
4883c579a5
Check the existence of an input file that is to be rendered ( #2262 )
...
Added a check for the existence of the file that should be rendered from
the command line. LMMS now exits with an error message in case the file
does not exist.
2015-08-17 22:25:19 +02:00
Tres Finocchiaro
21ff5333dc
Merge pull request #2251 from M374LX/iss2204
...
Fix SF2 pitch and gain problems
2015-08-17 15:30:59 -04:00
Tres Finocchiaro
4c04fb06ba
Merge pull request #2271 from tresf/homebrew
...
Initial Homebrew on OSX Lion patch
2015-08-17 13:02:33 -04:00
tresf
2035ff3e3c
Initial Homebrew on OSX Lion patch
2015-08-17 12:39:41 -04:00
Michael Gregorius
bc1a416cd1
Added an option to save a project as the default template
...
A new option to save a project as the default template is now available
in the file menu. If the default template already exists the user is
asked whether he wants to overwrite it.
2015-08-16 16:18:38 +02:00
Michael Gregorius
8c93b6bfee
Fixes #2272 and other problems with the templates
...
Removes the non-intuitive saving of the default template in
MainWindow::createNewProject.
Other fixed problems:
* User entries were not shown in the menu of the tool button that
creates new projects from templates. Now they are shown as well.
Other changes:
* Adds a new option "New from template" in the file menu. It shows the
same menu as the tool button.
2015-08-16 15:46:10 +02:00
Michael Gregorius
ef449f5bae
Remove the horizontal scrollbar from controller rack view
...
Removes the potential horizontal scrollbar from the controller rack
view.
Also sets the MDI window of the controller rack to a bigger size in the
constructor and moves it towards the other windows. This code is active
in the case where there is no default template from which the window
states are loaded.
2015-08-16 09:39:00 +02:00
Colin Wallace
5449706527
Merge pull request #2261 from M374LX/improve-main
...
main(): improve error handling and clean up code
2015-08-15 10:51:08 -07:00
Tres Finocchiaro
5375bda6ac
Fix incorrect calculation of IntBits
...
Fix over-shifting of int by explicitly making type ULL.
Taken from upstream:
aaca6447de
2015-08-15 13:23:32 -04:00
Tres Finocchiaro
6df512dc76
Merge pull request #2267 from M374LX/bbeditor-default-template
...
Enable it to hide BB Editor in default template
2015-08-15 12:34:20 -04:00
M374LX
6966559600
Make it able to hide BB Editor in default template
2015-08-14 21:50:57 -03:00
Tres Finocchiaro
30d906542c
Merge pull request #2265 from NeiroNext/translation
...
Add Ukrainian translation
2015-08-14 11:26:57 -04:00
NeiroNext
6aa8269542
Add Ukrainian translation
2015-08-14 17:06:11 +03:00
M374LX
8bb7b71aab
Improve error handling
2015-08-13 22:50:46 -03:00
M374LX
c7b867c2a0
Fix errors and capitalization in the output of "--help"
2015-08-13 22:21:34 -03:00
M374LX
dc1a12ab33
Improve error handling
2015-08-13 22:16:07 -03:00
M374LX
b8f2e6c715
Further adjust coding conventions
2015-08-13 21:22:50 -03:00
M374LX
45c506c79d
Start refactoring main()
2015-08-13 21:19:34 -03:00
Tres Finocchiaro
28018ad206
Merge pull request #2207 from tresf/2206-ladspa-fix
...
Fix init of LADSPA plugins on some platforms
2015-08-13 14:29:05 -04:00
Tres Finocchiaro
f7a61aea0c
Merge pull request #2210 from tresf/2201-root-refactor
...
Cleanup root directory
2015-08-13 14:15:05 -04:00
Tres Finocchiaro
3114ccea26
Cleanup root directory
...
Cleans up the root directory of the GitHub source tree and starts to separate platform-specific installing and packaging logic from the master CMakeLists.txt. Closes #2201
2015-08-13 11:37:47 -04:00
Alexandre Almeida
6cb451abbe
Fix SF2 gain problems when exporting
...
Fix the SF2 gain problems that persisted in issue #2204
2015-08-12 21:30:05 -03:00
Tres Finocchiaro
9819900aca
Merge pull request #2131 from michaelgregorius/cmd-loop-render
...
Fixes issue #2129 ("can't export as loop with CLI")
2015-08-12 11:39:43 -04:00
Michael Gregorius
02f9447467
Fixes issue 2129 ("can't export as loop with CLI")
...
Adds a new command line option to render a song as a loop ("-l", "--
loop-mode").
Also cleaned up the code which parses the command line options by
pulling out methods that print the version and the help.
Updated man page: Added the new option to command line render a loop. Updated
the data of the man page and the URLs.
Added information about option to bypass root user check on startup
Calculate the copyright year dynamically
The command line options for help and version info both print the
copyright as "2004-2014". Until now the value for the second year had to
be adjusted manually. With this patch they are computed dynamically so
that the current year will always be used.
2015-08-12 17:28:31 +02:00
M374LX
3f326b81fc
Fix #2204
2015-08-11 23:47:34 -03:00
Colin Wallace
ed6ee790ae
Merge pull request #2238 from Wallacoloo/prompt-workingdir2
...
Fix 'create working dir' prompt & move it from ConfigManager to GuiApplication
2015-08-10 19:19:01 -07:00
Colin Wallace
65467eb66c
Merge pull request #2237 from M374LX/iss1878
...
Fix #1878
2015-08-09 09:08:25 -07:00
Colin Wallace
ba7908f79c
Merge pull request #2228 from rageboge/midi_apple
...
#1153 (Apple) MIDI Support
2015-08-09 08:39:53 -07:00
Alexandre Almeida
6944b520ea
Add a MINIMUM_BUFFER_SIZE constant
2015-08-09 11:50:24 -03:00
Alexandre Almeida
2f24d635c3
Add a MINIMUM_BUFFER_SIZE constant and comments
2015-08-09 11:50:12 -03:00
Maurizio Lo Bosco
275bcb52df
#1153 : added basic apple midi support
2015-08-09 09:59:12 +02:00
Colin Wallace
4d3250bb42
Fix 'create working dir' prompt & move it from ConfigManager to GuiApplication;
...
also sets the default choice to 'yes' (do create directories) instead of 'no'
2015-08-05 20:14:02 -07:00
Alexandre Almeida
c73edc5d94
Adjust coding conventions
2015-08-05 20:50:10 -03:00
M374LX
18b6f20c29
Fix #1878
2015-08-05 20:42:10 -03:00
Colin Wallace
ef411b2d81
Merge pull request #2226 from ThomasJClark/master
...
Don't use native file saving/loading dialogs
2015-08-05 07:33:00 -07:00
Colin Wallace
5aebd3b877
Merge pull request #2215 from Wallacoloo/include-check-rm
...
Remove unused include file checks
2015-08-04 21:29:02 -07:00
Tom Clark
e5b5ebbda4
Don't use native file saving/loading dialogs
...
LMMS tries to modify the save dialog, This causes a segfault if native
file dialogs are used instead of the Qt ones. At least on Linux, Qt 5
seems to make file dialogs native by default, so LMMS is unable to save
projects when compiled with -DWANT_QT5=true.
2015-07-30 22:10:47 -04:00
Michael Gregorius
fa5c0c1569
Fixes the rendering of the tact numbers in the timeline
...
Fixed the rendering of the tact numbers in the timeline widget. Before
this fix they were not readable because they were too big. Interestingly
in this case the fix is to use a font size in pixels (half the height of
the widget). The numbers are now also rendered a bit darker than the
lines.
Also removed the pixmap for the timeline from the code and from the
filesystem. It was only used to determine the fixed height of the widget
but not rendered. Therefore it was removed and the height is now
directly set to 18 pixels which was the height of the pixmap.
2015-07-30 22:32:38 +02:00
Michael Gregorius
76e4859ef0
Get rid of hardcoded pixel sizes in the plugin browser and side bar
...
The PluginDescWidget doesn't use calls to pointSize anymore. Also the
name of the plugin is only painted bold when hovered over with the
mouse. The animation speed was increased a bit as well. Hope it is not
too fast for displays with smaller resolutions. The problem with the
current implementation is that it increases the height by incremental
steps of 1 pixel (triggered by a QTimer) which gives a slower speed on
high DPI displays. In the future this implementation might be improved,
e.g. by using the animation classes provided by Qt.
The SideBarWidget also does not use calls to pointSize anymore. Instead
the standard font is increased by 2 (typographical) points and then
rendered at the right place using information from QFontMetrics. In the
long run the header of the SideBarWidget should be organized using a
layout, e.g. a layout with one QLabel to render the icon and one QLabel
to render the header text. This would ensure that the black background
would always be large enough and that the fonts do not protude into the
actual content.
2015-07-30 21:08:35 +02:00
Michael Gregorius
cd0176b5af
Controllers are rendered more dynamically
...
ControllerRackView now uses a layout to organize the ControllerViews.
The ControllerViews in turn use layouts to organize their widgets
(labels and push button). ControllerView now inherits from QFrame
instead of QWidget. The (static) background image for controllers was
deleted because the ControllerView can now be resized dynamically.
Song: Added specific signals for added and removed controllers. Also
removed a TODO by putting the functionality to remove all controllers in
a method (removeAllControllers).
Deleted Controllers now don't unregister from Song during deletion. This
has to be done by the client (Hollywood principle - "Don't call us, we
call you.").
TODO: For some strange reason I cannot programmatically resize the
controller rack to make it fit the controllers on my screen.
2015-07-29 22:35:06 +02:00
Tres Finocchiaro
2294614180
Merge pull request #2203 from Wallacoloo/lmms_spec_in_changelog
...
Remove "Changelog" section of lmms.spec.in
2015-07-29 16:33:13 -04:00
Michael Gregorius
27c5295388
Get rid of too small fonts in all file browsers
...
Removes one of the several calls to pointSizeF. This method seems to
return a font which has the same height in pixels on all displays
(regardless of the display's actual DPI value). In the long run these
calls will all have to be removed to make LMMS usable on high DPI
displays.
2015-07-29 14:34:20 +02:00
Colin Wallace
95d404ddef
Merge pull request #2216 from Wallacoloo/extension-calc
...
Calculate rendering extension on a separate line
2015-07-28 12:28:53 -07:00
Lukas W
5592d07c80
Find data directory when in development
...
This allows to just run "./lmms" during development, without installing
or specifying a data path.
Related: #1719 #1958
2015-07-28 12:48:10 +02:00
Colin Wallace
e9879797e3
Calculate rendering extension on a separate line
2015-07-27 05:44:59 +00:00
Colin Wallace
6948ff086a
Remove unused include file checks
2015-07-26 23:05:39 +00:00
Colin Wallace
f1340249ac
Fix version & set changelog to point to online release notes
2015-07-25 19:16:53 +00:00
Colin Wallace
403c36577d
Merge pull request #2199 from Wallacoloo/FlpImport1
...
Fix tab formatting in FlpImport.cpp
2015-07-24 22:20:17 -07:00
Dave
feee39b827
Merge pull request #2198 from curlymorphic/1932
...
Revert Correct Priority of fade button
2015-07-23 11:48:23 +01:00
Colin Wallace
ca3829317e
Fix tab formatting
2015-07-21 03:21:23 +00:00
Colin Wallace
bb55346a29
Merge pull request #2197 from curlymorphic/bbMouseOver
...
Edit BBEditor Mouse tool tip
2015-07-19 16:56:58 -07:00
Dave French
ac7aa69ad1
Revert Correct Priorty of fade button
...
reverted changes made in #1527
copied from Github diff
Fixes #1932
2015-07-20 00:36:01 +01:00
Dave French
362e0e1962
Edit BBEditor Mouse tool tip
...
Edit the tool tip to remove The Double click top open in piano roll
as per #1776 #1783
2015-07-20 00:00:32 +01:00
Colin Wallace
620b3d9ef1
Merge pull request #2189 from Wallacoloo/upgrade_refactor
...
Separate DataFile::Upgrade into smaller functions
2015-07-19 14:36:04 -07:00
Colin Wallace
6267e8d0d5
Merge pull request #2188 from Wallacoloo/rm-deprecated-b64
...
Remove deprecated base64::encode(QVariant) version
2015-07-19 14:34:03 -07:00
Colin Wallace
5db57282da
Merge pull request #2187 from Wallacoloo/git-2186
...
Fixes #2186 ; double-clicking the Fx Channel selector will show Mixer window if hidden
2015-07-19 14:32:31 -07:00
Colin Wallace
e71f5bbfce
Merge pull request #2195 from zonkmachine/missingparenthesis
...
Fix typo
2015-07-19 11:10:07 -07:00
Oskar Wallgren
f832217393
Stop lupdate from complaining
2015-07-19 18:10:57 +02:00
Dave
24649d4131
Merge pull request #2190 from curlymorphic/2159
...
Correctly use the ladspa plugin folder
2015-07-19 15:06:24 +01:00
Dave French
367fbe8733
The ConfigManager was Incorrectly loading Ladspa plugin folder.
...
The default Ladspa plugin folder was incorrect under linux
This pull request fixes this.
Setting Dialog, Ladspa Directory Added leading /
Added a leading / to the lmms/ladspa plugin
Clean the path using QDir::cleanPath()
2015-07-18 07:46:43 +01:00
Colin Wallace
2175a47849
Separate DataFile::Upgrade into smaller functions
2015-07-15 04:11:01 +00:00
Colin Wallace
9840050ae7
Remove deprecated base64::encode(QVariant) version
2015-07-15 03:39:58 +00:00
Colin Wallace
be02fb8576
Fixes #2186 ; double-clicking the Fx Channel selector will show Mixer window if hidden
2015-07-15 03:04:01 +00:00
Tres Finocchiaro
b1ecbc8036
Fix init of LADSPA plugins on Slackware
...
Fixes #2206
2015-07-14 20:55:23 -04:00
Colin Wallace
acf6393e70
Merge pull request #2182 from zonkmachine/hideRecoverInRecent
...
Hide recover.mmp in Recent files
2015-07-13 19:38:14 -07:00
Colin Wallace
1002fd60f0
Merge pull request #2139 from Wallacoloo/git-2138
...
Export percentage calculation now takes into account loop markers when necessary
2015-07-13 19:12:56 -07:00
Colin Wallace
7786fb1902
Merge pull request #2181 from michaelgregorius/2172-mouse-over-quickfix
...
Quick fix for #2172 ("mouse-over readout in fx-mixer")
2015-07-13 19:12:21 -07:00
Colin Wallace
d4e578080b
Merge pull request #2150 from Wallacoloo/SampleBufferCleanup
...
Fix deadlock in SampleBuffer
2015-07-13 19:02:23 -07:00
Colin Wallace
ffba37c7f2
Export percentage calc now takes considers loop markers as necessary
2015-07-14 01:53:47 +00:00
Dave
f4120eedd2
Merge pull request #2184 from Wallacoloo/git-2183
...
Remove old debugging statement
2015-07-13 00:17:30 +01:00
Colin Wallace
03a94a1d5c
Remove old debugging statements - fixes #2183
2015-07-12 22:58:25 +00:00
Oskar Wallgren
9f78fa594a
Hide recover.mmp in Recent files
2015-07-12 18:36:13 +02:00
Michael Gregorius
6634313014
Quick fix for #2172
...
The tool tip for the FxLine now shows the name of the channel.
2015-07-12 17:14:03 +02:00
Colin Wallace
3ff55d755c
Merge pull request #2151 from Wallacoloo/lockingfixes
...
Fix race condition in TrackContainer::removeTrack
2015-07-11 19:37:18 -07:00
Colin Wallace
d636d67144
Merge pull request #2178 from Umcaruje/flip-icons
...
Add automation flip icons
2015-07-11 19:22:23 -07:00
Dave
d9dac72c7f
Merge pull request #2158 from Wallacoloo/EqFilterInit
...
Initialize all fields of EqFilter upon construction
2015-07-11 22:50:35 +01:00
Umcaruje
6da3e14431
Add automation flip icons
2015-07-10 15:41:18 +02:00
Raine M. Ekman
87c15588a1
Merge pull request #2089 from softrabbit/faster_vocoder
...
Vocoder plugin: refactor for speed
2015-07-08 17:05:51 +03:00
Colin Wallace
468ccb49c1
Merge pull request #2166 from michaelgregorius/2164-volume-slider-broken
...
Fixes #2164
2015-07-06 13:38:43 -07:00
Colin Wallace
812444a5ac
Merge pull request #2165 from zonkmachine/openRecentFix
...
Recent file menu fixes
2015-07-06 13:16:51 -07:00
Michael Gregorius
e3c645ec53
Fixes #2164
...
The master volume float was not updated when the master volume was
chamged using the mouse wheel. This commit fixes that problem.
2015-07-06 21:52:25 +02:00
Colin Wallace
3e8169de72
Merge pull request #2152 from Wallacoloo/MidiAlsaSeqFormatting
...
Fix bad tab-fomatting in MidiAlsaSeq.cpp
2015-07-06 11:09:47 -07:00
Oskar Wallgren
6888952fec
recent files hide missing
2015-07-06 19:06:46 +02:00
Lukas W
f770164730
CMake: FindWine: Add aliases for finding winegcc
2015-07-06 17:40:10 +02:00
Colin Wallace
a91e7f72db
Merge pull request #2160 from Wallacoloo/ConfigManagerFormattingFix
...
Fix formatting in ConfigManager.cpp
2015-07-04 22:56:39 -07:00
Colin Wallace
7b4946f79d
Fix tabbing mistakes
2015-07-04 22:57:28 +00:00
Colin Wallace
ccc84494fd
Merge pull request #2126 from Wallacoloo/MidiTimeRefactor
...
Refactor MidiTime implementation
2015-07-04 15:52:29 -07:00
Colin Wallace
ea7c96fa71
less repetitive setParameters logic
2015-07-04 01:33:33 +00:00
Colin Wallace
bc3e17eff8
default-initialize EqFilter parameters to 0
2015-07-04 01:29:04 +00:00
Colin Wallace
474b78cdf5
Fix bad tabbing
2015-07-03 04:19:35 +00:00
Colin Wallace
314623c157
fix race condition in TrackContainer::removeTrack
2015-07-03 03:48:49 +00:00
Colin Wallace
7eed8c63b4
fix atrocious formatting
2015-07-03 02:34:48 +00:00
Colin Wallace
d805302f06
Fix deadlock & use QWrite/ReadLockers instead of manually managing locks
2015-07-03 02:20:12 +00:00
Colin Wallace
122204e06b
Merge pull request #2146 from michaelgregorius/2144-TrackNameInPianoRoll
...
Fixes #2144 ("Track name not shown in PianoRoll titlebar")
2015-07-01 20:23:08 -07:00
Michael Gregorius
a98534ac46
Fixes #2144 ("Track name not shown in PianoRoll titlebar")
...
Moves the code that sets the window title from
PianoRoll::setCurrentPattern to PianoRollWindow::setCurrentPattern which
is the widget that corresponds to the MDI window.
2015-07-01 23:39:51 +02:00
Colin Wallace
225f2c4551
Merge pull request #2142 from Wallacoloo/boopity-boppity
...
Map missing email to @tresf and 'support@lmms.io '
2015-06-30 08:15:42 -07:00
Colin Wallace
72253b31c8
map email address <ubuntu@ubuntu-1204.(none)> to @tresf & 'Locale Editor' to 'Anonymous'
2015-06-30 05:28:57 +00:00
Tres Finocchiaro
fea942e05d
Merge pull request #2141 from midi-pascal/master
...
Add my second address to .mailmap
2015-06-29 23:01:46 -04:00
midi-pascal
6e4ac33661
Add my second address to .mailmap
2015-06-29 22:23:57 -04:00
Colin Wallace
ebcc837b99
Merge pull request #2127 from Wallacoloo/FxMixer_friends
...
Enforce tighter permissions in FxMixer
2015-06-29 18:46:51 -07:00
Colin Wallace
de7ad76de6
Merge pull request #2103 from Wallacoloo/git-2087b
...
Fix for #2087 : Issues with saving projects in X11 when one subwindow is maximized
2015-06-29 18:37:56 -07:00
Umcaruje
c3e3271ea2
Merge pull request #2124 from Umcaruje/master-infiles
...
Update the man page and the windows installer info
2015-06-29 15:53:00 +02:00
Colin Wallace
16d782c1d9
Move MidiTime implementation into .cpp file
2015-06-28 19:25:24 +00:00
Michael Gregorius
5a8dce2650
Fixes most of stuff found in Wallacoloo's code review for #1600
...
Removal of a superfluous include in AudioAlsaSetupWidget.cpp
Removal of the function "bool hasCapabilities(char *device_name)" which
was not used anyway. It implemented a test for ALSA device capabilities
needed by LMMS (SND_PCM_ACCESS_RW_INTERLEAVED, SND_PCM_FORMAT_S16_LE,
etc.).
Corrected header name in AudioAlsaSetupWidget.h.
Created an implementation file for AudioDeviceSetupWidget to make more
clear that it's part of the GUI.
Fix build for builds that use Port Audio. The setup widget of
AudioPortAudio.h still inherited from AudioDevice::setupWidget instead
of the new AudioDeviceSetupWidget.
2015-06-28 00:24:23 +02:00
Michael Gregorius
37c4da81b5
Final version that lets the user select the ALSA device with a combo box
...
This version lets the user select the ALSA device to use with a combo
box. It does not check whether the device works for the parameters that
LMMS uses (SND_PCM_ACCESS_RW_INTERLEAVED, SND_PCM_FORMAT_S16_LE, etc.).
Doing these checks while compiling the list of available devices led to
strange effects which are likely caused by the fact that the PCM device
has to be opened to query its capabilities. This in turn led to error
messages a la "Resource or device busy" when testing the new
functionality repeatedly.
However, having a combo box to select devices from should be a good step
forward compared to a simple line edit. :)
2015-06-27 20:07:26 +02:00
Michael Gregorius
27653b713b
Moves the probing code for available devices into the ALSA driver
2015-06-27 16:42:17 +02:00
Michael Gregorius
79cae31b5b
Some refactoring to enable signals in audio driver setup dialogs
...
Moved AudioDevice::setupWidget into its own class AudioDeviceSetupWidget
which logically should belong to the GUI (unfortunately the include
structure does not make this obvious).
For the ALSA driver there is an implementation AudioAlsaSetupWidget
which provides a combo box for selection of the card and device.
All other driver widgets have been changed to inherit from
AudioAlsaSetupWidget but have not been changed otherwise.
SetupDialog has been adjusted to keep a map of AudioAlsaSetupWidgets
now.
2015-06-26 17:14:47 +02:00
Michael Gregorius
ad70c99d96
Populate and show a combo box of available ALSA cards and devices
...
Shows a combo box with the available ALSA cards and devices instead of a
line edit. The problem currently is that the widgets are nested classes
of AudioDevice and therefore the macro Q_OBJECT does not work which
means that its not possible to define slots that react to retrieved
signals.
2015-06-26 00:06:34 +02:00
Colin Wallace
d0c38960b8
Merge pull request #2133 from zonkmachine/knob-update
...
Update knob after changing response 'lin/log'
2015-06-24 19:32:41 -07:00
Oskar Wallgren
31e9ce2922
Update knob after changing response 'lin/log'
2015-06-25 00:09:08 +02:00
Colin Wallace
ce7c9a5b8c
Merge pull request #2111 from Wallacoloo/git-2110
...
Fix wording inconsistency in View menu (~~Show/Hide~~ Controller Rack)
2015-06-22 19:11:08 -07:00
Umcaruje
dcde377fd4
Update the man page and the windows installer info
2015-06-22 15:43:40 +02:00
Colin Wallace
2e010141ad
Remove FxMixer friendship privileges from FxMixerView and MixerWorkerThread
2015-06-22 03:01:49 +00:00
Colin Wallace
18e1d69cac
Offload most Midi processing from Song into MidiTime class
2015-06-22 00:53:24 +00:00
Colin Wallace
8edfdc0543
Remove unused function 'isTempoAutomated()'
2015-06-22 00:17:17 +00:00
Colin Wallace
335b1c1c75
const-correctness for Song::getPlayPos()
2015-06-22 00:15:30 +00:00
Colin Wallace
546cb17e5f
Simpler nextFullTact() algorithm
2015-06-21 22:55:14 +00:00
Lukas W
a6f74c2423
Readme: Remove section about latest release
2015-06-21 18:51:21 +02:00
Lukas W
31368699ec
Merge pull request #2108 from LMMS/travis-qt5
...
Travis QT5
2015-06-21 16:22:27 +02:00
Lukas W
8b0b2df38e
Fix compilation for Qt 5.0
2015-06-21 15:41:26 +02:00
Lukas W
baf883d808
Travis: Add Qt5 job
2015-06-21 14:15:42 +02:00
Colin Wallace
707c9cbb87
Put opening brace on its own line
2015-06-20 23:12:22 +00:00
Colin Wallace
9c392e918c
Merge pull request #2119 from ThomasJClark/master
...
Check for valid pattern when focussing out pianoroll
2015-06-20 16:10:48 -07:00
Colin Wallace
dad4e8ef10
Merge pull request #2105 from Wallacoloo/doc_typos
...
Correct filenames within documentation strings
2015-06-20 15:28:55 -07:00
Thomas Clark
cdeba9c651
Check for valid pattern when focussing out pianoroll
...
This prevents a segmentation fault when closing an empty piano roll,
fixing issue #2050 .
2015-06-19 21:21:38 -04:00
Lukas W
96a1d412dd
Merge pull request #2116 from Wallacoloo/rm-legacy-friends
...
Removed legacy friend declarations
2015-06-18 10:00:26 +02:00
Colin Wallace
c112e50ddd
Removed legacy friend declarations
2015-06-18 03:23:43 +00:00
Tres Finocchiaro
05d4b1398d
Merge pull request #2006 from softrabbit/midi_import
...
Midi import: various small improvements
2015-06-17 15:48:27 -04:00
Colin Wallace
766c9d0cd5
Update outdated translation sources for View menu
2015-06-17 03:12:23 +00:00
Colin Wallace
67105307a4
Update source translations for changed View menu wording
2015-06-17 03:06:52 +00:00
Colin Wallace
71389bfc5a
Fix wording consistency in View menu (~~Show/Hide~~ Controller Rack)
2015-06-17 02:54:25 +00:00
Lukas W
aaaa11c943
CMake: Add Qt5 include directories
...
Fixes #2107
2015-06-16 17:23:18 +02:00
Lukas W
4d4f0ed438
CMake proper version comparison
2015-06-16 16:55:38 +02:00
Lukas W
ca746e50f9
Merge pull request #2106 from Wallacoloo/remove-hasGUI
...
Replace 'Engine::hasGUI()' with 'gui != nullptr'
2015-06-16 14:26:08 +02:00
Colin Wallace
860d419c14
Replace 'Engine::hasGUI()' with 'gui != nullptr'
2015-06-16 05:40:05 +00:00
Colin Wallace
8a145b6baf
Merge pull request #2097 from zonkmachine/mallets-spam
...
Stop mallet spamming the terminal
2015-06-15 17:00:06 -07:00
Colin Wallace
81164e91a9
Correct filenames within documentation strings
2015-06-15 23:52:13 +00:00
Colin Wallace
be564efb1e
Add missing EXPORT directives for new SubWindow class
2015-06-15 23:41:08 +00:00
Lukas W
4f40583cfb
Merge pull request #2102 from zonkmachine/organic-wave-lables
...
Fix Organic wave labels
2015-06-15 10:39:26 +02:00
Lukas W
61a9e9de02
Merge pull request #2104 from Wallacoloo/init_m_fb
...
Properly initialize InstrumentTrack::m_fb
2015-06-15 10:30:52 +02:00
Lukas W
44f8b24fb3
Merge branch 'stable-1.1'
...
# Conflicts:
# include/PianoRoll.h
# src/gui/editors/PianoRoll.cpp
2015-06-15 10:11:53 +02:00
Colin Wallace
eaf6ad35d8
Connect slots *after* initializing members
2015-06-15 06:48:04 +00:00
Colin Wallace
2616269b68
initialize m_fb to NULL
2015-06-15 06:33:41 +00:00
Colin Wallace
908591ba7d
Have MainWindow and others make use of the new SubWindow class
2015-06-15 03:32:25 +00:00
Colin Wallace
7cc917cc06
Added SubWindow class to compensate for incorrect behavior of normalGeometry() method on X11
2015-06-15 03:29:59 +00:00
Lukas W
8b9868e0e5
Merge branch 'cmake_dist'
...
# Conflicts:
# src/gui/FileBrowser.cpp
2015-06-14 21:38:12 +02:00
Oskar Wallgren
91aafceba5
Fix Organic wave labels
2015-06-14 09:23:39 +02:00
Dave
979fa2fb93
Merge pull request #2048 from Wallacoloo/issue-2015-4
...
Reorder Editor/Song destruction order to prevent bad memory accesses
2015-06-13 11:37:22 +01:00
Oskar Wallgren
5fabdfdb20
Stop mallet spamming the terminal
2015-06-13 00:55:27 +02:00
Dave
6c934d6aae
Merge pull request #2096 from curlymorphic/i1660
...
Remove MessageBox warning of incomplete stk installation from mallets
2015-06-12 22:09:24 +01:00
Dave French
d6ff89af68
Remove MessageBox waring of incomplete stk instalation from mallets
...
The merge of stable 1.1 into master introduced the messagebox into the incorrect
place in the code. It is alrady present in the correct place in master,
so simply removed the extra instance.
This stops the segfault and fixes #1660
2015-06-12 20:46:04 +01:00
Tres Finocchiaro
4142a55f5f
Merge pull request #2095 from curlymorphic/i2094
...
No longer try to validate sf2 and gig files
2015-06-12 13:58:39 -04:00
Dave French
0c205ba504
Nolonger try to validate sf2 anf gig files
...
Removed trying to validate non lmms files when clicked in the file browser.
This had been the cause of erronus dialog box, and caused a bug, not allowing
drag and drop of sf2 files.
fixes #2094
2015-06-12 18:21:09 +01:00
Tres Finocchiaro
90dd8b2abb
Merge pull request #2091 from softrabbit/issue1812
...
Don't save templates in "recently opened" list
2015-06-11 09:48:47 -04:00
Raine M. Ekman
d9193960fc
Coding style fixup.
2015-06-11 10:27:09 +03:00
Raine M. Ekman
f896316de4
ConfigManager: Don't add templates to "recent files" list
...
Fixes #1812 .
2015-06-11 10:19:48 +03:00
Tres Finocchiaro
ecbeaf788c
Merge pull request #2065 from midi-pascal/master
...
Add and correct some French translation
2015-06-10 13:08:00 -04:00
Raine M. Ekman
222ce7ba23
Vocoder plugin: refactor for speed
...
Changing from arrays of structs to structs of arrays makes the
code a lot more optimizer-friendly, with possible speed gains of
2-3x when compiling for SSE systems.
2015-06-10 19:29:57 +03:00
midi-pascal
fa498caf5c
Add and correct some French translation
...
The translation of the instrument plugins description does not work in Instruments pluginBrowser
Translation of the effect plugins description not showing in effects selector
Replace tabs with spaces in the fix indentation (as Tres request)
More French translations added
Remove the call to tr() inside the macro makeknob (DualFilterControlDialog.cpp) and tr() the strings before calling makeknob
Fix DualFilter description (was labeled as "A native amplifier plugin") (DualFilter.cpp)
Add French translation for the Dual filter knobs.
Move tr() out of macro's so lupdate find them for translation (extract litterals in "ts" file).
Full French translation of Monstro :-)
Make NES translatable (some tr() missing)
Remove tr() from macros (litterals not extracted by lupdate
Translate NES to French
Translate Watsyn Synth as others
Missing Q_OBJECT in DelayControlsDialog definition prevents its translation
Translate Delay plugin to French
Make EqControlsDialog translatable
Fix selected-note volume bug
Closes #2070
Fix a typo in French translation.
Add EqControlsDialog.h to the MOCFILES list in Eq CMakeLists.txt
Remove definition of slot updateVuMeters() in EqControlsDialog.h which is not implemented
2015-06-10 09:07:55 -04:00
Tres Finocchiaro
5265ec988f
Merge pull request #2069 from BaraMGB/preset
...
Sets Focus to InstrumentTrackWindow
2015-06-02 13:43:44 -04:00
Lukas W
cc454b2b53
Fix pixmap discovery
2015-05-30 22:59:18 +02:00
Lukas W
422fbbc8d3
Merge branch 'master' into cmake_dist
...
# Conflicts:
# include/ConfigManager.h
# include/Engine.h
# plugins/CMakeLists.txt
# plugins/vst_base/CMakeLists.txt
# plugins/vst_base/Win64/CMakeLists.txt
# src/core/Engine.cpp
2015-05-30 22:59:06 +02:00
Tres Finocchiaro
f403299460
Fix selected-note volume bug
...
Closes #2070
2015-05-24 13:55:09 -04:00
Steffen Baranowsky
0e5c6aeaf8
Sets the Focus to the InstrumentTrackWindow if a preset or a sample droped to it.
2015-05-24 02:30:58 +02:00
Tres Finocchiaro
a644183a57
Merge pull request #2062 from midi-pascal/master
...
Issue #2061Sf2Player: Chorus tooltip assigned to reverb
2015-05-19 20:32:30 -04:00
pascal
46f72d97ce
Issue #2061
...
Sf2Player: Chorus tooltip assigned to reverb
2015-05-19 19:26:58 -04:00
Raine M. Ekman
c4f4fe3657
MIDI import: i18n in default track names, control names for automation tracks
2015-05-18 21:54:21 +03:00
Colin Wallace
12f299bb9e
Reorder Editor/Song destruction order to prevent bad memory accesses (issue #2015 )
2015-05-12 18:56:58 +00:00
Raine M. Ekman
22b1e4fb4c
Clarified the reason for qApp->processEvents(),
...
changed an odd type juggling into something slightly saner.
2015-05-05 22:21:33 +03:00
Raine M. Ekman
542250e127
MIDI import: set default pitch bend range to +/-2 semitones
...
AFAIK, this is how the General MIDI standard says it should be.
2015-05-05 12:25:13 +03:00
Raine M. Ekman
06d87174e4
MIDI import: call qApp->processEvents(); before creating tracks
...
This should keep LMMS responsive from the window managers POV, unless
the user selects a huge enough default sound font that loading it
takes too long.
2015-05-05 12:25:12 +03:00
Raine M. Ekman
61ab0ed093
MIDI import: add naming of AutomationTracks
...
Name the automation tracks like "[MIDI trackname] CC ##". And don't
call the automation track creation function for every CC event, as
it now will involve constructing a QString.
2015-05-05 12:25:12 +03:00
Raine M. Ekman
2a72d5f119
MIDI import: ensure minimum note length 1 tick
...
Too short notes had their duration rounded down to 0 on import,
as MIDI precision allows way shorter notes than LMMS, and
portsmf reports the duration as a double, where a beat == 1.0.
Was going to use ceil() first, but that might round some notes
up to a slightly longer duration.
2015-05-05 12:25:12 +03:00
Raine M. Ekman
ff44854cde
MIDI import: don't call AutomationPattern::addObject all the time
...
Should be enough to add the object to the automation pattern only once,
as the objModel variable that is added will always be the same for the
same value of ccid, which indexes the ccs array.
This will speed up creation of automation tracks for MIDI CCs and pitch
bend.
2015-05-05 12:25:12 +03:00
Tres Finocchiaro
2f969c1e1c
Merge pull request #2033 from michaelgregorius/2028-slow_midi_import
...
Solves issue #2028 (Slow MIDI import due to repeated message)
2015-05-05 00:31:08 -04:00
Michael Gregorius
cbf4e59691
Yet another tab correction
...
The wrong settings concerning tabs in QtCreator lead to bad display of
the code in other editors.
2015-05-04 19:37:54 +02:00
Michael Gregorius
3e72793465
Fixes the wrong tab spacing for #2028
2015-05-03 22:19:42 +02:00
Michael Gregorius
53f5ef1980
Solves issue #2028 (Slow MIDI import due to repeated message)
...
AutomationPattern::addObject now returns a boolean which indicates
whether the object was added or not. This change enables the removal of
the error message that is shown in the case that a model is already
connected from AutomationPattern::addObject. Instead all interactive
callers now check for the return value and show the message in case it
is needed.
This change set improves the import of MIDI files significantly. These
have been slowed down quite a lot due to the message being shown
repeatedly during the MIDI import.
2015-05-03 19:22:47 +02:00
Tres Finocchiaro
9f95c041b6
Merge pull request #1987 from Wallacoloo/instrument-nav-btns
...
Add instrument switcher buttons to InstrumentTrackWindow
2015-05-02 00:29:56 -04:00
Colin Wallace
26fc16b78b
Implementation of next & previous instrument buttons in InstrumentTrackWindow
2015-05-02 02:09:57 +00:00
Tres Finocchiaro
388dfbc38c
Merge pull request #2027 from BaraMGB/#1866
...
Add a focusOutEvent to PianoRoll as fix for Issue #1866
2015-04-30 10:26:19 -04:00
Steffen Baranowsky
aaed66eceb
Add a focusOutEvent to PianoRoll as fix for Issue #1866
2015-04-29 14:11:37 +02:00
Tres Finocchiaro
9888cb9069
Merge pull request #2024 from Wallacoloo/browser-ctrl-f
...
Add ctrl+f shortcut to FileBrowser & default focus to filter widget when opened
2015-04-29 00:01:12 -04:00
Colin Wallace
c8a0d51a43
revert changes that caused FileBrowsers to steal focus when opened
2015-04-29 02:06:44 +00:00
Colin Wallace
fe3ca6aa76
Use QKeySequence::Find in place of Ctrl+F
2015-04-29 01:53:34 +00:00
Colin Wallace
616de244cc
add ctrl+f shortcut to FileBrowser & default focus to filter widget when opened
2015-04-28 07:08:35 +00:00
Tres Finocchiaro
c35cfd2672
Merge pull request #2022 from Wallacoloo/os-shortcuts
...
Use OS-default shortcuts where applicable
2015-04-28 04:50:07 +00:00
Colin Wallace
9b6aaf058e
Use OS-default shortcuts where applicable, but ensure both ctrl+y and ctrl+shift+z activate redo
2015-04-28 04:11:00 +00:00
Tres Finocchiaro
c9c26b1c69
Merge pull request #1975 from curlymorphic/delaywhine
...
Delay and Flanger, removed noise from delay when automating length
2015-04-27 19:20:10 +00:00
Tres Finocchiaro
6428c7a9c8
Merge pull request #1915 from Wallacoloo/master
...
Provide status messages on splash screen when loading (#1696 )
2015-04-27 18:40:36 +00:00
Tres Finocchiaro
df9a1537b3
Merge pull request #2009 from Wallacoloo/undo-redo-greyout
...
Grey out edit->undo/redo actions if there's nothing left to undo/redo
2015-04-27 18:17:42 +00:00
Tres Finocchiaro
6c615dbcd4
Merge pull request #2021 from tresf/master
...
Minor formatting fixes in ConfigManager
2015-04-27 17:35:49 +00:00
Tres Finocchiaro
3eafcd0a58
Merge pull request #2020 from tresf/master
...
Remove Win32 GetSpecialFolderPath ; fix windows builds
2015-04-27 16:45:13 +00:00
Tres Finocchiaro
bdf7cce0d6
Merge pull request #2018 from softrabbit/denormal_refactor
...
Denormal protection refactoring
2015-04-27 12:54:47 +00:00
Tres Finocchiaro
a618f59418
Merge pull request #2017 from Wallacoloo/rm-song-playtrack
...
Remove unused code in Song.cpp
2015-04-27 12:46:50 +00:00
Raine M. Ekman
cb89750915
...and add the new denormals.h file too.
2015-04-27 13:04:26 +03:00
Raine M. Ekman
dc67449175
Move the denormal protection routine to one place instead of 3
2015-04-27 13:02:07 +03:00
Colin Wallace
57cdfe1b66
Remove unused Mode_PlayTrack and m_trackToPlay
2015-04-27 06:33:22 +00:00
Colin Wallace
d9c2be73fa
Remove unused function Song::playTrack
2015-04-27 06:24:47 +00:00
Tres Finocchiaro
b6643f83d4
Merge pull request #2010 from Wallacoloo/issue-1905
...
Fix behavior of shift+dragging note ends
2015-04-27 00:26:03 +00:00
Vesa
61c29ada2a
fix merge oops
2015-04-26 17:07:27 +03:00
Vesa
d4ab23efef
Merge branch 'stable-1.1'
...
Conflicts:
.travis.yml
CMakeLists.txt
plugins/stk/mallets/mallets.cpp
plugins/vst_base/CMakeLists.txt
2015-04-26 16:59:01 +03:00
Tres Finocchiaro
bbbe27d874
Merge pull request #2008 from Wallacoloo/recently-opened-project-typo
...
Fix plurality of 'recently opened project'
2015-04-26 12:37:49 +00:00
Colin Wallace
fd8123488a
fix behavior of shift+dragging note ends (issue #1905 )
2015-04-26 03:58:12 +00:00
Colin Wallace
035f48fb1d
Grey out edit->undo/redo actions if there's nothing left to undo/redo
2015-04-25 22:15:12 +00:00
Colin Wallace
960c05bb32
Fix plurality of 'recently opened project'
2015-04-25 03:18:38 +00:00
Tres Finocchiaro
478bbbd4d0
Merge pull request #1984 from michaelgregorius/1981-midicrash
...
Might fix 1981 ("Midi Import crash in master branch")
2015-04-24 18:49:26 +00:00
Tres Finocchiaro
c57ba1b22c
Merge pull request #1998 from tresf/master
...
Load file names with utf chars
2015-04-24 12:56:24 +00:00
Tres Finocchiaro
3189354760
Merge pull request #1928 from curlymorphic/1927
...
Model::isValueChanged correctly returns if sample exactness is used.
2015-04-24 12:55:43 +00:00
Tres Finocchiaro
48291a871e
Minor formatting fixes ConfigManager dialog.
...
- Changed format to match that of surrounding code
- Removed unecessary QDir() usage
- Re-introduce `fromLocal8Bit`
2015-04-21 19:31:34 -04:00
Tres Finocchiaro
b19a9dc903
Remove Win32 SHGetKnownFolderPath; fix windows builds
...
Due to an upstream bug, mingw has issues building with shlobj.h. This work-around fixes #1952 by falling back to a `getenv()` approach.
2015-04-21 18:09:50 -04:00
Tres Finocchiaro
13f7065b46
Load all file names with utf chars
...
Fixes #1995
2015-04-21 16:40:58 -04:00
Tres Finocchiaro
e96dff375b
Merge pull request #1999 from Wallacoloo/muted-text
...
Display the 'muted' attribute as "mute" to match the wording of "solo"
2015-04-21 20:22:46 +00:00
Colin Wallace
85b6a92460
Display the 'muted' attribute as "mute" to match the wording of "solo"
2015-04-21 19:12:29 +00:00
Michael Gregorius
2d909462b6
Improved debugging output for unhandled MIDI data
...
Print as much debug info as possible for unhandled data.
2015-04-20 19:52:44 +02:00
Tres Finocchiaro
35b357f3ce
Merge pull request #1988 from Wallacoloo/iph-unused-var
...
Remove unused m_instrumentTrack variable
2015-04-20 14:40:40 +00:00
Tres Finocchiaro
6e68eca6f8
Merge pull request #1704 from badosu/fix-cloned-track-position
...
Fix cloned track position
2015-04-20 14:30:09 +00:00
Tres Finocchiaro
f869b35217
Merge pull request #1985 from michaelgregorius/EffectSelectDialog
...
Show native plugin info in the effect selection dialog
2015-04-20 14:23:33 +00:00
Tres Finocchiaro
fa2cd22e5b
Merge pull request #1980 from Wallacoloo/mixer-insert
...
Add <Insert> keyboard shortcut to create a new FX channel
2015-04-20 04:46:58 +00:00
Tres Finocchiaro
ad9fe1e27a
Merge pull request #1989 from Wallacoloo/lfo-controller-dialog-cleanup
...
Remove unused var CF_LFO_GRAPH_X and outdated commented-out code
2015-04-20 04:43:22 +00:00
Tres Finocchiaro
3910629fc5
Merge pull request #1990 from Wallacoloo/track-unused-vars
...
remove unused vars: TRACK_OP_BTN_(WIDTH|HEIGHT)
2015-04-20 04:42:00 +00:00
Colin Wallace
954a61f0fc
Remove unused var CF_LFO_GRAPH_X and outdated commented-out code
2015-04-20 03:47:49 +00:00
Colin Wallace
f12fa52a69
remove unused vars: TRACK_OP_BTN_(WIDTH|HEIGHT)
2015-04-20 03:37:55 +00:00
Colin Wallace
92d8950fd3
Remove unused m_instrumentTrack variable
2015-04-20 03:17:11 +00:00
Colin Wallace
75dd6fa3e7
Change new mixer channel shortcut to shift+insert
2015-04-20 03:06:41 +00:00
Tres Finocchiaro
8849c11b0a
Merge pull request #1979 from curlymorphic/remotecc
...
ZynSubAddFx routed all MIDI cc messages to channel 0
2015-04-20 01:39:55 +00:00
Michael Gregorius
70b063ba05
Show native plugin info in the effect selection dialog
...
The effect selection dialog now also shows the information for the native
plugins. This included name, description, author as well as the plugin
icon.
Also removed the group box with the title "Plugin description" because
it should be rather obvious to the user that further information about
the plugin is shown. This removes some clutter from the dialog.
2015-04-19 22:02:13 +02:00
Michael Gregorius
19d641f6b4
Might fix 1981 ("Midi Import crash in master branch")
...
This commit adds checks for conditions that are asserted during calls to
get_atom_value.
It might fix a crash that is described in 1981. Unfortunately no files
have been attached to that issue. However, I was able to crash LMMS
using a local file and this crash is gone with this fix. So hopefully this
change also fixes the crashes described in 1981.
2015-04-19 17:11:03 +02:00
Tres Finocchiaro
d61075972d
Merge pull request #1978 from Wallacoloo/pianorollfocus
...
Give focus to the PianoRoll widget when its window is opened
2015-04-19 15:06:27 +00:00
Colin Wallace
d146e6fb4a
Add <Insert> keyboard shortcut to create a new FX channel
2015-04-18 22:22:35 +00:00
Dave French
2ac6d5df7a
ZynSubAddFx routed all MIDI cc messages to channel 0
...
Lmms routes all midi notes to ZSAF on channel 0, however the CC messages
not routed, and could erronusoly be sent on other channels. This would
lead to ZSAF not acting on these midi commands
This pull request routes All Midi CC messages to channel 0
fixes #1953
2015-04-18 22:46:58 +01:00
Tres Finocchiaro
f9e37f779a
Merge pull request #1976 from Wallacoloo/sfxrtypo
...
Fix 'Squre' typo in sfxr plugin
2015-04-18 21:34:36 +00:00
Colin Wallace
a27bf57d48
Fix typo in initialization progress message
2015-04-18 21:20:22 +00:00
Colin Wallace
382aec66f3
Give focus to the PianoRoll widget when its window is opened
2015-04-18 21:10:10 +00:00
Colin Wallace
eae30ce81f
Fix 'Squre' typo in sfxr plugin
2015-04-18 20:17:20 +00:00
Dave French
68edb91fc6
Delay and Flanger updated formatting error
2015-04-18 18:53:11 +01:00
Dave French
4f76241e68
Delay and Flanger, removed noise from delay when automating length
...
The original delay code, was setting it read index relative to the length
of the delay. This fixes that, now when the length is changed the read
index stays in the correct place in the buffer.
2015-04-18 18:40:41 +01:00
Tres Finocchiaro
435a15d8bf
Merge pull request #1938 from softrabbit/view_menu_note_names
...
View menu: added toggle for piano roll note labels
2015-04-17 21:27:39 +00:00
Tres Finocchiaro
a8da58ec21
Merge pull request #1884 from M374LX/songcomments
...
Song::processNextBuffer() - add more comments and rename variables
2015-04-17 19:48:32 +00:00
Tres Finocchiaro
ec2368fc5e
Merge pull request #1678 from badosu/fix-moving-channels-segfault
...
Fix segfault when moving channels
2015-04-17 19:41:49 +00:00
Tres Finocchiaro
7c523e6325
Merge pull request #1874 from M374LX/pianoroll-refactor
...
PianoRoll::mouseReleaseEvent() refactoring
2015-04-17 19:03:49 +00:00
Tres Finocchiaro
6b9851261d
Merge pull request #1970 from falkTX/master
...
Implement NATIVE_HOST_OPCODE_HOST_IDLE in carla plugin
2015-04-17 19:02:23 +00:00
falkTX
64b138b7ad
Implement NATIVE_HOST_OPCODE_HOST_IDLE in carla plugin
2015-04-17 20:59:46 +02:00
Tres Finocchiaro
49dccf5a69
Merge pull request #1963 from Wallacoloo/pianorolldeselect
...
Add ctrl+shift+a to deselect all notes in piano roll (#1488 )
2015-04-16 02:49:51 +00:00
Colin Wallace
7e1e506109
Add ctrl+shift+a to deselect all notes in piano roll ( #1488 )
2015-04-15 23:18:57 +00:00
Tres Finocchiaro
bf8eeaa9f8
Merge pull request #1933 from softrabbit/issue1325
...
StringPairDrag: encode data as UTF-8 instead of Latin-1.
2015-04-15 13:09:21 +00:00
Tres Finocchiaro
c270c7b701
Merge pull request #1957 from curlymorphic/1822
...
rebase of pr 1822 build fixes for freebsd
2015-04-15 04:52:54 +00:00
Dave French
e4a4dfd036
rebase of pr 1822 build fixes for freebsd
...
simply copied and pasted the changes from pr#1822
2015-04-14 20:00:55 +01:00
Tres Finocchiaro
d516c74b73
Merge pull request #1908 from curlymorphic/pathDialog
...
Re organizing of the user LMMS directory
2015-04-13 21:21:05 +00:00
Tres Finocchiaro
df0e6d6e9d
Merge pull request #1897 from geedubess/bugfix_1888
...
LADSPA Multiband EQ (mbeq_1197) bugfix #1885
2015-04-13 20:33:57 +00:00
Tres Finocchiaro
d05c063b0c
Merge pull request #1906 from softrabbit/midi_import_track_names
...
MIDI import: add support for track names
2015-04-13 20:26:47 +00:00
Tres Finocchiaro
5f8fb2262e
Merge pull request #1902 from softrabbit/move_addplayhandles
...
Sf2player, OpulenZ: addPlayHandle moved to end of constructor.
2015-04-13 20:14:53 +00:00
Tres Finocchiaro
8db0700140
Merge pull request #1951 from tonychee7000/master
...
Update Chinese translation
2015-04-13 13:13:41 +00:00
TonyChyi
e6fc85230c
Update Chinese translation
2015-04-13 10:47:57 +08:00
Lukas W
aae17dcf12
Merge pull request #1943 from curlymorphic/eqBandOn
...
EQ, Turn on all the bands by default.
2015-04-12 22:29:41 +02:00
Tres Finocchiaro
50a3b8dfee
Merge pull request #1944 from Wallacoloo/knob-fix2
...
Properly initialize Knob lineWidth
2015-04-11 01:00:21 +00:00
Colin Wallace
3c76c4975b
Properly initialize Knob lineWidth
2015-04-10 23:29:18 +00:00
Dave French
009a71484a
EQ, Turn on all the bands by default.
2015-04-10 11:26:41 +01:00
Tres Finocchiaro
17e096b965
Merge pull request #1941 from curlymorphic/1939
...
AFP update parameters of wave display when loading sample
2015-04-09 02:12:11 +00:00
Dave French
bd5dfddfd4
AFP renamed updateFromTo() to updateSampleRange()
2015-04-09 02:13:31 +01:00
Dave French
43865ad283
AFP update parameters of wave display when loading sample
...
This is changing from opening a new wave display with each sample.
This fixes an issue where the play position cursor was not being drawn.
2015-04-09 00:00:09 +01:00
Raine M. Ekman
c56ebb2e48
View menu: Removed unnecessary ternary operators
2015-04-08 12:16:45 +03:00
Raine M. Ekman
d87a39d432
View menu: added toggle for piano roll note labels
2015-04-07 21:52:56 +03:00
Tres Finocchiaro
d5300aca70
Merge pull request #1934 from curlymorphic/1925
...
Removed Duplicate Entries in the File Browser
2015-04-07 16:11:10 +00:00
Dave French
ef1ab88342
Removed Duplicate Entries in the File Browser
...
4206705ed2 #1611 Improve search field ,
was incorrectly adding the files twice.
this rectifies my mistake.
2015-04-07 06:44:15 +01:00
Raine M. Ekman
c3687199ea
StringPairDrag: encode data as UTF-8 instead of Latin-1.
...
Encoding Unicode data, like QStrings, as Latin-1 loses information.
UTF-8 is a better fit.
2015-04-06 21:44:57 +03:00
Dave French
589cd4fb59
Model::isValueChanged correctly returns if sample exactness is used.
...
The introduction of sample exactness introduced a bug, if The value was
changed using sample exactness Model::isValueChanged was incorectly returning
false.
This bug has shown its self in the BassBooster plugin.
2015-04-05 13:42:09 +01:00
Tres Finocchiaro
c87481ac81
Merge pull request #1922 from curlymorphic/1919
...
DualFilter corrected a bug introduced with sample exactness
2015-04-05 01:42:50 +00:00
Dave French
dca340e5e5
DualFilter corrected a bug introduced with sample exactness
...
fixed a bug where res1 was controled by res2
2015-04-05 02:19:05 +01:00
Colin Wallace
44c42d9d38
Provide status messages on splash screen when loading ( #1696 )
2015-04-02 08:23:14 +00:00
Tres Finocchiaro
77c6f5a2bf
Merge pull request #1910 from Wallacoloo/master
...
Fix for #1907 - inconsistent clamping behavior in automation editor
2015-04-01 13:51:16 +00:00
Colin Wallace
6e8e696d3e
Fix for #1907 - inconsistent clamping behavior in automation editor
2015-03-30 22:12:48 +00:00
Dave French
54ddfd3a2b
Config manager. added a userVstDir function
...
Added a userVstDir function for consistancy
use the userVstDir() function to create new folder
2015-03-30 18:59:54 +01:00
falkTX
66086820ce
Implement NATIVE_HOST_OPCODE_HOST_IDLE in carla plugin
2015-03-29 23:29:41 -04:00
Tres Finocchiaro
d5d0c53e5d
Merge pull request #1887 from softrabbit/issue-1877-stable
...
SFXR: Avoid NaNs by making envelope length minimum 1 sample
2015-04-13 20:53:28 +00:00
Raine M. Ekman
4d1e8633e1
MIDI import: remove old non-functional track name code.
2015-03-29 17:26:02 +03:00
Raine M. Ekman
c1ad8d0ae2
MIDI import: add support for track names
2015-03-29 17:16:35 +03:00
Dave French
9516b7cf0e
Added user Vst and ladspa folders
...
the user vst folder nowbecome the default vstfolder. this is configurable
in the setup dialog.
The user ladspa folder is added to the list of folder to search
2015-03-27 15:19:57 +00:00
Tres Finocchiaro
c1a2fde2ef
Merge pull request #1791 from curlymorphic/i1702
...
Extend the creation of default lmms folder, and default template.
2015-03-27 14:27:48 +00:00
Dave French
345e05831d
Change the location of the default template directory
...
Changed the location from lmms/projects/templates to
lmms/templates. This new location is used for loading and saving
of the default tempate default.mpt
2015-03-27 13:45:43 +00:00
Dave French
7335b98fdb
Create User project template folder and default project template.
...
During the creation of the user directories, added the creation of
the projects/templates directory.
When creating a new song, if there is no default template create one.
2015-03-27 13:28:47 +00:00
Dave French
d9995f5548
Add default path for SF2
...
added a default path for sf
create folder
add folder to setup dialog
sf player now uses this location
2015-03-27 12:45:40 +00:00
Dave French
e9b15b51fb
Path Dialog added icon artwork, minor ui tweek
...
added add_folder.png icon to use for adding addition folders.
this may need attention by others
changed layout to correctly display scroll bar
2015-03-27 12:45:40 +00:00
Dave French
2271af81c4
Added a Gig directory to user lmms folder
...
Added option to set gig folder in setup dialog
Gig player now opens at this location
2015-03-27 12:45:40 +00:00
Dave French
8dfa2cf7d0
Reorganised the paths dialog
...
Wrapped the path selection widgets in a Scroll Area, to allow for
the addition of addition paths.
Where multipue paths are allowed the icon has been changed to refect this.
Reordered the list.
2015-03-27 12:45:40 +00:00
Raine M. Ekman
4136dbb744
SF2 Player, OpulenZ: addPlayHandle moved to end of constructor.
...
Should mean smaller risk of race conditions and less need for mutexes.
2015-03-25 21:16:55 +02:00
Greg Simpson
6db4c9007e
LADSPA Multiband EQ (mbeq_1197) bugfix #1885
...
Corrected Hann (raised cosine) window function.
Corrected output-windowing logic and recalculated correction factor
for window type. Tested against white noise & triple_osc output.
2015-03-23 17:44:55 -07:00
Lukas W
e0f077ba02
Merge branch 'master' into cmake_dist
...
# Conflicts:
# include/Plugin.h
# src/core/Plugin.cpp
2015-03-21 11:53:00 +01:00
Raine M. Ekman
0462be7afc
SFXR: Removed conditional, moved ensuring env_length!=0 to initial calculation
2015-03-21 12:05:06 +02:00
Raine M. Ekman
898781484d
SFXR: Avoid NaNs by making envelope length minimum 1 sample
...
(this time in the stable-1.1 branch)
2015-03-19 21:03:40 +02:00
Vesa V
de9f879dde
Merge pull request #1804 from badosu/multiple-volume-changes
...
Change behaviour for changing volume/pan on Piano
2015-03-19 19:12:28 +02:00
Vesa V
b3b157d54c
Merge pull request #1799 from curlymorphic/saControls
...
Updated the equalizer plugin to use sample exact controls
2015-03-19 19:11:00 +02:00
Vesa V
9b8a0b6322
Merge pull request #1861 from softrabbit/view_menu
...
Added toggle for smooth scrolling in song editor to view menu
2015-03-19 19:10:31 +02:00
Vesa V
fe77fa47b5
Merge pull request #1802 from curlymorphic/saBassBoost
...
Enable sample exact controls for BassBoost plugin
2015-03-19 19:09:52 +02:00
Tres Finocchiaro
5018199b57
Merge pull request #1886 from curlymorphic/1880
...
FileBrowser, revert to not loading xiz files into DataFile
2015-03-19 13:54:48 +00:00
Dave French
e00241ff5d
FileBrowser, revert to not loading xiz files into DataFile
...
xiz files are again, correctly not passed into a DataFile. DataFile is for
LMMS xml files.
2015-03-19 13:03:03 +00:00
Alexandre Almeida
bf13859601
Remove unused variable
2015-03-18 22:57:27 -03:00
M374LX
d308a72f29
Song::processNextBuffer() - add more comments and rename variables with confusing names
2015-03-18 22:02:21 -03:00
Dave French
0f864682ff
Equalizer refactored EqFilter to remove tick()
...
removed the tick() function, and replaced the invoking code with
direct calls to update().
fixed a bug, where the low shelf bandwidth was getting the incorrect data.
2015-03-16 15:52:33 +00:00
Dave French
c747c7a9ee
BassBoost, seperated sample exact and regular process loops
...
This was done to increase performance when sample exactness
is not in use. This was a consern becasue of the 2 extra function
calls each frame introduced with SA.
2015-03-16 06:57:12 +00:00
M374LX
0a4e0a5d83
PianoRoll::mouseReleaseEvent() refactoring
2015-03-14 00:13:17 -03:00
Tres Finocchiaro
043a565919
Merge pull request #1870 from M374LX/templatemsg
...
Use the word "template" instead of "project" when appropriate
2015-03-13 12:42:26 +00:00
Vesa V
df66fdeab0
Merge pull request #1871 from M374LX/settings
...
Fix segfault
2015-03-13 13:26:40 +02:00
Vesa V
c01e4ca4a2
Merge pull request #1787 from curlymorphic/xydelay
...
smoothed the time parameter of the delay pluging
2015-03-13 13:25:53 +02:00
Vesa V
da66205f71
Merge pull request #1800 from curlymorphic/saDualFilter
...
Enabled the use of sample exact controls in Dual Filter
2015-03-13 07:38:06 +02:00
M374LX
693ffb586f
Fix segfault
2015-03-13 00:12:51 -03:00
M374LX
9a8700cfae
Use the word "template" instead of "project" when appropriate
2015-03-12 23:11:21 -03:00
Tres Finocchiaro
c155a5ec4d
Merge pull request #1864 from softrabbit/24semitones2octaves
...
Triple Oscillator: crude translations for the CRS knob
2015-03-12 13:37:25 +00:00
Tres Finocchiaro
7676878c19
Merge pull request #1844 from curlymorphic/i457
...
Added option to duplicate first bar, in BBEditor
2015-03-12 05:17:08 +00:00
Tres Finocchiaro
c470bda019
Merge pull request #1863 from M374LX/pianorollmove
...
Fix song editor pattern view update bug
2015-03-12 05:09:26 +00:00
M374LX
da9e88e488
Fix song editor pattern update bug
2015-03-11 22:01:18 -03:00
Dave French
ca414dab10
Added option to duplicate first bar, in BBEditor
...
Added a new button to the action bar, using step_btn_duplicate.png
The new button, aswell as adding a bar to the patten, then
copies the first bar to the last.
fixes #457
BBEditor Duplicate Pattern. updated image, changed function name
Have updated the new image step_button_duplicate.png
Renamed the function from duplicateFirstBarAtEnd to duplicateSteps.
BBEditor renamed function duplicateSteps
renamed duplicateSteps() to cloneSteps() as requested
BBEditor rechange duplicateSteps to cloneSteps
BB Editor changed actionBtn text from duplicate to clone
2015-03-11 21:50:44 +00:00
Raine M. Ekman
881f008896
Crude translations for the CRS knob in Triple Oscillator.
2015-03-11 22:03:12 +02:00
Tres Finocchiaro
0c8307f963
Merge pull request #1859 from softrabbit/issue-878
...
Language update
2015-03-11 14:28:27 +00:00
Raine M. Ekman
07a099a0db
Language update
2015-03-11 15:42:43 +02:00
Tres Finocchiaro
85d91a1159
Merge pull request #1858 from softrabbit/issue-878
...
Tripleoscillator: Change "what's this" text for CRS knob
2015-03-11 12:32:11 +00:00
Tres Finocchiaro
64328410bb
Merge pull request #1855 from M374LX/pianorollmove
...
Fix piano roll select and move issue
2015-03-11 11:10:59 +00:00
Raine M. Ekman
a4ab8c1cda
Tripleoscillator: Change "what's this" text for CRS knob to be in line with reality.
2015-03-11 10:11:57 +02:00
M374LX
733388a8ff
Fix piano roll select and move issue
2015-03-10 22:45:54 -03:00
Tres Finocchiaro
19197d3481
Merge pull request #1851 from M374LX/settings
...
Fix issue #1848
2015-03-10 20:06:14 +00:00
Raine M. Ekman
bcd44ded5b
Added smooth scrolling to view menu
2015-03-10 20:53:29 +02:00
Tres Finocchiaro
06e1415bbd
Merge pull request #1852 from csimons/do-not-halt-playback-upon-open-dialog
...
Prevent playback from halting when 'Open Project' dialog is summoned.
2015-03-10 12:56:58 +00:00
Christopher L. Simons
95c7d72a90
Added 'bool stopPlayback' parameter to MainWindow::mayChangeProject() to preserve old behavior outside of 'Open project dialog' case; fixes #1384
2015-03-10 07:41:13 -04:00
Christopher L. Simons
393eacad7d
Ensuring playback is halted once file selection is confirmed in 'Open project' dialog; fixes #1384
2015-03-10 07:05:10 -04:00
Christopher L. Simons
3f8cfbd7a8
No longer halting playback when 'Open project' dialog is summoned; fixes #1384
2015-03-10 06:47:05 -04:00
Alexandre
b3f60dde95
Update SetupDialog.cpp
2015-03-10 00:51:28 -03:00
Tres Finocchiaro
b2984e1f08
Merge pull request #1832 from M374LX/settings
...
Fix issue #1814
2015-03-10 00:26:57 +00:00
Tres Finocchiaro
559d0e9bcc
Merge pull request #1846 from curlymorphic/i1052
...
Fixed bug where cross hairs were incorrectly draw in Automation Editor
2015-03-10 00:25:59 +00:00
Alexandre
42e2c8ff7e
Fix issue of reverting settings
...
Fix issue of reverting settings
Delete file created accidentally
Delete SetupDialog.cpp
2015-03-09 19:52:27 -03:00
Dave French
51fa26ecb1
Fixed bug where cross hairs were incrorrectly draw in Automation Editor
...
The cross hairs in the automation editor were incorrectly drawn
when moving another window infront.
This change only draws the cross hairs when the window has focus.
2015-03-09 22:43:44 +00:00
Tres Finocchiaro
c5402075bc
Merge pull request #1838 from curlymorphic/xmlChecker
...
Xml checker
2015-03-08 17:34:13 +00:00
Dave French
8e244a2e77
Corrected fileName typo
2015-03-08 17:17:21 +00:00
Dave French
8c7cdf359e
Merge branch 'xmlChecker' of https://github.com/curlymorphic/lmms into xmlChecker
2015-03-08 16:44:21 +00:00
Dave French
f310a4066f
Commented DataFile::validate in headder
2015-03-08 16:43:28 +00:00
Dave French
335711aac7
xml validation, removed redundant boxing, unknown files fail validation, caught a inverse logic error
2015-03-08 16:43:28 +00:00
Dave French
318260a7e2
Validates Xml files opened with the main menu
2015-03-08 16:43:28 +00:00
Dave French
ad9dfd853d
Begginings of XML validation
2015-03-08 16:43:28 +00:00
Dave French
7037faedd3
Added Checking of filetypes from the xml. Added a static function fileTypeFromData to the DataFile class. This opens the given file and checks the xml for its file type, as oposed to relying on the file extension
2015-03-08 16:43:28 +00:00
Dave French
3829990e00
Commented DataFile::validate in headder
2015-03-08 14:48:23 +00:00
Vesa V
bf38b15d63
Merge pull request #1803 from curlymorphic/saWaveShaper
...
Enable sample exact controls for WaveShaper plugin
2015-03-08 10:55:57 +02:00
Vesa V
67199970a5
Merge pull request #1809 from curlymorphic/dataChanged
...
Added sample exactness to the Lfo controller controls
2015-03-08 10:55:05 +02:00
Tres Finocchiaro
d14f4511b2
Remove compiler optimizations for mingw, bump version
...
Fixes #1757
2015-03-07 21:47:14 -05:00
Dave French
de74760586
xml validation, removed redundant boxing, unknown files fail validation, caught a inverse logic error
2015-03-07 15:25:15 +00:00
Amadeus Folego
33893e51c4
Move cloned tracks under the original
2015-03-07 12:00:20 -03:00
Amadeus Folego
8e9d902fa0
Refactor moving track views up and down
2015-03-07 11:58:30 -03:00
Amadeus Folego
6e3d4f431d
Change behaviour for changing volume/pan on Piano
...
All the selected notes are changed by default for the 3 possible events:
- Mouse dragging the volume/pan meter
- Rolling the mouse wheel over the meter
- Double-clicking the meter
The user can still change each note individually by holding alt before
performing the desired action
2015-03-07 11:55:36 -03:00
Tres Finocchiaro
07e422c66d
Merge pull request #1827 from waddlesplash/master
...
General platform-logic refactoring & Haiku support.
2015-03-07 14:49:47 +00:00
Augustin Cavalier
14ba57a531
versioninfo: add Haiku.
2015-03-05 13:56:44 -05:00
Augustin Cavalier
582c9ee678
Refactor shared memory logic.
2015-03-05 13:56:37 -05:00
Augustin Cavalier
d6a5544233
lb302: remove unused MIN function.
2015-03-05 13:55:40 -05:00
Augustin Cavalier
9b0c602b65
LadspaEffect: use same cflags as Linux on Haiku.
2015-03-05 12:53:52 -05:00
Augustin Cavalier
946d8a1431
lmms_math: also enable workarounds on Haiku.
2015-03-05 12:41:59 -05:00
Augustin Cavalier
48ac1b02eb
DetectMachine: de-convolute 'if' maze and add Haiku.
2015-03-05 12:39:35 -05:00
Augustin Cavalier
d8dce9605e
zynaddsubfx: just don't build if FLTK is not found rather than hard-failing.
2015-03-05 12:34:21 -05:00
Tres Finocchiaro
ce282a4841
Merge pull request #1622 from M374LX/coding
...
Progressive coding conventions update (new branch)
2015-03-04 01:55:28 +00:00
Dave French
d15a1136de
Added sample exactness to the Lfo controller controls
...
Added sample exactness to the amount control.
2015-03-02 22:28:18 +00:00
Tres Finocchiaro
e5d51d13e4
Merge pull request #1805 from Spekular/toolbars
...
Remove unused toolbar gradient images.
2015-03-02 16:55:26 +00:00
Spekular
2acfa0eeca
Remove unused toolbar gradient images.
2015-03-02 08:15:08 +01:00
Alexandre Almeida
91ebba65f7
Adjust parentheses conventions
2015-03-01 23:15:55 -03:00
Alexandre Almeida
ecb4c636c8
Adjust parentheses conventions
2015-03-01 23:12:35 -03:00
Dave French
be6f25b7a1
Enable sample exact controls for WaveShaper plugin
...
Enabled sample exactness for the input and output control.
2015-03-01 22:54:06 +00:00
Dave French
1cb7336189
Enable sample exact controls for BassBoost plugin
...
Enabled the use of sample exactness on gain control.
After checking the m_bbfx_leftFX.getGain() function, It was found
that this functiomn only sets a member variable, and causes no other
over head, so decided that checking if the value had changed would take more
clock cycles, than the check to see if the value had changhed.
2015-03-01 20:33:04 +00:00
Alexandre
0a3ff51c7e
Merge branch 'coding' of https://github.com/M374LX/lmms into coding
...
Conflicts:
src/core/Track.cpp
2015-03-01 13:39:50 -03:00
Alexandre
3d46f8a290
Merge branch 'coding'
...
Conflicts:
include/Note.h
include/ProjectVersion.h
include/TimeLineWidget.h
include/Track.h
src/core/Plugin.cpp
src/core/ProjectVersion.cpp
src/core/Song.cpp
src/core/Track.cpp
src/gui/TimeLineWidget.cpp
2015-03-01 12:55:58 -03:00
Tres Finocchiaro
a1ac1dd5e5
Merge pull request #1801 from curlymorphic/doubleSong
...
Reinstate Double Click opening the piano roll from song editor
2015-03-01 10:30:34 -05:00
Dave French
6ad5d88c08
Reinstate Double Click opening the piano roll from song editor
...
This fixes a bug introduced when removing double click from
BB patterns. It Now checks if we use fixedTCO's (bb tomb stones),
only disable double clikc if so, leaving it working correcly in the
song editor
2015-03-01 14:37:07 +00:00
Dave French
673ce6e17a
Enabled the use of sample exact controls in Dual Filter
...
The following controls have sample exact enabled
Filter 1 Cutoff
Filter 1 res
Filter 1 gain
Filter 2 Cutoff
Filter 2 res
Filter 2 Gain
Model.isValueChanged() does not eveluate when recieving sample accurate
so added checks to see if the cutoff and res needed to be recalculated,
2015-03-01 11:42:54 +00:00
Dave French
8a588d4934
Delay added addional smoothing to the delay time parameter
...
The delay time paramter was responding very badly ui user input.
This now has a much more plesant sound, not dis simular to a
record being sped up or slowed down.
2015-03-01 00:03:24 +00:00
Dave French
e06c4bfa38
Updated the equliser plugin to use sample exact controls
...
For this i had to do some major refactoring within the processAudioBuffer()
function.
2015-02-28 23:05:55 +00:00
Dave French
9343cb7549
Optimised sample exactness in the Delay plugin
...
implemented a pointer increment system as suggested by diizy
2015-02-28 13:26:17 +00:00
Dave French
0d220b9584
Added the use of sample exact controls to the Delay plugin
...
Added Sample exactness to the following parameters
Delay time
Regen
Lfo time
Lfo amount
Did not add this to the output gain contol, This model is used in
a dbScale, and a much more pleaseing result was gained by using an
amplifier plugin.
2015-02-27 18:00:56 +00:00
Dave French
7f72be6f69
Validates Xml files opened with the main menu
2015-02-26 20:07:45 +00:00
Dave French
a0360d2a8e
Delay effect, the delay time parameter now uses sample exact modeling
2015-02-26 18:05:34 +00:00
Tres Finocchiaro
fe797cb09f
Merge pull request #1718 from curlymorphic/saveasextensiontranslation
...
Remove the file extensions from the translations in the saveAsDialog
2015-02-26 09:18:17 -05:00
Dave French
81f0b14465
smoothed the time parameter of the delay pluging
2015-02-25 22:12:22 +00:00
Dave French
09232ce6e8
Begginings of XML validation
2015-02-25 21:30:45 +00:00
Tres Finocchiaro
3230a69680
Merge pull request #1784 from tresf/master
...
Prevent running as root user
2015-02-25 00:22:54 -05:00
tresf
e1e91cecb2
Prevent running as root user
2015-02-24 23:46:00 -05:00
Tres Finocchiaro
b39174058c
Merge pull request #1783 from curlymorphic/i1682_2
...
Removed Double click to open piano roll, in the BBeditor,
2015-02-24 21:09:54 -05:00
Dave French
448f5be350
Removed Double click to open piano roll, in the BBeditor, this is to stop notes being added in error
2015-02-24 22:08:46 +00:00
Dave French
7e2bb36104
Added Checking of filetypes from the xml. Added a static function fileTypeFromData to the DataFile class. This opens the given file and checks the xml for its file type, as oposed to relying on the file extension
2015-02-23 21:16:38 +00:00
Tres Finocchiaro
a4967700fd
Merge pull request #1775 from curlymorphic/i1720
...
Stop quantizing copied notes, leaving them at there original timings.
2015-02-20 13:27:41 -05:00
Tres Finocchiaro
0dafb5a996
Merge pull request #1777 from curlymorphic/i1279
...
linearToLogScale and logToLinearScale return 0 rather than nan
2015-02-20 12:41:51 -05:00
Tres Finocchiaro
79f6869ac3
Merge pull request #1774 from curlymorphic/i1683
...
Delay the deleting of a track view until the next event loop, this stops...
2015-02-20 11:59:16 -05:00
Dave French
a6e37316f1
linearToLogScale and logToLinearScale return 0 rather than nan
2015-02-20 16:56:28 +00:00
grejppi
603965fcf4
Merge pull request #1771 from grejppi/master-jack
...
Remove semaphores from JACK backend
2015-02-20 18:10:03 +02:00
Dave French
6a70fbd724
Stop quantizing copied notes, leaving them at there original timings. Notes that were quantised remain so
2015-02-20 12:48:27 +00:00
Dave French
42e12e6b27
Delay the deleting of a track view until the next event loop, this stops the segfault when deleting BB tracks during playback
2015-02-20 11:55:51 +00:00
Tres Finocchiaro
b4c5c09f30
Merge pull request #1772 from Ododo/master
...
rythme and not ryhtme
2015-02-19 17:25:19 -05:00
Ododo
0d56067121
Update fr.ts
2015-02-19 22:30:53 +01:00
Dave French
d6a1a61b45
Removed trailing spaces form save as Translations
2015-02-19 16:20:55 +00:00
curlymorphic
c1272fb1c5
removed file extensions from translations for SaveAs dialog
2015-02-19 08:47:17 +00:00
Dave French
4f5f855e87
Remove the file extensions from the translations in the saveAsDialog
2015-02-19 07:48:58 +00:00
Tres Finocchiaro
1b2e97954e
Merge pull request #1751 from tresf/master
...
Remove "(bad latency!)" warning from PulseAudio
2015-02-18 09:00:58 -05:00
Hannu Haahti
1dcacbb95e
Remove semaphores from JACK backend
2015-02-18 13:24:28 +02:00
Raine M. Ekman
96882f44d5
Added view menu
...
To be reviewed and reverted if undesired.
Based on https://sourceforge.net/p/lmms/patches/38/
Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com >
2015-02-17 23:37:44 +01:00
Tres Finocchiaro
15e759b6d3
Update NSIS URLs
...
Closes #1766 .
2015-02-16 15:13:02 -05:00
Tobias Doerffel
317b2f02a8
AutomatableModel: fix wrong comparison logic
...
We must not negate the float but instead test for inequality in order to
determine whether the linked model has to be updated.
Closes #1761 .
2015-02-16 18:22:49 +01:00
Tobias Doerffel
7bd5317499
Fixed path to FLTK DLL
...
mingw-x-fltk >= 1.3.3 has the FLTK DLL inside the bin directory like all the
other library packages as well.
2015-02-15 20:05:00 +01:00
Tobias Doerffel
3cc2091620
Fixed path to FLTK DLL
...
mingw-x-fltk >= 1.3.3 has the FLTK DLL inside the bin directory like all the
other library packages as well.
2015-02-15 20:02:46 +01:00
Tres Finocchiaro
23065454b9
Merge pull request #1754 from curlymorphic/xydelay
...
Added an xy pad to the Delay effect
2015-02-11 15:30:50 -05:00
Tres Finocchiaro
946cee27b0
Merge pull request #1756 from Sti2nd/stable-1.1
...
Save and load the mute flag for automation patterns
2015-02-10 22:48:10 -05:00
Dave French
9312c92013
Save and load the mute flag for automation patterns
2015-02-10 21:00:01 +01:00
Alexandre Almeida
593fd1c36e
Merge pull request #1 from teeberg/coding
2015-02-10 17:38:18 -02:00
Tres Finocchiaro
9e3f344c70
Bump version for stable-1.1 patch release
2015-02-10 10:19:05 -05:00
Dave French
ee3c9a1333
Added a XY pad to the Delay Pluging. also added a volume control, and smothed the delay time input changes, to improve audio.
2015-02-10 13:47:17 +00:00
Dave French
fde014b9a5
Delay plugin renamed files and folder to use CamelCase
2015-02-09 22:56:39 +00:00
tresf
afb0777a6e
Remove "(bad latency!)" warning from PulseAudio
2015-02-08 18:22:14 -05:00
Vesa V
aea84602b2
Merge pull request #1747 from Fastigium/lockless-1.1
...
1.1-based RT-safe fix for race condition causing #1662
2015-02-08 10:24:54 +02:00
Fastigium
d64e93b41a
RT-safe fix for race condition causing #1662
2015-02-07 15:21:01 +01:00
Vesa V
b1a007b41b
Merge pull request #1686 from mohamed--abdel-maksoud/master
...
MIDI Export feature (issue #258 )
2015-02-07 14:39:37 +02:00
Tres Finocchiaro
77b93a22d7
Merge pull request #1740 from oeai/master
...
russian translation update
2015-02-06 11:07:43 -05:00
Lukas W
94e9d5b137
Travis: no make verbose output [skip ci]
2015-02-05 17:48:51 +01:00
Lukas W
0a48b2f7bc
Fix: Respect custom working directory whenw riting recovery file
...
Fixes #1726
2015-02-05 17:40:34 +01:00
Lukas W
35e1c4ed89
Refactor: Move plugin file support handling to PluginFactory
2015-02-05 17:22:23 +01:00
Lukas W
863df4e3e6
Add support for reading theme path from environment variable
2015-02-05 17:21:57 +01:00
Tres Finocchiaro
2380e30ddd
Merge pull request #1738 from curlymorphic/1724
...
Changed the Song Editor time position line to correctly draw from under the timeline widget
2015-02-04 17:27:55 -05:00
mohamed
2260907285
adding exportProjectMidi method, internally uses midiexport plugin
2015-02-04 22:37:43 +01:00
mohamed
8d5077af96
adding menu entry file->export midi
2015-02-04 22:37:00 +01:00
mohamed
9b7ac3b3db
cleaning up event ordering function
2015-02-04 22:36:34 +01:00
mohamed
826591817a
adding midiexport plugin to the list
2015-02-04 22:36:03 +01:00
Ra
fd2efe0347
Russian translation update
...
Russian translation update
2015-02-05 01:08:20 +04:00
mohamed
af0f997af8
midi export plugin
2015-02-04 20:23:53 +01:00
mohamed
b25ed327e0
export filter for export plugins
2015-02-04 20:23:43 +01:00
Dave French
690995620a
Changed the Song Editor time position line to correctly draw from underneath the timeline widget
2015-02-04 15:41:27 +00:00
Tres Finocchiaro
b48c392dce
Merge pull request #1737 from Spekular/PVFix
...
Fix project version check on preset load.
2015-02-03 15:43:49 -05:00
Spekular
5f32c361e4
Fix project version check on preset load.
2015-02-03 20:43:42 +01:00
Tres Finocchiaro
cb874e65df
Merge pull request #1730 from curlymorphic/i1631
...
Save and load the mute flag for automation patterns
2015-02-02 11:44:43 -05:00
Jonas Trappenberg
76ffbd6528
Merge branch 'master' into coding
...
Conflicts:
include/Plugin.h
src/core/Note.cpp
src/core/Track.cpp
2015-01-31 19:11:33 -08:00
Dave French
5a92243db6
Save and load the mute flag for automation patterns
2015-01-31 12:43:14 +00:00
Ra
47774fb216
Merge pull request #1 from LMMS/master
...
update current version
2015-01-30 21:37:30 +03:00
Tres Finocchiaro
4deb0a15aa
Merge pull request #1627 from badosu/add-assign-to-new-fx-spinner
...
Add "assign to new fx channel" on FX SpinBox
2015-01-30 13:34:05 -05:00
Tres Finocchiaro
4f5bdeb254
Merge pull request #1684 from Spekular/patch-1
...
Update Swedish Translation
2015-01-30 13:06:48 -05:00
Spekular
5504b3fe9c
Remove ' type="unfinished" ' on translated strings
...
Also miscellaneous fixes.
2015-01-30 18:54:32 +01:00
Amadeus Folego
c99e47f581
Add "Assign to new FX Channel" action to FXSpinBox
...
Fix #604 #921
2015-01-30 13:25:10 -02:00
Amadeus Folego
06cb85b771
Move FX assignment/creation logic to InsTrackView
2015-01-30 13:25:10 -02:00
Spekular
fc11a09b0b
Update Automation translations
2015-01-30 10:38:16 +01:00
Spekular
b1f0dd3099
ljud fil -> ljudfil & dialogvisas -> dialog visas
2015-01-30 08:39:11 +01:00
Tres Finocchiaro
e70c4017ea
Merge pull request #1721 from badosu/fix-shift-resize-single-note
...
Fix Shift+Resize for single note should be sticky
2015-01-29 20:20:52 -05:00
Amadeus Folego
27762a9437
Fix Shift+Resize for single note should be sticky
2015-01-29 20:06:38 -02:00
Tres Finocchiaro
04bfbe0194
Merge pull request #1630 from softrabbit/midi_import_drums
...
Play imported MIDI drum tracks with a drum kit patch
2015-01-29 15:42:33 -05:00
Tres Finocchiaro
e2d98668ec
Merge pull request #1699 from curlymorphic/bbundo
...
Song Editor and bbEditor undo.
2015-01-29 15:39:43 -05:00
Tres Finocchiaro
339a7c514c
Merge pull request #1697 from curlymorphic/autoundo
...
Automation editor undo
2015-01-29 15:38:33 -05:00
Tres Finocchiaro
0f43b0a472
Merge pull request #1710 from curlymorphic/i1595
...
Proposed fix for #1595 Instrument track activity LED lights when muted.
2015-01-29 13:54:53 -05:00
Tres Finocchiaro
525e627fa4
Merge pull request #1709 from curlymorphic/i1695
...
Proposed fix for 1695 Cannot save templates
2015-01-29 13:50:22 -05:00
Tres Finocchiaro
af08470f66
Merge pull request #1711 from curlymorphic/i1692
...
Proposed fix for 1692 Missing CLI option for rendering
2015-01-29 13:49:25 -05:00
Lukas W
2a0c08afa2
Fix windows build
2015-01-29 16:37:10 +01:00
Lukas W
54e64f406e
Merge remote-tracking branch 'upstream/master' into cmake_dist
2015-01-29 14:02:40 +01:00
Lukas W
c28b0b5407
PluginFactory: Map plugins by type
2015-01-29 14:00:29 +01:00
Lukas W
dc1f8dc365
Add data search path support
...
Also add LMMS_DATA_DIR env var to "data:" search paths.
When lmms is launched from its build directory (without `make install`ing),
LMMS_DATA_DIR can be passed to point lmms to the "data" directory in the
source tree.
2015-01-29 13:54:09 +01:00
Lukas W
7be47230e3
Introduce PluginFactory class
...
This singleton class handles management of plugin search paths and plugin
discovery. Search paths are (if they exist):
* <lmms-exe-dir>/../lib/lmms: This is the common location on Unixoids
(Not included in Windows builds)
* <lmms-exe-dir>/plugins: For portable and Windows installations
* The path given by the compile define LMMS_PLUGIN_DIR
* Environment variable LMMS_PLUGIN_DIR if given
This commit also tweaks the build script to output built plugins to
"${CMAKE_BINARY_DIR}/plugins". This way lmms can find plugins during
development without the need to use `make install`.
Plugin::getDescriptorsOfAvailPlugins and ConfigManager::pluginDir were
removed.
2015-01-29 13:48:52 +01:00
Dave French
1ebbe31fae
Changed commandline flag to render in 32bit float from -32 to -a
2015-01-29 11:36:21 +00:00
Dave French
efa75b0151
Checks for .mpt extension, before adding extension when saving project templates
2015-01-29 10:38:19 +00:00
Dave French
5ce1bd874d
renamed muteHasChanged to muteChanged in InstrumentTrackView
2015-01-29 10:13:25 +00:00
Dave French
968d0215df
Moved Setting of activity indicator color from InstrumentTrack to InstrumentTrackView
2015-01-29 09:49:20 +00:00
Tres Finocchiaro
96fd0815a3
Merge pull request #1708 from badosu/fix-crash-when-removing-last-channel
...
Fix crash when removing last channel
2015-01-28 23:16:50 -05:00
Tres Finocchiaro
e906056173
Merge pull request #1687 from SecondFlight/master
...
Added a song to data/projects/CoolSongs
2015-01-28 22:37:27 -05:00
Tres Finocchiaro
d0adb2ddef
Merge pull request #1716 from badosu/change-resizing-notes-on-piano-roll
...
Change Shift+Resize selected notes on Piano Roll
2015-01-28 22:11:05 -05:00
Tres Finocchiaro
824f7fa706
Merge pull request #1712 from curlymorphic/i1532
...
Proposed fix for #1532 Tracks in song editor cannot be moved in pattern ...
2015-01-28 20:37:03 -05:00
Amadeus Folego
dae0c05061
Change Shift+Resize selected notes on Piano Roll
...
Selected notes: when resized would offset posterior, non-selected notes
to mantain some kind of melodic structure. This is referred to
as *sticky* behaviour.
It also assumes some kind of intention that may not be the case.
Also adds complexity to a simple feature.
This commit makes only the the selected notes be offset. It also adds a
new shortcut to the old behaviour <Shift-Ctrl-drag to the note tip>.
Fixes #1666
2015-01-28 23:22:29 -02:00
Dave French
c02f043b3f
Changed color of InstrumentTrack activity indicators mute color to use the color defined in style.css as highlight
2015-01-29 00:27:30 +00:00
Dave French
fa6dd6da8b
Change color of muted activity indicator from red to grey
2015-01-28 22:12:59 +00:00
Dave French
406bc40ddd
fix 1692 reformat conditional statement to be consistant
2015-01-28 17:06:19 +00:00
Dave French
dd80301cee
Proposed fix for #1532 Tracks in song editor cannot be moved in pattern select mode.
2015-01-28 15:35:01 +00:00
SecondFlight
ad1dc2268f
Changed the license to CC (BY)
...
Seems more reasonable based on the discussion.
2015-01-28 09:46:26 -05:00
Dave French
f9eb128b46
Proposed fix for 1692 Missing CLI option for rendering
2015-01-28 13:39:35 +00:00
Dave French
9fee116fa7
1595 removed accidental blank line
2015-01-28 12:21:57 +00:00
Dave French
7c0ab622f1
Proposed fix for 1595 Instrument track activity LED lights when muted
2015-01-28 12:16:21 +00:00
Dave French
56635c1fcf
Proposed fix for 1695 Cannot save templates
2015-01-28 06:35:52 +00:00
Amadeus Folego
ff2617b0bd
Fix crash when removing last channel
...
Sometimes the last channel still had processing to do when it got
deleted
2015-01-28 00:52:17 -02:00
Tres Finocchiaro
8e2e17ab84
Merge pull request #1701 from curlymorphic/i710
...
Proposed fix 710
2015-01-27 11:53:54 -05:00
Tres Finocchiaro
0faeb2bddc
Merge pull request #1667 from Spekular/PVCheck
...
Project Version Check
2015-01-27 11:50:03 -05:00
Dave French
9b1e89ae21
Proposed fix 710
2015-01-27 11:18:25 +00:00
Spekular
6ec2ece4a4
Update code style for project version check.
2015-01-27 11:32:39 +01:00
Spekular
0847919214
Adds GUI check around GUI calls in DataFile.cpp
2015-01-27 11:22:46 +01:00
Spekular
ea80d01f8b
Adds dialog when project is opened that was made with a different version of LMMS
...
Remove Commented Out Code
Update DataFile.cpp
Update DataFile.cpp
Update DataFile.cpp
Changes per tresf's advice, adds comments
Git???
Please work :/
Update DataFile.cpp
Adds dialog when project is opened that was made with a different version of LMMS
Remove Commented Out Code
Update DataFile.cpp
Update DataFile.cpp
Update DataFile.cpp
Changes per tresf's advice, adds comments
Git???
Please work :/
Update DataFile.cpp
2015-01-27 11:22:45 +01:00
Tres Finocchiaro
cdf6b3e01f
Merge pull request #1689 from curlymorphic/i1685
...
Proposed fix 1685 Automation Copy/Paste from Context Menu
2015-01-26 22:07:08 -05:00
Dave French
57460c91c3
bb patern
2015-01-27 00:28:40 +00:00
Dave French
a30c32f8d8
Undo of TCO changes in song editor
2015-01-27 00:11:23 +00:00
Dave French
e51da26a1a
Automation editior undo
2015-01-26 22:23:19 +00:00
Lukas W
7b5084c53b
Merge pull request #1690 from curlymorphic/821
...
Renamed parameters on selectRegionFromPixels
2015-01-26 14:17:25 +01:00
Dave French
cebf8bfd59
Renamed parameters on selectRegionFromPixels
2015-01-25 20:37:00 +00:00
Dave French
0fe2ab5533
Proposed fix 1685 Automation Copy/Paste from Context Menu
2015-01-25 20:07:53 +00:00
Spekular
fccc36113c
Update sv.ts
2015-01-25 16:10:22 +01:00
SecondFlight
91c76f342b
Added a song to data/projects/CoolSongs
...
The song that will (hopefully) be added:
https://soundcloud.com/second_flight/krem-kaakkuja-remix
2015-01-24 20:09:07 -05:00
Lukas W
0e778d042b
Merge pull request #1674 from curlymorphic/i446
...
Proposed fix for 446, select notes in piano roll using timeline
2015-01-24 11:19:58 +01:00
Dave French
e2a2d27bba
446 change parameter names
2015-01-24 06:30:23 +00:00
Spekular
28a51968a3
Gain: Volym>Föstärkning Amplification: Volym>Amplifiering
2015-01-23 23:00:26 +01:00
Spekular
d4d15ea567
Update Swedish Translation
2015-01-23 22:37:12 +01:00
Tres Finocchiaro
1a7e30eb87
Merge pull request #1677 from curlymorphic/1416
...
Proposed fix 1416 Drag-and-drop of automatables to Automation Editor
2015-01-23 16:14:43 -05:00
Dave French
f6792d991c
1416 refresh window
2015-01-23 19:46:09 +00:00
Dave French
f8120cd2fe
Tidy up and remove clearing 1416
2015-01-23 18:15:03 +00:00
Amadeus Folego
e91991216d
Fix segfault when moving channels
...
This commit addresses a lot of issues, namely:
1. When the "Move left/right" action was selected on a mixer channel
menu sometimes it would segfault due to the fxline object being
deleted before it returned to a method inside itself
2. The Fader was declaring a new variable for the model whereas it
should used the inherited model from FloatModelView < AutomatableModelView
3. Some methods were doing more things than they should be and
performing unnecessary actions. A little cleanup/refactor was made
Please notice that a bug of the same class as the one referred at point 1
still exists: clicking on "Remove channel". This commit does not
addresses this issue.
Fixes #1584
2015-01-23 05:35:59 -02:00
Dave French
dfbbcfd38b
1416 tidy up
2015-01-23 02:38:17 +00:00
Dave French
c201a41c05
Proposed fix 1416 Drag-and-drop of automatables to Automation Editor
2015-01-23 02:16:30 +00:00
Tobias Doerffel
ffe7e8b8fa
Travis: updated name of PPA with MinGW-X packages for Precise
2015-01-22 22:24:23 +01:00
Tobias Doerffel
d569015273
Travis: updated name of PPA with MinGW-X packages for Precise
2015-01-22 22:22:57 +01:00
Dave French
2be8eaa4db
Proposed fix for 446, select notes in piano roll using timeline
2015-01-22 20:16:00 +00:00
Tres Finocchiaro
f6176921c6
Merge pull request #1672 from badosu/fix-add-steps-on-melody-patterns
...
Fix beat pattern actions on melodies
2015-01-22 14:27:06 -05:00
Amadeus Folego
8267ac6316
Fix beat pattern actions on melodies
2015-01-22 17:18:42 -02:00
Tres Finocchiaro
786e7dd389
Merge pull request #1671 from curlymorphic/i1634
...
fix for 1668 now checks if safe to load song
2015-01-22 13:52:56 -05:00
Dave French
3db3711dcf
fix for 1668 now checks if save to load song
2015-01-22 18:31:09 +00:00
Lukas W
df9d495571
Some #include cleanups
2015-01-22 16:28:41 +01:00
Lukas W
ebd531e69f
Merge pull request #1652 from curlymorphic/821
...
proposed fix 821 Range-select in Song Editor
2015-01-22 13:16:40 +01:00
Lukas W
4dd40e1755
Fix missed rename note->Note
...
Fixes #1464
Bug introduced in aaeb5216ad
2015-01-22 12:53:38 +01:00
Lukas W
9cc1a5931c
Make -Werror optional
2015-01-22 12:39:41 +01:00
Lukas W
e63bd848d0
PianoRoll: Fix faulty rename
...
Fix a renaming mistake made in 1d07a91a83
2015-01-22 11:30:57 +01:00
Tres Finocchiaro
9b26c5bb68
Merge pull request #1668 from curlymorphic/i1634
...
Proposed fix 1643 Allow drag-and-drop of project files
2015-01-21 08:48:15 -05:00
Lukas W
d41d816b57
Merge pull request #1661 from teeberg/style
...
Work on codestyle and readability
2015-01-21 14:19:45 +01:00
Dave French
9460fdec9b
Proposed fix 1643 Allow drag-and-drop of project files
2015-01-21 13:18:01 +00:00
Lukas W
d6ff1a7086
Fix BB Editor project load
...
Closes #1621
2015-01-21 13:33:57 +01:00
Dave French
1cf9300f72
821 changed to use sockets/ slots
2015-01-21 11:55:30 +00:00
Jonas Trappenberg
52ec4722fb
Add explanation to acronym variable
2015-01-20 20:37:58 -08:00
Jonas Trappenberg
a74ff27d35
Remove usage of 'auto'
2015-01-20 20:37:32 -08:00
Jonas Trappenberg
deb3e45791
More code style fixes
2015-01-20 20:26:33 -08:00
Jonas Trappenberg
8c76af1806
Remove premature optimization in float comparison
2015-01-20 20:26:11 -08:00
Jonas Trappenberg
f148fc34b4
Don't access deleted memory
2015-01-20 20:24:18 -08:00
Jonas Trappenberg
7777fc7342
Remove unused variable
2015-01-20 19:44:23 -08:00
Jonas Trappenberg
71bab17233
Work on codestyle and readability
2015-01-19 19:54:06 -08:00
Alexandre
2834bd17f4
Coding conventions update
2015-01-20 00:00:58 -02:00
Alexandre Almeida
a34faeca71
Update ProjectVersion.cpp
2015-01-19 23:25:05 -02:00
Alexandre Almeida
2e7732a7f5
Update ProjectVersion.h
2015-01-19 23:20:54 -02:00
Alexandre Almeida
38799f80af
Update Plugin.h
2015-01-19 23:19:18 -02:00
Alexandre Almeida
9e370ff121
Update Plugin.cpp
2015-01-19 23:19:18 -02:00
Alexandre Almeida
4d6d937cf2
Update Timeline.h
2015-01-19 23:18:30 -02:00
Alexandre Almeida
77ceda9385
Update Song.h
2015-01-19 23:16:41 -02:00
Alexandre Almeida
9e1a35e327
Update ProjectRenderer.cpp
2015-01-19 23:16:41 -02:00
Alexandre Almeida
92f9fd92ec
Update Timeline.cpp
2015-01-19 23:16:41 -02:00
Alexandre Almeida
abe05af49a
Update Mixer.cpp
2015-01-19 23:14:48 -02:00
Alexandre Almeida
21425e3477
Update Song.cpp
2015-01-19 23:14:48 -02:00
Alexandre Almeida
c398769020
Update coding conventions
2015-01-19 23:11:02 -02:00
Alexandre Almeida
118127a3bc
Update coding conventions
2015-01-19 23:09:46 -02:00
Alexandre Almeida
d04076f44d
Update coding conventions on Note.h
2015-01-19 23:08:19 -02:00
Alexandre Almeida
b0cf5ba289
Update coding conventions on Note.cpp
2015-01-19 22:59:15 -02:00
Tres Finocchiaro
c13d111bc2
Merge pull request #1657 from DanWin/songeditor
...
Fix SongEditorWindow resize when a project loads
2015-01-19 11:53:40 -05:00
Daniel Winzen
a3e5a65957
Fix SongEditorWindow resize when a project loads
2015-01-19 15:32:16 +01:00
Tres Finocchiaro
ee25db797d
Merge pull request #1656 from curlymorphic/111649
...
Proposed fix for 1649 for stable-1.1
2015-01-19 09:15:19 -05:00
Dave French
1ba3088554
Proposed fix for 1649 for stable-1.1
2015-01-19 14:04:57 +00:00
Tres Finocchiaro
ce0b258d5e
Merge pull request #1653 from teeberg/master
...
Format and reword README
2015-01-19 08:55:23 -05:00
Tres Finocchiaro
d9b81bc9e2
Merge pull request #1654 from curlymorphic/i818
...
Proposed fix 818 Merge file name and preset name. Remove double naming
2015-01-19 08:44:49 -05:00
Jonas Trappenberg
4e92243508
Update copyright year
2015-01-18 14:08:13 -08:00
Dave French
746ea39afb
Proposed fix 818 Merge file name and preset name. Remove double naming
2015-01-18 21:39:09 +00:00
Jonas Trappenberg
a4536c43a5
Format and slightly reword READMEs
2015-01-18 12:48:03 -08:00
Jonas Trappenberg
018457340e
Bump version number in README
2015-01-18 12:47:43 -08:00
Dave French
b3d943920c
proposed fix 821 Range-select in Song Editor
2015-01-18 19:16:43 +00:00
Tres Finocchiaro
9f75aabf65
Merge pull request #1646 from DanWin/delete
...
Use delete[] instead of delete for sampleFrame
2015-01-16 15:16:39 -05:00
Daniel Winzen
9c8e2b195c
Use delete[] instead of delete for sampleFrame
...
Fixes warning: 'delete' applied to a pointer-to-array type 'sampleFrame *' (aka 'sample_t (*)[2]') treated as delete[] in mac os build
2015-01-16 20:24:24 +01:00
Lukas W
2257a06422
Fix a segfault
2015-01-16 19:57:31 +01:00
Lukas W
4953a9da60
Merge pull request #1637 from LMMS/travis-osx
...
Travis OSX
2015-01-16 01:15:47 +01:00
Lukas W
f492a8ab0e
Detect failed tests
2015-01-16 01:15:02 +01:00
Lukas W
59513f9a49
Fix that CMake version check again
2015-01-16 00:25:10 +01:00
Lukas W
b5019e53d1
Travis: Re-enable linux builds
2015-01-16 00:04:09 +01:00
Lukas W
85d7843c98
Tests: Fix CMake version check
2015-01-15 23:10:28 +01:00
Tres Finocchiaro
c5773c41b0
Merge pull request #1639 from DanWin/stable-1.1
...
Fix calcSlope1 was not declared errors
2015-01-15 16:59:24 -05:00
Lukas W
fb2df20095
Merge branch 'master' into travis-osx
2015-01-15 22:47:58 +01:00
Lukas W
7e43541fe5
Travis: Fix script path error
2015-01-15 22:34:51 +01:00
Lukas W
eea616f080
Travis: Disable linux builds (temporarily)
2015-01-15 22:26:04 +01:00
Lukas W
4c0705359a
OSX fix try #2
2015-01-15 22:23:26 +01:00
Daniel Winzen
d8e552de80
Fix calcSlope1 was not declared errors
2015-01-15 22:15:04 +01:00
Lukas W
bd4a93c1d7
Travis: Outsource build scripts
2015-01-15 22:05:10 +01:00
Lukas W
d4d26a6138
OSX fix
2015-01-15 21:35:46 +01:00
Tres Finocchiaro
523e5d048b
Bump version for stable-1.1 patch release
2015-01-15 15:32:55 -05:00
Lukas W
c7e3ab3d46
Don't use QList's initializer_list constructor (compat commit)
2015-01-15 21:24:23 +01:00
Lukas W
4cfba53f71
Travis update
...
Try removing that unnecessary linux job
2015-01-15 21:22:33 +01:00
Tres Finocchiaro
57876fead2
Merge pull request #1611 from curlymorphic/i760
...
Proposed fix 760 Improve search field
2015-01-15 15:03:43 -05:00
Lukas W
f15f8ce3df
Travis: Fix brew
2015-01-15 20:51:15 +01:00
Lukas W
bb24f61042
Travis: Fix yml syntax errors
2015-01-15 20:44:56 +01:00
Lukas W
b862b34a9a
Travis: Enable OSX
2015-01-15 20:38:53 +01:00
Lukas W
ebf68d57a9
ProjectVersion: Some refactoring
2015-01-15 17:27:58 +01:00
Lukas W
a18f86bde7
ProjectVersion: Clean up a bit, add a test
2015-01-15 17:27:58 +01:00
Lukas W
a52e4724cf
Some small SongEditor fixes
2015-01-15 17:27:57 +01:00
Lukas W
b720ec5537
Merge pull request #1618 from teeberg/master
...
More minor code style cleanup
2015-01-15 17:20:22 +01:00
Vesa
89e8e328e6
Merge branch 'stable-1.1'
2015-01-15 17:18:03 +02:00
Vesa
e33645f9ab
Fix monstro slopes
2015-01-15 17:17:33 +02:00
Vesa V
9cff69cb78
Merge pull request #1635 from diizy/master
...
Fix monstro slopes properly
2015-01-15 17:15:06 +02:00
Vesa
c0932bd75e
Fix monstro slopes properly
2015-01-15 17:14:50 +02:00
Lukas W
7ac591fdfe
Merge pull request #1626 from LMMS/cmake_tests
...
CMake: Change the way tests links lmms
2015-01-15 16:13:49 +01:00
Vesa V
663dcbf98f
Merge pull request #1624 from dnl-music/patch-4
...
Update Monstro.h
2015-01-15 17:08:12 +02:00
Vesa V
fe73f0991f
Merge pull request #1623 from dnl-music/patch-3
...
Update Monstro.cpp
2015-01-15 17:08:03 +02:00
Lukas W
b90ee93d0c
Travis: Upgrade CMake from PPA
2015-01-15 16:03:52 +01:00
Lukas W
ff882e021e
Disable tests for CMake <2.8.8
2015-01-15 15:57:50 +01:00
Jonas Trappenberg
7f38a51f9d
Merge remote-tracking branch 'upstream/master'
2015-01-14 21:07:36 -08:00
Tres Finocchiaro
d6e98499d0
Merge pull request #1629 from tresf/master
...
Add CPU prioritization support for Windows
2015-01-14 22:31:42 -05:00
Raine M. Ekman
26a84837c2
Switch track imported from MIDI channel 10 to bank 128, patch 0 in SF2 player.
...
(aka. import drum tracks)
2015-01-14 22:01:42 +02:00
Tres Finocchiaro
d89b54d768
Add CPU prioritization support for Windows
2015-01-14 14:33:21 -05:00
Lukas W
030292cbad
Merge pull request #1582 from tresf/master
...
ProjectVersion: Expose major/minor/release/build info
2015-01-14 20:26:43 +01:00
Lukas W
2f7820a6d9
CMake: Change the way tests links lmms
2015-01-14 19:54:48 +01:00
dnl-music
e3ebef08a9
Update Monstro.h
2015-01-14 17:09:38 +05:00
dnl-music
26592907e6
Update Monstro.cpp
2015-01-14 17:06:07 +05:00
Jonas Trappenberg
d27d43ac42
Merge remote-tracking branch 'upstream/master'
2015-01-13 21:36:41 -08:00
Jonas Trappenberg
0dcd293ce1
Undo some pointer declaration changes.
2015-01-13 21:33:51 -08:00
Lukas W
c5fbd3e643
Travis: Fix .travis.yml typo
2015-01-13 18:31:18 +01:00
Lukas W
37d89720c8
Travis: Disable tests on Windows
2015-01-13 18:19:10 +01:00
Lukas W
e3a29d0ad7
Fix Travis build
2015-01-13 18:04:13 +01:00
Tres Finocchiaro
697fc4dd0f
Fix typo in comments
2015-01-13 11:50:11 -05:00
Tres Finocchiaro
17f32f344f
Better switching of comparators, char[] constructor
2015-01-13 11:38:17 -05:00
Tres Finocchiaro
260694077d
Misc ProjectVersion improvments
2015-01-13 11:35:46 -05:00
Lukas W
05d21e0b57
Travis: Run test binary
2015-01-13 17:34:17 +01:00
Lukas W
f640769ff0
SongEditor and BBEditor: Accept drops in toolbar
2015-01-13 17:29:19 +01:00
Locale updater
85fb0aca82
Update locales
2015-01-13 16:06:36 +01:00
Lukas W
300e6d8000
Merge commit 'ebad5296f55747d03c714a66de04245dbad85a35'
2015-01-13 16:02:59 +01:00
Lukas W
72c0620d1f
Merge pull request #1612 from LMMS/tests
...
Add a testing framework
2015-01-13 15:40:21 +01:00
Lukas W
8e42b5ec01
Merge pull request #1616 from badosu/fix-cli-export-crashes
...
Fix export crashes adding gui checks
2015-01-13 10:32:17 +01:00
Jonas Trappenberg
293bb93173
Match code style of other declaration further down
2015-01-12 22:01:56 -08:00
Jonas Trappenberg
75cd1f4f38
More minor refactorings
2015-01-12 21:53:49 -08:00
Jonas Trappenberg
ddfc3b3ee3
Remove redundant switch breaks.
2015-01-12 20:33:03 -08:00
Jonas Trappenberg
4107572115
Put on one line what comfortably fits into 80 chars.
2015-01-12 20:29:58 -08:00
Vesa V
fd33c26696
Merge pull request #1617 from LMMS/stable-1.1
...
Stable 1.1
2015-01-13 06:22:39 +02:00
Tres Finocchiaro
377cf68ee7
Make QMenu::separator visible.
...
Fixes #1615
2015-01-12 23:13:11 -05:00
Amadeus Folego
f0b2d8b0af
Fix export crashes adding gui checks
2015-01-13 01:51:27 -02:00
Tres Finocchiaro
6e899d3993
Merge pull request #1572 from badosu/assign-instrument-to-fx-channel
...
Add "Assign to FX Channel" context button to track
2015-01-12 22:02:31 -05:00
Amadeus Folego
2eb420cb92
Add "Assign to FX Channel" context button to track
2015-01-13 00:45:48 -02:00
Tres Finocchiaro
21f5bb0b93
Merge pull request #1525 from badosu/show-errors-on-cli
...
[WIP] Refactor errors notification system
2015-01-12 21:45:23 -05:00
Tres Finocchiaro
db2e7febf7
Merge pull request #1553 from leeavital/1429-pattern-switch
...
Implement 1429 -- move to next and previous pattern
2015-01-12 21:23:00 -05:00
Amadeus Folego
edebf5d7da
Refactor loading song errors notification
2015-01-13 00:18:36 -02:00
Amadeus Folego
3dd1da4e25
Collect effects errors to show on summary window
2015-01-12 23:51:32 -02:00
Lee Avital
7da4efda0f
Implement 1429 -- move to next and previous pattern
2015-01-12 20:28:13 -05:00
Lukas W
1459be1a2c
Merge pull request #1613 from LMMS/cmake
...
Clean BuildPlugin.cmake
2015-01-13 01:28:42 +01:00
Lukas W
ce5398414c
Clean BuildPlugin.cmake
2015-01-13 01:22:31 +01:00
Lukas W
cb10b5aabe
Try fixing windows build
2015-01-13 01:13:14 +01:00
Lukas W
5641465a3a
Add a testing framework
2015-01-12 23:59:14 +01:00
Lukas W
ebad5296f5
Fix cmake locale update
2015-01-12 23:38:27 +01:00
Lukas W
227a1c0e87
Rename Project menu to File, rearrange save actions
...
Closes #1608
2015-01-12 23:28:50 +01:00
Lukas W
a94ccb8515
Fix blank AutomationEditor on loading projects
2015-01-12 23:22:21 +01:00
Dave French
4206705ed2
Proposed fix 760 Improve search field
2015-01-12 22:10:15 +00:00
Lukas W
30bc86e2e7
Fix opening automation patterns per context menu
2015-01-12 22:45:47 +01:00
Lukas W
854f1d1132
Merge pull request #1609 from curlymorphic/i1502
...
proposed fix 1502 incorrect slash in windows
2015-01-12 20:23:32 +01:00
Vesa V
24f869c379
Merge pull request #1599 from curlymorphic/i1526
...
Proposed fix 1526 Watsyn shows wrong Osc
2015-01-12 21:20:40 +02:00
Vesa V
f40e92f31a
Merge pull request #1598 from softrabbit/opulenz2015
...
Opulenz: small updates
2015-01-12 21:06:33 +02:00
Vesa V
1abb37529d
Merge pull request #1601 from curlymorphic/i1492
...
Proposed fix 1492 Nescaline crash when playing very high note
2015-01-12 21:04:58 +02:00
Dave French
22f51eefb6
proposed fix 1502 incorrect slash in windows
2015-01-12 16:40:42 +00:00
Lukas W
3e0e5d36bf
Merge pull request #1606 from DanWin/locale
...
Fix locale generation
2015-01-12 14:31:30 +01:00
Daniel Winzen
b90bacab6e
Fix locale generation
2015-01-12 13:09:10 +01:00
Lukas W
58507c28ec
Fix piano roll detuning redraw
2015-01-12 11:04:04 +01:00
Lukas W
ae0ff4c65b
Merge pull request #1604 from teeberg/cmake
...
Generate manpage as part of a build
2015-01-12 10:42:11 +01:00
Tres Finocchiaro
4f03575786
Fix more typos
2015-01-12 01:14:31 -05:00
Tres Finocchiaro
8e5af67ec0
Fix typo in .cpp, remove unecessary changes
2015-01-12 01:00:02 -05:00
Tres Finocchiaro
300e44620a
Remove address for CompareType
2015-01-12 00:38:17 -05:00
Tres Finocchiaro
a363e7a16a
More comparitors
2015-01-12 00:22:50 -05:00
Jonas Trappenberg
7dd086cde7
Generate manpage as part of a build
2015-01-11 21:14:32 -08:00
Lukas W
a4b039e1c2
Merge pull request #1602 from LMMS/win_make_threaded
...
Travis Win: Multithreaded make
2015-01-12 00:53:59 +01:00
Lukas W
807c59d3b3
Travis: Simplify .travis.yml
2015-01-12 00:53:35 +01:00
Tres Finocchiaro
23ed8673c1
Merge pull request #1597 from curlymorphic/i1345
...
updated 1345 Exclude tracks from master pitch
2015-01-11 18:49:32 -05:00
Lukas W
95ee5d0b90
Travis Win: Multithreaded make
2015-01-12 00:46:36 +01:00
Lukas W
0d06ce7cdc
Merge pull request #1497 from DanWin/language
...
Add choose language option
2015-01-12 00:15:32 +01:00
Lukas W
c7ecd9cbba
Merge pull request #1596 from LMMS/cmake
...
CMake use explicit source file specifying
2015-01-11 23:58:15 +01:00
Lukas W
572a989e95
Bump CMake version to 2.8.7
2015-01-11 23:57:50 +01:00
Lukas W
38f544f9a0
Fix embedded resources
2015-01-11 22:59:27 +01:00
Dave French
49b3f36a57
1492 fixed type on line 313
2015-01-11 21:23:30 +00:00
Dave French
a1dce66ca8
Proposed fix 1492 Nescaline crash when playing very high note
2015-01-11 21:10:32 +00:00
Dave French
ffde891cfb
Proposed fix 1526 Watsyn shows wrong Osc
2015-01-11 20:15:30 +00:00
Raine M. Ekman
4cfed0434c
...and don't name the track after the name in the SBI file if it's empty.
2015-01-11 20:51:22 +02:00
Lukas W
f3b0c8091f
Fix build again
2015-01-11 18:33:55 +01:00
Raine M. Ekman
63e23e0158
Added loading of SBI files.
...
(e.g. from http://cd.textfiles.com/soundsensations/SYNTH/SBINS/ )
2015-01-11 19:19:52 +02:00
Lukas W
9b25c5adbb
Try to fix win build
2015-01-11 17:41:09 +01:00
Tres Finocchiaro
d0c8e7b307
Merge pull request #1593 from curlymorphic/i1345
...
Proposed fix for 1345 Exclude tracks from master pitch
2015-01-11 11:00:06 -05:00
Lukas W
ee3a99853b
CMake use explicit source file specifying
2015-01-11 16:33:57 +01:00
Dave French
94ede26496
1345 redesigned Misc tab using GroupBox
2015-01-11 14:33:41 +00:00
Lukas W
384a48f121
Merge pull request #1426 from LMMS/ed_refac
...
Editor Refactoring
2015-01-11 13:28:32 +01:00
Lukas W
56055b36b0
Merge branch 'master' into ed_refac
...
Conflicts:
src/gui/editors/PianoRoll.cpp
2015-01-11 13:25:55 +01:00
Lukas W
23dbe95e80
Stop on second space key press
2015-01-11 13:05:44 +01:00
Lukas W
a52626bb15
Merge pull request #1591 from DanWin/win_gigplayer
...
Enable GigPlayer Windows build
2015-01-11 12:41:43 +01:00
Lukas W
1a7cc5ecf8
Merge pull request #1594 from teeberg/master
...
Minor refactoring
2015-01-11 12:40:15 +01:00
Jonas Trappenberg
87e597510c
Minor refactorings and codestyle cleanup.
2015-01-11 00:05:25 -08:00
Jonas Trappenberg
60f34788fb
Remove unused variable
2015-01-10 23:52:57 -08:00
Raine M. Ekman
925122545e
Fix issue #1292 , beautify code a bit,
...
and revert an initialization change I can't grasp the reason for.
2015-01-10 21:23:14 +02:00
Dave French
83baea6605
1345 moved LedCheckBox to MISC tab
2015-01-10 19:05:40 +00:00
Dave French
af22d39612
Proposed fix for 1345 Exclude Tracks from master pitch
2015-01-10 17:11:17 +00:00
Daniel Winzen
1444902a2d
Enable GigPlayer Windows build
2015-01-10 17:43:32 +01:00
Tres Finocchiaro
afa55cae89
Merge pull request #1557 from curlymorphic/i1352
...
Proposed fix for 1352 Mk2, move the loaded instrument to the parent thre...
2015-01-10 09:40:48 -05:00
Tres Finocchiaro
9ffbef6f6e
Merge pull request #1558 from curlymorphic/i1522
...
Proposed fix for 1522 Noise at the end of Sample previews
2015-01-10 09:33:07 -05:00
Tres Finocchiaro
86c2673398
Merge pull request #1563 from DanWin/resize-cursor
...
Don't display resize cursor for non-resizable TCOs
2015-01-10 09:32:09 -05:00
Tres Finocchiaro
6e94cc9e5f
Merge pull request #1570 from curlymorphic/i888
...
Proposed fix 888 Bar, Beat and Tick should follow dragged timeline
2015-01-10 09:25:15 -05:00
Tres Finocchiaro
ce689cfa6c
Merge pull request #1590 from curlymorphic/i1211
...
update 1211 solo nolonger mutes master
2015-01-10 09:21:45 -05:00
Dave French
5178ecd3a2
update 1211 solo nolonger mutes master
2015-01-10 12:40:53 +00:00
Tres Finocchiaro
e61a0d14f0
Merge pull request #1505 from curlymorphic/i1150
...
Proposed fix for 1150 Preset Browser: division between factory and user ...
2015-01-09 21:30:45 -05:00
Tres Finocchiaro
5455457591
Merge pull request #1555 from softrabbit/bug1544
...
Lock SF2 player mutex around pitch-related calls
2015-01-09 21:28:08 -05:00
Tres Finocchiaro
fa3767e9d1
Merge pull request #1588 from Umcaruje/master
...
Update README
2015-01-09 19:00:47 -05:00
Umcaruje
1284b6e900
Update README
2015-01-10 00:57:48 +01:00
Tres Finocchiaro
25448d3f21
Add explanation for #1587 changes
2015-01-09 18:12:46 -05:00
Tres Finocchiaro
360d2db98a
Merge pull request #1585 from DanWin/performance
...
Performance and other fixes
2015-01-09 18:07:00 -05:00
Tres Finocchiaro
c210df4752
Merge pull request #1587 from curlymorphic/i300
...
Proposed fix for issue 300, preview vst crashes
2015-01-09 17:49:10 -05:00
Dave French
180c02aedc
Proposed fix for issue 300, preview vst crashes
2015-01-09 21:25:41 +00:00
Tres Finocchiaro
21c532adc0
Add internal support for major/minor/build comparator
2015-01-09 16:25:07 -05:00
Lukas W
d442b674b5
Merge pull request #1586 from curlymorphic/cppcheck
...
Eq fix incorrect memory allocation
2015-01-09 20:32:17 +01:00
Dave French
4ad1cd607b
Eq fix incorrect memory allocation
2015-01-09 19:28:26 +00:00
Daniel Winzen
4a55e1c46a
Performance and other fixes
2015-01-09 20:17:07 +01:00
Tres Finocchiaro
baa57fb662
Merge pull request #1583 from badosu/fix-windows-build
...
Fix exporting class for windows build
2015-01-09 07:16:00 -05:00
Amadeus Folego
d20e83e2f7
Fix exporting class for windows build
2015-01-09 04:27:18 -02:00
tresf
407fc18d82
Remove unused import
2015-01-09 00:12:19 -05:00
tresf
d192df081d
Formatting cleanup
2015-01-09 00:05:13 -05:00
tresf
f0e7ea6fd1
Expose major, minor, release and build values parsed from a project version
2015-01-08 23:53:19 -05:00
Tres Finocchiaro
1b91b30658
Merge pull request #1578 from badosu/refactor-redundant-color-assignment
...
Refactor redundant pattern color assignment
2015-01-08 15:01:57 -05:00
Tres Finocchiaro
b9a0e0f391
Merge pull request #1580 from badosu/fix-error-collection
...
Fix error collection on Song instead of MainWindow
2015-01-08 14:58:02 -05:00
Amadeus Folego
fc9efc6f58
Fix error collection on Song instead of MainWindow
2015-01-08 17:47:39 -02:00
Tres Finocchiaro
4f44c71a9f
Merge pull request #1579 from badosu/notify-non-existing-samples
...
Collect error for non existing samples
2015-01-08 14:33:06 -05:00
Amadeus Folego
d5c9b78178
Collect error for non existing samples
2015-01-08 16:13:15 -02:00
Amadeus Folego
1dbc44a7f0
Refactor redundant pattern color assignment
...
Instead of creating a new QColor for each condition just use the
`setRgb` method or fix the conditions order.
2015-01-08 14:37:10 -02:00
Tres Finocchiaro
86d7e24eb1
Merge pull request #1574 from curlymorphic/i1388
...
Proposed fix 1388 Remove auto-naming of copied blocks
2015-01-08 10:52:42 -05:00
Lukas W
7f2f9f2685
Merge branch 'master' into ed_refac
2015-01-08 10:49:09 +01:00
Raine M. Ekman
471cb04dc9
Removed #ifdefs around assert()s.
2015-01-08 10:28:29 +01:00
Raine M. Ekman
94a779f3c6
Add -DLMMS_DEBUG to CMAKE_CXX_FLAGS_DEBUG
2015-01-08 10:28:29 +01:00
Lukas W
b5da3bf1ee
Mailmap entries
2015-01-08 10:28:29 +01:00
Raine M. Ekman
2954ea3b43
...and prefer "debug.h" to a straight include of <assert.h>
2015-01-08 10:28:29 +01:00
Raine M. Ekman
78350045a2
Fix things that won't build if -DLMMS_DEBUG is in CXX_FLAGS.
2015-01-08 10:28:29 +01:00
Lukas W
a43a6bb3ba
Travis: Make verbose output
2015-01-08 10:07:27 +01:00
Dave French
736c44ab8d
888 changed 48 to DefaultTicksPerTact/4
2015-01-08 08:37:07 +00:00
Dave French
7b3e4265b8
Proposed fix 1388 Remove auto-naming of copied blocks
2015-01-08 06:15:18 +00:00
Tres Finocchiaro
5bdc6a8818
Merge pull request #1573 from tresf/master
...
Seems to fix #1565 . Merging. If you know a more elegant way to fix this, please do! 👍
2015-01-07 23:51:00 -05:00
tresf
db6f3e6e50
Fix nes array bounds error
2015-01-07 23:28:16 -05:00
Lukas W
b7aaeaa009
Merge pull request #1554 from Spekular/master
...
Removes unnecessary cleanObject() calls and commented out code in automation flipping
2015-01-08 01:14:18 +01:00
Alexandre Almeida
c799500f31
Update ProjectVersion.cpp
2015-01-07 21:50:57 -02:00
Alexandre Almeida
bd9cb12294
Update ProjectVersion.h
2015-01-07 21:50:26 -02:00
Alexandre Almeida
9199d3e8c3
Update Plugin.h
2015-01-07 21:46:02 -02:00
Alexandre Almeida
d0e0d9a632
Update Plugin.cpp
2015-01-07 21:44:48 -02:00
Alexandre Almeida
918eea1063
Update Timeline.h
2015-01-07 21:14:55 -02:00
Alexandre Almeida
35b954741b
Update Song.h
2015-01-07 21:14:29 -02:00
Alexandre Almeida
4ae194cd8b
Update ProjectRenderer.cpp
2015-01-07 21:13:27 -02:00
Alexandre Almeida
06518054b2
Update Timeline.cpp
2015-01-07 21:12:50 -02:00
Alexandre Almeida
6c49c88bfd
Update Mixer.cpp
2015-01-07 21:12:17 -02:00
Alexandre Almeida
ffb16b80c9
Update Song.cpp
2015-01-07 21:11:42 -02:00
Tres Finocchiaro
181dad5e3c
Merge pull request #1568 from badosu/master
...
Fix muted track not highlighted on selection
2015-01-07 16:24:38 -05:00
Dave French
c0fc56eaea
Proposed fix 888 Bar, Beat and Tick should follow dragged timeline
2015-01-07 20:08:18 +00:00
Amadeus Folego
421c071ab0
Fix muted track not highlighted on selection
...
Fix #1239
2015-01-07 15:55:58 -02:00
Vesa V
13bdfb4b13
Merge pull request #1551 from curlymorphic/eq
...
EQ Removed DBvModel
2015-01-07 15:27:01 +02:00
Lukas W
e0dbfa696e
Remove Engine's has_gui option
2015-01-07 00:22:40 +01:00
Lukas W
748cccd266
Merge branch 'gui_application' into ed_refac
...
Conflicts:
src/core/Song.cpp
src/gui/MainWindow.cpp
2015-01-07 00:03:32 +01:00
Lukas W
0c4833ca4a
Adjust automation editor flip implementation
2015-01-06 23:40:14 +01:00
Lukas W
13357e57c4
Change default build type
...
* Remove hard-coded compile flags (-O2 and -g)
* Make Release the default build type
Fixes #1552
2015-01-06 23:07:28 +01:00
Lukas W
23e0e0fb8e
Merge branch 'master' into ed_refac
...
Conflicts:
include/AutomationEditor.h
include/SongEditor.h
plugins/delay/delaycontrols.cpp
plugins/delay/delaycontrolsdialog.cpp
src/gui/editors/AutomationEditor.cpp
src/gui/editors/BBEditor.cpp
src/gui/editors/PianoRoll.cpp
2015-01-06 23:05:13 +01:00
Daniel Winzen
01fac0d342
Add default behaviour to switch
2015-01-06 18:50:51 +01:00
Daniel Winzen
7440794597
Don't display resize cursor for non-resizable TCOs
2015-01-06 18:18:16 +01:00
Lukas W
068066929f
Merge commit 'b5538c7da818cbcdde5ff1c885ce4eee5b626f3b' into ed_refac
...
Conflicts:
plugins/audio_file_processor/audio_file_processor.cpp
plugins/delay/delaycontrols.cpp
plugins/delay/delaycontrolsdialog.cpp
plugins/delay/delayeffect.cpp
src/gui/MainWindow.cpp
2015-01-06 16:33:41 +01:00
Lukas W
1706279ed1
Merge commit '25ab7260f5cc57075360c976826e13434ade058c' into ed_refac
2015-01-06 16:13:16 +01:00
Lukas W
834be948ee
Merge commit 'f7741f184f83e6b9e2f081d39efffb2c499962f6' into ed_refac
2015-01-06 16:11:39 +01:00
Tres Finocchiaro
e2e8537b1d
Merge pull request #1546 from DanWin/disbackup
...
Make saving of .bak files configurable
2015-01-06 10:02:14 -05:00
Lukas W
0df3998f95
Move some gui initialization to GuiApplication's constructor
2015-01-06 15:59:15 +01:00
Tres Finocchiaro
814aba053e
Merge pull request #1560 from curlymorphic/i1350
...
Proposed fix for 1350 Minimized Song_Editor & BB_Editor tracks should no...
2015-01-05 21:04:21 -05:00
Alexandre Almeida
65ff9171de
Update coding conventions
2015-01-05 22:11:23 -02:00
Alexandre Almeida
ba20c99a51
Update coding conventions
2015-01-05 22:10:09 -02:00
Dave French
f57d98fb0b
Proposed fix for 1350 Minimized Song_Editor & BB_Editor tracks should not allow graphics to be cut off.
2015-01-06 00:09:08 +00:00
Alexandre Almeida
87f6dd0a03
Update coding conventions on Note.h
2015-01-05 20:45:46 -02:00
Alexandre Almeida
ce972c5e50
Update coding conventions on Note.cpp
2015-01-05 20:45:07 -02:00
Dave French
3c44012def
Proposed fix for 1522 Noise at the end of Sample previews
2015-01-05 21:41:48 +00:00
Dave French
7588f235ee
Proposed fix for 1352 Mk2, move the loaded instrument to the parent thread
2015-01-05 18:39:44 +00:00
Raine M. Ekman
2818bd736a
Looks like locking the mutex in SF2 player is needed around a few more
...
operations than before, at least while importing MIDI. Should fix #1544
2015-01-05 17:40:14 +02:00
Spekular
6e1e73b41f
Removes unnecessary cleanObject() calls and commented out code
2015-01-05 16:07:25 +01:00
Dave French
8b83dad22c
EQ Removed DBvModel
2015-01-04 17:19:32 +00:00
Vesa V
e5c4df372e
Merge pull request #1550 from LMMS/revert-1519-i1352
...
Revert "Proposed fix for 1352 Ifreeze when adding instruments or moving...
2015-01-04 18:49:15 +02:00
Vesa V
1bb6fa072f
Revert "Proposed fix for 1352 Ifreeze when adding instruments or moving mixer tracks"
2015-01-04 18:48:12 +02:00
Vesa V
9a98adaaed
Merge pull request #1549 from diizy/master
...
Fix preview crash caused by earlier commit
2015-01-04 18:47:53 +02:00
Vesa
0cbb506f50
Fix preview crash caused by earlier commit
2015-01-04 18:47:05 +02:00
Vesa V
a9de1160eb
Merge pull request #1528 from curlymorphic/eq
...
Eq 1443 updates
2015-01-04 18:14:33 +02:00
Vesa V
b874d3fa2e
Merge pull request #1545 from DanWin/channel
...
Add "Remove unused channels" option to FX-Mixer
2015-01-04 18:08:04 +02:00
Vesa
5ae9adc9c2
Merge branch 'stable-1.1'
2015-01-04 17:33:20 +02:00
Daniel Winzen
5e4752e041
Adjust coding style
2015-01-04 16:33:19 +01:00
Vesa V
d01c8f2ece
Merge pull request #1495 from DanWin/window
...
Hide windows instead of closing them when clicking on close
2015-01-04 17:20:03 +02:00
Vesa V
469cb98be0
Merge pull request #1506 from curlymorphic/i1255
...
Proposed fix for 1255 Segment/clip not showing whole last note in Song E...
2015-01-04 17:17:25 +02:00
Vesa V
146577d34b
Merge pull request #1516 from grejppi/master-mute
...
attempt to fix #1512
2015-01-04 17:15:17 +02:00
Vesa V
5fdc452476
Merge pull request #1542 from DanWin/export
...
Fix export for some locales
2015-01-04 17:05:14 +02:00
Tres Finocchiaro
545853cf06
Merge pull request #1548 from DanWin/scroll
...
Get correct value for scrollbar width
2015-01-04 08:41:43 -05:00
Daniel Winzen
c11a15d0d0
Get correct value for scrollbar width
2015-01-04 12:38:44 +01:00
Daniel Winzen
74bd58162e
Make saving of .bak files configurable
2015-01-03 13:53:49 +01:00
Daniel Winzen
e6e8f28fc8
Don't count channels reveiving input from another channel as unused
2015-01-03 06:52:05 +01:00
Daniel Winzen
4043868992
Add "Remove unused channels" option to FX-Mixer
...
This makes it easier to delete all FX-Channels that are not in use.
2015-01-02 21:40:49 +01:00
Tres Finocchiaro
ebb2f75458
Merge pull request #1543 from rgwan/master
...
locale: Fixed some ugly translation in Chinese locale
2015-01-02 14:08:11 -05:00
rgwan
7789d64632
locale: Fixed some ugly translation in Chinese locale
2015-01-03 03:00:13 +08:00
Daniel Winzen
44f72b0f13
Added const
2015-01-02 14:21:39 +01:00
Daniel Winzen
93b6888394
Fix export for some locales
2015-01-02 13:08:11 +01:00
Daniel Winzen
25a3bc63ee
Fallback to system default or English, if language unset
2015-01-01 00:06:32 +01:00
Dave French
420bc1b7ed
Eq Gain Faders using dBv scale
2014-12-31 12:27:40 +00:00
Dave French
f67eaaced7
EQ changed gain faders to use dB
2014-12-31 00:14:44 +00:00
Vesa V
22c31008d4
Merge pull request #1529 from curlymorphic/i1527
...
Proposed fix 1527 Channel note on indicator doesn't fire when a very high note is played.
2014-12-30 16:27:39 +02:00
Dave French
1e25b91410
1527 removed socket slot for indicator activation
2014-12-30 14:07:28 +00:00
Dave French
6d4d958ec6
Proposed fix 1527 Not all Played Notes shows the indicator on the InstrumentTrackView
2014-12-29 22:48:54 +00:00
Dave French
22a603c9fd
Eq Peak filters now use bandwidth instead of resonance
2014-12-29 21:45:54 +00:00
Dave French
89b3f8f98c
Eq FloatText in widget display frequency
2014-12-29 19:46:12 +00:00
Dave French
76eba6456e
EQ Seperate in out analysing toggle
2014-12-29 18:11:16 +00:00
Vesa V
6045c2c2bc
Merge pull request #1519 from curlymorphic/i1352
...
Proposed fix for 1352 Ifreeze when adding instruments or moving mixer tracks
2014-12-29 12:39:48 +02:00
Tres Finocchiaro
f03702d4f4
Merge pull request #1513 from DanWin/cmd
...
Make command line project export working again
2014-12-28 22:08:37 -05:00
Tres Finocchiaro
23ec0e71c1
Merge pull request #1503 from badosu/master
...
Fix PianoRoll changing editMode outside window
2014-12-28 19:33:40 -05:00
Dave French
c203a5de3b
Eq remove oversample and antialysing filter
2014-12-28 17:07:40 +00:00
Dave French
a485e9127e
EQ increase shelfing filters minimum resonace. to make stable
2014-12-28 16:00:04 +00:00
Lukas W
b27a5f8d90
Merge pull request #1517 from grejppi/master-selectbox
...
clear brush for selection box
2014-12-27 23:36:05 +02:00
Lukas W
589ebdb8f3
Merge pull request #1498 from DanWin/translate
...
Generate translation files automatically
2014-12-27 22:27:45 +02:00
Dave French
d68f8d7302
Proposed fix for 1352 Instrument crash on loading
2014-12-27 17:47:31 +00:00
Hannu Haahti
1b688dc80b
clear brush for selection box
...
(also get rid of some whitespace)
2014-12-27 13:30:01 +02:00
Hannu Haahti
bbbe515e58
attempt to fix #1512
2014-12-27 11:46:19 +02:00
Daniel Winzen
011dee2564
Fix some memory access issues
2014-12-26 19:06:03 +01:00
Daniel Winzen
21bd57b629
Make command line project export working again
2014-12-26 19:04:50 +01:00
Dave French
a42d8a04ea
fix for 1255 added 1 pixel margin between border and top note
2014-12-26 17:57:05 +00:00
Vesa V
1cd8c0e2c4
Merge pull request #1510 from LMMS/stable-1.1
...
Stable 1.1
2014-12-26 19:40:35 +02:00
Vesa V
e503875a28
Merge pull request #1469 from DanWin/mem
...
Fix various memory leaks
2014-12-26 19:39:43 +02:00
Vesa V
22a2bf97ab
Merge pull request #1509 from diizy/master
...
Some improvements in lmms_math
2014-12-26 19:35:13 +02:00
Vesa
44a2455429
Correct type in macros
2014-12-26 19:33:48 +02:00
Vesa
1a5c085aa2
Faster dbv/linear conversions, separate safe functions for when the extra safety (0/inf handling) is needed
2014-12-26 19:31:16 +02:00
Vesa V
86bb9daa63
Merge pull request #1507 from badosu/pianoroll-rouded-rect
...
Use rounded rectangles to draw notes
2014-12-26 19:25:49 +02:00
Amadeus Folego
34d28ebe63
Use rounded rectangles to draw notes
2014-12-26 15:07:19 -02:00
Dave French
8c2ebf287d
Proposed fix for 1255 Segment/clip not showing whole last note in Song Editor
2014-12-26 12:33:00 +00:00
Dave French
cee287116b
Proposed fix for 1150 Preset Browser: division between factory and user files fails if factory has folders
2014-12-26 11:00:26 +00:00
Amadeus Folego
2e1bfb47a5
Fix PianoRoll changing editMode outside window
...
If an user Ctrl+Clicked on a track, e.g. copying/muting it, but the
focus was still on the PianoRoll window the mode would change
Fix #1501
2014-12-26 07:14:27 -02:00
Daniel Winzen
df79601348
Generate translation files automatically
...
Instead of updating the binary translation files manually, update them automatically.
Now we only need to sync the *.ts files.
2014-12-25 21:55:38 +01:00
Daniel Winzen
41b756776f
Add choose language option
2014-12-25 20:54:18 +01:00
Daniel Winzen
5bf095b6b9
Revert Zynaddsubfx changes
2014-12-24 20:08:14 +01:00
Vesa V
9e4db1417a
Merge pull request #1486 from Spekular/master
...
Adds automation flipping.
2014-12-24 20:34:35 +02:00
Vesa
56ba799404
Use input signal to measure levels for autoquit in FX that can potentially mute the signal
2014-12-24 20:07:04 +02:00
Vesa
a34c6a1c58
Merge branch 'stable-1.1'
...
Conflicts:
plugins/Amplifier/Amplifier.cpp
plugins/audio_file_processor/audio_file_processor.cpp
2014-12-24 19:59:12 +02:00
Vesa
62df768896
Autoquit improvement: On effect plugins where it's possible for the FX to silence the output, measure the levels of the input signal for autoquit
...
This so that the effect won't be turned off when there's input that the effect is muting (eg. when you use the Amplifier to temporarily mute a signal)
2014-12-24 19:53:05 +02:00
Daniel Winzen
c353f81d59
Hide windows instead of closing them when clicking on close
2014-12-24 17:11:36 +01:00
Tres Finocchiaro
58d864a630
Merge pull request #1491 from curlymorphic/i929n2
...
Proposed fix for 929 AFP wave display
2014-12-24 08:59:27 -05:00
Tres Finocchiaro
3a126333f8
Merge pull request #1494 from DanWin/window
...
Fix size reset for maximized windows
2014-12-24 08:53:05 -05:00
Daniel Winzen
2921af35f5
Fix size reset for maximized windows
2014-12-24 10:59:22 +01:00
Vesa V
7c376a610b
Merge pull request #1493 from curlymorphic/eq
...
EQ Fixes for 1443
2014-12-24 11:28:07 +02:00
Dave French
b5538c7da8
used newWaveView in constructor, to remove redundancy
2014-12-23 22:26:36 +00:00
Dave French
7527976804
EQ Fixes
...
analyser now disabled when not in view.
band vu meters now disable when analyser is disabled.
display nema changed to Equalizer.
set sample rate before frequency on LinkWitzRiley filters.
Grouped the setting of filterparameters into one function, and calc coefficent
once if needed.
Made suitable function inline.
in and out vu meters now using both stereo channels
2014-12-23 21:57:20 +00:00
Spekular
ddbf9cd264
Fixes flipping visiblesegment horizontally
2014-12-23 19:29:51 +01:00
Spekular
bfeced7140
Code Cleanup
2014-12-23 19:29:51 +01:00
Spekular
eb0b0f5277
Adds automation flipping.
2014-12-23 19:29:50 +01:00
Tres Finocchiaro
122b845105
Bump version for stable-1.1
2014-12-23 12:48:41 -05:00
Vesa V
89d31629c8
Merge pull request #1470 from ranft/bugfix-brush-initialization
...
Bugfix brush initialization
2014-12-23 19:26:16 +02:00
Vesa V
28db09aca6
Merge pull request #1482 from curlymorphic/renderLoop
...
Render between loop markers
2014-12-23 19:20:55 +02:00
Dave French
76a1b8c2b6
Proposed fix for 929 AFP wave display
2014-12-23 16:29:04 +00:00
Dave
ee39cbe94d
Merge pull request #16 from LMMS/stable-1.1
...
Stable 1.1
2014-12-23 16:15:28 +00:00
Tres Finocchiaro
e24b8d6a47
Merge pull request #1490 from curlymorphic/i1408
...
Proposed fix for #1408 Window Size in windowed and full screen modes.
2014-12-23 08:31:21 -05:00
Dave French
1945ed43be
Proposed fox for 1408 Window size in window and full-screen modes
2014-12-23 12:57:19 +00:00
Vesa V
c8eb336ab2
Merge pull request #1489 from diizy/master
...
Remove moc
2014-12-23 13:24:30 +02:00
Vesa
a3ec5b7600
Remove moc
2014-12-23 13:23:58 +02:00
Vesa
a203ee4650
Merge branch 'stable-1.1'
...
Conflicts:
plugins/delay/delaycontrols.cpp
plugins/delay/delaycontrolsdialog.cpp
plugins/delay/delayeffect.cpp
2014-12-23 13:21:03 +02:00
Dave
68835335d0
Merge pull request #13 from LMMS/master
...
From master
2014-12-23 10:15:48 +00:00
Vesa V
d261a5af15
Merge pull request #1487 from curlymorphic/flanger
...
Flanger correct calculation,
2014-12-23 11:39:24 +02:00
Dave French
dd27dc688a
updated as per 1474
2014-12-23 09:33:13 +00:00
Vesa V
af66303fc4
Merge pull request #1485 from curlymorphic/delay-1.1
...
Delay effect Clear buffer on load, correct use of interpolation, reformat
2014-12-23 11:31:41 +02:00
Dave French
6aae0e6897
change as of issue 1474
2014-12-23 09:17:16 +00:00
Dave French
eca59c30eb
Flanger change Filenames to CamelCase
2014-12-22 22:52:47 +00:00
Dave French
7f47fc955d
Flanger reformat, convert spaces to tabs
2014-12-22 22:25:55 +00:00
Dave French
b982fa4b4c
Flanger correct interpolate calculation
2014-12-22 22:22:51 +00:00
Dave
27b822f30d
Merge pull request #12 from LMMS/master
...
from master
2014-12-22 21:34:46 +00:00
Tres Finocchiaro
ef7d3ff328
Merge pull request #1479 from DanWin/title
...
reset window title every time we change the state of a subwindow to show...
2014-12-22 16:17:32 -05:00
Dave French
8529f6a0a4
Added Export between loop markers as a checkbox, to the Export Project dialog
2014-12-22 20:55:09 +00:00
Dave French
a0d07db8f1
Delay Clear buffer on load, correct use of interpolation, reformat
2014-12-22 19:29:41 +00:00
Tres Finocchiaro
a7ebc70f07
Merge pull request #1443 from curlymorphic/eq
...
Eq plugin
2014-12-22 08:16:50 -05:00
Vesa V
c7e3dc716c
Merge pull request #1483 from diizy/master
...
Delay.h fix
2014-12-22 14:45:33 +02:00
Vesa
13b1220d16
Delay.h fix
2014-12-22 14:45:17 +02:00
Vesa V
afa30c300a
Merge pull request #1462 from diizy/crossovereq
...
Changes to interpolation (explicitly use fma more), some new DSP buildin...
2014-12-22 14:41:53 +02:00
Vesa
6a89615d33
Merge branch 'stable-1.1'
2014-12-22 14:36:54 +02:00
Daniel Winzen
36d02b9887
Fix memory leaks in Audio setup tab in the settings dialog
2014-12-22 11:42:35 +01:00
Lukas W
25ab7260f5
Merge pull request #1461 from DanWin/stable-1.1
...
German translation update
2014-12-22 11:53:45 +02:00
Tres Finocchiaro
dd053b99d2
Fix whitespace
2014-12-22 00:31:50 -05:00
Tres Finocchiaro
3886cd43a9
Merge pull request #1478 from curlymorphic/i856
...
Proposed fix for 856 Recursive VST Effect Enhancement Request
2014-12-22 00:27:57 -05:00
Dave French
5fc1b36f6f
856 reformat
2014-12-22 05:17:53 +00:00
Dave French
5172acb1e3
Proposed fix for 1049 VST knobs won't remember settings
2014-12-21 23:34:08 -05:00
Tres Finocchiaro
c4b43061bd
Merge pull request #1480 from curlymorphic/i1049
...
Proposed fix for 1049 VST knobs won't remember settings
2014-12-21 23:20:22 -05:00
Tres Finocchiaro
6d8472433c
Merge pull request #1481 from curlymorphic/i1080
...
Proposed fix 1080 Panning Sample tracks
2014-12-21 23:16:20 -05:00
Dave French
a4359ec584
1080 save and load pan settings
2014-12-21 23:36:42 +00:00
Dave French
8f12d483a7
Render between loop markers
2014-12-21 19:59:29 +00:00
Dave
0bbc963ee2
Merge pull request #11 from LMMS/master
...
from LMMS:master
2014-12-21 16:43:45 +00:00
Dave French
188f3714d7
Proposed fix 1080 Panning Sample tracks
2014-12-21 16:10:43 +00:00
Dave French
cc74273f60
Proposed fix for 1049 VST knobs won't remember settings
2014-12-21 14:19:48 +00:00
Dave French
f54540dea7
856 now loads absolute and relative paths correctly
2014-12-21 10:51:11 +00:00
Daniel Winzen
2ee8f1445c
reset window title every time we change the state of a subwindow to show the correct title
...
When maximizing a subwindow it remembers the title the mainwindow had before and resets it after unmaximizing/closing.
As the title might have changed due to a project switch, we have to reset the title again as it would else show an incorrect/old title.
2014-12-21 10:18:55 +01:00
Dave French
0d44dc6ac5
Proposed fix for 856 Recursive VST Effect Enhancement Request
2014-12-21 03:38:11 +00:00
Tres Finocchiaro
635e92ab50
Merge pull request #1476 from curlymorphic/i1194
...
Proposed fix for Render from beginning (not play head)
2014-12-20 22:19:00 -05:00
Dave French
5f5d405552
Render from start of track.
2014-12-20 22:33:29 +00:00
Daniel Winzen
e0f7ea57ac
Check if object already exists instead of deleting and recreating it
2014-12-20 16:30:28 +01:00
Daniel Winzen
0a732fbc04
Fix mismatched free() / delete / delete [] in RmsHelper.h
2014-12-20 09:07:21 +01:00
Daniel Winzen
b59a50133a
Fix memory leaks in ZynAddSubFX
2014-12-19 21:35:43 +01:00
Daniel Winzen
ddbb180800
Fix memory leaks in LADSPA plugins
2014-12-19 21:33:49 +01:00
Rüdiger Ranft
91124495eb
Merge upstream changes.
2014-12-19 17:21:16 +01:00
Rüdiger Ranft
7cc080efbd
Added the initialization of the active mixer brush.
2014-12-19 17:13:29 +01:00
Rüdiger Ranft
8d6a17a047
Merge Brush-Bugfix
2014-12-19 17:00:09 +01:00
Rüdiger Ranft
17df759e59
Fixed the brush initialization.
...
The brushes are now initialized as solid colored, in order to fix drawing
problems.
2014-12-19 16:54:37 +01:00
Vesa
c0415ce3b3
Changes to interpolation (explicitly use fma more), some new DSP building blocks
...
New file: Delay.h - contains some simple delay effects for use in DSP - perhaps for designing reverbs or similar. All are in double precision because why not.
2014-12-18 22:36:39 +02:00
Daniel Winzen
f7741f184f
German translation update
2014-12-18 20:58:12 +01:00
Vesa V
3ad6d6ca7a
Merge pull request #1459 from DanWin/stable-1.1
...
More memory fixes
2014-12-18 04:02:59 +02:00
Lukas W
1ee93409d1
Move Engine' GUI code to new GuiApplication class
2014-12-17 23:25:55 +01:00
Daniel Winzen
0891c53582
More memory fixes
...
This fixes memory leaks in ZASF and Controller. It also sets an uninitalised variable in audio_file_processor.
2014-12-17 21:01:26 +01:00
Tres Finocchiaro
3c5d940561
Fix ifdef typo leftover from clang fix
2014-12-17 14:20:58 -05:00
tresf
448b783e8b
Fix compilation on Xcode 4.6
2014-12-17 13:43:14 -05:00
Tres Finocchiaro
85da25fe2a
better naming consistency with windows builds
...
i.e. `LMMS 1.1.0.dmg` will now be `lmms-1.1.0-mac10.7.dmg`
2014-12-17 12:59:36 -05:00
Dave
0084dc461f
Merge pull request #10 from curlymorphic/eqFix
...
Eq fix
2014-12-17 13:07:34 +00:00
Dave French
fae0c8c74e
EQ
2014-12-17 12:44:22 +00:00
Dave French
01c8cbcde0
EQ remove EXPORT from EqFader
2014-12-17 12:28:03 +00:00
Lukas W
eb79701acc
Merge branch 'master' into ed_refac
2014-12-17 11:35:42 +01:00
Lukas W
657fb06c49
More Automation refactoring
2014-12-17 11:34:57 +01:00
Tres Finocchiaro
db551b9f43
Merge pull request #1457 from curlymorphic/fader
...
Added EXPORT macro to Fader, to allow use in plugins on windows
2014-12-17 00:20:00 -05:00
Dave French
bac22e9607
EQ tidy up,
2014-12-17 02:57:49 +00:00
Dave French
43ad2d52bd
added EXPORT to Fader to allow use in plugins in windows builds
2014-12-17 01:32:10 +00:00
Dave
6df00fffdf
Merge pull request #8 from LMMS/master
...
merge from master
2014-12-17 01:17:15 +00:00
Dave French
2a448e9242
EQ cleaning up memory management
2014-12-16 23:02:45 +00:00
Vesa V
28ec70decd
Merge pull request #1456 from diizy/crossovereq
...
LR filter -> direct form 2
2014-12-17 00:59:10 +02:00
Vesa V
fa86a2cdac
Merge pull request #1455 from LMMS/stable-1.1
...
Stable 1.1
2014-12-17 00:49:14 +02:00
Vesa V
de56c989e9
Merge pull request #1454 from DanWin/stable-1.1
...
Remove RackView widget before deleting the ChannelView (Rebase for stable-1.1 of #1448 )
2014-12-17 00:48:47 +02:00
Vesa
8402bcb525
LR filter -> direct form 2
2014-12-16 23:49:39 +02:00
Daniel Winzen
d21f0a7114
Remove RackView widget before deleting the ChannelView
...
Fixes the following two errors I spotted using valgrind:
When deleting a channel;
==936== Invalid read of size 8
==936== at 0x56FA1D: FxMixerView::deleteChannel(int) (FxMixerView.cpp:374)
==936== by 0x60E9A79: QMetaObject::activate(QObject*, QMetaObject const*, int, void**) (in /usr/lib/x86_64-linux-gnu/libQtCore.so.4.8.6)
==936== by 0x5216BF1: QAction::triggered(bool) (in /usr/lib/x86_64-linux-gnu/libQtGui.so.4.8.6)
==936== by 0x52185C2: QAction::activate(QAction::ActionEvent) (in /usr/lib/x86_64-linux-gnu/libQtGui.so.4.8.6)
==936== Address 0x14d51b90 is 32 bytes inside a block of size 40 free'd
==936== at 0x4C2C2E0: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==936== by 0x56F9ED: FxMixerView::deleteChannel(int) (FxMixerView.cpp:370)
==936== by 0x60E9A79: QMetaObject::activate(QObject*, QMetaObject const*, int, void**) (in /usr/lib/x86_64-linux-gnu/libQtCore.so.4.8.6)
==936== by 0x5216BF1: QAction::triggered(bool) (in /usr/lib/x86_64-linux-gnu/libQtGui.so.4.8.6)
When loading a new project after adding some channels:
==936== Invalid read of size 8
==936== at 0x570785: FxMixerView::refreshDisplay() (FxMixerView.cpp:202)
==936== by 0x4B590E: Song::clearProject() (Song.cpp:740)
==936== by 0x4B7885: Song::createNewProject() (Song.cpp:817)
==936== by 0x60E9A79: QMetaObject::activate(QObject*, QMetaObject const*, int, void**) (in /usr/lib/x86_64-linux-gnu/libQtCore.so.4.8.6)
==936== Address 0x56a12ab0 is 32 bytes inside a block of size 40 free'd
==936== at 0x4C2C2E0: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==936== by 0x57075B: FxMixerView::refreshDisplay() (FxMixerView.cpp:201)
==936== by 0x4B590E: Song::clearProject() (Song.cpp:740)
==936== by 0x4B7885: Song::createNewProject() (Song.cpp:817)
2014-12-16 22:46:37 +01:00
Vesa
6f23ef7df2
Merge branch 'stable-1.1'
...
Conflicts:
plugins/DualFilter/DualFilterControls.cpp
src/gui/PluginBrowser.cpp
2014-12-16 23:12:02 +02:00
Vesa V
347b5a121d
Update papu_instrument.cpp
2014-12-16 23:02:00 +02:00
Vesa V
da6fd6ef5c
Update opl2instrument.cpp
2014-12-16 23:00:14 +02:00
Tres Finocchiaro
ed0dc6770d
Merge pull request #1453 from falkTX/stable-1.1
...
Fix for updated Carla API, and fix build on old linux systems
2014-12-16 15:49:01 -05:00
Tres Finocchiaro
f65ec07603
Bump version
2014-12-16 15:32:20 -05:00
falkTX
f2ab783db9
Fix build when using old linux systems
2014-12-16 19:40:31 +00:00
falkTX
91063ab7d2
Update Carla plugin to latest API
2014-12-16 19:40:02 +00:00
Tres Finocchiaro
b789eb9a69
Merge pull request #1449 from curlymorphic/I1432
...
Proposed fix for issue 1432 LB302 preset preview audio cut-off
2014-12-16 12:30:03 -05:00
Tres Finocchiaro
569c83101a
Merge pull request #1451 from curlymorphic/i1450
...
Proposed fix for 1450 Mem leak in sample-track
2014-12-16 12:23:39 -05:00
Dave French
8b2ce06da8
Proposed fix for 1450 Mem leak in sample-track
2014-12-16 16:41:08 +00:00
Dave French
8d3637e754
Proposed fix for #1411 Crash on LB302 preset preview .
2014-12-16 16:51:06 +01:00
Tres Finocchiaro
c6a22747da
Merge pull request #1433 from Sti2nd/stable-1.1
...
New SnareMarch preset and updated KickPower
No objections after a week, merging. -Tres
2014-12-16 10:48:42 -05:00
Dave French
6fb8df486f
EQ changed file and directory names to CamelCase
2014-12-16 14:25:56 +00:00
Tres Finocchiaro
5e8e52ff27
Merge pull request #1447 from curlymorphic/1411
...
Proposed fix for #1411 Crash on LB302 preset preview .
2014-12-16 08:53:59 -05:00
Dave French
f27ea7bc2b
Proposed fix for #1432 LB302 preset preview audio cut-off
2014-12-15 21:40:58 +00:00
Dave
2aa7b64938
Merge pull request #7 from LMMS/stable-1.1
...
merge LMMS/lmms
2014-12-15 16:37:53 +00:00
Dave French
f357bc7291
Proposed fix for #1411 Crash on LB302 preset preview .
2014-12-15 15:54:05 +00:00
Dave
b00906983b
Merge pull request #3 from LMMS/master
...
Merge from master, for updated LR4 filters
2014-12-15 12:50:49 +00:00
Dave French
47e6f3b614
EQ Change colors used, to be more accessable.
2014-12-15 12:38:51 +00:00
Vesa V
24f8bd4c20
Merge pull request #1445 from diizy/crossovereq
...
Crossover EQ initial commit, also fix bugs in LR4 filter and Fader
2014-12-15 10:45:00 +02:00
Vesa
0789bae53a
Crossover EQ initial commit, also fix bugs in LR4 filter and Fader
2014-12-15 10:41:43 +02:00
Dave French
b595d432d9
EQ Fixed so builds on win, Changed display colors, made res lines thinner
2014-12-14 21:13:20 +00:00
Dave French
c5c9b59167
EQ
...
changed makefile to allow windows build on travis
2014-12-14 00:09:30 +00:00
Dave French
7536584386
EQ
...
remove unused files
2014-12-13 22:03:15 +00:00
Dave French
f64ca3ff45
EQ
...
Clean up of code
2014-12-13 21:54:50 +00:00
Dave French
77fd245c48
EQ updates to UI, Initial Ui complete
2014-12-13 20:35:50 +00:00
Tres Finocchiaro
e6ae2be65a
Bump DualFilter high cutoff to 20k
...
Closes #1395 .
2014-12-13 12:19:20 -05:00
Tres Finocchiaro
a182a3e8cc
Fix scroll bar gap
...
Closes #1437
2014-12-13 12:11:31 -05:00
Tres Finocchiaro
90bb470642
Merge pull request #1442 from tresf/stable-1.1
...
Check major/minor version before setting theme directory
2014-12-13 08:46:06 -08:00
tresf
a8924a34dd
Check major/minor version before setting theme directory
2014-12-13 11:27:14 -05:00
Dave
0f6a2e5732
Merge pull request #2 from curlymorphic/master
...
rebase from master
2014-12-13 16:10:20 +00:00
Dave
a774e5dabe
Merge pull request #1 from LMMS/master
...
rebase from master
2014-12-13 16:08:12 +00:00
Dave French
08821a7290
EQ update
...
filters before downsampling changed
ignore wet dry knob
scale lines on widget
filter type switch loading correctly
analyser code all move to one location
implment analyze button
remove redundant code
analyser display omprovments
2014-12-13 15:55:28 +00:00
Vesa V
7b61c54f3a
Merge pull request #1441 from diizy/master
...
More fixes (Bitcrush, Linkwitz-Riley filter)
2014-12-13 16:29:52 +02:00
Vesa
4266de7830
More fixes (Bitcrush, Linkwitz-Riley filter)
2014-12-13 16:28:44 +02:00
Vesa V
0da847f943
Merge pull request #1440 from LMMS/stable-1.1
...
Update FxMixer.cpp
2014-12-13 13:06:28 +02:00
Vesa V
73cad09968
Update FxMixer.cpp
...
prevent double adding of jobs
2014-12-13 13:05:50 +02:00
Vesa V
46d9b594e8
Merge pull request #1439 from diizy/master
...
Bitcrush: small improvement, also add some stuff to math & constants
2014-12-13 11:48:56 +02:00
Vesa
1ad5ef22d7
Bitcrush: small improvement, also add some stuff to math & constants
...
Constants:
- calculate all in long double so as to improve the accuracy of our pre-calculated constants
- add some possibly useful constants: reciprocal of pi, square of pi, and reciprocal of e
Math:
- new math convenience functions: absMax, absMin
2014-12-13 11:26:15 +02:00
Lukas W
11cb8b5d68
Automation Editor tension fix
2014-12-12 10:51:15 +01:00
dave
a7831a7cca
Draw grid lines on widget
2014-12-11 16:52:06 +00:00
Lukas W
787788870b
Introduce ActionGroup subclass
2014-12-11 12:56:51 +01:00
Lukas W
02869b13dd
Editors: Some cleanups
2014-12-11 11:24:26 +01:00
Lukas W
9b6612c396
PianoRoll rename fix
2014-12-11 10:38:04 +01:00
Vesa V
57691c9c3f
Merge pull request #1434 from curlymorphic/fader
...
updated Fader to use setHintText
2014-12-11 08:20:43 +02:00
Lukas W
ebbec2f270
Editor: Add edit mode support
2014-12-11 02:39:04 +01:00
Lukas W
1d07a91a83
PianoRoll: Coding style updates
2014-12-11 01:49:59 +01:00
dave
9c9e9db164
spectrum analysis implemented
2014-12-11 00:08:42 +00:00
dave
4710360ce5
updated Fader to use setHintText
...
enables setting of the display text.
2014-12-10 23:47:07 +00:00
Stian Jørgensrud
60ad2c8aa0
New SnareMarch preset and updated KickPower
...
The snare sounds like it would be used for marching. If you can make it
brighter without making it sound funny, please do...
The kick was too dark for general purpose. Shortened it, raised it in
the frequency range and added more noise.
2014-12-11 00:24:52 +01:00
dave
1595c2728e
re initial, no working fft, faders, checkboxes
2014-12-10 08:44:25 +00:00
Vesa V
d20b1e9bb6
Merge pull request #1431 from diizy/master
...
Fader: add a way to disable the x100 display conversion so the fader wid...
2014-12-10 06:58:17 +02:00
Vesa
170f60c8e0
Fader: add a way to disable the x100 display conversion so the fader widget can be used with arbitrary values
...
Also it can now be used with alternate pixmaps
2014-12-10 06:55:59 +02:00
Vesa
150b16bd15
Merge branch 'stable-1.1'
...
Conflicts:
include/lmms_math.h
plugins/delay/delaycontrolsdialog.cpp
src/core/FxMixer.cpp
src/gui/FxMixerView.cpp
2014-12-10 01:38:17 +02:00
Vesa
4a6257a47c
Fix master channel peak display
...
Fix #1427
Conflicts:
src/core/FxMixer.cpp
src/gui/FxMixerView.cpp
2014-12-10 01:33:49 +02:00
Vesa V
ebc519c296
Merge pull request #1430 from diizy/master
...
Fix master channel peak display
2014-12-10 01:30:31 +02:00
Vesa
fbc6de857a
Fix master channel peak display
...
Fix #1427
2014-12-10 01:28:14 +02:00
Vesa V
891ab058eb
Merge pull request #1425 from tresf/stable-1.1
...
Cleanup fmaf() usage, move to lmms_math.h
2014-12-09 17:27:07 +02:00
Tres Finocchiaro
bbe337bd03
Use correct FMA_ macros
2014-12-09 08:28:00 -05:00
Lukas W
b39225ac6a
Merge pull request #1422 from curlymorphic/removewhitespace
...
Remove white space from Knob::setHintText calls
2014-12-09 02:32:16 +02:00
dave
2295545ac6
Remove whitespace from setHintText, change spaces to tabs
2014-12-08 23:48:44 +00:00
Lukas W
7c508f7900
Merge master into ed_refac
2014-12-09 00:20:28 +01:00
Lukas W
b25765ddb8
Move Editors to src/gui/editors subdirectory
2014-12-08 23:43:31 +01:00
Lukas W
51f59293ce
Rename Timeline to TimeLineWidget
2014-12-08 23:38:38 +01:00
Lukas W
409e8f2700
AutomationEditor style updates
2014-12-08 23:36:02 +01:00
Lukas W
47cbc9e7f9
AutomationEditor + PianoRoll: Move Copy/Paste shortcuts
2014-12-08 22:58:11 +01:00
Lukas W
b661e0871b
PianoRoll: Slot renames
2014-12-08 22:33:37 +01:00
Lukas W
968e581844
Editors: Don't use ToolButton
2014-12-08 22:25:52 +01:00
Lukas W
32da8cb677
Editor: Don't use ToolButton
2014-12-08 21:22:52 +01:00
Tres Finocchiaro
7431e77229
More fmal() fixes
2014-12-08 14:42:19 -05:00
Lukas W
ed8e30b4ee
Small const fix
2014-12-08 20:19:51 +01:00
Lukas W
f131fbd877
Editors: Add to workspace in MainWindow class, not in themselves
2014-12-08 19:22:52 +01:00
Lukas W
7a21d699ea
SongEditor: Some renames
2014-12-08 18:46:10 +01:00
Tres Finocchiaro
5a0dfdd3c0
minor fmaf() formatting fix.
2014-12-08 12:45:31 -05:00
Tres Finocchiaro
76d766fe25
fmaf() code cleanup, typos
2014-12-08 12:30:16 -05:00
Lukas W
11898a5162
Move Timeline.cpp to gui directory
2014-12-08 18:25:10 +01:00
Lukas W
d029c8513a
BBEditor: Use Editor superclass
2014-12-08 18:23:01 +01:00
Tres Finocchiaro
591acbf732
fastFmaf() formatting fixes
2014-12-08 12:22:33 -05:00
Tres Finocchiaro
56d0910533
Cleanup fmaf() usage, move to lmms_math.h
2014-12-08 12:20:47 -05:00
Lukas W
4b275693b6
ToolBar css fixes
2014-12-08 17:12:38 +01:00
Lukas W
e9d841dec1
Migrate Timeline::addToolButtons to QToolBar
2014-12-08 16:53:31 +01:00
Lukas W
ec9158cda9
PianoRoll: Use Editor superclass
2014-12-08 16:48:10 +01:00
Tres Finocchiaro
6e01e8d4e0
Merge pull request #1424 from tresf/stable-1.1
...
Fix compilation on Apple/Clang (ambiguous fmaf())
2014-12-08 06:09:33 -08:00
Lukas W
d8db8948a8
Editor: Don't delete on close
2014-12-08 14:47:58 +01:00
dave
c997da29db
missed a couple of + " ", all sored now
2014-12-08 11:02:41 +00:00
dave
4993eba3c1
Remove unused and unnessary +" " in all knob.setHintText calls
2014-12-08 10:57:21 +00:00
Vesa
2e8534955b
Fix FX mixer race condition
...
Conflicts:
src/core/FxMixer.cpp
2014-12-07 22:34:37 +02:00
Vesa V
77f2b56221
Merge pull request #1420 from diizy/master
...
Fix FX mixer race condition
2014-12-07 22:31:09 +02:00
Vesa
dbc404cca1
Fix FX mixer race condition
2014-12-07 22:29:23 +02:00
Vesa V
567f6de349
Merge pull request #1419 from diizy/master
...
Remove distortion from sv filters
2014-12-07 21:11:45 +02:00
Vesa
e7b7cf54bb
Remove distortion from sv filters
2014-12-07 21:11:11 +02:00
Lukas W
86f2c866b6
Move play, record and stop signals to superclass
2014-12-07 18:50:40 +01:00
Lukas W
3e9cc61042
SongEditor: Use Editor superclass
2014-12-07 17:37:22 +01:00
Lukas W
02006f9855
Use Editor superclass in AutomationEditor
...
Split AutomationEditor -> AutomationEditor + AutomationEditorWindow
2014-12-07 12:48:49 +01:00
Lukas W
c6ee614012
Clean up ToolButton class
2014-12-07 11:53:32 +01:00
Lukas W
44b52ebd99
Add Editor superclass
...
Provides a toolbar with play, record and stop buttons.
2014-12-07 11:53:20 +01:00
Vesa V
82cd1ca65d
Merge pull request #1415 from curlymorphic/Delay
...
Delay, added s postfix to knob values where applicable.
2014-12-07 00:38:21 +02:00
Vesa V
6b7ff58886
Merge pull request #1417 from diizy/bitcrush
...
Bitcrush effect plugin
2014-12-07 00:37:53 +02:00
Vesa V
68f5ccce64
Update lmms_math.h
...
oops, extra f
2014-12-07 00:12:19 +02:00
Vesa
f742854642
Bitcrush effect plugin
2014-12-07 00:07:30 +02:00
Dave
10ca77b31c
Merge pull request #1 from LMMS/master
...
Rebase from original
2014-12-06 21:22:19 +00:00
dave
decac20298
Replaced whitespace in knob definitions, for consistancy
2014-12-06 19:47:39 +00:00
dave
4a2a60255c
Added postfix "s" to knobs where relevant, cleaned up unintentional white space
2014-12-06 18:34:24 +00:00
dave
cefee3a721
added s postfix to knob values where applicable.
2014-12-06 18:28:19 +00:00
Vesa V
fd6e49c906
Merge pull request #1406 from csimons/unbind-keys
...
Removing focus from child windows upon hiding them.
2014-12-06 11:46:06 +02:00
Vesa V
0a839f8309
Merge pull request #1414 from csimons/dialog-titles
...
Adopt "Title Case" for dialog titles and menu text.
2014-12-06 11:42:20 +02:00
Vesa V
97a8705811
Merge pull request #1380 from softrabbit/journalling-killswitch
...
Master kill switch for journalling, useful when closing program.
2014-12-06 11:41:16 +02:00
Vesa V
074eada27f
Merge pull request #1392 from curlymorphic/Delay
...
Delay Plugin, Changed default delay time to 0.5 seconds from 2.0.
2014-12-06 11:40:16 +02:00
Christopher L. Simons
ca973b9369
Upon toggling off a window, now attempting to focus SongEditor, then any other visible editors, or finally the parent window if all editors are hidden.
2014-12-06 03:46:41 -05:00
Christopher L. Simons
38b3279cf0
Setting menu titles in Title Case.
2014-12-05 20:40:22 -05:00
Christopher L. Simons
4ec1920b79
Setting dialog titles in Title Case.
2014-12-05 20:05:37 -05:00
Tres Finocchiaro
951663ec3d
Merge pull request #1402 from mikobuntu/origin/stable-1.1
...
Added TR909-RimShot preset to Kicker Instrument. ( also reverted an old change i had made to zyn-globals.h )
2014-12-05 00:31:19 -05:00
Christopher L. Simons
5675b1a373
Removing focus from hidden windows upon hiding them.
2014-12-04 23:39:53 -05:00
Tres Finocchiaro
ee1b9ba7bc
Merge pull request #1403 from csimons/vim-comments
...
Remove personal vim-config comments from source files.
2014-12-04 19:12:21 -05:00
Christopher L. Simons
63b353e07c
Removed vim-config comment from SongEditor.cpp.
2014-12-04 16:03:45 -05:00
Christopher L. Simons
2425366b58
Removed vim-config comment from ExportProjectDialog.cpp.
2014-12-04 16:03:35 -05:00
Christopher L. Simons
809cad1b62
Removed vim-config comment from main.cpp.
2014-12-04 16:03:21 -05:00
Christopher L. Simons
3b2316e242
Removed vim-config comment from SampleBuffer.cpp.
2014-12-04 16:03:12 -05:00
mikobuntu
8c0ab4dfec
Fixed naming of Kicker preset (RimShot to TR909-RimShot)
2014-12-04 20:55:39 +00:00
mikobuntu
762b667b47
Added TR909-RimShot preset to Kicker
...
:///home/mikobuntu/lmms/presets/Kicker/RimShot4.xpf
2014-12-04 19:56:54 +00:00
mikobuntu
fc6374a07b
reverted changes to globals.h
2014-12-04 19:49:40 +00:00
Vesa V
e61476df04
Merge pull request #1400 from diizy/master
...
Transposed form of Linkwitz-Riley
2014-12-04 20:45:57 +02:00
Vesa
dcd0e81d86
Transposed form of Linkwitz-Riley
2014-12-04 20:43:37 +02:00
Vesa V
2b7df9d259
Merge pull request #1399 from diizy/master
...
Added 4th-order Linkwitz-Riley filter object to BasicFilters.h
2014-12-04 18:49:33 +02:00
Vesa
79bbe72055
Added 4th-order Linkwitz-Riley filter object to BasicFilters.h
2014-12-04 18:48:58 +02:00
Lukas W
d17b6c5328
LmmsStyle: Remove legacy code
2014-12-04 17:16:50 +01:00
dave
e7e8e79630
Changed default delay time to 0.5 seconds from 2.0.
2014-12-04 02:39:26 +00:00
Vesa V
31c7e36b72
Merge pull request #1386 from csimons/cleanup-null-pointer-deallocation-warnings
...
Cleaning up null-pointer-deallocation warnings.
2014-12-03 06:30:18 +02:00
Christopher L. Simons
b1414eba23
Cleaning up null-pointer-deallocation warnings.
2014-12-02 18:07:56 -05:00
Raine M. Ekman
c3c5501396
Master kill switch for journalling, useful when closing program.
2014-12-01 21:28:29 +02:00
Vesa V
1d929d6ce7
Merge pull request #1377 from diizy/multitap
...
Fix time
2014-12-01 09:47:25 +02:00
Vesa
4f62be89ed
Fix time
2014-12-01 09:33:54 +02:00
Tres Finocchiaro
828dd625fa
Bump version
2014-11-30 23:00:28 -05:00
Vesa V
e660f479b9
Merge pull request #1355 from curlymorphic/flanger
...
Flanger
2014-11-30 17:18:02 +02:00
Vesa V
0c69872067
Merge pull request #1375 from diizy/multitap
...
Multitap, filters, updates
2014-11-30 17:07:48 +02:00
Vesa
a9d0ba11d6
Multitap, filters, updates
2014-11-30 17:06:43 +02:00
Vesa
2a78769078
Merge branch 'stable-1.1'
2014-11-30 15:08:14 +02:00
Vesa V
d907aa1cba
Merge pull request #1372 from diizy/multitap
...
Separate BiQuad, OnePole filters as their own classes in BasicFilters.h
2014-11-30 14:35:24 +02:00
Vesa
be04040ae8
Separate BiQuad, OnePole filters as their own classes in BasicFilters.h
...
Might do the same for other filter types, but these two are kind of "basic building blocks" for many effects so it makes most sense for them
2014-11-30 14:33:04 +02:00
Vesa V
5352293813
Update lmms_math.h
...
forgot inline
2014-11-30 02:26:10 +02:00
Vesa V
42ae62d757
Update lmms_math.h
...
fix fastSqrt
2014-11-30 02:22:23 +02:00
Vesa V
5e6482e17b
Update lmms_math.h
...
better sqrt
2014-11-30 00:42:35 +02:00
Vesa V
1421631f26
Update lmms_math.h
...
add fast sqrt method
2014-11-29 23:22:39 +02:00
Vesa V
64d90066d9
Merge pull request #1370 from curlymorphic/issue1242
...
Fix for issue 1242 Buffer size frame rate should not cause a delay/latency at the start of rendered audio file.
2014-11-29 23:08:40 +02:00
dave
550d310a49
issue 1242
...
Skips first empty period,
Engine::mixer()->nextBuffer(); is called in ProjectRenderer::run()
2014-11-29 20:44:34 +00:00
Vesa V
4cbb2b721f
Update timeline.cpp
...
tab added
2014-11-29 21:52:21 +02:00
Vesa V
34ce79487c
Merge pull request #1367 from curlymorphic/issue1293
...
fix for underlying bug 1293 loop markers
2014-11-29 21:50:58 +02:00
Vesa V
1d35b61846
Merge pull request #1369 from curlymorphic/issue1347
...
Issue 1347 Dual filter not loaded properly? rebased to stable-1.1
2014-11-29 21:49:19 +02:00
dave
05fd71190b
fix for underlying bug 1293 loop markers
...
initilized m_moveXoff when moving loop markers
2014-11-29 11:41:27 +00:00
dave
e84c2465ee
Added checks to
...
if( m_dfControls.m_filter1Model.isValueChanged() || m_filter1changed )
if( m_dfControls.m_filter2Model.isValueChanged() || m_filter2changed )
so the filter types get initilized
2014-11-28 22:26:45 +00:00
Vesa V
599046cc0f
Merge pull request #1363 from diizy/multitap
...
Improve gfx
2014-11-28 08:18:53 +02:00
Vesa
920064fef9
Improve gfx
2014-11-28 08:18:16 +02:00
Vesa V
6324c18ec2
Merge pull request #1362 from diizy/multitap
...
Multitap Echo Delay
2014-11-28 03:59:12 +02:00
Vesa
13543bbf53
multitap..
2014-11-28 03:56:46 +02:00
Vesa
7410174c8b
Multitap
2014-11-28 03:19:21 +02:00
Vesa
13393900d2
Multitap initial
2014-11-28 00:35:14 +02:00
Vesa V
fb349ea386
Merge pull request #1361 from diizy/master
...
Fixed missed rename
2014-11-28 00:34:39 +02:00
Vesa
eaf4d80206
Fixed missed rename
2014-11-28 00:33:56 +02:00
dave
59641a43a3
Using fast_rand, FAST_MAX_RAND
...
Stopped accessing value() inside process loop
2014-11-27 19:30:40 +00:00
Vesa
06e5250628
Merge branch 'master' of github.com:LMMS/lmms
2014-11-27 21:16:04 +02:00
Vesa
cc4cf1c233
Pick ringbuffer updates from 2.0
2014-11-27 21:15:26 +02:00
dave
94047beffe
Remove old code
2014-11-26 21:08:26 +00:00
dave
5b8514af73
Made lfo ammount control absolute
2014-11-26 21:04:42 +00:00
dave
bc8896b4ef
inital commit, with new lmms class names
2014-11-26 19:59:57 +00:00
Lukas W
ad1e495557
Reflect renames in style.css
2014-11-26 13:54:26 +01:00
Lukas W
90b7afc136
Remove unused class TransformableAutoModel
...
Also remove .svnignore (I've always wanted to do this!)
And a file I accidentally committed
2014-11-26 13:37:52 +01:00
Vesa
ccf095a857
Merge branch 'stable-1.1'
...
Conflicts:
plugins/delay/delaycontrolsdialog.cpp
plugins/delay/delayeffect.cpp
2014-11-26 14:10:00 +02:00
Vesa V
2dd511da7d
Merge pull request #1346 from Sti2nd/stable-1.1
...
Two new presets for Kicker
2014-11-26 14:06:43 +02:00
Vesa V
c25cf8a5cf
Merge pull request #1351 from curlymorphic/stable-1.1
...
changed LFO amount to absolute value.
2014-11-26 14:05:21 +02:00
Vesa V
bdbedaddb9
Merge pull request #1353 from LMMS/rename
...
Rename old style classes and files [wip]
2014-11-26 13:59:45 +02:00
Lukas W
5f4cdac802
Merge branch 'master' into rename
...
Conflicts:
src/core/Song.cpp
src/gui/LfoControllerDialog.cpp
src/tracks/InstrumentTrack.cpp
2014-11-26 11:45:55 +01:00
Lukas W
3f172c5a4c
Rename tranformable_auto_model to TransformableAutoModel
...
I think this class isn't even used, probably safe to remove?
2014-11-26 11:33:01 +01:00
Lukas W
497c792871
Rename tabButton/tab_button
2014-11-26 11:03:35 +01:00
Lukas W
d57b51142d
Rename basicFilters/basic_filters.h
2014-11-26 10:59:35 +01:00
Lukas W
6d4a6ed9cd
Rename bbTrack, trackContentObject and friends
2014-11-26 10:53:47 +01:00
Lukas W
95798da9d0
Rename a lot of classes
...
* aboutDialog -> AboutDialog
* bbEditor -> BBEditor
* exportProjectDialog -> ExportProjectDialog
* setupDialog -> SetupDialog
* stringPairDrag -> StringPairDrag
2014-11-26 10:39:02 +01:00
Lukas W
7d4f179b4b
Rename a lot of files
...
* about_dialog -> AboutDialog
* bb_editor -> BBEditor
* export_project_dialog -> ExportProjectDialog
* setup_dialog -> SetupDialog
* string_pair_drag -> StringPairDrag
2014-11-26 10:27:25 +01:00
Lukas W
1bbf7455a4
Rename a lot…
2014-11-26 10:09:49 +01:00
Lukas W
5b77abd9a5
Rename fixes
2014-11-26 01:46:12 +01:00
Lukas W
35d880a4ce
Rename caption_menu to CaptionMenu
2014-11-26 01:26:38 +01:00
Lukas W
58ec27ef75
Rename automatable_slider to AutomatableSlider
2014-11-26 01:23:04 +01:00
Lukas W
c33bef346a
Rename automatable_button to AutomatableButton
2014-11-26 01:21:42 +01:00
Lukas W
ac95123d41
Rename timeLine to Timeline
2014-11-26 01:18:07 +01:00
Lukas W
fec779ff70
Rename project_version to ProjectVersion
2014-11-26 01:16:26 +01:00
Lukas W
aaeb5216ad
Rename note to Note
2014-11-26 01:14:52 +01:00
Lukas W
e045f1dd19
Rename fixes
2014-11-26 01:12:57 +01:00
Lukas W
178eadeb35
Rename ladspa_manager to LadspaManager
2014-11-26 01:12:22 +01:00
Lukas W
a9bc056400
Piano Roll: Don't switch to select mode when pressing Ctrl+A
...
Or don't act like we did. Fixes #431
2014-11-26 01:09:39 +01:00
Lukas W
394d8da286
When removing a track, remove its solo state
...
Fixes #1103
2014-11-26 01:09:33 +01:00
Lukas W
e7cbc55c69
Instrument view: Restrict mouse wheel tab switching
...
Only switch the view's tab when the mouse pointer is hovering over the tabs. Closes #712 .
2014-11-26 01:07:53 +01:00
Lukas W
5b306ea845
Rename ladspa_2_lmms to Ladspa2LMMS
2014-11-26 00:52:25 +01:00
Lukas W
968909c07c
Rename engine to Engine
2014-11-26 00:49:55 +01:00
Lukas W
84d9215880
Rename drumsynth to DrumSynth
2014-11-26 00:47:55 +01:00
Lukas W
c2360f593c
Rename bb_track_container to BBTrackContainer
2014-11-26 00:46:49 +01:00
Lukas W
7d0e3945e5
Rename song to Song
2014-11-26 00:44:41 +01:00
dave
9b7738dc60
changed LFO ammount to absolute value.
2014-11-25 22:38:49 +00:00
Vesa
ed11ccbf50
Fix conflict
2014-11-25 21:29:00 +02:00
Vesa
eea784ce71
Merge branch 'master' of github.com:LMMS/lmms
2014-11-25 21:24:21 +02:00
Vesa
33665a2848
Merge branch 'stable-1.1'
...
Conflicts:
include/Effect.h
include/Plugin.h
2014-11-25 21:23:57 +02:00
Vesa V
435c64cc70
Merge pull request #1285 from grindhold/issue_55
...
Issue 55
2014-11-25 21:20:21 +02:00
Lukas W
14eb54d53e
Piano Roll: Don't switch to select mode when pressing Ctrl+A
...
Or don't act like we did. Fixes #431
2014-11-25 20:18:35 +01:00
Vesa V
55c59a77bd
Merge pull request #1327 from DanWin/stable-1.1
...
Fix most warnings and errors when generating translation files
2014-11-25 21:04:04 +02:00
Lukas W
ed2cd2dda5
Instrument view: Restrict mouse wheel tab switching
...
Only switch the view's tab when the mouse pointer is hovering over the tabs. Closes #712 .
2014-11-25 18:42:41 +01:00
Lukas W
d318cbb1e7
Move track.h -> Track.h, track.cpp -> Track.cpp
2014-11-25 17:10:49 +01:00
Lukas W
9dfb1385cd
Rename track class to Track
2014-11-25 17:03:39 +01:00
Lukas W
5d258cedf2
When removing a track, remove its solo state
...
Fixes #1103
2014-11-25 16:47:11 +01:00
Vesa V
79f71a932d
Merge pull request #1349 from LMMS/stable-1.1
...
Stable 1.1
2014-11-25 13:17:46 +02:00
Lukas W
e935cb046e
Fix header guards
...
Closes #177
2014-11-25 11:25:30 +01:00
Vesa V
334a567620
Merge pull request #1234 from floft/master
...
GIG Player Plugin
2014-11-25 07:03:12 +02:00
Vesa V
aed82571e3
Merge pull request #1342 from Umcaruje/stable-1.1
...
Fix old sourceforge links, update Readme
2014-11-25 07:01:11 +02:00
Lukas W
f231465e05
Rename plugin_browser to PluginBrowser
2014-11-25 01:10:59 +01:00
Lukas W
3a206071b1
Fix merge conflicts
2014-11-25 01:07:39 +01:00
Lukas W
02cbc89f0f
Merge branch 'stable-1.1' of git@github.com:LMMS/lmms.git
...
Conflicts:
src/gui/MainWindow.cpp
src/gui/plugin_browser.cpp
2014-11-25 01:01:47 +01:00
Lukas W
e47c1242b8
Add scrollbar to instrument plugin browser
...
Fixes #959
2014-11-25 00:36:23 +01:00
Stian Jørgensrud
22ca36f764
Two new presets
...
The clap is nothing more than a dry clap. As of now there is a clap with
decay or something. I used two evenings to make the clap I wanted so I
figured other people maybe wanted a dry clap too. Of course it is
probably I who suck at adjusting knobs correctly, but I reckon there are
more of us. 😟
I probably didn't spend too much time on the kick, but as of now there
is only a trapkick in LMMS (kick with long delay), and though we agree
on that it is easy to make kicks in Kicker, it is even easier to use
existing presets and adjust a preexisting preset. So I missed a short
kick in LMMS, and so I made one.
2014-11-24 22:38:13 +01:00
Garrett
205056621c
Fixed release samples never being deleted
...
I removed code in a previous commit that deleted ended samples since
that sometimes caused issues when the samples had loop points. However,
removing the code caused issues with the release samples. Thus, now it
removes ended samples only if they are release samples. Otherwise, the
keyup event and ADSR handle ending the note.
2014-11-23 14:24:51 -08:00
Tres Finocchiaro
27bff6f5d3
Merge pull request #1344 from midi-pascal/stable-1.1
...
Stable 1.1
2014-11-23 16:16:13 -05:00
pascal
e6ca46fabb
Merge branch 'stable-1.1' of https://github.com/midi-pascal/lmms into stable-1.1
2014-11-23 15:44:38 -05:00
pascal
d1e50b9f32
Bug #1335
...
Hide Size and Maximize options from the intrument dialog
system menu since its size is fixed.
2014-11-23 15:24:42 -05:00
Daniel Winzen
3602aa316f
Move Monstro macros back to headers
2014-11-23 19:58:00 +01:00
Umcaruje
180b293ce3
Fix old sourceforge links, update Readme
2014-11-23 19:55:34 +01:00
Daniel Winzen
ad844e72a3
Also scan headers for translatable strings
2014-11-23 19:54:51 +01:00
Garrett
366e799791
More What's This messages
2014-11-23 10:31:18 -08:00
Vesa V
09f2f60af3
Merge pull request #1304 from curlymorphic/stable-1.1
...
Tempo synced Delay Plugin
2014-11-23 15:16:26 +02:00
Vesa V
79b1c4df37
Merge pull request #1326 from DeRobyJ/stable-1.1
...
Italian Loca - Grammar Fix 01
2014-11-23 13:58:42 +02:00
dave
7e780fc057
Improved ui
2014-11-23 11:20:03 +00:00
Daniel Winzen
92930b2240
Update German translation
2014-11-21 21:40:26 +01:00
Daniel Winzen
df3a03f64c
Add more missing Q_OBJECT macros
2014-11-21 21:08:48 +01:00
grindhold
61a380a2d4
renamed method logError to collectErrorForUI
2014-11-21 19:02:27 +01:00
Lukas W
22ec15f2d7
PianoRoll arrow key behaviour tweaks
...
* Ctrl + Left/Right moves selected notes by one bar
(Old behaviour was to move the playnote)
Closes #811
* Shift + Up/Down moves selected nodes by one semitone
(Old behaviour was to ignore the Shift key and move the viewport)
Closes #810
2014-11-21 17:04:46 +01:00
Lukas W
941ed33248
Travis: Install nsis
2014-11-21 16:58:04 +01:00
Daniel Winzen
a9a851d2f0
About dialog: Move involved tab into .ui file
2014-11-21 16:29:32 +01:00
Lukas W
9e245f7ca0
PianoRoll arrow key behaviour tweaks
...
* Ctrl + Left/Right moves selected notes by one bar
(Old behaviour was to move the playnote)
Closes #811
* Shift + Up/Down moves selected nodes by one semitone
(Old behaviour was to ignore the Shift key and move the viewport)
Closes #810
2014-11-21 14:42:11 +01:00
Vesa
af34230346
Merge branch 'stable-1.1'
...
Conflicts:
data/locale/zh.ts
2014-11-21 14:06:12 +02:00
Vesa V
ac35d2e1dc
Merge pull request #1334 from diizy/stable-1.1
...
Fix logscale saving
2014-11-21 14:03:04 +02:00
Vesa
1cd3c9be2c
Fix logscale saving
...
User-set logscale property wasn't getting saved properly in projects, fixed now
2014-11-21 13:55:32 +02:00
Lukas W
1b2966dc37
CMakeLists.txt indentation
2014-11-21 11:48:40 +01:00
Lukas W
b3e30392f7
Remove some legacy code for Qt<4.4
2014-11-21 11:48:40 +01:00
Daniel Winzen
5c0829399f
Fix moc_file inclusion in cmake files
...
This should fix the Windows builds
2014-11-21 07:16:45 +01:00
Daniel Winzen
3ca76d40ed
Add missing Q_OBJECT macros in header files
...
Fixes 20 warnings similar to the following ones when generating a translation file with e.g. "make de.ts":
/home/daniel/Lmms/src/tracks/AutomationTrack.cpp:40: Class 'AutomationTrack' lacks Q_OBJECT macro
/home/daniel/Lmms/src/core/FxMixer.cpp:41: Class 'FxRoute' lacks Q_OBJECT macro
/home/daniel/Lmms/src/core/FxMixer.cpp:554: Class 'FxMixer' lacks Q_OBJECT macro
/home/daniel/Lmms/src/gui/widgets/MeterDialog.cpp:52: Class 'MeterDialog' lacks Q_OBJECT macro
...
2014-11-21 06:46:47 +01:00
grindhold
f954b07958
rudimentary errormessage for missing sf2-plugins
2014-11-20 22:27:19 +01:00
Vesa
00cb2b1b67
Sync
2014-11-20 18:58:56 +02:00
Lukas W
733e206b44
Travis: Install nsis
2014-11-20 09:17:52 +01:00
Tres Finocchiaro
06d5ee2ec3
Bump version
...
Skip RC 8 and go to RC 9 to avoid confusion, since RC 8 used in tresf/releases to test a bug
2014-11-20 00:03:01 -05:00
grindhold
69bf4b4a24
implemented proper behaviour for VST plugins
2014-11-20 01:47:13 +01:00
Tres Finocchiaro
e9db4f7152
Merge pull request #1330 from grindhold/issue_1328
...
Merged anyway. :) Thanks again @grindhold.
2014-11-19 14:31:29 -05:00
Tres Finocchiaro
67c4f4fa14
Merge pull request #1331 from grindhold/stable-1.1
...
adjust height of setup_dialog for stable-1.1
Closes #1328
2014-11-19 11:29:45 -05:00
grindhold
b09067e0b8
adjusted height of setup dialog
2014-11-19 17:10:44 +01:00
grindhold
4509bdcec6
adjusted height of setup dialog
2014-11-19 16:52:24 +01:00
dave
e0c10e030b
Added linear interpolation , with help from Vesa
2014-11-18 20:38:39 +00:00
Daniel Winzen
1a1e012632
Revert "Add missing Q_OBJECT macros in header files"
...
This reverts commit 337003a3b0 .
Seams to break Windows builds.
2014-11-18 20:20:10 +01:00
Daniel Winzen
337003a3b0
Add missing Q_OBJECT macros in header files
...
Fixes 20 warnings similar to the following ones when generating a translation file with e.g. "make de.ts":
/home/daniel/Lmms/src/tracks/AutomationTrack.cpp:40: Class 'AutomationTrack' lacks Q_OBJECT macro
/home/daniel/Lmms/src/core/FxMixer.cpp:41: Class 'FxRoute' lacks Q_OBJECT macro
/home/daniel/Lmms/src/core/FxMixer.cpp:554: Class 'FxMixer' lacks Q_OBJECT macro
/home/daniel/Lmms/src/gui/widgets/MeterDialog.cpp:52: Class 'MeterDialog' lacks Q_OBJECT macro
...
2014-11-18 19:38:26 +01:00
Garrett
76e182e586
Release only one note on keyup
...
Previously if you release a C4 then all C4 notes would be released. Now
it stores the pointer to the plugin data which is unique for each key
press and determines which to release based on the matching pointers.
2014-11-18 09:02:50 -08:00
Garrett
3f641c2c55
Make it work with MemoryManager
2014-11-18 08:30:31 -08:00
DeRobyJ
7df8878cc3
Italian Loca - Grammar Fix 01
...
Corrected one text: "Export Tracks" had a typo
2014-11-18 17:06:43 +01:00
Garrett
702e2a1ee3
Added loop support and fixed fine tunings
...
Now it'll honor the loop regions specified in the file and it'll
properly use the fine tuning for the samples if specified. Also,
modified the exponential decay code again since it was glitching at the
end of some notes for some reason.
2014-11-18 08:05:28 -08:00
Garrett
71b6814729
Change pitch of notes if PitchTrack is set
...
Now if a Gig file provides a few samples per octave, it'll change the
pitch of the sample specified for a note instead of just assuming it is
the right pitch.
Also, fixed issue where if attack length was zero the note would never
sound.
2014-11-18 08:05:28 -08:00
Garrett
2c0b1ef4b0
Use stack array for buffer instead of gig::buffer_t
2014-11-18 08:05:28 -08:00
Garrett
8693623758
Fixed resampling glitches when deleting notes
...
Moving the code to detect the sample rates of the currently used samples
after the code deleting notes seemed to fix these glitches. Also, fixed a
few ADSR issues that could have resulted in clipping in the attack or
glitching after the release.
2014-11-18 08:05:27 -08:00
Garrett
a251391249
Always use linear interpolation for resampling
2014-11-18 08:05:27 -08:00
Garrett
4e8508b8a3
Exponential decay for release instead of linear
...
It now sounds much more like the release in Linux Sampler.
2014-11-18 08:05:27 -08:00
Garrett
822a3c52bb
Convert 24-bit data if on big endian system
...
This is needed since libgig returns 24-bit data in a little endian.
Note: untested as I don't have a big endian system.
2014-11-18 08:05:27 -08:00
Garrett
c0ad77dfca
Stack buffers instead of allocating on the heap
2014-11-18 08:05:27 -08:00
Garrett
d1bf19ef4a
Don't use "note" as a variable name
2014-11-18 08:05:27 -08:00
Garrett
d0a821947a
Fixed resampling issues
...
When providing extra frames, libsamplerate stores the extras internally
and outputs them in the next period. But, when it has enough internally
to output a whole period, it just outputs the internal buffer while not
using any more input frames. Now I provide some extra frames, check to
see how many frames we used actually used, and update the sample
positions and ADSR accordingly.
2014-11-18 08:05:27 -08:00
Garrett
a679e4e938
Fixed detuned resampling
...
Apparently the most noticeable detuning issues were caused by rounding
error by integer division.
2014-11-18 08:05:27 -08:00
Garrett
07032260e8
configManager to ConfigManager rename
2014-11-18 08:05:27 -08:00
Garrett
3aaa7ac6c4
Coding style fixes
2014-11-18 08:05:27 -08:00
Garrett
5a3b8d3da1
Restructured into GigNotes which contain GigSamples
...
Now notes are added/removed by locking only a note mutex when pressing
or releasing a note. Then, while processing we actually find and play
the samples using libgig.
2014-11-18 08:05:27 -08:00
Garrett
74ded6b7ef
Switched from std::list to QList
2014-11-18 08:05:26 -08:00
Garrett
0ae048b7a4
Added libgig-dev to Travis build
2014-11-18 08:05:26 -08:00
Garrett
473fda505a
Removed unused images, replaced logo and background
...
They aren't all that great, but at least now it doesn't say that it's a
soundfont player.
2014-11-18 08:05:26 -08:00
Garrett
95726eafed
Better ADSR support, fixed some segfaults
...
Now it supports a simple envelope using attack, decay1, sustain, and
release from the GIG file. I couldn't figure out what amplitude it
should go to after decay2 (if set), so currently that is unused.
It would segfault if you had notes being played and then switched the
instrument since the samples no longer exited. Now it'll delete all
notes when you switch GIG files.
2014-11-18 08:05:26 -08:00
Garrett
641be31d66
No more reference counts for GIG file instances
...
Since libgig can't really be used in a multithreaded way unless it was
somewhat rewritten, just use a separate instance of the file for each
new GIG file regardless of if we already have one open in the current
file. Since it's fast now, you can easily have quite a few very large
GIG files open and still have low latency.
Also removed C++11 requirement since I no longer need a move
constructor.
2014-11-18 08:05:26 -08:00
Garrett
96194bcee2
Stream instead of loading all into memory
...
Now, when you press a note, it won't have to load the entire sample into
memory before playing the note. This means that now you can play many
more notes without it glitching. Frequently, the entire note sample
isn't played, so before there was a lot of wasted processing time
converting the sample into float and doing sample rate conversions if
needed.
Also, perform sample rate conversion on the final rendered-out version
of all the combined notes for a period. This drastically decreases
processing time.
Note: currently having more than one instance causes glitching
2014-11-18 08:05:26 -08:00
Garrett
337cc833dd
Multiple references load samples from one instance without segfault
...
Now it doesn't appear to segfault when multiple references to the same
instance try accessing samples at the same time. In libgig it said I
just have to create another decompression buffer for each thread. This
doesn't quite make the whole addNotes function thread safe since I still
hear missing notes. But, it's getting closer.
2014-11-18 08:05:26 -08:00
Garrett
261b436f08
Fixed second instance no name
...
Previously if you created a second instance of a certain GIG file, it
would set the name to an empty string since it didn't create a new
instance, only increased a reference count. Though, it still seg faults
eventually when the reference count is greater than one.
2014-11-18 08:05:26 -08:00
Garrett
85998a7b78
Rebased on master, minor changes
2014-11-18 08:05:26 -08:00
Garrett
d9b4511321
Mutex for note output, delete note after fade out
...
Hopefully the separate mutex for playing the samples reduces the
glitching. Deleting notes after fading out instead of after the entire
sample finished playing (with many zeros after the fade out) will reduce
the number of notes playing at the same time which should allow for more
actually-heard notes to be played.
Also, moved delete note code from release function into the rendering
the notes to the output function. This seemed to fix notes occasionally
not being released.
2014-11-18 08:05:26 -08:00
Garrett
5b7eb30756
Use release time as linear fade out time
...
This makes it sound better than before, so that pianos fade out like
expected and synths abruptly stop as intended. It's not the fully
implemented ADSR of the format, but it's better.
2014-11-18 08:05:26 -08:00
Garrett
f544caf18b
Key changing dimension, 24-bit samples, locking
...
Support for 24-bit samples. It just so happens that the only GIG file I
have that is 24-bit also has the key changing dimension set, so I
implemented that so I could compare the output sound with that of Linux
Sampler. It still sounds different, brighter in LMMS. Not sure if that
has to do with gain, ADSR, or incorrect 24-bit decoding. I'm guessing
ADSR.
There were many crashing issues when playing notes when changing
patches/instruments. More locking, less crashing. However, this also
means that it is quite slow when playing a lot of notes with large
samples and converting sample rates. Linux Sampler amazingly can handle
36 or so keys being pressed at once whereas LMMS nowhere near that many
at the moment.
2014-11-18 08:05:26 -08:00
Garrett
cc59313ad9
Release samples, move constructors, attenuation
...
An initial implementation of playing release samples on key up. It seems
a bit messy at the moment. Wrote a move constructor since there's quite
a bit of passing around the gigNote class. Use attenuation so that notes
set their gain properly based on the information in the GIG file,
quite noticeable on some release samples.
Note that to support move constructors I enabled building the plugin
with the C++11 standard.
2014-11-18 08:05:25 -08:00
Garrett
a18061bdab
GIG Player now uses correct velocity and changes sample rate properly
...
Fixed crashes when loading invalid file, but this required exceptions
since libgig throws exceptions, hence the changes to CMakeLists.txt.
If the sample rate is changed (e.g. on exporting at 48k when the samples
are at 44.1k), when playing the note convert each note individually to
the correct sample rate instead of converting the output from the notes
to the correct sample rate.
Save the instrument so we don't have to search the entire GIG file every
time we play a note. This should make it work better on computers that
don't have tons of RAM.
Currently there is a 0.5 second fade out time when the note is released.
I still have to implement the release-triggered samples.
2014-11-18 08:05:25 -08:00
Garrett
d4adf8cc31
Initial version of the GIG Player
...
It currently loads 16-bit mono and stereo GIG files. It plays the whole
note (no attack/delay/release), doesn't resample when exporting as a
different sample rate, and it doesn't do anything different based on
velocity.
2014-11-18 08:05:25 -08:00
Vesa V
dec3185d88
Merge pull request #1088 from diizy/memmgr
...
LMMS Memory Manager
2014-11-18 14:00:29 +02:00
Vesa
815a70a682
Sync
2014-11-18 13:58:41 +02:00
Vesa
ba05b7523d
More peak controller changes:
...
Add treshold knob to peak controller
This causes the peak controller to react only when the measured peaks are above the set treshold
Might be useful for finetuning your sidechains
2014-11-18 13:58:41 +02:00
Vesa
b441bdae15
Freeverb3: make it work properly on all samplerates
2014-11-18 13:58:41 +02:00
Vesa
f207613d5f
Some attention on peak controller
2014-11-18 13:58:40 +02:00
Vesa
8a596b0898
Sanitize output of all effects when exporting
2014-11-18 13:58:40 +02:00
Vesa
50bfed7180
Fix Carla in memmgr branch
2014-11-18 13:58:40 +02:00
Vesa
f25da35c24
Sanitize all channel outputs when exporting
2014-11-18 13:58:40 +02:00
Vesa
dc4bfdc60d
Various fixes and precautions
...
Samplebuffer: reload all samples when samplerate changes. This is because of the way LMMS uses samples: we always resample all samples t$
LadspaEffect: some safeguards for the non-inplacebroken plugins which use the same buffer for input and output. Theoretically, if some p$
FxMixer: fix effect processing in multichannel-chains
2014-11-18 13:58:40 +02:00
Vesa
9fe55161a8
Remove base64.h again (was re-added accidentally at merge resolution)
2014-11-18 13:58:40 +02:00
Tobias Doerffel
68b5a21d14
Initialize BufferManager from within Mixer
...
Avoid crashes caused by worker threads accessing the buffer manager
before it is initialized. Therefore initialize it from within the
Mixer constructor which has the side effect that it gets initialized
in console-only rendering mode as well.
2014-11-18 13:58:40 +02:00
Vesa
7bc97f5d5b
Fixes
2014-11-18 13:58:39 +02:00
Vesa
9a3d3cb306
Fix windows compiling
2014-11-18 13:58:39 +02:00
Vesa
1864dcfaa1
Fix bugs
2014-11-18 13:58:39 +02:00
Vesa
1deb80acc3
Finish audioport rehaul, get vol/pan knobs working again, also some bugfixes
...
We're now doing the vol/pan stuff in audioport, since this way we avoid the pointless repetition of doing it in the playhandles
2014-11-18 13:58:39 +02:00
Vesa
857de8d2c8
Huge structural changes
...
Well, this commit got a bit out of hand, what with 26 files changed. Oh well.
Basically, we're using the buffermanager to dispense temporary buffers for playhandles and audioports to use.
This allows us to change the way playhandles work. Earlier, playhandles of the same track were waiting in line
to push their output to the audioport. This was of course inefficient, so now they just register themselves to the port,
then the port handles mixing the buffers.
Caveat: this is still a work in progress, the vol/pan knobs on instruments are temporarily non-functional - will be fixed in
the next commit, but I have to get some sleep now.
2014-11-18 13:58:39 +02:00
Vesa
311d33d648
Implement BufferManager
...
Also, apply things learned while writing BufferManager to the similar NotePlayHandleManager
2014-11-18 13:58:38 +02:00
Vesa
af60402078
Make it possible to use sample-exact controls in LADSPA plugins
...
I don't think we currently have any that would support this functionality, but in case someone has a LADSPA plugin that has audiorate control ports, this allows them to be used with the new sample-exact models
Again... not strictly related to memory management, but since I was in that part of the codebase already...
2014-11-18 13:58:38 +02:00
Vesa
daa5f6c26d
Use memory management in LADSPA effects
...
Also optimize non-inplacebroken plugins by using the same buffer for input/output
2014-11-18 13:58:38 +02:00
Vesa
f3ed39a9fe
Fix weird issue with remotevstplugin
2014-11-18 13:58:38 +02:00
Vesa
3d9a7fbf75
remove tr.whitespace
2014-11-18 13:58:37 +02:00
Vesa
a8211873b5
Fix arpeggio to work better with the new way to handle note offsets
...
Ok, not really related to memory management, but was something that needed doing and it's easier to test things when things work properly
2014-11-18 13:58:37 +02:00
Vesa
3a9e9cc075
Use ReadWriteLock for the pools container instead of Mutex
2014-11-18 13:58:37 +02:00
Vesa
8fb8c683f9
Changing and fixing some stuff
...
- QHash is better to use than QMap in MemoryManager: faster lookups, able to reserve memory in advance
- Also: reserve memory in advance for the QVector and QHash, so we don't get needles allocs for them
- No need to do cleanup for the nph manager, as it uses the generic manager for allocs, and that already gets cleaned up
2014-11-18 13:58:37 +02:00
Vesa
42e67d27a1
Add dedicated manager for noteplayhandles
...
This caches and reuses nph's independently of the generic memory manager.
2014-11-18 13:58:37 +02:00
Vesa
5e4308507b
More fixes
2014-11-18 13:58:37 +02:00
Vesa
9972cb3d4d
Fixes
2014-11-18 13:58:37 +02:00
Vesa
75770b4d2e
Fix 64 bit, increase mm usage
2014-11-18 13:58:36 +02:00
Vesa
9c25be1bde
LMMS Memory Manager
2014-11-18 13:58:36 +02:00
Vesa V
688e732276
Merge pull request #1324 from LYF610400210/patch-1
...
[Translation] zh.ts
2014-11-18 13:54:22 +02:00
LYF610400210
ef7e465563
[Translation] zh.ts
...
More translation, and the previous file is buggy (See L1005)
2014-11-18 18:08:03 +08:00
Vesa
6f963159df
Merge branch 'stable-1.1'
...
Conflicts:
data/locale/zh.ts
2014-11-18 10:52:40 +02:00
Vesa V
09771174f4
Merge pull request #1323 from diizy/stable-1.1
...
Move the denormals protection to the run() function of the thread
2014-11-18 10:49:21 +02:00
Vesa
d98c2392b2
Move the denormals protection to the run() function of the thread
...
The constructor was probably the wrong place to put it, run() is definitely executed in the new thread so that's where the setting should be applied I think?
2014-11-18 10:48:03 +02:00
Vesa V
b935cb0a81
Merge pull request #1322 from LYF610400210/stable-1.1
...
[Translation] zh.ts
2014-11-18 10:05:02 +02:00
LYF610400210
46b86e70ae
[Translation] zh.ts
2014-11-18 15:39:43 +08:00
Vesa
e6938994cd
Merge branch 'stable-1.1'
2014-11-18 09:22:25 +02:00
Vesa V
0037b9ade9
Merge pull request #1321 from diizy/stable-1.1
...
Add denormal protection to Fifowriter thread
2014-11-18 09:20:48 +02:00
Vesa
eb7343e25a
Add denormal protection to Fifowriter thread
2014-11-18 09:19:56 +02:00
Tobias Doerffel
9f56ba966d
Merge pull request #1296 from ma2moto/patch-2
...
Update ja.ts
2014-11-17 22:24:45 +01:00
dave
932d7905ba
The delay buffer now resizes on sample rate change.
...
tidy up formatting
2014-11-17 20:10:34 +00:00
Daniel Winzen
e1bb2988a1
Move definitions to fix 26 errors which adds new translatable strings
...
Fixes the following 26 errors when generating a translation file with e.g. "make de.ts":
/home/daniel/Lmms/plugins/monstro/Monstro.h:69: tr() cannot be called without context
/home/daniel/Lmms/plugins/monstro/Monstro.h:70: tr() cannot be called without context
...
/home/daniel/Lmms/plugins/monstro/Monstro.h:96: tr() cannot be called without context
/home/daniel/Lmms/plugins/monstro/Monstro.h:97: tr() cannot be called without context
2014-11-17 21:00:28 +01:00
Daniel Winzen
7a5812af73
Add includes parameter to fix warnings when generating a translation file.
...
When generating a translation file with e.g. "make de.ts" more than 150 warnings like the following appeared.
/home/daniel/Lmms/src/tracks/Pattern.cpp:642: Qualifying with unknown namespace/class ::PatternView
/home/daniel/Lmms/src/tracks/Pattern.cpp:701: Qualifying with unknown namespace/class ::PatternView
/home/daniel/Lmms/src/tracks/AutomationTrack.cpp:40: Qualifying with unknown namespace/class ::AutomationTrack
...
2014-11-17 20:13:16 +01:00
Vesa V
e59ef2c48a
Merge pull request #1319 from diizy/stable-1.1
...
More exp10 stuff
2014-11-17 18:56:23 +02:00
Vesa
78042ed4c5
More exp10 stuff
2014-11-17 18:55:09 +02:00
Vesa V
b37cbbb3cf
Merge pull request #1318 from diizy/stable-1.1
...
Use exp10 instead of pow and create alias for win/mac for compat
2014-11-17 18:44:02 +02:00
Vesa
01997fe546
Use exp10 instead of pow and create alias for win/mac for compat
2014-11-17 18:43:03 +02:00
Vesa V
183c56a2b3
Merge pull request #1317 from diizy/stable-1.1
...
Fix drag-n-drop of logscale knobs
2014-11-17 16:17:41 +02:00
Vesa
e16b567e09
Fix drag-n-drop of logscale knobs
2014-11-17 16:15:41 +02:00
Vesa
dfb89c8c92
Merge branch 'stable-1.1'
...
Conflicts:
data/locale/de.qm
data/locale/de.ts
src/gui/FxMixerView.cpp
2014-11-17 13:25:45 +02:00
Vesa V
7c901d4dfd
Merge pull request #1316 from diizy/stable-1.1
...
Some waveshaper improvements
2014-11-17 13:17:52 +02:00
Vesa
d7931fdb0d
Some waveshaper improvements
2014-11-17 13:17:55 +02:00
Vesa V
c42ae751fa
Merge pull request #1315 from diizy/stable-1.1
...
Add class RmsHelper to help with RMS
2014-11-17 12:59:57 +02:00
Vesa
415652ad25
Delete better
2014-11-17 12:45:56 +02:00
Lukas W
26415cd53e
Fix segfault in FxMixerView, fix a memory leak in EffectSelectDialog
...
Segfault occured when moving a channel
2014-11-17 11:03:13 +01:00
Vesa
5cd67537a2
Add class RmsHelper to help with RMS
...
This is then used by dynamics processor for processing dynamics
2014-11-17 11:51:45 +02:00
dave
2f58d7135b
moved call to delayTimeModel.value() outside of process loop
2014-11-17 01:11:17 +00:00
Lukas W
cb41f845a6
Remove obsolete slot
...
dynProcControls::changeControl method was removed in c51ff31b68
2014-11-16 23:14:20 +01:00
Lukas W
b8d3cd1705
Don't use exp10
2014-11-16 23:02:09 +01:00
Lukas W
495be6f828
Merge pull request #1310 from DanWin/stable-1.1
...
Updated German translation
2014-11-16 22:40:14 +01:00
Vesa
cd509b707b
Merge branch 'stable-1.1'
...
Conflicts:
src/core/main.cpp
2014-11-16 22:22:48 +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
Vesa V
3c7e2acd8a
Merge pull request #1311 from diizy/stable-1.1
...
Upgrades to plugins
2014-11-16 20:55:18 +02:00
Vesa
c51ff31b68
Dynamics processor improvements
2014-11-16 20:54:16 +02:00
Vesa
4b4469d6c2
Add denormals stripping to the main thread as well as workerthreads
...
Conflicts:
src/core/main.cpp
2014-11-16 19:15:34 +02:00
Vesa
baf7c74ad7
Strip denormals
2014-11-16 19:10:02 +02:00
Vesa
bd00ecfdc3
Dualfilter updates, add double precision versions of LMMS constants
2014-11-16 18:47:01 +02:00
Lukas W
a99ea9fa6b
Merge remote-tracking branch 'upstream/stable-1.1'
2014-11-16 16:41:17 +01:00
Daniel Winzen
612185a2c6
Updated German translation
2014-11-16 16:31:48 +01:00
dave
9bd758951a
removed unused socket and empty function in delaycontrols
2014-11-16 15:20:26 +00:00
Vesa V
ca9e51f2a7
Merge pull request #1309 from diizy/stable-1.1
...
Fix bassbooster
2014-11-16 17:09:22 +02:00
Vesa
bf7b5a5d9d
Fix bassbooster
2014-11-16 17:08:39 +02:00
Vesa
84c8755dcd
Revert "BassBooster: Remove inline keyword"
...
This reverts commit 761a71f760 .
2014-11-16 17:07:35 +02:00
dave
4c82ba22a9
Fixed issues with original verion, as directed in pull request.
...
corrected the typeo's,
Used sampleFrame instead of float* making the code cleaner.
Set up a socket to change the samplerate where required.
Stopped using malloc ( yeah that was bad practice on my part ).
Now using lmms_Math.h and the predefined versions of F_PI and F_2PI,
I didn't know data from the knobs etc. was not updated over the course of a buffer, so have moved outside the processing loop,
made appropriate functions inline,
used sinf.
Multiplication has replaced division where possible,
zeroing of the buffer has been removed, as redundant.
2014-11-16 15:02:15 +00:00
Lukas W
761a71f760
BassBooster: Remove inline keyword
2014-11-16 15:51:45 +01:00
Lukas W
d8662e76de
Remove M_PI definition, use F_PI
2014-11-16 15:22:46 +01:00
Lukas W
e66326b36b
Automatic deployment for Windows builds
2014-11-16 15:22:46 +01:00
Lukas W
eed0608405
Fix win64 build
2014-11-16 15:22:46 +01:00
Lukas W
3aba823ecc
Travis: No multithreading make for windows builds
2014-11-16 15:22:46 +01:00
Lukas W
7a62d0ce6f
Travis: Enable multithreading, Linux, Win64
2014-11-16 15:22:46 +01:00
Lukas W
0916bc073e
Fix compile errors
2014-11-16 15:22:46 +01:00
Lukas W
2c1f07d655
Travis CI: Add win32 target os
...
Temporarily disable Linux builds
2014-11-16 15:22:46 +01:00
Lukas W
f4f0d947ea
Merge pull request #1308 from Lukas-W/ci-win
...
Travis CI Windows builds
2014-11-16 16:10:38 +02:00
Vesa
c75f4e8dd3
Oops, unfixed merge conflict
2014-11-16 16:08:22 +02:00
Lukas W
43189492d0
Remove M_PI definition, use F_PI
2014-11-16 15:01:15 +01:00
Lukas W
564fb38998
Automatic deployment for Windows builds
2014-11-16 14:51:20 +01:00
Vesa
e62e2f3889
Add denormals stripping to the main thread as well as workerthreads
2014-11-16 15:19:54 +02:00
Vesa
740a7e6850
Merge branch 'stable-1.1'
...
Conflicts:
include/AutomatableModel.h
include/FxMixer.h
src/core/FxMixer.cpp
src/gui/widgets/caption_menu.cpp
src/tracks/InstrumentTrack.cpp
2014-11-16 15:16:40 +02:00
Vesa V
f83b0957f4
Merge pull request #1305 from diizy/stable-1.1
...
Improvement of FxMixer multithreading
2014-11-16 15:08:10 +02:00
Vesa V
ea2e4e5b69
Merge pull request #1307 from diizy/model
...
Add a method to AutomatableModel that allows tracking changes without using signals/slots
2014-11-16 14:54:38 +02:00
Vesa
f8c618b0ed
Modify BassBooster to show how to replace signals/slots in DSP
2014-11-16 14:51:50 +02:00
Vesa
3e19bc8ddb
Add a method to track value changes in AutomatableModel - this can be used by DSP code instead of signals/slots to improve performance
2014-11-16 14:14:35 +02:00
Vesa
8ef10f4f81
More updates to FxMixer - better handling of muted channels
2014-11-16 13:46:54 +02:00
Lukas W
cc3b1f0aea
Fix win64 build
2014-11-16 11:15:37 +01:00
Lukas W
60d10f2461
Travis: No multithreading make for windows builds
2014-11-16 02:23:29 +01:00
Lukas W
ee9b92ca81
Travis: Enable multithreading, Linux, Win64
2014-11-16 02:15:15 +01:00
Lukas W
4d6ac1f85d
Fix compile errors
2014-11-16 01:51:29 +01:00
Lukas W
2f2f27ab0c
Travis CI: Add win32 target os
...
Temporarily disable Linux builds
2014-11-16 01:21:54 +01:00
Vesa
ca06a10a42
Fix segfault when enabling/disabling sends while playing
2014-11-15 21:11:40 +02:00
Lukas W
435f3c0f3d
Merge pull request #1299 from LMMS/stable-1.1-iss1290
...
Disable 'Help' action in context menus when there's no help text
2014-11-15 18:54:10 +02:00
Vesa
c92774af27
Improvement of FxMixer multithreading
...
Use dynamic building of jobqueues with dependency counting:
- At the start, each channel that has no dependencies is added automatically to the queue
- Then, after each channel is processed, it increments the dep.counter of all its recipients
- When a channel's dep.counter hits the amount of its dependencies (senders), it gets automatically added to the queue
- The queue is finished when the master channel has been processed
- Muted channels are automatically processed at the start regardless dependencies, because they don't have to care about senders, being muted
Hopefully this will improve Fx Mixer performance.
2014-11-15 18:51:49 +02:00
Lukas W
9005dc39ca
Caption menu style fix
2014-11-15 17:46:07 +01:00
dave
6d2b91054b
Tempo synced Delay Plugin
2014-11-15 11:22:23 +00:00
Vesa V
6e027ae929
Merge pull request #1302 from diizy/master
...
More filter stuff
2014-11-14 22:18:39 +02:00
Vesa
a5d95f0bdd
Oops #3...
2014-11-14 22:15:18 +02:00
Vesa
47f3eabb8c
Oops again
2014-11-14 21:53:27 +02:00
Vesa
8576b586ff
Oops
2014-11-14 21:35:34 +02:00
Vesa
5b8f92e757
More filter optimizations
2014-11-14 21:32:22 +02:00
Vesa V
7c9ccf59db
Merge pull request #1301 from diizy/master
...
Strip denormals
2014-11-14 20:44:57 +02:00
Vesa
16302fc4ab
Strip denormals
2014-11-14 20:43:49 +02: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
ma2moto
f4da924211
Update ja.ts
2014-11-14 22:33:14 +09:00
Vesa V
87003ee84c
Merge pull request #1295 from diizy/filters
...
Bit of optimizing
2014-11-14 02:02:05 +02:00
Vesa
7c682316b3
Bit of optimizing
2014-11-14 02:00:51 +02:00
Vesa V
df843e2b32
Merge pull request #1288 from tresf/stable-1.1
...
Set pitch range
2014-11-14 01:16:19 +02:00
Vesa V
4df054ae24
Merge pull request #1294 from Umcaruje/stable-1.1-uifix
...
Fix misalignment in Song Editor
2014-11-14 01:16:02 +02:00
Umcaruje
269bbc3dae
Fix misalignment in Song Editor
2014-11-14 00:07:03 +01:00
Vesa V
14d4c37bab
Merge pull request #1291 from diizy/filters
...
Even More Filters
2014-11-13 20:45:56 +02:00
Vesa
4aaeb73f71
Some further optimizations
2014-11-13 20:12:36 +02:00
Vesa
002d2cb2ff
Wrong branch stuff got in by accident
2014-11-13 20:06:43 +02:00
Vesa
53dd1e4257
Add filters to dualfilter
2014-11-13 20:03:53 +02:00
Vesa
a3cce23d6d
Even more filters
2014-11-13 19:11:34 +02:00
Vesa
bb821d685b
More filters
2014-11-13 18:10:53 +02:00
Tres Finocchiaro
808e18f20a
Set pitch range
2014-11-11 22:42:02 -05:00
Vesa
16fb09fb94
Merge branch 'stable-1.1'
2014-11-10 20:33:02 +02:00
Lukas W
8e8879f735
Merge stable-1.1
...
Conflicts:
include/ConfigManager.h
include/MidiTime.h
include/string_pair_drag.h
src/gui/string_pair_drag.cpp
src/gui/widgets/rubberband.cpp
2014-11-10 19:26:59 +01:00
grindhold
cf29c8b97f
fixed wrong visibility of Plugin::logError
2014-11-10 11:55:36 +01:00
grindhold
ec457ac69b
fixed argument being passed into errormessage of vsteffect
2014-11-10 10:45:38 +01:00
grindhold
f746db27f0
unexpected codestyle fixes
2014-11-10 10:35:36 +01:00
grindhold
27a136fe03
added capability to collect multiple errormessages and display them at once
2014-11-10 10:35:07 +01:00
Vesa
d685adf73a
Do not create checkpoints for moving tracks
2014-11-10 00:57:50 +02:00
Vesa V
e2911884a6
Merge pull request #1280 from DeRobyJ/stable-1.1
...
Italian 1.1 Loca Update
2014-11-09 13:03:32 +02:00
DeRobyJ
b6046ad2c1
Italian 1.1 Loca Update
...
I hope this time it will work xD
2014-11-09 11:30:37 +01:00
Vesa V
2c7036edd6
Merge pull request #1258 from grindhold/brokenproject
...
attempt to open broken project does not clear currently open project
2014-11-08 12:21:31 +02:00
Vesa V
d10eecbf5f
Merge pull request #1277 from LMMS/c++11
...
Enable C++11
2014-11-08 12:16:01 +02:00
Vesa V
102db9cd50
Merge pull request #1266 from tresf/stable-1.1
...
Fix automation cursor position issue
2014-11-08 12:07:47 +02:00
Lukas W
9d395ac0c1
Enable C++11
2014-11-08 10:26:10 +01:00
Tres Finocchiaro
4e5d4b95a0
Typo, add missing "else"
2014-11-07 12:39:00 -08:00
Tres Finocchiaro
2a6d6c2a7e
Fix Apple/Clang compilation for fmaf()
2014-11-07 12:23:39 -08:00
Tres Finocchiaro
e7721dfd78
Bump version
2014-11-07 08:30:41 -05:00
Lukas W
bf484300b6
Fix some memory leaks
2014-11-06 21:23:16 +01:00
Vesa V
8f7593f82e
Merge pull request #1256 from grindhold/metronome
...
first metronome click of a tact now has a higher pitch #1254
2014-11-05 01:50:13 +02:00
Lukas W
8242ca9cac
Merge branch 'Umcaruje-stable-1.1-namefix' into stable-1.1
2014-11-05 00:46:16 +01:00
Lukas W
d4a8f6c95b
More name & site fixes
2014-11-05 00:41:02 +01:00
Umcaruje
6fb923cba2
Correct the program name and site in the descriptions.
2014-11-04 22:56:50 +01:00
Tres Finocchiaro
1826ced3d2
Fix automation cursor position issue
2014-11-04 00:13:38 -05:00
Vesa V
d3ae2e5721
Merge pull request #1264 from floft/configrename
...
Last configManager to ConfigManager rename
2014-11-03 22:36:38 +02:00
Garrett
6c91679de4
Last configManager to ConfigManager rename
2014-11-03 08:21:30 -08:00
Vesa
fa9674521e
Merge branch 'stable-1.1'
...
Conflicts:
src/core/main.cpp
src/gui/MainWindow.cpp
2014-11-02 07:46:32 +02:00
Vesa V
e801376ff4
Merge pull request #1250 from Lukas-W/stable-1.1-iss1065
...
Ask for saving changes before opening recent project
2014-11-02 07:40:39 +02:00
Vesa V
e7fbe3a2d4
Merge pull request #1253 from softrabbit/issue722
...
Make autosave file name the same for save and load
2014-11-02 07:39:20 +02:00
Vesa V
671833a1dd
Merge pull request #1260 from LMMS/master-configmgr
...
Config Manager updates
2014-11-02 07:36:25 +02:00
Lukas W
f6f44d0c5c
Rename ConfigManager files (3)
2014-11-02 01:26:46 +01:00
Lukas W
47831c99c5
Rename ConfigManager files (2)
2014-11-02 01:08:27 +01:00
Lukas W
c9c8bf1c77
Rename ConfigManager files (1)
2014-11-02 01:06:13 +01:00
Lukas W
100a67cd3c
Rename configManager to ConfigManager
2014-11-02 01:02:33 +01:00
Lukas W
d68671a6c2
Code style updates
2014-11-02 00:57:19 +01:00
Lukas W
2e66c88edf
Store recovery file path in configManager
2014-11-02 00:51:24 +01:00
Lukas W
053862ffab
Fix autosave
...
Fix typo made in 2e7733eaa1 while renaming
occurances of "mmp" to "datafile". This lead to a mismatch in the file name
used for saving and reading the recovery file.
Addresses #722
2014-11-02 00:22:49 +01:00
grindhold
f67e363532
attempt to open broken project does not clear currently open project. fixing #781
2014-11-01 17:36:00 +01:00
grindhold
eea294b8d6
use trimmed metronome sound of @mikobuntu
2014-11-01 12:56:18 +01:00
grindhold
e9174b275a
first metronome click of a tact now has a higher pitch #1254
2014-11-01 12:18:27 +01:00
Raine M. Ekman
70cc80a032
Make autosave file name the same for save and load. Fix #722
2014-10-31 20:11:30 +02:00
Lukas W
c682567e4b
Ask for saving changes before opening recent project
...
Fixes #1065
2014-10-31 13:35:54 +01:00
Tres Finocchiaro
c5349d40b9
Merge pull request #1247 from tresf/stable-1.1
...
New DMG background
2014-10-30 21:56:53 -04:00
Vesa V
9d3b14e298
Merge pull request #1248 from grindhold/fxmixersolo
...
implemented solo-buttons for FxMixer - resolving #1211
2014-10-31 01:15:34 +02:00
grindhold
865dcc5685
coding style fixes
2014-10-31 00:03:27 +01:00
grindhold
8fe009114d
implemented solo-buttons for FxMixer - resolving #1211
2014-10-30 23:43:43 +01:00
Tres Finocchiaro
6c9b87f016
New DMG background
...
Closes #1113 (Thanks @Umcaruje)
2014-10-30 17:02:01 -04:00
Vesa V
540124bde2
Merge pull request #1244 from tresf/stable-1.1
...
Cherry pick @grindhold's hand cursor fix
2014-10-28 19:26:43 +02:00
grindhold
c115b83ff8
fixed hotspot of hand-cursor
2014-10-28 13:23:10 -04:00
grindhold
612abd137a
fixed other occurences of hand cursor than beat-editor
2014-10-28 13:22:54 -04:00
Vesa V
431eaa16dc
Merge pull request #1243 from grindhold/master
...
Fixed hotspot of hand-cursor
2014-10-28 17:49:07 +02:00
grindhold
05c15dff0c
fixed other occurences of hand cursor than beat-editor
2014-10-28 15:32:35 +01:00
grindhold
2c447a32e7
fixed hotspot of hand-cursor
2014-10-28 15:21:22 +01:00
Vesa
240c0b20a6
SF2 fix?
2014-10-28 15:01:00 +02:00
Tobias Doerffel
1f9740201b
Merge pull request #1236 from tresf/stable-1.1
...
Better name for "dummy" effects
2014-10-26 22:48:42 +01:00
Tres Finocchiaro
deae0883d2
Fix more whitespace
2014-10-24 09:13:45 -04:00
Tres Finocchiaro
6db78be8ff
Fix whitespace
2014-10-24 09:13:17 -04:00
Ubuntu
f601e01811
Turn carla back on :)
2014-10-24 09:12:07 -04:00
Ubuntu
8288185dac
Disable controls on "dummy" effects
2014-10-24 09:10:17 -04:00
Tres Finocchiaro
4bef367b09
Make "dummy" effects stand out in color
2014-10-23 22:00:57 -04:00
Tres Finocchiaro
849dd8a6b3
Better name for "dummy" effects
2014-10-23 21:23:13 -04:00
Vesa V
c6f3962a87
Merge pull request #1230 from diizy/newfilter
...
New filters: SV Lowpass, SV Bandpass, SV Highpass, DoubleMoog
2014-10-22 16:23:41 +03:00
Vesa
e9ab240558
Add more filters!
2014-10-22 16:17:28 +03:00
Vesa
eb86428f10
Correct samplerate-agnostic behaviour
2014-10-22 15:12:58 +03:00
Vesa
8e3908e785
Initial commit: new filter - SV Lowpass
...
Adds a state-variant 4-pole lowpass filter into LMMS, which I swiped from Nekobee and slightly adapted to work in LMMS
It is possible that with some adjustments a highpass version could also be produced (will have to look into that)
It sounds really cool, kind of like the moog filter but has more character, esp. on high Q values
2014-10-22 07:05:53 +03:00
Tobias Doerffel
b0e12e3897
Merge pull request #1228 from ma2moto/patch-1
...
Patch 1
2014-10-19 18:45:55 +02:00
Vesa
b084e91345
Merge branch 'stable-1.1'
...
Conflicts:
data/locale/de.qm
data/locale/zh.qm
data/locale/zh.ts
2014-10-19 14:58:23 +03:00
ma2moto
100b26a7a3
Update ja.ts
2014-10-19 19:39:55 +09:00
ma2moto
9c9036e10f
Update ja.ts
2014-10-19 17:47:36 +09:00
ma2moto
f3f8f16104
Update ja.ts
2014-10-19 09:51:47 +09:00
ma2moto
2302528690
Update ja.ts
2014-10-19 09:26:34 +09:00
ma2moto
bb6130d52e
Update ja.ts
2014-10-19 09:17:52 +09:00
ma2moto
8b860c4360
Update ja.ts
2014-10-19 08:56:35 +09:00
Vesa
886bf2b16e
Revert "Adjust Carla for master branch"
...
This reverts commit 30e0140ecb .
2014-10-18 22:11:47 +03:00
Vesa
95eaa86a6f
Revert "Revert "Make carla compile in master""
...
This reverts commit b12e6b773c .
2014-10-18 22:11:17 +03:00
Vesa
b12e6b773c
Revert "Make carla compile in master"
...
This reverts commit 633609fdc7 .
2014-10-18 22:07:07 +03:00
Tres Finocchiaro
7e4933541d
Merge pull request #1203 from falkTX/stable-1.1
...
> Why isn't this applied yet?
All of the admins must be busy, sorry for the delay.
2014-10-17 13:39:35 -04:00
Lukas W
4e0c06442a
Reflect project rename in code
...
Related to #1209
2014-10-17 16:17:40 +02:00
Vesa
ec5384c10e
Fix fxmixer bug where fx chains get shut off when multiple channels are chained together
2014-10-15 20:50:32 +03:00
Vesa
633609fdc7
Make carla compile in master
2014-10-15 20:43:47 +03:00
Vesa
30e0140ecb
Adjust Carla for master branch
2014-10-15 20:36:50 +03:00
Vesa
5dfb17df14
Merge branch 'stable-1.1'
2014-10-15 20:29:41 +03:00
Vesa
37671b1427
Revert 2ca84c15a1
2014-10-15 20:28:40 +03:00
Tres Finocchiaro
6f6731ff9f
Merge pull request #1217 from unfa/patch-1
...
Closes #1209
2014-10-15 11:36:27 -04:00
unfa
23d0832923
Removed the deprecated "Linux Multimedia Studio" name
...
Modified line 46 accorinf to https://github.com/LMMS/lmms/issues/1209
2014-10-15 17:35:23 +02:00
falkTX
9fabc0e8b6
Add background artwork for carla
2014-10-10 11:21:23 +01:00
Tobias Doerffel
d317704b27
LmmsPalette: retrieve palette properties via polishing
...
Fix the short palette widget popup which is annoying and not neccessary
as polishing does the same job without flicker.
2014-10-05 22:33:47 +02:00
Tres Finocchiaro
ace33aa39c
Vestige Controls - Horiz Scrollbar Fix
...
Adds a horizontal scrollbar to VSTs Controls with longer knob labels.
Closes #1184
2014-10-03 14:42:37 -04:00
Tobias Doerffel
1e97ac3706
Merge pull request #1186 from Spekular/stable-1.1
...
Error Message Fixes
2014-10-03 10:31:20 +02:00
Spekular
1c591e2e54
Error Message Fixes
...
Can't recovery --> Can't recover
2014-10-02 17:57:24 +02:00
Tobias Doerffel
7a64d0975e
AudioAlsa: fix FTBFS on non-Linux platforms
...
The ESTRPIPE error code is only available on Linux (and not on BSD) and
thus should only be used if defined.
2014-10-01 23:25:03 +02:00
Tobias Doerffel
2da7804c82
Merge remote-tracking branch 'origin/stable-1.1'
2014-09-30 23:00:09 +02:00
Tobias Doerffel
71cdf06923
Refreshed localization files
2014-09-30 22:56:27 +02:00
Tobias Doerffel
eb2c47f81d
Refreshed localization files
2014-09-30 22:55:29 +02:00
Tobias Doerffel
f2876ea650
Merge remote-tracking branch 'origin/stable-1.1'
...
Conflicts:
data/locale/zh.ts
src/tracks/Pattern.cpp
2014-09-30 22:53:24 +02:00
Tobias Doerffel
0055fe13b1
MidiImport: fixed plugin folder name
2014-09-30 22:50:38 +02:00
Tobias Doerffel
de45718351
Renamed pattern/patternView to Pattern/PatternView
2014-09-30 22:49:16 +02:00
Tobias Doerffel
fab7f8fea8
PianoRoll, Pattern: manage reset of currently edited pattern more reliably
...
Introduce one central signal in the pattern class which is emitted before
the pattern object is being destroyed. This way we can easily and more
reliably hide this pattern in the PianoRoll without any race conditions
or other glitches.
Closes #1089 .
2014-09-30 22:34:01 +02:00
Tobias Doerffel
53f240852d
RemoteVstPlugin: build with -ansi option
...
Work around a known bug in GCC headers which can lead to compile errors
in cstdlib header file when using the -m32 compiler flag.
Closes #1181 .
2014-09-28 18:18:31 +02:00
Tobias Doerffel
606879421b
Merge remote-tracking branch 'origin/stable-1.1'
...
Conflicts:
README.md
2014-09-28 18:12:04 +02:00
Tobias Doerffel
613bcc981f
README.md: stripped old full program name
2014-09-28 18:09:47 +02:00
Tobias Doerffel
75a979b9a0
Merge pull request #1174 from DaAwesomeP/master
...
Update Readme
2014-09-28 18:08:50 +02:00
Tobias Doerffel
534c9c1668
Merge pull request #1174 from DaAwesomeP/master
...
Update Readme
2014-09-28 18:07:53 +02:00
Tobias Doerffel
d39d1b3840
ZynAddSubFX: added explicit check for FLTK's fluid binary
...
Closes #954 .
2014-09-28 18:05:31 +02:00
P THE AWESOME
f505c31af4
Fix SF Wiki name in Readme
...
Changed to "Artist & User Wiki."
2014-09-28 10:56:21 -05:00
Vesa V
432d98d83d
Merge pull request #1179 from Spekular/stable-1.1
...
Background Art Fix
2014-09-28 12:31:53 +03:00
Spekular
ee359207f4
Revert "Update .gitignore"
...
This reverts commit 18bd03118f .
2014-09-28 10:18:35 +02:00
Spekular
6e2d803e09
Revert "Update .gitignore"
...
This reverts commit e8c6062f9a .
2014-09-28 10:18:26 +02:00
Spekular
e8c6062f9a
Update .gitignore
2014-09-28 10:07:10 +02:00
Spekular
18bd03118f
Update .gitignore
2014-09-28 10:06:18 +02:00
Spekular
6b54a4bcc1
Background Art Fix
...
Fixes Background art and provides .svg source
2014-09-28 10:04:02 +02:00
Vesa V
4d7c8c2f46
Merge pull request #1155 from falkTX/stable-1.1
...
Initial version of Carla plugin for LMMS
2014-09-28 10:49:23 +03:00
falkTX
9f6c9d96ef
Carla: Misc fixing
2014-09-27 00:31:28 +01:00
falkTX
5dddbe7c30
Pass timeInfo to Carla plugin
2014-09-26 11:58:42 +01:00
falkTX
8aa29bb4ba
Add TODO items for carla
2014-09-26 10:38:05 +01:00
falkTX
b0fab3d3c2
Carla: Implement UI Save/Open for plugins; Misc fixes
2014-09-26 10:31:08 +01:00
P THE AWESOME
1ace719ab7
Update Readme
2014-09-25 20:39:05 -05:00
Vesa V
2bd722f7c1
Merge pull request #1169 from diizy/master
...
Oops..
2014-09-21 22:29:22 +03:00
Vesa
412c477ddc
Oops..
2014-09-21 22:28:29 +03:00
Vesa V
06926bfeee
Merge pull request #1168 from diizy/master
...
Fix LFO phase
2014-09-21 22:21:52 +03:00
Vesa
da6c2ed04b
Fix LFO phase
2014-09-21 22:20:34 +03:00
falkTX
b88225ffc8
Carla: Fix link (rpath) and finding binary dir (needs latest carla)
2014-09-16 17:22:23 +01:00
Vesa V
3980239d26
Merge pull request #1154 from Sti2nd/stable-1.1
...
Corrected name error in Cool Songs and added Popsip-Electric Dancer
2014-09-14 22:34:12 +03:00
Stian Jørgensrud
af1b351dd2
Added Popsip-Electric Dancer to CoolSongs
2014-09-14 21:09:45 +02:00
Vesa
463f926d4e
Remove the mocfile inclusion in FileBrowser.cpp since it seems to break compiling for some reason
2014-09-12 19:31:19 +03:00
Vesa V
1c500376bb
Merge pull request #1158 from diizy/master
...
Remove the mocfile inclusion in FileBrowser.cpp since it seems to break ...
2014-09-12 19:30:59 +03:00
falkTX
849d08c6ef
Initial version of Carla plugin for LMMS
2014-09-11 16:54:31 +01:00
Stian Jørgensrud
09656a46e7
Corrected name error in Cool Songs
...
From Skeissi to Skiessi
2014-09-11 11:54:58 +02:00
Vesa
498d939e76
Merge branch 'stable-1.1'
2014-09-10 00:43:32 +03:00
Vesa V
90259a1512
Merge pull request #1149 from diizy/stable-1.1
...
Fix channel send connections
2014-09-10 00:41:15 +03:00
Vesa
44993319eb
Fix channel send connections
...
Fix #1147
Backwards compat should be maintained.
2014-09-10 00:40:29 +03:00
Vesa
bf6659fbb1
Merge branch 'stable-1.1'
...
Conflicts:
src/gui/FileBrowser.cpp
2014-09-09 23:55:39 +03:00
Tobias Doerffel
5bbd79de0f
Merge pull request #1145 from krafczyk/fix_for_doubleclick_knob_bug
...
Fix for doubleclick knob bug
2014-09-09 20:11:33 +02:00
Matthew Krafczyk
e20e863a99
Change isJournallingStackEmpty to isJournallingStateStackEmpty
2014-09-09 20:08:14 +02:00
Matthew Krafczyk
0cdfd7c354
Fix syntax a bit.
2014-09-09 17:15:54 +02:00
Matthew Krafczyk
32eae51128
Made isEmpty function name more specific. Moved doubleclick fix to restoreJournallingState.
2014-09-09 17:07:40 +02:00
Matthew Krafczyk
c628387cd2
Make syntax for fix more consistent with existing code.
2014-09-09 01:39:08 +02:00
Matthew Krafczyk
00086c9f20
Merge branch 'stable-1.1' into fix_for_doubleclick_knob_bug
2014-09-09 01:19:58 +02:00
Matthew Krafczyk
84895a4f79
Fix for 'Crash double-clicking any knob in debug build (git master) ( #948 )'
...
Conflicts:
src/gui/widgets/knob.cpp
2014-09-09 01:14:19 +02:00
Tres Finocchiaro
9a80205407
Merge pull request #1143 from tresf/stable-1.1
...
(Apple only) WANT_SF2 OFF, Disable Zyn GUI
2014-09-08 12:54:06 -04:00
Ubuntu
74e53f8354
Set "WANT_SF2" to "OFF" for Apple
2014-09-08 12:35:57 -04:00
Tres Finocchiaro
e17e84266d
Fix bad #ifdef, make ANSI compliant
...
`#elif LMMS_BUILD_APPLE` is not correct, it should be `#elif defined(LMMS_BUILD_APPLE)`
2014-09-08 11:24:39 -04:00
Tres Finocchiaro
adc134bbca
Merge pull request #1142 from tresf/stable-1.1
...
(Apple only) Re-enable OPL2, Disable SF2
2014-09-08 11:14:38 -04:00
Ubuntu
40f640951c
Disable "Show GUI" button on Apple to prevent crash
2014-09-08 11:13:50 -04:00
Ubuntu
d95fea2d3f
Re-enable OPL2 on Apple, Disable SF2
2014-09-08 10:53:59 -04:00
Tres Finocchiaro
7fdb52c172
Merge pull request #1141 from tresf/stable-1.1
...
Fix AFP crash, bump version
Tested by @DeRobyJ, merging.
2014-09-08 10:33:39 -04:00
Ubuntu
c01799e998
Fix AFP crash, bump version
2014-09-08 09:26:50 -04:00
Vesa V
02dd2cf63f
Merge pull request #1139 from Umcaruje/stable-1.1-newpresets
...
New presets for Monstro, Bitinvader, Watsyn and Kicker.
2014-09-08 06:01:48 +03:00
Vesa V
13928eb4d9
Merge pull request #1138 from tresf/stable-1.1
...
Fix win32 compilation
2014-09-08 06:01:20 +03:00
Umcaruje
97c903e76c
Added some presets for Monstro, Bitinvader, Watsyn and Kicker.
2014-09-08 00:14:02 +02:00
tresf
a278505cda
Fix win32 compilation
2014-09-07 17:41:53 -04:00
Vesa V
619f912d12
Merge pull request #1136 from tresf/stable-1.1
...
Make start/end/loop knobs responsive to each other
2014-09-07 23:54:49 +03:00
Tres Finocchiaro
2ca84c15a1
Invert loop button pixmaps
2014-09-07 16:30:53 -04:00
Tres Finocchiaro
b33eceda7e
Make loop end move with sample end
2014-09-07 16:20:17 -04:00
Tres Finocchiaro
dc681604e0
Make start/end/loop knobs all responsive
2014-09-07 16:02:52 -04:00
Tobias Doerffel
84f711fb2c
Merge pull request #1131 from Lukas-W/stable-1.1-iss1058
...
Change Sidebar file browser root to `/Volumes` on OS X
2014-09-03 16:37:10 +02:00
Lukas W
876642c342
FileBrowser rename fixes
2014-09-03 11:43:40 +02:00
Lukas W
efacfdfae9
Rename file_browser.* to FileBrowser.*
2014-09-03 11:29:25 +02:00
Lukas W
5245f6181c
Apply new coding conventions to file_browser.h
2014-09-03 11:19:45 +02:00
Lukas W
42cd21a943
Change sidebar root to /Volumes on OS X
2014-09-03 11:06:56 +02:00
Vesa
c2d7cf787e
Merge branch 'stable-1.1'
...
Conflicts:
include/Plugin.h
src/core/Plugin.cpp
2014-09-02 16:59:04 +03:00
Tobias Doerffel
f07287c771
Added support for profile command line option
2014-09-02 11:21:11 +02:00
Tobias Doerffel
8628bcc77b
Mixer: integrated MixerProfiler
2014-09-02 11:20:52 +02:00
Tobias Doerffel
e1664b106c
MixerProfiler: initial simple implementation
2014-09-02 11:19:57 +02:00
Tobias Doerffel
c4f2311032
LadspaEffect/CMT: remove unused variables and useless assignments for better Clang compatibility
2014-09-01 16:24:48 +02:00
Tobias Doerffel
a1d6adfe10
LadspaEffect/SWH: remove unused variables and useless assignments for better Clang compatibility
2014-09-01 16:24:20 +02:00
Tobias Doerffel
d85f649897
Nes/NesObject: remove unused m_fpp variable
2014-09-01 16:23:33 +02:00
Tobias Doerffel
c400c9ba4d
LadspaEffect/CALF: Clang compatibility fixes
2014-09-01 16:22:54 +02:00
Tobias Doerffel
0ef3d6c1f6
FxMixerView: declare as class for consistency with friend declaration later
2014-09-01 14:59:30 +02:00
Tobias Doerffel
124c835cda
LadspaEffect/CALF: enable inline flags for GCC only
2014-09-01 14:57:39 +02:00
Tobias Doerffel
f3a890edd0
Organic: remove unused member variable
2014-09-01 14:26:54 +02:00
Tobias Doerffel
70ef29981f
Plugin: remove unused base64.h header
2014-09-01 14:23:31 +02:00
Tobias Doerffel
feba89354b
Plugin: cleanup & coding style fixes
2014-09-01 14:18:45 +02:00
Tobias Doerffel
89a363741a
Plugin: use qWarning() instead of printf()
2014-09-01 14:03:51 +02:00
Tobias Doerffel
1c289b0726
Plugin: use QFileInfo::baseName()
2014-09-01 14:00:32 +02:00
Tobias Doerffel
dcdc8d9e3e
Added first Monstro preset
2014-09-01 13:37:43 +02:00
Tobias Doerffel
5572cdde64
Merge pull request #1126 from tresf/stable-1.1
...
Win64 fix for missing _isnanf
2014-09-01 12:16:28 +02:00
Tobias Doerffel
81ca7b157b
Merge pull request #1127 from StakeoutPunch/stable-1.1
...
More Presets
2014-09-01 12:15:54 +02:00
StakeoutPunch
f24b82ae62
More Presets
...
LB302:
-AcidLead
-AngryLead
-DroneArp
Organic:
-Pwnage
-Rubberband
SID:
-Bass
-CheesyGuitar
-Lead
-MadMind
-Overdrive
-Pad
No presets of any kind were removed or otherwise changed.
2014-09-01 00:43:37 -05:00
tresf
807d3af68c
Win64 fix for missing _isnanf
2014-09-01 00:35:48 -04:00
Vesa V
e915bab433
Merge pull request #1100 from StakeoutPunch/stable-1.1
...
Updated 3OSC Presets
2014-08-31 08:05:04 +03:00
StakeoutPunch
f05bff157d
Added back stuff
...
AmazingBubbles (NC), Freaky-Bass (NC), SawReso (Tweaked), TranceLead
(NC). Removed stupid readme file I added earlier and forgot to delete.
2014-08-30 23:28:17 -05:00
StakeoutPunch
7ca9dfb065
Added percussion presets (5 total)
...
Added Drums_HardKick, Drums_Kick (Vesa's tutorial kick) Drums_HihatO,
Drums_HihatC, Drums_Snare
2014-08-30 23:09:50 -05:00
Vesa V
08abdd0468
Merge pull request #1117 from Sti2nd/revert-1116-revert-1015-stable-1.1
...
Revert "Revert ""What is this" additions by @musikBear #896 ""
2014-08-30 08:44:23 +03:00
Stian Jørgensrud
83ed94f509
LAST
2014-08-30 02:02:09 +02:00
Stian Jørgensrud
b526e5676a
Trying again, and again
...
Latest revision.
2014-08-30 01:39:36 +02:00
Stian Jørgensrud
3c809c8d64
Revert "Revert ""What is this" additions by @musikBear #896 ""
2014-08-30 01:36:47 +02:00
Vesa V
243befffa9
Merge pull request #1116 from Sti2nd/revert-1015-stable-1.1
...
Revert ""What is this" additions by @musikBear #896 "
2014-08-30 02:12:47 +03:00
Stian Jørgensrud
d28195f9bc
Just updated based on mrBears wonderful work
2014-08-30 01:11:15 +02:00
Stian Jørgensrud
b1e556f263
Revert ""What is this" additions by @musikBear #896 "
2014-08-30 00:52:13 +02:00
Vesa V
23f720f81b
Merge pull request #1115 from LMMS/stable-1.1
...
sync
2014-08-30 01:46:52 +03:00
Tobias Doerffel
2f42462ee3
ConfigMgr: skip message boxes when in non-GUI mode
...
When rendering on command line do not display message boxes as LMMS
crashes otherwise.
Closes #1059 .
2014-08-30 00:06:24 +02:00
Tobias Doerffel
1d3fb115bb
Merge pull request #1015 from tresf/stable-1.1
...
"What is this" additions by @musikBear #896
2014-08-29 23:54:30 +02:00
Tobias Doerffel
b6a3653c16
Merge pull request #1112 from LMMS/stable-1.1-iss1058
...
FileDialog: Add `/Volume` directory on OS X
2014-08-29 23:53:23 +02:00
Lukas W
fad89f68ce
FileDialog: Add OS X Volume directory fix
2014-08-29 23:03:18 +02:00
Lukas W
c002af57ec
FileDialog: Add /Volume directory on OS X
...
See issue #1058
2014-08-29 18:22:09 +02:00
Vesa V
52c18dc3c1
Merge pull request #1107 from LMMS/stable-1.1
...
sync
2014-08-28 06:28:36 +03:00
Vesa V
4e33fc911e
Merge pull request #1106 from diizy/stable-1.1
...
Monstro: more optimization
2014-08-28 06:28:04 +03:00
Vesa
c1acd66d25
Monstro: more optimization
2014-08-28 06:28:14 +03:00
Vesa V
c7a7686fa6
Merge pull request #1101 from Baegus/patch-1
...
A lot of new and some updated Czech translations
2014-08-27 01:18:17 +03:00
StakeoutPunch
4488977132
Add back SpaceBass
2014-08-26 17:02:46 -05:00
Jaroslav Petrnoušek
6edb5e409a
Some more added translations
...
Mainly the more visible ones
2014-08-26 23:04:33 +02:00
Jaroslav Petrnoušek
0b28e6c85d
A lot of new and some updated Czech translations
...
see diff
2014-08-26 22:42:52 +02:00
StakeoutPunch
0200cb79b6
Newer folder structure
2014-08-26 10:46:24 -05:00
StakeoutPunch
e84db70722
New folder structure
2014-08-26 10:42:58 -05:00
StakeoutPunch
7c0e7b6c6c
Update 3OSC Presets
2014-08-26 01:18:31 -05:00
Vesa V
6304104506
Merge pull request #1095 from LMMS/stable-1.1
...
sync
2014-08-24 17:15:28 +03:00
Vesa V
6b00d8be9b
Merge pull request #1094 from diizy/stable-1.1
...
Monstro: optimize
2014-08-24 17:13:25 +03:00
Vesa
956a698d20
Monstro: optimize
...
use stack for rendering envs/lfos - this allows us to render them in advance which in turn seems to allow better optimizations by compiler
2014-08-24 17:12:53 +03:00
Vesa V
68c409df33
Merge pull request #1084 from caoliver/stable-1.1
...
Fix stuck notes on panic or all-notes-off.
2014-08-24 11:08:59 +03:00
Vesa V
ffa86dbc60
Merge pull request #1086 from diizy/master
...
LadspaEffect: use stack for downsampling
2014-08-21 18:53:13 +03:00
Vesa
ba1c15f0fa
LadspaEffect: use stack for downsampling
...
Not likely to be an issue currently, but if(when) we at some point allow >44.1k samplerates for playback, we may run in a situation where we have to downsample audio for processing, and thus we'd be doing heap allocation every period - it's best to fix this in advance so we're using stack for it for now (may be replaced with memory management later though)
2014-08-21 18:50:20 +03:00
Vesa V
05fbd5a6b6
Merge pull request #1085 from LMMS/stable-1.1
...
sync
2014-08-21 18:44:36 +03:00
Vesa
759c3e1cb7
Use stack allocation in srccpy
2014-08-21 18:40:29 +03:00
Christopher A. Oliver
59099c14f2
Fix stuck notes on panic or all-notes-off.
2014-08-20 22:49:06 -04:00
Tobias Doerffel
b5db8e7bad
Pattern: disconnect PianoRoll before clearing current pattern
...
Closes #1083 .
2014-08-20 20:29:04 +02:00
Vesa
d8cc0cc2cc
Merge branch 'stable-1.1'
...
Skipped the chinese translation files because of merge conflict, those should be re-submitted for master
Conflicts:
data/locale/zh.qm
data/locale/zh.ts
2014-08-19 09:10:19 +03:00
Tobias Doerffel
ff3c4da802
InstrumentTrack: fixed whats-this text
2014-08-18 23:22:01 +02:00
Tobias Doerffel
327aaee695
Song, InstrumentTrack: use DataFile::LocaleHelper
...
Always save projects and presets with default C locale in order to avoid
problems in the future. At the same time properly load floating point
strings which have been saved with different locale settings.
Closes #1051 .
2014-08-18 23:21:50 +02:00
Tobias Doerffel
a09fd51060
DataFile: added nested LocaleHelper class
...
In order to address issues with differently coded floating points in
strings provide a helper class which can be instantiated when loading
or saving data.
2014-08-18 23:17:47 +02:00
Tobias Doerffel
d1658a40cb
Manually clean XML data in preset files
...
Removed old attributes which are not processed anymore.
2014-08-18 22:19:18 +02:00
Tobias Doerffel
a499670ee2
Upgraded all presets
...
Rewrite all preset files with the current version so we can drop some
compat code in DataFile::upgrade() in the future.
2014-08-18 22:07:34 +02:00
Tobias Doerffel
86f3854782
DataFile: write new header information only for song projects
...
No need to write these for presets etc.
2014-08-18 22:02:16 +02:00
Tobias Doerffel
d037b9d2ed
DataFile: also update meta data when upgrading XML document
2014-08-18 22:01:41 +02:00
Tobias Doerffel
04f198055f
Merge pull request #1077 from zm1990s/stable-1.1
...
add Chinese Translations.
2014-08-17 11:54:21 +02:00
Tobias Doerffel
311d290b32
Added support for building for Win32/Win64 with Qt5
2014-08-16 17:20:00 +02:00
Vesa
1b4b34d96b
Bump version 1.0.93
2014-08-16 10:05:46 +03:00
Vesa V
8ac71f7000
Merge pull request #1075 from LMMS/stable-1.1
...
sync
2014-08-16 09:59:48 +03:00
Vesa V
128a3ec927
Merge pull request #1053 from diizy/banish-all-locks
...
Banish all locks
2014-08-16 09:58:52 +03:00
Vesa V
7e7d4d7bfd
Merge pull request #1074 from cubician/stable-1.1
...
Project Files
2014-08-16 09:57:06 +03:00
Vesa
7a7c7c9467
Fix crash at track adding: don't play instrumentTracks when instrument is null
2014-08-16 09:36:29 +03:00
zm1990s
74f3f62bf4
update Chinese
2014-08-15 10:02:23 +08:00
Ian Sannar
0e95a8ceab
Remove OldStuff
...
Got rid of all but 2 of the songs in OldStuff.
Kept Skeissi-RandomProject12345 because it's cool.
Kept TobyDox-Psycho because it was the first song made in LMMS.
2014-08-14 11:24:33 -06:00
Tobias Doerffel
4cee046909
Added initial Qt5 support
...
LMMS now properly builds and runs with Qt5. Various deprecated functions
had to be replaced like QString::toAscii()/fromAscii(). Also occurences
of FALSE/TRUE have been replaced with false/true.
LmmsStyle now derives from QProxyStyle and sets a style instance as base
style (Plastique for Qt4, Fusion for Qt5).
MOC files are not included anymore but added as regular source files.
What's missing is support for embedding VST plugins into a subwindow
inside LMMS on Linux/X11 due to missing QX11EmbedContainer class in Qt5.
Build instructions can be found in INSTALL.Qt5
Minimum version requirement for Qt4 has been raised to 4.6.0 for best
API compatibility between Qt4 and Qt5.
2014-08-14 17:34:49 +02:00
Ian Sannar
ce0a56a482
Project Files
...
Organized, Debugged and Converted everything so it's ready to go for
LMMS 1.1.
2014-08-14 08:42:12 -06:00
Vesa
f2eca0aaa3
More fixes, stuff
2014-08-12 23:39:16 +03:00
Vesa V
dea2631035
Merge pull request #1061 from LMMS/stable-1.1
...
sync
2014-08-07 11:39:35 +03:00
Vesa V
4a0c78387e
Merge pull request #1060 from diizy/midifix
...
Fix autodetect of midicontroller
2014-08-07 11:38:10 +03:00
Vesa
a138b71ab5
Fix autodetect of midicontroller
...
Fix #999
2014-08-07 11:36:28 +03:00
Vesa
079a54e159
More fixing of teh playhandles
2014-08-03 22:09:27 +03:00
Vesa
9e1cdd0441
Start work on replacing/removing global locks
2014-08-03 14:49:45 +03:00
Vesa V
5add4eece4
Merge pull request #1046 from tresf/patch-2
...
Allow uppercase letters in ladspa file names
2014-07-30 18:49:34 +03:00
Tres Finocchiaro
e1b1270695
Allow uppercase letters in ladspa file names
...
Per #1041
Tested against unfa-spoken.mmpz (uses dozens of LADSPA effects).
2014-07-30 10:53:47 -04:00
Vesa V
3bbb81cf24
Merge pull request #1036 from LMMS/stable-1.1
...
sync
2014-07-27 19:36:37 +03:00
Vesa V
35798119af
Merge pull request #1035 from diizy/stable-1.1
...
Monstro: optimize
2014-07-27 19:36:08 +03:00
Vesa
c266e7b88e
Monstro: optimize
...
Rewrote handling of modulators so that we don't have to allocate extra buffers for every note - should improve performance and make cpu usage more consistent
2014-07-27 19:34:41 +03:00
Vesa V
50038983ed
Merge pull request #1033 from diizy/master
...
Optimize autoquit check in effect
2014-07-27 03:48:14 +03:00
Vesa
945ee12311
Optimize autoquit check in effect
2014-07-27 03:47:02 +03:00
Vesa V
e8b4b6aa75
Merge pull request #1031 from DeRobyJ/stable-1.1
...
Italian Localization Update
2014-07-27 01:15:41 +03:00
Vesa V
90b5686bed
Merge pull request #1032 from diizy/master
...
Fix "disable autoquit" option
2014-07-27 01:15:16 +03:00
Vesa
f2d88d1fc2
Fix "disable autoquit" option
...
Wasn't getting saved/loaded properly, fixed that
TODO: disable autoquit causes some effects to keep running even when the song is stopped... this should be addressed at some point
2014-07-27 01:10:34 +03:00
DeRobyJ
5788e70d47
Italian Localization Update
...
All the strings present in the source are updated.
2014-07-26 16:02:44 +02:00
Vesa V
07a0f46c82
Merge pull request #1030 from LMMS/stable-1.1
...
sync
2014-07-26 16:28:01 +03:00
Vesa V
04a3806e23
Merge pull request #1029 from diizy/stable-1.1
...
AFP improvements
2014-07-26 16:27:15 +03:00
Vesa
9562f68277
AFP improvements
...
- Stop pointlessly reloading the sample everytime the amp knob is changed
- Also draw the amplitude of the waveform correctly (used to be it was drawn as 2x too "quiet")
2014-07-26 16:25:01 +03:00
Vesa V
ea50d7c011
Merge pull request #1028 from diizy/stable-1.1
...
Change redo shortcut from ctrl-r to ctrl-y
2014-07-26 14:47:57 +03:00
Vesa
37fa46792a
Change redo shortcut from ctrl-r to ctrl-y
...
Ctrl-y is more standard and used in many applications, ctrl-r is used pretty much nowhere.
2014-07-26 14:46:30 +03:00
Vesa V
1934879109
Merge pull request #1026 from LMMS/stable-1.1
...
sync
2014-07-26 00:31:03 +03:00
Vesa V
953ea983be
Merge pull request #1024 from tonychee7000/master
...
Add Chinese translation by TonyChyi
2014-07-25 20:58:24 +03:00
TonyChyi
124df27ece
Add Chinese translation
2014-07-25 23:48:13 +08:00
TonyChyi
3ebea19180
Add Chinese translation
2014-07-25 23:46:13 +08:00
Vesa V
925d29934d
Merge pull request #1023 from grejppi/stable-1.1-recentlist
...
configManager: save config every time recent project list is updated
2014-07-25 11:46:58 +03:00
Hannu Haahti
be2e235c7a
configManager: save config every time recent project list is updated
...
fixes #1014
2014-07-25 10:42:50 +03:00
Tobias Doerffel
1b8243ccac
Updated ZynAddSubFX instrument presets
...
Taken from upstream repository with HEAD at 7e14a008bdc671341843ea720ed.
2014-07-24 00:06:51 +02:00
Vesa V
7e5359af96
Merge pull request #1019 from diizy/gfx
...
Fix bbtrack undo/redo bug
2014-07-23 12:32:07 +03:00
Vesa
cf3862ec5c
Fix bbtrack undo/redo bug
...
Fix #790
2014-07-23 12:29:45 +03:00
Vesa V
64dc7bb58e
Merge pull request #1016 from diizy/gfx
...
Monstro: add newlines to helptexts
2014-07-22 20:16:18 +03:00
Vesa
2469196c33
Monstro: add newlines to helptexts
2014-07-22 20:13:06 +03:00
Tres Finocchiaro
46c92ef27f
Update PianoRoll.cpp
2014-07-22 12:37:26 -04:00
Tres Finocchiaro
1faaa932cc
Formatting fixes
2014-07-22 12:30:38 -04:00
Ubuntu
bca5ce8d7f
"What is this" additions by @musikBear #896
2014-07-22 12:18:31 -04:00
Vesa V
ec67d6b40a
Merge pull request #1005 from diizy/stable-1.1
...
Add "clear track" option, fix copying of tracks from song ed -> bb ed
2014-07-18 11:23:06 +03:00
Vesa
dacb8adc4c
Add "clear track" option, fix copying of tracks from song ed -> bb ed
...
- Tracks copied from song->bb will no longer be unusable
- Since doing this required creating a "delete TCOs from track" function, I also added the option to trackops menu to clear a track
Fix #757
2014-07-18 11:18:10 +03:00
mikobuntu
9635232b45
Update globals.h
2014-07-17 20:10:25 +01:00
Vesa V
cb3dc7b8c3
Merge pull request #1000 from grejppi/master-disableautoquit
...
Add option to keep effects running even without input
2014-07-17 16:22:47 +03:00
Hannu Haahti
932768dac0
add option to keep effects running even without input
2014-07-17 16:19:00 +03:00
Vesa
88c60f5f94
Merge branch 'stable-1.1'
...
Conflicts:
src/core/NotePlayHandle.cpp
2014-07-17 02:06:01 +03:00
Vesa V
d014c2bb2e
Merge pull request #997 from diizy/mixer-opt2
...
Improve performance of effect processing, fix autoquit bugs
2014-07-17 02:01:53 +03:00
Vesa
1a2351bbd0
Improve performance of effect processing, fix autoquit bugs
...
Also a slight NPH tweak
2014-07-17 01:48:24 +03:00
Tobias Doerffel
7b279d3f85
Pattern: add undo/redo support for "Clear all notes" operation in context menu
...
Simply add a journal checkpoint before clearing pattern.
2014-07-16 23:46:47 +02:00
Tobias Doerffel
a12774f50d
ZynAddSubFX: imported current head
...
Imported current head of LMMS-specific ZynAddSubFX source code.
The current code is based on version 2.4.4 of ZynAddSubFX.
HEAD: 9a993c4936ce987bb30f93eee2a573466ece3712
2014-07-16 23:36:05 +02:00
Vesa V
330ff65f62
Merge pull request #996 from ruggiero/stable-1.1
...
Bug that prevented compilation in Debian testing (jessie)
2014-07-15 23:45:11 +03:00
Rafael Ruggiero
ad35c553b3
Update surround_encoder_1401.c
2014-07-15 17:42:01 -03:00
Rafael Ruggiero
f91925f34a
Update bode_shifter_cv_1432.c
2014-07-15 17:41:07 -03:00
Vesa V
16a81faef2
Merge pull request #994 from grejppi/master-sampletrack
...
SamplePlayHandle: increment the right buffer
2014-07-15 11:31:48 +03:00
Hannu Haahti
5fef919c4a
SamplePlayHandle: clear unused frames from buffer
2014-07-15 11:28:53 +03:00
Hannu Haahti
37a90cabcf
SamplePlayHandle: increment the right buffer
2014-07-15 11:12:04 +03:00
Vesa V
86c8fc55e1
Merge pull request #993 from diizy/master
...
NPH fix: prevent offsets from going over period limit
2014-07-14 23:50:22 +03:00
Vesa
768cc9cb81
Forgot to remove qdebug
2014-07-14 23:49:37 +03:00
Vesa V
2e480c948a
Merge pull request #992 from LMMS/stable-1.1
...
sync
2014-07-14 23:48:55 +03:00
Vesa
fcf3242b7e
NPH fix: prevent offsets from going over period limit
2014-07-14 23:47:41 +03:00
Vesa V
dbb1418ad6
Merge pull request #991 from diizy/stable-1.1
...
Mixer: optimize peak value measuring functions
2014-07-14 21:56:17 +03:00
Vesa
5ed8f70633
Mixer: optimize peak value measuring functions
2014-07-14 21:49:34 +03:00
Vesa V
6c72804aa4
Merge pull request #990 from diizy/stable-1.1
...
InstrumentSoundShaping: ensure that release time is never longer than th...
2014-07-14 18:41:51 +03:00
Vesa
8a35a57efa
InstrumentSoundShaping: ensure that release time is never longer than the volume envelope, if volume envelope is active
...
This saves CPU on certain instruments, like Monstro.
There's no point in running the note beyond the end of the volume envelope, ever, so let's not do that.
2014-07-14 18:17:02 +03:00
Vesa V
1eed43c55e
Merge pull request #988 from diizy/stable-1.1
...
Add safeguard for beat pattern wheelevent
2014-07-14 00:39:07 +03:00
Vesa
d4e30d5ff8
Add safeguard for beat pattern wheelevent
...
Fix #963
2014-07-14 00:37:43 +03:00
Vesa
921943bce1
Merge branch 'stable-1.1'
...
Conflicts:
include/MixHelpers.h
src/core/FxMixer.cpp
2014-07-13 22:20:10 +03:00
Vesa V
5978cd597e
Merge pull request #986 from diizy/stable-1.1
...
Sanitize master output
2014-07-13 22:13:45 +03:00
Vesa
e06c281132
Sanitize master output
...
Replace any inf/nan in master output with zero, to prevent corrupted files/audio.
2014-07-13 22:11:17 +03:00
Vesa V
00aba44251
Merge pull request #961 from diizy/master-atomic
...
Improve RT-safety by eliminating some global locks
2014-07-12 19:12:58 +03:00
Vesa V
43d246df20
Merge pull request #979 from diizy/master
...
Peak Controller: improve envelope calculation
2014-07-12 05:29:47 +03:00
Vesa
6f8c910f5c
Peak Controller: improve envelope calculation
2014-07-12 05:27:05 +03:00
Vesa V
0bad69adc8
Merge pull request #976 from diizy/master
...
SF2: Fix crash with stacking/arp
2014-07-11 21:36:19 +03:00
Vesa
d7f922da75
SF2: Fix crash with stacking/arp
2014-07-11 21:35:26 +03:00
Vesa V
e8d80c1ddf
Merge pull request #969 from tresf/patch-1
...
Fix relative VST paths on Windows
2014-07-11 01:10:51 +03:00
Vesa V
59b6df467e
Merge pull request #966 from diizy/stable-1.1
...
ProjectJournal: cap the number of undo states to prevent infinite memory...
2014-07-10 14:25:44 +03:00
Vesa
4855634bf4
ProjectJournal: cap the number of undo states to prevent infinite memory buildup
...
The cap is hardcoded to 100 for now, TODO: make this number configurable (or even better: use a max. memory amount instead of max number of states)
2014-07-10 14:22:40 +03:00
Vesa V
6dab6a7285
Merge pull request #965 from LMMS/stable-1.1
...
Stable 1.1
2014-07-10 12:42:42 +03:00
Vesa V
31c8ea4394
Merge pull request #964 from diizy/stable-1.1
...
Effect plugins: don't set modified flag on control changes
2014-07-10 12:42:02 +03:00
Vesa
a82bcb1759
Effect plugins: don't set modified flag on control changes
...
Fixing a bit of a silly error made by me, all control changes on my effect plugins were flagging the project as modified, which is annoying with automations etc. So I'm disabling it. Maybe later we can have flagging only when knobs are modified manually.
2014-07-10 12:39:02 +03:00
Tobias Doerffel
5a28f4ada0
Merge remote-tracking branch 'origin/stable-1.1'
2014-07-09 23:02:28 +02:00
Tobias Doerffel
1b4ce136c9
Merge branch 'stable-1.0' into stable-1.1
2014-07-09 23:01:36 +02:00
Tobias Doerffel
e0779fa6f8
VstBase: include 32 bit version of libwinpthread DLL for RemoteVstPlugin32
...
This is required with latest mingw-x-runtime packages.
2014-07-09 23:00:44 +02:00
Vesa
cacb27d12f
Move playhandle-adding to the correct spot so playhandles won't get delayed
2014-07-09 21:39:04 +03:00
Vesa
e6582fcd17
InstrumentTrack.h: Remove unneeded includes
2014-07-09 21:24:10 +03:00
Vesa
b8d4ee3047
visualization_widget: remove unnecessary global locks
2014-07-09 21:22:46 +03:00
Vesa
4d321516e9
file_browser: remove unnecessary global locks
2014-07-09 21:20:22 +03:00
Vesa
4be118162f
TrackContainerView: remove unnecessary global locks (improve rt safety)
2014-07-09 21:14:47 +03:00
Vesa
a4c4ea90dc
Pattern.cpp: Remove unnecessary global locks (improve rt safety)
2014-07-09 21:02:50 +03:00
Vesa
ae5e0c3202
Rebase on master to fix older bugs
2014-07-09 20:45:19 +03:00
Vesa
f33d1f4972
Instrument track, mixer...
2014-07-09 20:42:54 +03:00
Vesa
4eb486be1e
Attempt to remove mutex calls from instrumenttrack::processinevent
2014-07-09 20:39:41 +03:00
Vesa V
d4b0cc126d
Merge pull request #960 from diizy/master
...
Fix erroneous note offset in instrumenttrack
2014-07-09 20:37:49 +03:00
Vesa
2d93e19f72
Fix erroneous note offset in instrumenttrack
2014-07-09 20:36:49 +03:00
Ubuntu
858033c0c7
Fix relative VST paths on Windows
2014-07-08 15:56:20 -04:00
Vesa V
c1ccc8173e
Merge pull request #957 from raboof/addRecentlyOpenedShortcut
...
Add 'Recently opened project' menu hotkey
2014-07-08 21:27:10 +03:00
Arnout Engelen
2cb458a958
Add 'Recently opened project' menu hotkey
2014-07-08 20:24:03 +02:00
Vesa V
3774d95317
Merge pull request #955 from raboof/configure
...
Point ./configure users to the INSTALL file
2014-07-08 20:58:44 +03:00
Arnout Engelen
01fc05b251
Point ./configure users to the INSTALL file
...
Previously the instructions did not match
2014-07-08 19:56:14 +02:00
Vesa V
833fdaab13
Merge pull request #953 from LMMS/stable-1.1
...
Stable 1.1
2014-07-08 19:46:24 +03:00
Vesa V
26d1d3b077
Merge pull request #952 from tresf/patch-1
...
Prevent changing vertical size on fx mixer
2014-07-08 19:45:29 +03:00
Tres Finocchiaro
27b7d36181
Prevent changing vertical size on fx mixer
2014-07-08 12:43:52 -04:00
Vesa V
2f983e0ed3
Merge pull request #938 from diizy/master-sf2-accurate
...
SF2: Make timing more accurate, also some fixes
2014-07-06 16:21:22 +03:00
Vesa
ff0c9beadd
SF2: Make timing more accurate, also some fixes
...
I'm not saying sample-accurate, because it turns out, Fluidsynth has an internal buffer size and thus timing granularity of 64 frames. So 64 frames is the max. accuracy attainable for SF2. But it's better than nothing. Big thanks to David Henningsson of the Fluidsynth dev team, who very helpfully answered questions. A great guy.
In addition, there are some fixes to earlier commits here, which I ran into while working on the SF2 timing.
2014-07-06 16:11:35 +03:00
Tobias Doerffel
e12daf6bae
Merge remote-tracking branch 'origin/stable-1.1'
2014-07-06 13:57:54 +02:00
Tobias Doerffel
97bb80b9b1
Merge branch 'stable-1.0' into stable-1.1
...
Conflicts:
CMakeLists.txt
README
lmms.rc.in
2014-07-06 13:56:44 +02:00
Tobias Doerffel
8122041d65
Install winpthreads DLL
...
Install winpthreads DLL for inclusion in Win32/Win64 installer. Requires
latest version of mingw-x-runtime packages (>=3.1.0).
2014-07-06 13:52:51 +02:00
Tobias Doerffel
6711f5d291
Added support for winpthreads library
...
Recent builds of MinGW64 runtime include the winpthreads library which
is not linked statically anymore and thus doesn't required non-portable
(de-)initialization function calls.
2014-07-06 13:52:32 +02:00
Tobias Doerffel
ab55b26e4b
SWH/BodeShifterCV: fix out-of-bounds array access
...
The xcoeffs array only has 100 elements and thus accessing xcoeffs[100]
leads to undefined behaviour.
2014-07-05 17:47:49 +02:00
Vesa V
8407427c4b
Merge pull request #933 from LMMS/stable-1.1
...
Stable 1.1
2014-07-05 16:34:34 +03:00
Vesa V
ddae5a8446
Merge pull request #932 from diizy/stable-1.1
...
SF2: Remove superfluous API call that sets period size for audio backend
2014-07-05 16:31:37 +03:00
Vesa
88c546275b
SF2: Remove superfluous API call that sets period size for audio backend
...
We don't use any audio backend with fluidsynth, so there's no need to set a period size for it.
2014-07-05 16:29:59 +03:00
Vesa V
bc888f6e4c
Merge pull request #931 from diizy/gfx
...
LB302: Remove the non-functional Accent button from the UI, pending real...
2014-07-05 11:48:58 +03:00
Vesa
066a9c9f92
LB302: Remove the non-functional Accent button from the UI, pending real implementation
2014-07-05 11:46:53 +03:00
Tobias Doerffel
b9d99c9c19
Merge pull request #928 from tresf/stable-1.0
...
Backport to 1.0 branch - Fix Zyn GUI hard crash on Win32
2014-07-03 22:55:45 +02:00
Tres Finocchiaro
71a9f94a4b
Fix Zyn GUI hard crash on Win32
...
I can't explain why @tobydox doesn't have to do this in his builds but committing to push ahead with 1.0.3
2014-07-03 14:21:14 -04:00
Vesa V
0a97406c80
Merge pull request #926 from diizy/stable-1.1
...
Fix styling of textFloat & whatsthis, make text floats consistent in sty...
2014-07-03 14:12:38 +03:00
Vesa
06b47a52a2
Fix styling of textFloat & whatsthis, make text floats consistent in style with tooltips
...
Should fix #925
2014-07-03 14:09:31 +03:00
Vesa V
6ae2a11c53
Merge pull request #923 from diizy/stable-1.1
...
Update Zyn from repo, bump version
2014-07-02 23:40:51 +03:00
Vesa V
3c3d43c6e8
Merge pull request #922 from diizy/stable-1.0
...
Bump version to 1.0.3
2014-07-02 23:40:16 +03:00
Vesa
3ca971f9e7
Update Zyn from repo, bump version
2014-07-02 23:32:41 +03:00
Vesa
67a56c6f48
Bump version to 1.0.3
2014-07-02 21:38:19 +03:00
Vesa V
f3419648cf
Merge pull request #916 from diizy/stable-1.1
...
Sync with Zyn repository - includes a GUI fix, also a fix to RemoteZynAd...
2014-07-02 09:44:10 +03:00
Vesa V
dca67b4313
Merge pull request #919 from tresf/stable-1.1
...
CMake/NSIS copy missing dlls
2014-07-02 09:43:28 +03:00
Tres Finocchiaro
d3a1a2a441
Fix win32 missing dlls
...
For bug #892 on `stable-1.1`
2014-07-01 17:57:59 -04:00
Vesa
bcbf54150f
Add zyn makefiles to gitignore
2014-07-02 00:12:25 +03:00
Vesa V
5aa5b64b52
Merge pull request #918 from tresf/stable-1.1
...
Fix win32 build error caused by #913
2014-07-01 09:34:35 +03:00
Tres Finocchiaro
63a5a16cd0
isinf and isnan declarations win32/apple
2014-06-30 23:21:17 -04:00
Tres Finocchiaro
20b63ea6c4
Moved isnan/isinf compat code to lmms_math.h
2014-06-30 23:19:04 -04:00
Vesa
71c1bf7dd8
Sync with Zyn repository - includes a GUI fix, also a fix to RemoteZynAddSubFx
2014-06-30 15:18:41 +03:00
Vesa V
e99be7fb77
Merge pull request #914 from diizy/stable-1.1
...
Trailing spaces
2014-06-30 13:07:09 +03:00
Vesa
ec495716f4
Trailing spaces
2014-06-30 13:04:48 +03:00
Vesa V
6ffcc0e799
Merge pull request #911 from diizy/master-nph
...
Revision of handling of frameoffset for NPH, SPH
2014-06-30 12:52:44 +03:00
Vesa V
9c8c80683b
Merge pull request #913 from LMMS/stable-1.1
...
Syncing...
2014-06-30 12:49:02 +03:00
Vesa V
4143fc95e4
Merge pull request #912 from LMMS/stable-1.0
...
Syncing...
2014-06-30 12:47:24 +03:00
Vesa
23433a70b5
Sample-exact models: improve
...
- Remove the redundant hasSampleExactData() function. Instead, signal lack of s.ex.data by returning a NULL in valueBuffer()
- Cache s.ex.buffers and only update them once per period
- Make valueBuffer() in AutomatableModel threadsafe so that it can be used for NPH's sharing the same model
- Add sample-exactness to instrumenttrack's vol & pan knobs
2014-06-30 01:59:18 +03:00
Vesa
71217c0d85
Addition to earlier: Fix monstro
2014-06-29 23:28:51 +03:00
Vesa
270af579b8
Revision of handling of frameoffset for NPH, SPH
...
Change in handling of frameoffset for multistreamed instruments and sampletracks.
- Instead of holding the offset for the lifetime of the playhandle, negate the offset in the first period
- Multistream-instruments require some small changes: they have to now check for the offset and accordingly leave empty space in the start of the period (already done in this commit)
- There are possibly optimizations that can be done later
- This change is necessary so that we can have sample-exact models, and sample-exact vol/pan knobs for all instruments. Earlier multistream instruments were always rendering some frames ahead-of-time, so applying sample-exact data for them would have been impossible, since we don't have the future-values yet...
2014-06-29 23:13:00 +03:00
Vesa V
7429e752f0
Merge pull request #910 from diizy/stable-1.1
...
Math, Monstro
2014-06-29 13:28:27 +03:00
Vesa
dd65d48318
Monstro: improve accuracy of env release
2014-06-29 13:27:29 +03:00
Vesa
005bf69705
Lmms_math: add dBV conversion functions (for future use)
2014-06-29 13:08:49 +03:00
Vesa V
fd6747a177
Merge pull request #909 from diizy/stable-1.1
...
Some fixes: StereoEnhancer, Midievents
2014-06-29 10:42:44 +03:00
Vesa
fe3c5a9aa4
Use channel -1 for GUI-generated MIDI events, fixes #807
2014-06-29 10:19:28 +03:00
Vesa
edc97edb9e
DspEffectLibrary: fix stereoenhancer
2014-06-29 09:55:16 +03:00
Vesa
a7bb31159e
Merge branch 'stable-1.1'
...
Conflicts:
include/basic_filters.h
src/core/FxMixer.cpp
2014-06-28 17:24:23 +03:00
Tobias Doerffel
9a313e485a
Merge pull request #887 from softrabbit/svg-loading
...
Add loading of artwork in other formats as well as .png
2014-06-28 11:56:10 +02:00
Tobias Doerffel
0447e0fe44
Merge pull request #895 from diizy/filters
...
basic_filters: optimize RC highpass & bandpass filters
2014-06-28 11:55:47 +02:00
Tobias Doerffel
e6ffb6cd35
Merge pull request #902 from diizy/fxmixer
...
FxMixer: rewrite mixer routing
2014-06-28 11:55:18 +02:00
Vesa
0058b1064f
Update channel send model names properly
2014-06-28 10:06:52 +03:00
Vesa
31b82fe50b
Receive arrow
2014-06-27 23:19:06 +03:00
Vesa
9243d94484
Fix qstring arg
2014-06-27 23:17:21 +03:00
Vesa
d9d085d14e
FxMixer: rewrite mixer routing
2014-06-27 18:21:18 +03:00
Vesa V
82ee04c406
Merge pull request #897 from diizy/whatsthis
...
What's this strings for Monstro
2014-06-26 19:23:47 +03:00
Vesa
92544a7932
What's this strings for Monstro
2014-06-26 19:21:16 +03:00
Vesa
27383f91b7
basic_filters: replace div with mul
2014-06-26 13:18:00 +03:00
Vesa
ba700399da
basic_filters - even more optimization
...
Use more efficient interpolation, optimize some calculations
2014-06-26 13:15:20 +03:00
Vesa
d6809b45c1
basic_filters: further optimization
...
Use qBound in formant, and return early from calcFilterCoeffs so we don't do needless calculations
2014-06-26 12:41:35 +03:00
Vesa
d166212d49
basic_filters: optimize RC highpass & bandpass filters
...
For both RC12 and RC24 filter types: handle lowpass separately, because we can then calculate highpass & bandpass with less operations.
This shouldn't affect the performance of lowpass, but probably will make highpass and bandpass a bit faster.
2014-06-25 20:43:34 +03:00
Raine M. Ekman
7921a326f7
Add loading of artwork in other formats as well as .png
2014-06-24 22:44:47 +03:00
Tobias Doerffel
5659aa10e1
Merge pull request #886 from diizy/gfx
...
FxMixerView, FxLine: graphics & layout fixes
2014-06-24 20:56:06 +02:00
Vesa
a463594bb2
FxMixerView, FxLine: graphics & layout fixes
2014-06-24 21:07:15 +03:00
Vesa V
77230c07da
Merge pull request #885 from diizy/gfx
...
Monstro waveform icons updated
2014-06-24 20:28:37 +03:00
Vesa
61cca2b513
Monstro waveform icons updated
2014-06-24 20:27:25 +03:00
Tobias Doerffel
c1d2b96c8c
Merge pull request #882 from DeRobyJ/stable-1.0
...
Italian Localization Update
2014-06-23 23:14:18 +02:00
Vesa
4185eac023
Merge branch 'stable-1.1'
...
Conflicts:
src/core/AutomatableModel.cpp
2014-06-23 22:10:27 +03:00
DeRobyJ
46bb1411d4
Italian Localization Update
...
I've updated the Italian translation of the program using Qt linguist.
2014-06-23 20:31:36 +02:00
Tobias Doerffel
1287aec800
Merge pull request #875 from diizy/logs
...
Logscale models: fix all issues and finalize the implementation
2014-06-21 23:43:05 +02:00
Tobias Doerffel
54f1beb056
Merge pull request #877 from diizy/stable-1.0
...
SF2 player: fix playback issues
2014-06-21 23:39:57 +02:00
Yann Collette
86e584474a
when using gcc-4.8.2, desactivate -Werror due to a regression
2014-06-21 23:33:39 +02:00
Tobias Doerffel
eee2ba7f16
Merge remote-tracking branch 'origin/stable-1.1'
...
Conflicts:
data/locale/de.qm
data/locale/de.ts
2014-06-21 23:30:59 +02:00
Tobias Doerffel
6d8890b4ff
Merge remote-tracking branch 'origin/stable-1.0' into stable-1.1
2014-06-21 23:29:32 +02:00
Vesa
87c4f9c7f2
SF2 player: fix playback issues
...
Changing the velocity after noteon doesn't really seem to work on fluidsynth (may be dependent on soundfont file) - seems like the panning changes when velocity is changed.
So I disabled that, after which everything works fine.
2014-06-21 11:21:25 +03: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
8da423412c
Remove unneeded function
2014-06-20 23:01:38 +03:00
Vesa
14909bdf1b
Log scales finalized
2014-06-20 22:46:10 +03:00
Tobias Doerffel
737839164a
Merge pull request #868 from diizy/gfx
...
FxMixer GUI updates, fix disappearing effects
2014-06-20 11:42:25 +02:00
Vesa V
fbcd436066
Merge pull request #870 from diizy/watsyn
...
Watsyn updates
2014-06-20 02:59:29 +03:00
Vesa
b4f0c73beb
Watsyn updates
2014-06-20 02:57:33 +03:00
Vesa
83cc446807
FxMixerView: fix disappearing effects
2014-06-19 22:17:59 +03:00
Vesa
4bcbb1abcc
FxMixer GUI updates: code
2014-06-19 17:59:37 +03:00
Vesa
29c7894993
FxMixer GUI updates: graphics
...
Also fixed size of whatsthis
2014-06-19 17:59:36 +03:00
Tobias Doerffel
e0dcd1c352
Merge pull request #863 from tresf/stable-1.1
...
Allow vertical resize for VST Plugin Control Window
2014-06-19 09:55:07 +02:00
Tobias Doerffel
ceec0b175c
Merge pull request #861 from diizy/lb302
...
LB302: Correct slide for samplerate
2014-06-19 09:54:52 +02:00
Tobias Doerffel
b24fa4757c
Merge pull request #866 from diizy/stable-1.1
...
Fix stuck notes on notestacking
2014-06-19 09:54:31 +02:00
Vesa
0237da44b5
... somehow didn't notice the already existing engine::mixer()->lock() there...
2014-06-19 00:38:48 +03:00
Vesa
0f03219c93
Fix stuck notes on notestacking
...
Fixes #865 . Added a check so we don't add subnotes to a note that is already released (can happen with very short midinotes, eg. sliding the mouse accross the gui piano).
I also added a mutex to incoming midievent handling in instrumenttrack. Not sure if strictly necessary, but seems like this would prevent problems in the long run.
Also fixed a glitch in noteplayhandle where silent master notes got stuck playing indefinitely ( isMasternote() returns true even if the nph just hadChildren, so it never gets ended if it did - instead we check if we still have subnotes).
2014-06-19 00:30:48 +03:00
tresf
73bd963a3f
Allow vertical resize for VST Plugin Control Window
2014-06-18 02:54:29 -04:00
Vesa
c93f6587e6
LB302: Correct slide for samplerate
2014-06-17 14:35:53 +03:00
Tobias Doerffel
4ef5b5fef3
Merge pull request #860 from diizy/gfx
...
Graphics updates
2014-06-17 11:59:52 +02:00
Vesa
0d2249828d
Graphics updates
2014-06-17 12:39:52 +03:00
Tobias Doerffel
41197a949a
Merge pull request #852 from diizy/sf2fix
...
SF2 player: fix playback issues
2014-06-15 23:32:14 +02:00
Tobias Doerffel
3de952e9c1
Merge pull request #844 from grejppi/stable-1.1-kicker
...
kicker: keep start note behaviour for old presets
2014-06-15 23:31:52 +02:00
Tobias Doerffel
3ab6a7ac0f
Merge pull request #846 from diizy/stable-1.1
...
FxMixer: Fix channel delete and other bugs
2014-06-15 23:31:02 +02:00
Tobias Doerffel
e1fc2a21bb
Merge pull request #841 from tresf/stable-1.1
...
NSIS fixes #385 , #831
2014-06-15 23:30:27 +02:00
Tobias Doerffel
c7f29c19c8
Merge pull request #840 from sarahkeefe/stable-1.0
...
Fix for issue #837 - Compile issue on OS X - include file Qt/qglobal.h not found
2014-06-15 23:29:46 +02:00
Tobias Doerffel
86a4a98d2f
Merge pull request #848 from diizy/midioffset
...
5-in-1 bugfix special
2014-06-15 23:29:21 +02:00
Vesa V
2a1da2a6bd
Merge pull request #855 from diizy/monstro
...
Monstro: fix another silly error...
2014-06-15 22:40:13 +03:00
Vesa
9d3c8a98ae
Monstro: fix another silly error...
2014-06-15 22:38:25 +03:00
Vesa V
5425488e4c
Merge pull request #854 from diizy/monstro
...
Monstro: oops... corrected an error
2014-06-15 17:30:52 +03:00
Vesa
dcfa4ebe43
Monstro: oops... corrected an error
2014-06-15 17:29:24 +03:00
Vesa V
4b31294a85
Merge pull request #853 from diizy/monstro
...
Monstro updates
2014-06-15 16:05:18 +03:00
Vesa
b5d9286fdc
Monstro - additional small fix...
2014-06-15 16:01:12 +03:00
Vesa
8a2aeaa595
Monstro updates
...
- Fix FM (use PM-based FM to prevent pitch drift)
- Bunch of codepath optimizations
- Somewhat saner min/max values for PW
2014-06-15 15:58:07 +03:00
Vesa
585f8b6d93
SF2 player: fix playback issues
...
Changing the velocity after noteon doesn't really seem to work on fluidsynth (may be dependent on soundfont file) - seems like the panning changes when velocity is changed.
So I disabled that, after which everything works fine.
2014-06-14 20:36:21 +03:00
Vesa
ad1c6957b0
AutomatableModel: prevent linking of model to itself
...
There's no need to ever link a model to itself, allowing it can cause weird issues and crashes, plus it's easy to do by accident if you start a ctrl-drag and end it while still on the same widget
2014-06-14 18:36:17 +03:00
Vesa
e733042cdb
FxMixer: clearChannel had the same erroneous for loop as deleteChannel
2014-06-14 17:42:00 +03:00
Vesa
24bf336bf8
FxMixer: fix crashes on modifying sends
...
Added a mutex so that the GUI thread can't change the sends around during the rendering loop.
2014-06-14 14:53:22 +03:00
Vesa
3319380cf6
FxMixer: Fix channel delete
2014-06-14 14:37:27 +03:00
Vesa
9c584778d2
5th: fix #563 - do not destroy IPH's on "All Notes Off" MIDI commands
2014-06-14 14:37:07 +03:00
Vesa
d1eb9886fd
Make that 4: Fix stuck midi notes on changing master pitch
2014-06-14 14:37:07 +03:00
Vesa
3f19478b87
Further safeguards needed...
2014-06-14 14:37:07 +03:00
Vesa
a172783cd0
3-in-1 bugfix special
...
Fixes bugs: #568 , #289 and the incorrect timing for midi-noteoffs (see mailing list)
2014-06-14 14:37:07 +03:00
Vesa V
32cfe84dfd
Merge pull request #850 from diizy/lb302
...
LB302: one last fix...
2014-06-14 14:36:51 +03:00
Vesa
c45163f936
LB302: one last fix...
2014-06-14 14:32:15 +03:00
Vesa V
dd13b26696
Merge pull request #849 from diizy/mixeriph2
...
A fix to IPH waiting code: don't wait for already finished notes, plus a...
2014-06-13 19:50:45 +03:00
Vesa
a0d6115482
A fix to IPH waiting code: don't wait for already finished notes, plus a bit of optimization
2014-06-13 19:47:48 +03:00
Hannu Haahti
ebc9da8c71
kicker: keep start note behaviour for old presets
2014-06-12 16:20:26 +03:00
tresf
64289f5953
nsis_branding.bmp, 256 color version to fix #831
2014-06-12 02:17:03 -04:00
Tres Finocchiaro
13d0bc73d9
HKCR registry cleanup per #385
2014-06-12 00:43:18 -04:00
sarahkeefe
940fb0d3d5
Updating include to QtCore/QtGlobal
2014-06-11 17:16:28 -04:00
sarahkeefe
91519898d0
Replacing <Qt/global.h> includes with <QtGlobal> to fix compile issue on OS X
2014-06-11 13:21:01 -04:00
Vesa V
66c05f60ff
Merge pull request #839 from diizy/lb302
...
Last LB302 fixes for now (I hope!)
2014-06-11 15:30:41 +03:00
Tobias Doerffel
3a3cbe4f4e
Merge pull request #830 from tresf/stable-1.1
...
Updated logo for NSIS installer
2014-06-11 14:08:17 +02:00
Tobias Doerffel
28d2680896
Merge pull request #838 from softrabbit/tpyo
...
CmakeLists.txt: s/similiar/similar/g
2014-06-11 14:08:01 +02:00
Vesa
11209593e0
Last LB302 fixes for now (I hope!)
2014-06-11 15:05:07 +03:00
Raine M. Ekman
5e3d3d449d
Fixed tpyo in CMakeLists.txt: It's simiLAR, not simiLIAR
2014-06-11 10:39:06 +03:00
Tobias Doerffel
0679d89cac
Merge pull request #834 from softrabbit/formantfilter
...
Note filters: remove unnecessary calculations in Formantfilter
2014-06-10 12:14:50 +02:00
Raine M. Ekman
0941520d8c
basic_filters.h: One unnecessary m_vflp array removed.
2014-06-10 12:10:42 +03:00
Raine M. Ekman
c29ec40711
basic_filters.h: Remove unneccessary LP filter calculations in Formantfilter
2014-06-10 11:57:59 +03:00
Vesa V
77a919d24c
Merge pull request #833 from diizy/stable-1.1
...
LB302: further fixes
2014-06-10 09:05:34 +03:00
Vesa
9af0d7af93
LB302: further fixes
...
- My earlier fixes caused some new issues, now I'm fixing them, this time I'm pretty sure there won't be anything I missed
2014-06-10 09:02:20 +03:00
Tres Finocchiaro
045353735f
Updated logo for NSIS installer
2014-06-09 11:12:01 -04:00
Tobias Doerffel
5fdc8e63d9
Merge pull request #819 from diizy/mixeriph2
...
Ensure that NotePlayHandles get processed before the InstrumentPlayHandl...
2014-06-09 13:43:51 +02:00
Tobias Doerffel
82720472c9
Merge pull request #820 from diizy/lb302fix
...
LB302: Fix playback bugs (sticking pitch), add bandlimited waves
2014-06-09 13:42:25 +02:00
Tobias Doerffel
019c438668
Merge pull request #817 from diizy/bbtrack-ui
...
Make BB-tracks themeable
2014-06-09 13:41:55 +02:00
Tobias Doerffel
ca29057d54
Merge pull request #829 from ycollet/update_fr_1.1
...
Update fr for stable-1.1
2014-06-09 13:40:25 +02:00
Tobias Doerffel
1d6a456b47
Merge pull request #827 from DanWin/master
...
Updated German translation
2014-06-09 13:40:06 +02:00
Tobias Doerffel
34a4c27761
Merge pull request #826 from DanWin/stable-1.0
...
Updated German translation
2014-06-09 13:39:59 +02:00
Tobias Doerffel
dc9804f7b6
Merge pull request #823 from diizy/automation
...
Fix drag/drop for automation patterns
2014-06-09 13:38:31 +02:00
Yann Collette
72e194044d
update fr translation
2014-06-09 11:08:26 +02:00
Daniel Winzen
22cf0db03d
Updated German translation
2014-06-08 17:49:04 +02:00
Daniel Winzen
2b261b0020
Updated German translation
2014-06-08 17:45:45 +02:00
Vesa V
bf824f2a60
Merge pull request #825 from diizy/qbrush
...
Use QBrush instead of QColor on some theme properties
2014-06-08 18:18:08 +03:00
Vesa
2fa7892542
Use QBrush instead of QColor on some theme properties
...
Apparently, we can use QBrush -typed properties in the CSS. This just never occured to me before!
So, this has several benefits. A QColor property only allows a singular RGB value, but a QBrush allows the same plus also qgradients, RGBA-colours and maybe even bitmap patterns. So I'm changing some properties to QBrush, where it makes sense to allow this additional functionality - no need to enable it for simple things like text colours or such.
- Song editor background: instead of the earlier hack with 7 qproperties just to set a limited background gradient, we can use only 2 properties and allow much more flexibility with Qt's own qgradient syntax
- Automation editor: background, graph colour, and the sidebar colour - @musikBear recently complained not seeing the grid through the graph, so transparency can help there, and qlineargradients in the graph can produce very cool visual effects. Grid is pointless to change, it should stay single-colour for now.
- Piano roll: here, I only made the background use QBrush - we don't really have much else here that can utilize QBrush, the notes have their own gradient system... maybe the 2nd colour of the note gradient could be customizable though.
There are probably more places where this change makes sense...
2014-06-08 18:06:09 +03:00
Vesa
9cc3344756
Fix drag/drop for automation patterns
...
There was some apparently legacy code that was entirely unnecessary and interfering with model drops.
Closes #814
2014-06-08 12:28:43 +03:00
Vesa
40407f6ce6
LB302: Fix playback bugs (sticking pitch), add bandlimited waves
2014-06-07 14:39:45 +03:00
Vesa
bad08a2632
Ensure that NotePlayHandles get processed before the InstrumentPlayHandle on instruments that use both NotePlayHandles and InstrumentPlayHandle, such as LB302 and SF2-Player
...
Issue: Currently, we use threads to process all PlayHandles, so there's no guarantee of the order they are processed in. This causes timing inaccuracy and jitter: notes of instruments that use both NPH's and IPH's can get randomly delayed by one entire period.
The issue is solved thusly:
- When processing an IPH, we check if the instrument is midi-based. If yes, we just process it normally (no NPH's to worry about).
- If it's not, then it also uses NPH's, so we'll have the IPH wait until all NPH's belonging to same instrument have been processed. There's some similar code in the new FX mixer, I pretty much just copied how we do it there.
2014-06-06 14:24:51 +03:00
Vesa
910f89a5d3
Make BB-tracks themeable
...
- This allows defining a default colour for BB-track patterns in the CSS
- The default colour is used for all bb-patterns which don't have a custom colour set by the user: in other words, the colour of a pattern can be any rgb-value OR "style colour"
- By default, all created bb-patterns use the style colour
- You can also reset colourized patterns to use style colour again
- Backwards compatibility: old projects will be loaded so that any pattern using either of the old default colours will be converted to use style colour
TODO: add a settings option that can disable custom colours (ie. always use style colour), and/or an option to reset all patterns in a project to style colour. This is needed, since themes can now change the song editor background, which can lead to unfortunate colour combinations with custom colours...
2014-06-06 11:06:12 +03:00
Tobias Doerffel
dba1e75a53
Merge pull request #808 from tresf/stable-1.1
...
SF2/VST Title Fixes, Export Dialog Fixes
2014-06-06 00:07:54 +02:00
Tobias Doerffel
0044ef8515
Merge pull request #813 from diizy/ringbuffer
...
Ringbuffer
2014-06-06 00:07:19 +02:00
Vesa
b0c2fe1685
Forgot a line..
2014-06-05 20:43:18 +03:00
Vesa
6e2d73721c
RingBuffer: initial commit
...
Implements a ring buffer class for LMMS, which is designed to be flexible, efficient and thread-safe.
Due to flexible design, it supports various methods of operation:
- set delays/sizes in absolute frame values, ignoring samplerate
- set delays/sizes in milliseconds with samplerate-awareness
- multiple inputs -> single output
- single input -> multiple outputs
Efficiency is achieved by working in buffers and using memcpy/memset for audio operations, except when additive mixing is needed: then MixHelpers are used
Thread-safety is guaranteed with QMutex
2014-06-05 20:26:48 +03:00
Tres Finocchiaro
922ab25217
Fast forward vesa's sample-accurate changes
2014-06-04 09:03:19 -04:00
Tres Finocchiaro
e06759d0d8
Formatting fixes
2014-06-04 08:58:06 -04:00
tresf
7a03353fb6
Export dialog append wav/ogg #764 w/ #779 recommendations
2014-06-04 08:55:30 -04:00
tresf
f42196315c
SF2/VST title rename #462 w/ #774 recommendations
2014-06-04 08:52:12 -04:00
Tobias Doerffel
ab493ea27f
Merge pull request #804 from diizy/midioffset
...
Make MIDI timing sample-accurate
2014-06-04 09:35:11 +02:00
Tobias Doerffel
96da8717f3
Merge pull request #802 from zonkmachine/random-wave-icon
...
Random wave icon
2014-06-04 09:34:06 +02:00
Tobias Doerffel
50b9fa83c9
Merge pull request #805 from ycollet/cmake_gcc_482
...
Fix a regression with gcc-4.8.2
2014-06-04 09:33:45 +02:00
Yann Collette
e1e74bc369
when using gcc-4.8.2, desactivate -Werror due to a regression
2014-06-04 09:12:40 +02:00
Vesa
06be5bba82
Make MIDI timing sample-accurate
...
- currently only affects Vestige
- no idea whether this can also be used for Zyn and OpulenZ, I'm not sure if Zyn has any kind of mechanism for communicating frame offset to the synth, as for OpulenZ, @softrabbit would know the answer better
- basically, I made it happen by simply adding an extra parameter in the processMidi{In|Out} functions, which is 0 by default, and made the necessary changes in instrumentTrack and nph to utilize it
- I based this against 1.1 because I didn't think it's a very big change, and I don't see much possibility for things going wrong here, since we're basically just using the existing functionality in Vestige (there already was a frame offset being communicated to the remote plugin, just that it was always set to 0). However, if @tobydox thinks this is better to bump up to 1.2, I can rebase it for master...
2014-06-04 04:23:16 +03:00
Oskar Wallgren
a61d0284f2
Fix Instrument LFO, random wave icon
2014-06-02 04:01:27 +02:00
Tobias Doerffel
23f9312597
Merge pull request #799 from diizy/models3
...
S.ex. models: implement support for sample-exact controls in fx-mixer
2014-06-01 14:31:21 +02:00
Vesa
43d1b30727
FxMixer, ValueBuffer, etc. fixes
2014-06-01 15:25:02 +03:00
Tobias Doerffel
b28e995316
Merge pull request #797 from softrabbit/issue780
...
Issue780
2014-06-01 10:09:54 +02:00
Vesa
1c0f9700fa
S.ex. models: implement support for sample-exact controls in fx-mixer
...
Works for all faders and send knobs
2014-06-01 07:17:43 +03:00
Raine M. Ekman
f0556cbc3b
InstrumentTrack: Fix issue #780 by showing the m_pitchRangeSpinBox too, in case it's been hidden.
2014-05-31 20:41:50 +03:00
Tobias Doerffel
385e13bb63
Merge pull request #788 from diizy/models
...
Models branch for 1.2
2014-05-31 15:12:33 +02:00
Tobias Doerffel
a2e61a7a08
Merge pull request #789 from diizy/pianoroll
...
PianoRoll: CSS stylability, mousewheel improvements
2014-05-31 15:12:07 +02:00
Tobias Doerffel
146ae64342
Merge pull request #792 from diizy/autoeditor
...
AutomationEditor: improve zoom, CSS
2014-05-31 12:46:43 +02:00
Vesa
3a1e447d7b
PianoRoll: wheelevent improvements, similar to AutomationEditor
...
- ctrl+alt+wheel changes q (as in auto)
- ctrl+shift+wheel changes note length
- changed note lock functionality slightly, it no longer changes itself to 1/16 because this would cause annoying infinite scrolling with the wheel, instead it just acts like 1/16 when notelength is last note
2014-05-31 07:06:58 +03:00
Vesa
7a19654ab9
AutomationEditor - fix previous
2014-05-31 04:05:58 +03:00
Vesa
310ac28009
AutomationEditor: CSS stylability
2014-05-31 03:32:55 +03:00
Vesa
5652043185
AutomationEditor: improve zoom functionality
...
- entire wheelevent code was written very... weirdly, I simplified it
- fix bug with x zoom with mousewheel, no more getting stuck between 25/50
- ctrl+shift+mousewheel now zooms y-axis
- ctrl+alt+mousewheel now changes quantization
2014-05-31 01:47:59 +03:00
Vesa
f43678cbae
PianoRoll: CSS stylability
...
Most parts of piano roll are now stylable:
- background color
- note color
- bar color (for volume bars)
- grid color
2014-05-30 23:00:20 +03:00
Vesa
63a39bde76
Models: Fix error
2014-05-30 19:29:45 +03:00
Vesa
a46b9383a5
LfoController updates - fix some remaining timing issues
2014-05-30 18:26:16 +03:00
Vesa
d331dfe352
Move improvements to sample-exact controller handling,
...
also some coding style fixes
2014-05-30 18:26:16 +03:00
Vesa
44f1d3df85
Initial implementation of sample-exact models and controllers
...
Also featuring a very efficient buffer-based system for transporting sample-exact control data
Also interpolation for automations
The native Amplifier is a reference implementation for taking advantage of sample-exact data and is currently
the only one that does so, it can be used to test things out, and as documentation/example for implementing the
same elsewhere
2014-05-30 18:22:36 +03:00
Tobias Doerffel
3a833d2ad8
Merge pull request #776 from xsleonard/cut-copy-paste
...
Copy+Paste for rubberband selections in track editor
2014-05-30 15:26:10 +02:00
Tobias Doerffel
a309ba077c
Bumped version number to 1.0.91
...
We can now distinguish between the new stable 1.1 branch and the master branch.
2014-05-30 15:24:07 +02:00
Tobias Doerffel
ef0ccb4094
Merge pull request #778 from diizy/pianoroll
...
PianoRoll: Note Quick Resize
2014-05-30 15:15:28 +02:00
Tobias Doerffel
b170ab18f6
Merge pull request #787 from diizy/master
...
FxMixerView: fix crash when loading project while selected channel != 0
2014-05-30 15:11:29 +02:00
Vesa
51194453f1
FxMixerView: fix crash when loading project while selected channel != 0
...
Fixes #782
2014-05-30 08:19:54 +03:00
Vesa V
6dfd6de8d2
Merge pull request #785 from diizy/nes
...
Nes updates
2014-05-29 22:59:37 +03:00
Vesa
8bb5733ee5
Nes: Fix previous - forgot to add new models to load/save funcs
2014-05-29 22:57:14 +03:00
Vesa
50c5b0db03
Nes: added pitch sweep for noise channel, freq.quantize mode (constrain frequencies to preset values when using note frequency)
...
Also added a handful of neat presets that mimick Nes sound effects
2014-05-29 22:48:13 +03:00
Vesa V
fe88806bd5
Merge pull request #784 from diizy/nes
...
Nes: implement vibrato, also: make main pitch update at 60hz frequency r...
2014-05-29 19:36:48 +03:00
Vesa
19d105dc86
Nes: implement vibrato, also: make main pitch update at 60hz frequency regardless of period size or samplerate (guarantees consistency in sound for combined pitch sweep + pitch automation)
2014-05-29 19:32:22 +03:00
Vesa
adea08d5b9
PianoRoll: Note Quick Resize
...
Basically, this works as such:
- if you click shift *after* starting a note move OR after creating a new note, the note move action is switched into resize mode, so you can quickly resize the note you just created, or the note you just moved. This saves time and improves workflow - at least based on my own experience: I've always wished I could do this, this is a huge time saving when you want to quickly jot down notes of differing lengths.
- if shift is already pressed when you click, the above will not happen, because that would mess with the note copy function. Copying notes with shift-dragging works the same as before.
- note test playback is halted when you click shift while moving. This is purely because it was causing some crackling noise, probably because of the changing length of a note that is currently playing. Maybe that can be fixed later, although it's arguably better not to hear the note while resizing - it's consistent with the other resize.
- works on group of notes as well, if you start moving a group of notes and then click shift, it will go into resize. Exception is notes copied with shift-drag... for obvious reasons.
- that should be all. Testing appreciated.
2014-05-28 03:38:59 +03:00
Steve Leonard
af56ea5849
Copy+Paste for rubberband selections in track editor
2014-05-26 15:53:08 -04:00
Vesa V
957aed4b80
Merge pull request #773 from diizy/master
...
NES: fix dc offset and distortion
2014-05-26 18:04:13 +03:00
Vesa
6e516a358c
NES: fix dc offset and distortion
2014-05-26 18:02:55 +03:00
Tobias Doerffel
1567bd8d09
Merge pull request #752 from tresf/master
...
Drag-and-drop support for VST, SF2
2014-05-26 10:28:44 +02:00
Tobias Doerffel
7dcf9a1ffa
Merge pull request #719 from ycollet/stable-1.0
...
add lib64 directories to search for ladspa plugins
2014-05-26 10:27:58 +02:00
Tobias Doerffel
c3af25e54a
Merge pull request #758 from grejppi/master-samplebuffer
...
SampleBuffer: fix amplification
2014-05-26 10:26:59 +02:00
Tobias Doerffel
54531f5144
Merge pull request #761 from zonkmachine/random-wave-2
...
Random wave for instrument plugin LFO
2014-05-26 10:26:09 +02:00
Tobias Doerffel
3d61b6df9e
Merge pull request #768 from diizy/master
...
FxMixerView: prevent mixer from being loaded with improper send buttons ...
2014-05-26 10:25:18 +02:00
Tobias Doerffel
d857f0e272
Merge pull request #771 from diizy/nes
...
NES instrument
2014-05-26 10:22:40 +02:00
Vesa
750be17b56
Nes: fix sweep
2014-05-26 05:46:53 +03:00
Vesa
8b51e29467
New NES instrument
2014-05-26 03:25:15 +03:00
Vesa
592b4aeb1a
New NES instrument
2014-05-26 03:24:36 +03:00
Vesa
eaf0f15d3f
FxMixerView: prevent mixer from being loaded with improper send buttons which cause crashes when clicked, fixes #766
2014-05-25 13:55:05 +03:00
Oskar Wallgren
2e78e65d59
Code simplifed
2014-05-24 20:02:18 +02:00
Hannu Haahti
d715c18b65
SampleBuffer: amplify in post
2014-05-23 21:50:47 +03:00
Oskar Wallgren
768f0e54b0
Random graph approximation and cleanup
2014-05-23 03:46:40 +02:00
Hannu Haahti
904370ec34
SampleBuffer: fix amplification
2014-05-22 23:48:05 +03:00
Oskar Wallgren
3d61768538
Gui button fix, test backward compatibility
2014-05-22 19:25:04 +02:00
Tobias Doerffel
00e7fe236c
ZynAddSubFX: imported current head
...
Imported current head of LMMS-specific ZynAddSubFX source code.
HEAD: c38c705ea40914f6bd63f799ab8dad91411a93c0
2014-05-22 11:33:39 +02:00
Oskar Wallgren
85c02cddfe
Random wave first commit, pixmap button defect
2014-05-22 07:17:55 +02:00
Tres Finocchiaro
71f6b1b205
Drag-and-drop support for VST, SF2
2014-05-21 16:39:02 -04:00
Vesa V
3e02a15908
Merge pull request #748 from diizy/master
...
Fix globalautomationvalueat and coding style
2014-05-21 17:45:02 +03:00
Vesa
9742becb81
Fix globalautomationvalueat and coding style
2014-05-21 17:37:30 +03:00
Tobias Doerffel
bfe2f0cf11
InstrumentFunctions: fix base note playback in chords
...
As of 6650dd356d base notes are not played
anymore when chords are enabled. Therefore create a separate NotePlayHandle
for the base note like we do for all other notes in the chord.
2014-05-20 23:13:13 +02:00
Tobias Doerffel
1decf5d6ea
Merge pull request #739 from diizy/master
...
Removal of the "sample-exact controllers" and "anti-aliasing oscillators...
2014-05-18 22:27:37 +02:00
Vesa
97ff5e99e0
Removal of the "sample-exact controllers" and "anti-aliasing oscillators" qualitysettings.
2014-05-18 21:36:49 +03:00
Yann Collette
6a5e7b18de
add lib64 directories to search for ladspa plugins
2014-05-18 19:22:29 +02:00
Tobias Doerffel
465aa1afbc
EffectChain: remember original effect plugin data when loading dummy plugin
...
We don't want to loose the settings of an effect plugin even if it's not
available and thus can't be instantiated. Therefore remember original
settings data and save them back properly.
Partly closes #733 .
2014-05-18 15:53:18 +02:00
Tobias Doerffel
1b0264f501
DummyEffect: removed inline specifiers, fixed header guard identifiers
2014-05-18 15:27:49 +02:00
Tobias Doerffel
a71749af08
Merge pull request #720 from diizy/master
...
Initial implementation for two additional methods in AutomatableModel, A...
2014-05-18 15:15:49 +02:00
Tobias Doerffel
6b6bfa2666
Merge pull request #734 from diizy/bandlimit
...
Move the initialization of BandLimitedWaves into engine.cpp
2014-05-18 15:11:51 +02:00
Tobias Doerffel
28fa95ae56
Merge pull request #727 from diizy/kicker
...
Kicker: new UI / graphics, also some additions:
2014-05-18 15:11:06 +02:00
Tobias Doerffel
cc8cb50efa
Merge pull request #729 from tresf/stable-1.0
...
swh plugins: Fix SWH destructors
2014-05-18 15:10:12 +02:00
Tobias Doerffel
aa8eea2fb1
Merge pull request #736 from diizy/powerchord
...
InstrumentFunctions: Add power chord
2014-05-18 15:09:47 +02:00
Vesa
c854f1d0ec
InstrumentFunctions: Add power chord
...
Aka. 5-chord, simple 5th interval chord. A very simple addition and something I've always wondered why it's missing from the very extensive huge list of chords and scales.
2014-05-18 13:14:52 +03:00
Vesa
bf54852062
Move the initialization of BandLimitedWaves into engine.cpp
...
Since we now provide the wavetables as pre-generated files, there's no delay caused by their initialization
so we can move it to the startup of the software. I thought engine.cpp is the best place for this, it makes
conceptually more sense than main.cpp IMO.
This way each instrument that wants to use them in the future won't have to call the initialization function
separately, making things a bit easier.
2014-05-17 23:32:34 +03:00
Vesa
bbcb8635e2
Kicker: a bit of an additional GUI tweak
2014-05-16 20:33:53 +03:00
Tres Finocchiaro
313977ebfd
swh plugins: Fix SWH destructors
...
The constructors had been fixed with commit #83c2019, but I had missed
the destructors. This corrects the `_fini()` destructors as well.
2014-05-16 13:11:26 -04:00
Vesa
2ff70e6aba
Kicker: new UI / graphics, also some additions:
...
- Envelope length is now temposyncable and has higher maximum
- Distortion is divided to start/end knobs for a simple distortion envelope
- Everything backwards compatible
2014-05-16 15:48:36 +03:00
Tobias Doerffel
1e6cd3c6a1
Merge pull request #714 from tresf/stable-1.0
...
Fix font colors on Apple #527
2014-05-15 22:44:56 +02:00
Vesa
aefc9832f8
Initial implementation for two additional methods in AutomatableModel, AutomationPattern:
...
These methods are used to fetch the automated value of a model at a given MidiTime
These are still untested but that shouldn't be a problem since they aren't actually used by anything yet... but I'll be doing some testing and bugfixing (if needed) for them later.
These will be an important step in making sampletracks eventually be reliably playable from any position, and more generically, being able to reliably convert MidiTime to real time. Of course they can be useful for other things too (not sure what though, yet).
2014-05-15 03:02:42 +03:00
Vesa V
fd89e4c5e6
Merge pull request #717 from Umcaruje/master-betterorganic
...
Tweaked the color of the organic logo
2014-05-14 00:55:58 +03:00
Umcaruje
05517aefc4
Tweaked the color of the organic logo
2014-05-13 22:02:43 +02:00
Tres Finocchiaro
7404eef34a
Revert changes
2014-05-12 22:10:28 -07:00
Tres Finocchiaro
e401ac5c9d
Revert changes
2014-05-12 22:09:47 -07:00
Tres Finocchiaro
959db3d7ac
Revert changes
2014-05-12 22:08:34 -07:00
Tres Finocchiaro
5bb5ffc152
Revert changes
2014-05-12 22:06:44 -07:00
Tres Finocchiaro
9abfbd6c94
#527
2014-05-12 21:37:01 -07:00
Tobias Doerffel
28cf4a5f8d
Merge remote-tracking branch 'origin/stable-1.0'
...
Conflicts:
CMakeLists.txt
data/CMakeLists.txt
include/SampleBuffer.h
plugins/CMakeLists.txt
plugins/zynaddsubfx/zynaddsubfx/src/Params/PADnoteParameters.cpp
src/core/SampleBuffer.cpp
2014-05-12 21:57:10 +02:00
Tobias Doerffel
7dd9ee04e1
Bump version to 1.0.90
...
This is the master branch which is going to end up in the 1.1.x series
therefore bump version now as a preparation.
2014-05-12 21:44:57 +02:00
Tobias Doerffel
0e2451bd6e
Watsyn: link against libsamplerate
...
Fixes Win32/Win64 build.
2014-05-12 21:44:26 +02:00
Tobias Doerffel
cf7acc382d
BandLimitedWave: export class in LMMS binary
...
Fixes Win32/Win64 build of Monstro plugin.
2014-05-12 21:43:44 +02:00
Tobias Doerffel
2edb5ed2c6
ZynAddSubFX: added update script
...
Added script to pull in latest ZynAddSubFX sources from LMMS-ZynAddSubFX
repository.
2014-05-12 19:58:25 +02:00
Tobias Doerffel
105cb8c195
Merge branch 'master' of github.com:LMMS/lmms
2014-05-12 19:23:43 +02:00
Tobias Doerffel
e4beaf0074
ZynAddSubFX: imported current head
...
Imported current head of LMMS-specific ZynAddSubFX source code.
HEAD: c920930cce09b4f691f585d93a19eac85672e50e
2014-05-12 19:17:51 +02:00
Tobias Doerffel
66c2d620ef
ZynAddSubFX: removed submodule
2014-05-12 19:15:30 +02:00
Tres Finocchiaro
5aa6779108
Fix incorrect path to libZynAddSubFxCore.dylib
2014-05-09 08:45:10 -07:00
Tres Finocchiaro
3a1bc2a7ae
Fix "Use of undeclared identifier 'getpid'"
...
Troubleshooting RemoteZynAddSubFX.
2014-05-09 08:41:07 -07:00
Tobias Doerffel
90496600f2
SWH: fixed Win32 compilation
...
The recent adaptions for OS X broke build for Win32.
2014-05-08 21:59:30 +02:00
Tobias Doerffel
25204abdab
Merge remote-tracking branch 'tresf/stable-1.0' into stable-1.0
...
Conflicts:
plugins/opl2/fmopl.c
2014-05-08 21:53:03 +02:00
Tres Finocchiaro
049a88fe8e
Fix SWH contructors (Apple)
...
@tobydox, please advise as I cannot easily test the win32 impact of this
change.
2014-05-08 15:36:51 -04:00
Tres Finocchiaro
7fb434c26d
#ifdef indent corrections
2014-05-08 11:05:54 -07:00
Tres Finocchiaro
72620542c0
OpulenZ/opl2 build fixes (Apple)
...
- Cleaned up many non-bracketed sections for stricter compilers.
- Remove custom `INLINE` keyword when building on clang.
- Renable opl2 via plugins\CMakeLists.txts
https://cloud.githubusercontent.com/assets/6345473/2919394/c474d668-d6da-11e3-82db-778a7ce6014d.png
2014-05-08 14:01:27 -04:00
Tres Finocchiaro
e979ac06c5
Update lmms.plist.in
2014-05-07 19:06:40 -07:00
Tobias Doerffel
14815728ee
Merge pull request #691 from eagles051387/stable-1.0
...
updated README to give link to github wiki instead of SF
2014-05-07 23:28:58 +02:00
Tres Finocchiaro
52e76c66b4
Update lmms.plist.in
2014-05-07 13:50:45 -07:00
Tres Finocchiaro
6ac9c28fee
Update CMakeLists.txt
2014-05-07 13:28:10 -07:00
Tres Finocchiaro
26a48e1c3a
Update lmms.plist.in
2014-05-07 13:26:04 -07:00
Tres Finocchiaro
3e2fea65dc
Apple mimetype support
2014-05-07 13:12:07 -07:00
Tres Finocchiaro
2037f082d2
Update CMakeLists.txt
2014-05-07 12:46:58 -07:00
Jonathan Aquilina
76a990dbdc
updated README to give link to github wiki instead of SF
2014-05-07 18:17:24 +02:00
Tobias Doerffel
b9d51f0a40
Merge pull request #685 from tresf/stable-1.0
...
SWH Clang Fixes, Apple Installer Fixes
2014-05-06 09:39:22 +02:00
Tres Finocchiaro
1c4ab566d9
Fix "No documents could be created" when opening (Apple)
2014-05-05 21:51:46 -07:00
Tres Finocchiaro
3b0fd9dfca
Apple Bundle Fix : Move Bundle Declarations #2
2014-05-05 09:54:12 -04:00
Tres Finocchiaro
a88b89682a
Apple Bundle Fix : Move Info.plist task to /data
...
Also ADD_SUBDIRECTORY /data/scripts for recent Apple Installer changes.
2014-05-05 09:48:22 -04:00
Tres Finocchiaro
6b5f3565d8
Apple Bundle Fix : Move tasks from / to /data/scripts
2014-05-05 09:47:06 -04:00
Tres Finocchiaro
ca778dd487
Apple DMG Fix : Fix %VARS% for DMG Script
2014-05-05 09:45:32 -04:00
Tres Finocchiaro
bc81274fa8
Apple Bundle Fix : Allow %VARS% for Bundle Script
2014-05-05 09:45:01 -04:00
Tres Finocchiaro
478cef528a
Apple Bundle Fix : Move Bundle Declarations
...
The "MACOSX_BUNDLE..." declarations must occur before
ADD_SUBDIRECTORY(plugins) in order for the child CMake to inherit the
properties from the parent.
This is needed for scripts/create_apple_dmg.sh to inherit
"MACOS_BUNDLE_BUNDLE_VERSION", etc.
2014-05-05 09:43:19 -04:00
Tres Finocchiaro
83e8a9e1b9
Apple Bundle Fix
2014-05-04 21:04:55 -07:00
Vesa V
31268a0b6b
Merge pull request #684 from diizy/autorec
...
Automation recording: remove unnecessary hasAutomation() - the pattern d...
2014-05-05 01:02:21 +03:00
Vesa
dbe69c74ec
Automation recording: remove unnecessary hasAutomation() - the pattern doesn't need to already have automation in
...
order to record more...
2014-05-05 00:57:32 +03:00
Tobias Doerffel
117714abd1
Merge pull request #683 from diizy/autorec
...
Automation recording: add option to trackops to switch on/off recording ...
2014-05-04 23:49:56 +02:00
Vesa
6b7a3c0041
Automation recording: add option to trackops to switch on/off recording in all TCOs on the track
...
I still had time to implement this convenient little thing, so here you go...
The same code can be reused in the future for sampletracks as well.
2014-05-05 00:37:39 +03:00
Tobias Doerffel
06a6407b60
Merge pull request #682 from diizy/autorec
...
Automation Recording
2014-05-04 22:55:27 +02:00
Vesa
62068684c2
Fix to previous - use value<float>() instead of making an unnecessary new function... also accidentally didn't upload the new image last time
2014-05-04 22:54:06 +03:00
Vesa
4564ed14cd
Automation Recording
2014-05-04 21:59:39 +03:00
Tres Finocchiaro
42f7a5fb1e
Apple Bundle Fix
2014-05-04 00:36:33 -07:00
Tres Finocchiaro
1be0823f5b
Apple Bundle Fix
2014-05-04 00:12:22 -07:00
Tres Finocchiaro
3e9314bb63
Apple Bundle Fix
2014-05-04 02:13:05 -04:00
Tres Finocchiaro
9a0f930416
Apple Bundle Work
2014-05-04 01:40:10 -04:00
Tres Finocchiaro
bca86d9c1a
Apple Bundle fixes
2014-05-04 01:10:52 -04:00
Tres Finocchiaro
3d274078ce
New Info.plist resource for Apple Bundle
2014-05-04 00:49:54 -04:00
Tres Finocchiaro
245a223924
Add/Fix Apple specific VARS for Bundle
...
Added MIMETYPE, Changed ICON_FILE, dynamically builds shell scripts
using CMake @VARS@
2014-05-04 00:49:09 -04:00
Tres Finocchiaro
de89f683af
Rename apple scripts for automatic configure
...
Renamed from create_apple_x.sh to create_apple_x.sh.in
Changed vars to use CMake @PARAMS@
2014-05-04 00:46:26 -04:00
Vesa V
1371b5b0fd
Merge pull request #679 from diizy/master
...
PianoRoll: allow shift-right-click in addition to middle-click in vol/pa...
2014-05-03 23:53:50 +03:00
Vesa
d66d5870fd
PianoRoll: allow shift-right-click in addition to middle-click in vol/pan bars
2014-05-03 23:52:24 +03:00
Tobias Doerffel
55217ac637
Made 1.0.2 release
...
This is a maintenance release of the 1.0.x series.
Bumped version number to 1.0.2 in CMakeLists.txt, README and lmms.rc.in.
2014-05-03 21:55:23 +02:00
Tobias Doerffel
06799b132e
Merge pull request #677 from zonkmachine/whatsthis2
...
Whatsthis2
2014-05-03 20:46:59 +02:00
Tres Finocchiaro
a80dbd67e4
Replace LMMS_BULD_APPLE with __clang__
2014-05-03 11:46:02 -07:00
Tres Finocchiaro
b987d3ed04
Replace LMMS_BULD_APPLE with __clang__
2014-05-03 11:44:58 -07:00
Tres Finocchiaro
b0ffa45011
Include lmmsconfig.h for OS #ifdef
2014-05-03 11:34:16 -07:00
Oskar Wallgren
348315845a
Add new toolbutton, whatsthis, to MainWindow
2014-05-03 20:32:58 +02:00
Tres Finocchiaro
ae67c792fe
Remove inline function declaration for Apple
...
Typo :)
2014-05-03 09:30:15 -07:00
Tres Finocchiaro
19130e5fce
Apple specific build path
...
Remove another offending inline function declaration for Apple compat.
2014-05-03 09:00:32 -07:00
Vesa V
f00fec8b69
Merge pull request #675 from diizy/master
...
Monstro, PianoRoll improvements
2014-05-03 00:14:53 +03:00
Vesa
b18d80e0b5
Pianoroll vol/pan UI - further improvements of earlier improvements
2014-05-03 00:12:18 +03:00
Tres Finocchiaro
3d95f82f30
Remove inline function recursion for Apple
...
q_sort is an inline function which recurses upon itself. Some compilers such as MSVC limit this which can be overridden with a parameter. Since I could find no such parameter for clang, this #IFDEF allows the sifter plugin to compile successfully.
If this approach has negative side effects, it should only affect apple. If there's a better approach to this, please reject the pull request and submit your own.
2014-05-02 14:01:59 -07:00
Vesa
8ea5222793
Monstro: remove useless cast
2014-05-02 22:55:16 +03:00
Vesa V
0695a911c8
Merge pull request #674 from diizy/master
...
Monstro bugfixes, again...
2014-05-02 21:43:44 +03:00
Vesa
7a4395aabb
... oops 2...
2014-05-02 21:40:07 +03:00
Vesa
ca36fb141d
oops..
2014-05-02 21:37:49 +03:00
Vesa
a218a033b5
Monstro: more bugfixes
...
Fixes a bug caused by fastPow which was causing hangups in very specific situations only
2014-05-02 21:33:55 +03:00
Tres Finocchiaro
96e41491ad
Fix incorrect C99 loop declaration
2014-05-02 10:51:42 -07:00
Tres Finocchiaro
a5d773cfce
Re-enabled SWH for Apple
2014-05-01 22:15:23 -07:00
Tres Finocchiaro
e2c3e65767
Clang comp. fix unnecessary else
2014-05-01 22:13:14 -07:00
Tres Finocchiaro
d0c072b372
Copy project.icns to Resources directory
2014-05-01 19:48:16 -07:00
Tres Finocchiaro
2835c99783
Mimetype icon, Apple formatted
2014-05-01 22:44:25 -04:00
Tres Finocchiaro
8fb260317b
Create mimetype for mmp,mmpz
...
Using Info.plist, register the mmp and mmpz mimetypes with the LMMS application.
2014-05-01 19:37:37 -07:00
Vesa V
8df5bb507b
Merge pull request #673 from diizy/master
...
Monstro: envelope bugfixes
2014-05-02 03:58:26 +03:00
Vesa
a2233edfa6
Monstro: envelope bugfixes
2014-05-02 03:57:09 +03:00
Tobias Doerffel
059ddc2875
CMake/FindWine: search for wineg++ executable
...
Instead of relying on wineg++ being in PATH search for it as it might
reside somewhere else.
2014-05-02 00:17:42 +02:00
Vesa V
ef966c649f
Merge pull request #672 from diizy/master
...
Another small monstro change
2014-05-02 00:59:36 +03:00
Vesa
7da1c5e09f
Another small monstro change
2014-05-02 00:57:31 +03:00
Tobias Doerffel
83c2019611
LadspaEffect/TAP: fix instantiation/destruction
...
Instead of relying on naming the init functions _init() and _fini()
declare them as constructors/destructors and use a different name so
there's no double destruction
Closes #668 .
2014-05-01 23:33:40 +02:00
Tobias Doerffel
036d2eede5
Merge pull request #670 from diizy/master
...
PianoRoll: improvements for note/panning widget
2014-05-01 23:06:44 +02:00
Vesa
23f1634f96
PianoRoll: improvements for note/panning widget
2014-05-01 23:15:28 +03:00
Vesa V
d6d88f6100
Merge pull request #667 from diizy/master
...
Monstro: very slight change to integrator code
2014-05-01 20:41:20 +03:00
Vesa
787d4e9832
Monstro: very slight change to integrator code
2014-05-01 20:40:11 +03:00
Tobias Doerffel
a7161ffce0
Merge pull request #666 from diizy/master
...
FXLine: add context menu with options to remove, move & rename FX channe...
2014-05-01 17:17:57 +02:00
Vesa
ed19009d29
FXLine: add context menu with options to remove, move & rename FX channels
...
- Uses existing functionality in FxMixer & FxMixerView to manipulate channels
- Instruments sending to the manipulated channels get automatically updated
- In the future I hope to implement a drag/drop functionality instead of the clunky context menu but this is a good first step until then
- Also added in a little QWhatsThis help message for the FX line, also accessible from context menu
That lmms_math thing got mixed in accidentally, but it's also a good change: always include math.h in lmms_math - that way, other parts of the software can just #include lmms_math, and won't have to #include both math.h and lmms_math, also the yet unused sinc function in it seems to need it so this prevents problems down the line
2014-05-01 18:10:05 +03:00
Tobias Doerffel
5325e635c3
CMake/FindWine: add suffix for finding library on Debian Testing
...
On Debian Testing the WINE libraries reside in /usr/lib/<arch>/wine.
Therefore add according suffix to search in as well.
2014-05-01 00:41:24 +02:00
Tres Finocchiaro
6a0952dc34
Add LADSPA default path for Apple
2014-04-30 10:49:07 -07:00
Tres Finocchiaro
6191a64325
Remove Content/bin directory from .app
...
Fixes "..LMMS.app/Contents/bin" directory not empty message which occasionally occurs when bin has hidden OS X files in it.
2014-04-30 10:22:55 -07:00
Tobias Doerffel
b069cd61ce
Made 1.0.1 release
...
First maintenance release of the 1.0.x series.
Bumped version number to 1.0.1 in CMakeLists.txt, README and lmms.rc.in.
2014-04-30 15:33:15 +02:00
Tobias Doerffel
9c27956414
ZynAddSubFX: allocate spectrum on heap instead of stack
...
When loading some presets the PADnoteParameters spectrum size is 524288
or even bigger resulting in a stack allocation of 2 MB or more.
This results in a stack overflow on Win32 and thus crashes LMMS. Fix this
by allocating the spectrum on the heap instead.
Closes #543 .
2014-04-30 15:20:44 +02:00
Tobias Doerffel
d58a4d8804
SampleBuffer: more sanity checks in getSampleFragment()
...
Despite of the previously introduced sanitizing it still sometimes happens
that an end frame variable is not greater than the corresponding start
frame variable. Make sure we don't crash by adding more sanity checks in
getSampleFragment().
Closes #629 .
2014-04-30 11:34:34 +02:00
Tobias Doerffel
09fb597af4
SampleBuffer: always sanitize start and end frame settings
...
An end frame variable always has to be greater than a start frame in
order to prevent crashes due to negative frame counts being calculated
in getSampleFragment() otherwise.
Closes #629 .
2014-04-30 11:33:18 +02:00
Tobias Doerffel
e9073c88bc
PianoRoll: reset last note volume/panning when clearing project
...
In order to get a uniform behaviour when starting with a new project or
opening another project, reset volume and panning of last edited note so
new placed notes have default volume and panning.
Closes #644 .
2014-04-30 10:48:42 +02:00
Tobias Doerffel
9fa4eae7ce
Merge pull request #659 from diizy/organic
...
Organic: update artwork, add harmonic knobs to control harmonic of each ...
2014-04-29 23:56:01 +02:00
Vesa
63747787e4
Organic: fix detuning
...
The detuning scale was incorrectly calculated: instead of measuring in cents as it claims to, it was actually
in 1/100th octaves, so I fixed it so that I set the units to actual cents (1/100 seminote). Then I set the
range to +/-1200 cents and added compat code so that old values get multiplied by 12, to maintain backwards compat.
2014-04-29 22:54:42 +03:00
Vesa
dce6a26eb3
Organic: update artwork, add harmonic knobs to control harmonic of each oscillator
2014-04-29 20:13:05 +03:00
Tobias Doerffel
46b4fe0302
Merge pull request #658 from grejppi/master-fxrange
...
InstrumentTrack: fix FX channel range
2014-04-29 16:19:05 +02:00
Hannu Haahti
436b3a9e63
InstrumentTrack: fix FX channel range
...
Because it is set to INT_MAX by default and never corrected for
cloned instruments, it could go over the maximum and cause a
segmentation fault.
2014-04-29 15:32:41 +03:00
Tobias Doerffel
f02570b261
Merge pull request #654 from grejppi/master-songeditor
...
SongEditor: change middle click to shift+right click, fix #621
2014-04-28 21:28:21 +02:00
Tobias Doerffel
bdec1023e4
Merge pull request #653 from Umcaruje/master-fixpresets
...
Fixed broken delay/reverb on various presets
2014-04-28 21:27:12 +02:00
Tobias Doerffel
5552fc110a
Merge pull request #657 from LMMS/flp-break
...
flp import: add missing break statement
2014-04-28 21:26:50 +02:00
Andrew Kelley
bff016dec8
flp import: add missing break statement
2014-04-28 11:35:23 -07:00
Hannu Haahti
885b52cfa8
keep deletion with middle click
2014-04-28 01:07:36 +03:00
Umcaruje
e9d31d6f8d
Fixed broken delay/reverb on various presets
2014-04-27 23:38:58 +02:00
Hannu Haahti
cdcba9f685
SongEditor: change middle click to shift+right click, fix #621
2014-04-28 00:38:00 +03:00
Tobias Doerffel
c0b7fbaf93
Merge pull request #651 from diizy/master
...
Optimizations for Monstro & Watsyn
2014-04-27 22:57:30 +02:00
Vesa
08b2cdba29
Revert partially one of the previous optimizations, was causing some unwanted noisy stuff
2014-04-27 23:10:20 +03:00
Vesa
41f3722e5b
Fix previous..
2014-04-27 21:31:42 +03:00
Vesa
eaebb40986
Optimizations for Monstro & Watsyn
2014-04-27 21:29:25 +03:00
Tobias Doerffel
e1164c4a67
Merge pull request #648 from diizy/master
...
Interpolation, MemoryHelper - fixes
2014-04-27 00:09:37 +02:00
Vesa
37b9df3458
Monstro: fix LFO att. on random smooth mode
2014-04-26 19:56:21 +03:00
Vesa
e638bb8ae1
MemoryHelper: update coding style
2014-04-26 18:10:36 +03:00
Vesa
ff3e94bd75
Fix a typo in interpolation.h
2014-04-26 16:16:38 +03:00
Tobias Doerffel
c98a60111e
Merge pull request #647 from diizy/mixer
...
FxMixer: turn off effects
2014-04-26 10:06:58 +02:00
Vesa
0f37bd13ee
FxMixer - Further optimization: skip copying buffers if we know the sender has no meaningful input to copy
2014-04-26 07:30:23 +03:00
Vesa
7d5250b93a
FxMixer: turn off effects
2014-04-26 06:16:51 +03:00
Tobias Doerffel
2505c770bb
AutomationEditor: removed useless assertion
...
As suggested by wongcc966422 and others, the assertion at this place
is superfluous and just causes unneccessary crashes.
Closes #540 .
2014-04-25 23:43:05 +02:00
Tobias Doerffel
e4d21ad5f9
Merge pull request #645 from diizy/master
...
BandLimitedWave: provide wavetables as pre-generated "bin" files, these ...
2014-04-25 23:30:46 +02:00
Vesa
9b9e175925
BandLimitedWave: provide wavetables as pre-generated "bin" files, these will be installed under datadir/wavetables
...
The runtime-generation is still there as a fallback, and the file generation code is left in as commented-out, because
it might be needed in the future
2014-04-25 19:17:41 +03:00
Tobias Doerffel
f4a8df7c67
Merge pull request #639 from diizy/master
...
Monstro changes
2014-04-25 11:46:21 +02:00
Vesa
b36f905547
Monstro: Explicitly initialize LFO values with random, so that smooth random reliably starts from a random value
2014-04-24 23:25:12 +03:00
Vesa
060063f5a8
Monstro changes
2014-04-24 13:31:51 +03:00
Tobias Doerffel
9a3ab692e9
ZynAddSubFX: update
2014-04-24 09:54:56 +02:00
Tobias Doerffel
cf35a58629
Merge pull request #638 from tresf/stable-1.0
...
STK Mallet support (Apple)
2014-04-24 09:11:45 +02:00
Tres Finocchiaro
53e67bae00
Copy rawwaves to Apple bundle
2014-04-23 20:33:19 -07:00
Tres Finocchiaro
ec708aa967
Update config_mgr.cpp
2014-04-23 20:31:02 -07:00
Tres Finocchiaro
85fbffb947
Fix relative path for stk rawwaves on OSX
2014-04-23 20:28:37 -07:00
Tobias Doerffel
cdbbbaf559
Merge pull request #635 from diizy/master
...
Samplebuffer/AFP: coding style, remove redundant inlines
2014-04-23 21:24:49 +02:00
Vesa
4dece979c6
Samplebuffer/AFP: coding style, remove redundant inlines
2014-04-23 19:15:59 +03:00
Tobias Doerffel
0e6f6eef12
Merge pull request #633 from diizy/master
...
AFP: Add interpolation selector, fix segfault-causing bug with reverse m...
2014-04-23 11:36:31 +02:00
Vesa
fa67d0b436
AFP: Add interpolation selector, fix segfault-causing bug with reverse mode
2014-04-23 12:18:35 +03:00
Tobias Doerffel
8ca38c4b48
Merge remote-tracking branch 'origin/stable-1.0'
2014-04-22 19:22:40 +02:00
Tobias Doerffel
5168c50325
Merge pull request #624 from oeai/stable-1.0
...
new translation ru
2014-04-22 19:22:22 +02:00
Tobias Doerffel
42b7b09973
Merge pull request #617 from psyomn/local-master
...
Move align-mem functions to Class
2014-04-22 19:20:44 +02:00
Tobias Doerffel
a6937d4021
Merge remote-tracking branch 'origin/stable-1.0'
2014-04-22 11:09:20 +02:00
Hannu Haahti
b8476b742e
RemoteVstPlugin: really close the plugin
...
(cherry picked from commit d50d376b2a )
2014-04-22 11:08:56 +02:00
Hannu Haahti
ad3884c8f3
Effect: change minimum gate to FLT_MIN
...
This helps reverbs (for example) to not get cut too soon (#424 )
(cherry picked from commit f8773b8978 )
2014-04-22 11:08:40 +02:00
Vesa V
ddf54fe5a0
Merge pull request #632 from grejppi/master-fxgate
...
Effect: change minimum gate to FLT_MIN
2014-04-21 16:03:32 +03:00
Hannu Haahti
f8773b8978
Effect: change minimum gate to FLT_MIN
...
This helps reverbs (for example) to not get cut too soon (#424 )
2014-04-21 15:40:26 +03:00
ra
01d611db6b
+.qm +1tw.
2014-04-20 19:28:07 +04:00
ra
43f2090b67
more tweaks
2014-04-20 18:03:26 +04:00
ra
389405b90d
new .qm if needed
2014-04-19 16:06:03 +04:00
Vesa V
98f49e274b
Merge pull request #622 from grejppi/master-vst
...
RemoteVstPlugin: really close the plugin
2014-04-19 14:48:47 +03:00
Ra
3d2020555b
Update ru.ts
2014-04-19 15:40:08 +04:00
ra
ceefef8029
new translation ru
2014-04-19 15:26:59 +04:00
Hannu Haahti
d50d376b2a
RemoteVstPlugin: really close the plugin
2014-04-19 13:32:48 +03:00
psyomn
bb7209b894
mem-helper.cpp: add license information
2014-04-17 02:25:07 -04:00
psyomn
32e6e9edce
mem-helper: move align-mem functionality to class
...
There was some memory alignment logic inside the Mixer cpp file. To break down
the code and separate things into smaller modules, the aligned memory stuff
was crammed into a new class called MemoryHelper.
The MemoryHelper can be reused for any other aligned memory that may be needed
by another component.
2014-04-17 02:19:53 -04:00
Vesa V
87e9718a9c
Merge pull request #616 from grejppi/master-arpdir
...
backwards compatibility fix for #579
2014-04-17 04:24:38 +03:00
Hannu Haahti
33aafbf3aa
backwards compatibility fix for #579
2014-04-17 03:18:42 +03:00
Vesa V
c767d849b1
Merge pull request #611 from JohannesLorenz/master
...
Default ctors for LED checkbox and LCD spinbox. Fixes for knob.
2014-04-16 13:20:13 +03:00
Johannes Lorenz
51ed1105df
Default ctors for LED checkbox and LCD spinbox. Fixes for knob.
2014-04-15 13:43:23 +02:00
Vesa V
f32f7689b4
Merge pull request #609 from diizy/wavetablesynth
...
Watsyn: use fast sinc instead of medium quality (not much diff in this c...
2014-04-14 14:18:28 +03:00
Vesa
49d05f466d
Watsyn: use fast sinc instead of medium quality (not much diff in this case), increase oversampling to 32 because why not
...
Graph: optimize graph widget codepaths so that we don't send redundant samplesChanged signals, which in watsyn cause recalculation of the wavetable
2014-04-14 14:15:08 +03:00
Vesa V
fb1febe299
Merge pull request #608 from diizy/wavetablesynth
...
Watsyn updates: use sinc instead of cubic for oversampling of the wavegr...
2014-04-14 12:48:58 +03:00
Vesa
79120eb0b1
Watsyn updates: use sinc instead of cubic for oversampling of the wavegraph
2014-04-14 12:45:07 +03:00
Vesa V
9df4dfc087
Merge pull request #599 from diizy/master
...
Add some more interpolation algorithms
2014-04-13 18:51:24 +03:00
Vesa V
3a8f68d259
Merge pull request #600 from softrabbit/master
...
Organic: make mixing of oscillators independent of lower oscs
2014-04-13 18:50:46 +03:00
Vesa V
6de80921d7
Merge pull request #598 from tresf/stable-1.0
...
Additional Portuguese locale data
2014-04-13 18:04:19 +03:00
Vesa
26553cab17
Updates to bandlimitedwave code (using new interpolation) and Monstro
2014-04-13 12:48:38 +03:00
Raine M. Ekman
4b1952d90c
Organic: make mixing of oscillators independent of lower oscs
2014-04-13 12:11:06 +03:00
Vesa
b150ea2a0d
Add some fancy new interpolation algorithms
2014-04-13 10:34:38 +03:00
Tres Finocchiaro
a3dca970bc
Renamed to fix country designation bug
2014-04-12 22:19:14 -04:00
Tres Finocchiaro
c8b243f49b
Updated Portugese by Esteban Viveros
...
Second translation attempt.
2014-04-12 21:30:16 -04:00
Tres Finocchiaro
6b7d833215
Delete pt_br.qm
2014-04-12 21:23:08 -04:00
Tres Finocchiaro
e7ebca02c7
Update #2 by Esteban Viveros
2014-04-12 21:16:47 -04:00
Tobias Doerffel
1f661be72c
Merge remote-tracking branch 'origin/stable-1.0'
...
Conflicts:
plugins/CMakeLists.txt
plugins/zynaddsubfx/src/Effects/Alienwah.cpp
src/core/track.cpp
2014-04-12 11:08:27 +02:00
Tres Finocchiaro
fea7510f09
Brazilian Portuguese release translation file (QM)
...
The TS file is the "source", the QM file is the "binary".
2014-04-11 23:13:34 -04:00
Tres Finocchiaro
b5fff0e230
Delete pt_br.qm
2014-04-11 23:06:58 -04:00
Tobias Doerffel
b09d4f5f5d
Merge pull request #592 from diizy/palette
...
LmmsPalette
2014-04-11 23:53:18 +02:00
Tobias Doerffel
b31c7fcf07
Merge pull request #593 from tresf/stable-1.0
...
Portuguese translation by Esteban Viveros
2014-04-11 23:52:09 +02:00
Tres Finocchiaro
6d9c8c0f3b
Portuguese translation by Esteban Viveros
2014-04-11 09:04:36 -04:00
Vesa
4b9f8c070f
Forgot some cleanup
2014-04-11 11:20:04 +03:00
Vesa
43d503003e
LmmsPalette: finally a working implementation
2014-04-11 11:07:49 +03:00
Vesa
ec69c48e5f
LmmsPalette - continuing... still not working yet
2014-04-11 07:14:37 +03:00
Vesa
43cb962ae1
Initial implementation of LmmsPalette (doesn't work yet)
2014-04-10 10:51:06 +03:00
Tobias Doerffel
b32e602af5
Merge pull request #589 from diizy/master
...
AFP: add updated artwork, fix the bug where opening the plugin w/o sampl...
2014-04-09 23:53:22 +02:00
Vesa
2599370d53
AFP: add updated artwork, fix the bug where opening the plugin w/o samplebuffer glitches the wavegraph
...
Samplebuffer: use qualitysettings for interpolation (currently defaults to SINC_FASTEST on playback), also: in visualize, draw both channels instead of averaging them into one graph (otherwise, samplebuffers with counter-phase content show up as flatline)
2014-04-10 00:25:25 +03:00
Tobias Doerffel
d3aff6e1fb
Merge pull request #583 from diizy/bandlimit
...
Monstro/Bandlimit updates
2014-04-09 22:02:07 +02:00
Tobias Doerffel
0068be62c0
Merge pull request #586 from JohannesLorenz/def_ctor_widgets
...
Def ctor for knob + logscale patch
2014-04-09 22:01:18 +02:00
Johannes Lorenz
63f6f2eab6
Final patch for logscales and knob with def ctors.
2014-04-09 13:18:01 +02:00
Johannes Lorenz
d08857bba8
knob without def ctors.
2014-04-09 12:31:53 +02:00
Johannes Lorenz
3d0ce057d6
Small fixes. Compiling, but stereo linking does still not work (see mailing list).
2014-04-09 12:31:21 +02:00
Johannes Lorenz
2b8e5c3992
Logscales, merged.
2014-04-09 12:31:21 +02:00
Vesa
2bfd19cc44
Move waveform generation away from main
2014-04-09 13:30:17 +03:00
Vesa
d5fa2568ed
Further improvements to bandlimited waves
2014-04-09 13:03:34 +03:00
Tobias Doerffel
f824b87e3a
Merge pull request #582 from softrabbit/stable-1.0
...
Fix broken command line rendering.
2014-04-09 09:48:16 +02:00
Tobias Doerffel
d6445b34b3
Merge pull request #581 from softrabbit/master
...
Fix broken command line rendering.
2014-04-09 09:48:10 +02:00
Vesa
7b0d829cc4
More fixes
2014-04-08 23:07:16 +03:00
Raine M. Ekman
2c19290fab
Fix broken command line rendering. Should always check that editor windows exist before using them.
2014-04-08 21:44:19 +03:00
Raine M. Ekman
93693fcd4b
Fix broken command line rendering. Should always check that editor windows exist before using them.
2014-04-08 21:34:24 +03:00
Tobias Doerffel
024d62d574
Merge pull request #580 from diizy/master
...
Track: depointerize qproperties
2014-04-08 11:38:34 +02:00
Vesa
7b6d237a89
Track: depointerize qproperties
2014-04-08 12:24:55 +03:00
Vesa
5397bbeaf4
Bandlimit changes/algorithm tweaking, add sinc function to lmms_math
2014-04-08 12:06:39 +03:00
Tobias Doerffel
7596a58b6d
Merge pull request #578 from diizy/bandlimit
...
Bandlimited waveform generation
2014-04-08 09:02:22 +02:00
Tobias Doerffel
2457990da9
Merge pull request #579 from zonkmachine/arpDownUp
...
Arpeggio - Down, up
2014-04-08 09:00:28 +02:00
Vesa
13237f9c8e
Monstro: use phase delta instead of frequency for deciding which wavetable to use
2014-04-08 09:48:43 +03:00
Oskar Wallgren
dbd865d879
Merge branch 'master' into arpDownUp
2014-04-08 01:38:32 +02:00
Vesa
e10bbeb84e
Bandlimited wave generation implemented for LMMS, currently only utilized by Monstro
2014-04-07 22:55:44 +03:00
Tobias Doerffel
1d7794e02a
Merge pull request #576 from diizy/master
...
FxMixerView: fix the fx chain UI (so we'll be able to see more than 2/3 ...
2014-04-07 11:16:10 +02:00
Vesa
9024647f32
FxMixerView: fix the fx chain UI (so we'll be able to see more than 2/3 of an fx)
2014-04-07 04:54:42 +03:00
Vesa
0956270dd9
FxMixerView: fix the fx chain UI (so we'll be able to see more than 2/3 of an fx)
2014-04-07 02:54:32 +03:00
Tobias Doerffel
138bc79941
Merge pull request #574 from BaraMGB/songeditor
...
corrects the drag'n'drop behavior in the song editor.
2014-04-06 22:29:56 +02:00
Steffen Baranowsky
61c5738582
corrects the drag'n'drop behavior in the song editor.
2014-04-06 22:18:33 +02:00
Tobias Doerffel
b1062173fc
Merge pull request #571 from grejppi/kicker
...
kicker: fix oversight in version check
2014-04-06 21:58:05 +02:00
Tobias Doerffel
e97bb1dd39
Merge pull request #570 from diizy/stable-1.0
...
Fix crash on close patch rebased for stable
2014-04-06 21:57:44 +02:00
Tobias Doerffel
f21fbf1946
Merge pull request #569 from diizy/loops
...
AFP, Samplebuffer updates
2014-04-06 21:57:17 +02:00
Tobias Doerffel
46b7f7f1c4
Merge pull request #567 from diizy/master
...
CSS styling features, Monstro updates
2014-04-06 21:55:29 +02:00
Vesa
445a31e54a
Monstro: tweak the constants a bit
2014-04-06 22:14:54 +03:00
Vesa
a21928fe39
Monstro updates: fixes, improvements, optimizations
2014-04-06 20:58:09 +03:00
Vesa
e11c1cb8fc
For consistency, define text colour of bb-tracks in CSS too
2014-04-06 11:38:12 +03:00
Vesa
994dcd3964
TCOView: Make patternviews foreground elements stylable with qproperties
2014-04-06 11:38:12 +03:00
Vesa
3bcffcdf5b
Track: make the song editor background CSS-stylable with qproperties
2014-04-06 11:38:12 +03:00
Hannu Haahti
13b6c834d6
kicker: fix oversight in version check
2014-04-06 02:48:17 +03:00
Vesa
5b29142c28
Fix crash on close patch rebased for stable
2014-04-05 23:57:12 +03:00
Vesa
59794b35a8
AFP: fix loadsettings
2014-04-05 21:50:55 +03:00
Johannes Lorenz
554323dcb6
Current logscales fix.
2014-04-05 09:05:22 +02:00
Johannes Lorenz
1f5ef70d2c
Logscales temporary commit.
2014-04-05 08:15:35 +02:00
Tobias Doerffel
bd691e6d68
Merge pull request #564 from diizy/master
...
Optimize linear interpolation function
2014-04-05 07:43:11 +02:00
Tobias Doerffel
4455faceb6
Merge pull request #565 from grejppi/master
...
move fastPow() to lmms_math.h
2014-04-05 07:42:52 +02:00
Vesa
e8eaa1f2c2
Monstro fixes: envelope accuracy betterified
2014-04-05 04:20:48 +03:00
Hannu Haahti
6c33b4af80
moved fastPow() to lmms_math.h
2014-04-05 03:32:54 +03:00
Vesa
9bef55c7f5
Add usage of linearInterpolate() to several places (mostly my plugins for now but i'll add more if i find them)
2014-04-05 02:23:17 +03:00
Vesa
5ced0c083f
Optimize linear interpolation function
2014-04-05 01:18:15 +03:00
Vesa
55f678b80d
Samplebuffer changes - we can just directly read floats from libsndfile, seems to work (faster) this way
2014-04-05 00:56:21 +03:00
Tobias Doerffel
b0cdcc639e
Merge pull request #559 from diizy/loops
...
SampleBuffer: fix a segfault when moving a loop point while playing a no...
2014-04-04 09:21:18 +02:00
Vesa
afa1275af9
SampleBuffer: fix a segfault when moving a loop point while playing a note, also do some sptring cleanup (some unused/redundant variables removed)
...
Also, some codepath optimization: add a method to SampleBuffer for setting all loop/start/endpoints at once, so we don't have to wait for mutex unlocks 4 times in a row. Then make AFP utilize this method.
2014-04-04 02:48:04 +03:00
Tobias Doerffel
19aec58abc
Merge pull request #558 from diizy/fixclosecrash
...
Fix close on crash patch which was posted on the mailing list by Filipe...
2014-04-04 00:30:30 +02:00
Vesa
7730f4821d
Fix close on crash patch which was posted on the mailing list by Filipe Coelho
2014-04-04 01:19:44 +03:00
Tobias Doerffel
647240624d
Merge pull request #557 from diizy/loops
...
SampleBuffer, AFP: implement ping-pong loop mode
2014-04-03 23:44:55 +02:00
Vesa
0442be3729
Finish ping pong loop implementation in AFP
2014-04-04 00:40:03 +03:00
Vesa
7350f983b0
Ping-pong loop implementation: done, starting on AFP changes...
2014-04-04 00:40:03 +03:00
Vesa
0cfda7d1f4
Initial ping-pong loop implementation
2014-04-04 00:40:03 +03:00
Tobias Doerffel
49cfbda916
Merge pull request #554 from tresf/stable-1.0
...
OSX Mavericks Support
2014-04-02 11:27:46 +02:00
Tres Finocchiaro
1ac0c51744
Force white QLabels per #527
...
#527
2014-04-02 00:55:58 -04:00
Tres Finocchiaro
63e8f7e2b1
Update create_apple_dmg.sh
2014-04-02 00:42:11 -04:00
Tres Finocchiaro
7539791d13
Echo comment to drag/drop dmg script to terminal
2014-04-01 20:12:27 -07:00
Tres Finocchiaro
4bfb989151
Replaced SET(LIBRARY_PATH) with LINK_DIRECTORIES
2014-04-01 20:07:44 -07:00
Tres Finocchiaro
77b2261630
Added custom target, build and src variables
2014-04-01 19:04:59 -07:00
Tres Finocchiaro
7f5b2f0a3d
Change to single-line echos for Info.plist
2014-04-01 18:57:19 -07:00
Tres Finocchiaro
b5ea738a45
Fix #include <QtXml> on Apple/MacPorts
2014-04-01 14:20:02 -07:00
Tres Finocchiaro
7782c3ad38
Clang comp. fix, out.real()+= syntax error
2014-04-01 14:12:40 -07:00
Tres Finocchiaro
7669a1612f
Added isnan(), etc declarations for Apple
2014-04-01 14:09:32 -07:00
Tres Finocchiaro
ec32ce10fa
Omit OpulenZ plugin directory on Apple
2014-04-01 13:03:09 -07:00
Tres Finocchiaro
6bce7abc40
Added Apple specific compile options
2014-04-01 15:40:44 -04:00
Tobias Doerffel
61569864b4
Merge pull request #553 from diizy/master
...
Timeline: Change loop points into different graphics
2014-04-01 19:57:48 +02:00
Tres Finocchiaro
46c1cbc85f
Added Apple specific packaging/installation scripts
2014-04-01 13:10:55 -04:00
Tres Finocchiaro
93689f758f
Added Apple specific artwork
2014-04-01 13:03:35 -04:00
Vesa
030f9566c8
Finish previous
2014-04-01 19:24:48 +03:00
Vesa
0140e94f79
Make loop points different
2014-04-01 19:13:36 +03:00
Tobias Doerffel
9916febb66
Merge pull request #549 from softrabbit/stable-1.0
...
OpulenZ: code improvements (C99 compatibility)
2014-04-01 16:12:04 +02:00
Tobias Doerffel
80aa502e36
Merge pull request #550 from diizy/vsttest
...
Update aeffectx.h
2014-04-01 16:11:43 +02:00
Vesa
4355a2f0bb
Remove comment
2014-04-01 01:27:24 +03:00
Vesa
95ecb51b51
Update aeffectx.h
2014-04-01 00:02:21 +03:00
Raine M. Ekman
b9e33736de
OpulenZ: changed some __inline functions to "static inline",
...
which is more in line with later C dialects
2014-03-31 20:54:48 +03:00
Tobias Doerffel
174eb18062
Merge pull request #547 from diizy/master
...
New FX Mixer: GUI improvements - better icons for send button, fade the ...
2014-03-31 15:51:01 +02:00
Vesa
12c6ec25c9
New FX Mixer: GUI improvements - better icons for send button, fade the arrow a bit, use smaller knob that fits better
2014-03-31 16:42:27 +03:00
Tobias Doerffel
114e2f71ee
Merge pull request #545 from grejppi/kicker
...
Kicker: backwards compatibility and some presets
2014-03-31 14:25:29 +02:00
Tobias Doerffel
ebd8d247d8
Merge pull request #544 from diizy/monstro
...
Monstro
2014-03-31 14:25:22 +02:00
Hannu Haahti
643de68907
kicker: add some presets to demonstrate its new features
2014-03-31 06:41:56 +03:00
Hannu Haahti
243c66e0e8
kicker: backwards compatibility
2014-03-31 06:34:58 +03:00
Oskar Wallgren
df6fa14bf3
New arpeggio direction - Down, up
2014-03-31 00:50:05 +02:00
Vesa
8f065c198a
Monstro: add sync mechanism, make LFOs running, fix remaining small bugs
2014-03-31 01:37:38 +03:00
Tobias Doerffel
2a237c7c74
Merge pull request #542 from grejppi/master-browser
...
fileBrowser: keep filter after refresh
2014-03-30 23:14:55 +02:00
Hannu Haahti
d2a0723e14
fileBrowser: keep filter after refresh
2014-03-30 21:59:42 +03:00
Vesa
fc7c985c54
Monstro - envelope fix
2014-03-30 16:11:12 +03:00
Vesa
3b80ec74d1
Monstro - fixes, new waveforms
2014-03-30 15:18:29 +03:00
Tobias Doerffel
bbe6ee226e
Merge pull request #539 from grejppi/kicker
...
Improvements to Kicker (work in progress)
2014-03-30 12:45:25 +02:00
Tobias Doerffel
d6efd028e1
TrackContainerView: disable undo/redo for track creation/removal
...
Due to the complex implementation of BB tracks it's hard to implement
a reliable undo/redo journalling for whole TrackContainerViews.
Closes #531 .
2014-03-30 12:40:05 +02:00
Tobias Doerffel
75d8ab54be
TrackContainerView: add journal checkpoints in view rather than model
2014-03-30 12:39:12 +02:00
Tobias Doerffel
bd1d9356b5
TrackContentObjectView: add journal checkpoint in remove() rather than close()
...
The remove() slot is only called upon user interaction (i.e. right click)
and thus the correct place where to make checkpoints.
2014-03-30 12:37:28 +02:00
Tobias Doerffel
118fb5122e
Merge remote-tracking branch 'origin/stable-1.0'
2014-03-30 12:30:02 +02:00
Tobias Doerffel
083d1889ee
BbEditor: use foreach() loop
2014-03-30 12:29:25 +02:00
Tobias Doerffel
e924888eb6
BbTrack: replaced static numOfBBTrack() by proper index() method
2014-03-30 12:28:53 +02:00
Tobias Doerffel
1adbac9009
Song: revert accidental change
2014-03-30 12:27:23 +02:00
Tobias Doerffel
445bdb69e3
Song: cleanup and coding style improvements
2014-03-30 12:21:37 +02:00
Vesa
32e981a518
Monstro - more alg. tweaks - getting better
2014-03-30 04:08:26 +03:00
Vesa
9f594268c8
Monstro - More fixes..
2014-03-30 01:43:20 +02:00
Vesa
252e0609fa
Monstro: fix again...
2014-03-30 00:32:26 +02:00
Vesa
c892c7a819
Monstro: Fix previous stupidity...
2014-03-30 00:29:03 +02:00
Vesa
8aad594cbd
Monstro: algorithm tweaks, fixes, optimizations
2014-03-30 00:21:07 +02:00
Vesa
460bb0420c
Negative volume env. fix
2014-03-29 23:23:04 +02:00
Vesa
8eaf629439
Add applyrelease
2014-03-29 23:08:25 +02:00
Vesa
78bcb8423f
New instrument... Codename: Monstro. May be subject to a rename later.
2014-03-29 23:01:44 +02:00
Hannu Haahti
09630f1d56
kicker: reordered knobs
2014-03-29 21:18:01 +02:00
Hannu Haahti
b4421700fa
kicker: some cleanup
2014-03-29 16:14:30 +02:00
Hannu Haahti
29c2d3fb1a
kicker: possible to play notes too
2014-03-29 16:14:29 +02:00
Hannu Haahti
0967d91f44
paranoid
2014-03-29 16:14:29 +02:00
Hannu Haahti
8d987aabd4
kicker: noise improvements, decay -> length
2014-03-29 16:14:29 +02:00
Hannu Haahti
f1f6c71aa1
kicker: noise option + artwork
2014-03-29 16:14:29 +02:00
Hannu Haahti
172cffa3c5
kicker: envelope slope
2014-03-29 16:14:29 +02:00
Hannu Haahti
f53ecdf023
kicker: click param
2014-03-29 16:14:29 +02:00
Hannu Haahti
a4f0707939
slope param for kicker
2014-03-29 16:14:29 +02:00
Tobias Doerffel
ebc11f8558
ZynAddSubFX: update
2014-03-29 10:08:53 +01:00
Tobias Doerffel
f06119e787
Merge pull request #526 from diizy/loops
...
AFP: Add loopback point
2014-03-28 22:43:25 +01:00
Tobias Doerffel
66f5915425
Merge pull request #530 from softrabbit/bugs_283_303
...
AutomationEditor: horizontal grid drawing improvements
2014-03-28 22:41:54 +01:00
Vesa
8c0b22eca8
Forgot to clean some debug code...
2014-03-28 21:27:05 +02:00
Vesa
5c142cb2a4
AFP: add a separate loopback point, and knob to control it.
2014-03-28 21:27:05 +02:00
Raine M. Ekman
166a493eef
Removed an unnecessary QDebug include
2014-03-28 19:14:53 +02:00
Tobias Doerffel
78337e5ac6
ZynAddSubFX: integrated latest version
2014-03-27 20:51:47 +01:00
Tobias Doerffel
9738b6ffce
Merge remote-tracking branch 'origin/stable-0.4-zynaddsubfx-update'
...
Conflicts:
plugins/zynaddsubfx/src/DSP/AnalogFilter.h
plugins/zynaddsubfx/src/Effects/EffectLFO.h
plugins/zynaddsubfx/src/Effects/Reverb.h
plugins/zynaddsubfx/src/UI/EffUI.fl
plugins/zynaddsubfx/src/UI/EffUI.h
plugins/zynaddsubfx/src/UI/EnvelopeUI.fl
plugins/zynaddsubfx/src/UI/EnvelopeUI.h
plugins/zynaddsubfx/src/UI/FilterUI.fl
plugins/zynaddsubfx/src/UI/FilterUI.h
plugins/zynaddsubfx/src/UI/PartUI.cc
2014-03-27 20:34:49 +01:00
Tobias Doerffel
255b2a2f49
Merge pull request #513 from diizy/wavetablesynth
...
Wavetablesynth
2014-03-26 13:03:10 +01:00
Vesa
b272581632
Remove unnecessary if clauses
2014-03-26 13:38:07 +02:00
Vesa
1d30222b90
Watsyn: further optimizations, add two presets
2014-03-26 13:25:14 +02:00
Tobias Doerffel
c00926e777
Merge branch 'master' of github.com:LMMS/lmms
2014-03-26 11:40:55 +01:00
Tobias Doerffel
6650dd356d
NotePlayHandle, InstrumentFunctions: reworked stacking and arpeggio handling
...
Instead of having various flags for realizing the arpeggion functionality
use a more generic approach here using the recently introduced "origin"
property.
2014-03-26 11:40:32 +01:00
Tobias Doerffel
89dc820d7b
Merge remote-tracking branch 'origin/stable-0.4-new-fx-mixer'
...
Conflicts:
include/PlayHandle.h
src/core/FxMixer.cpp
src/core/Mixer.cpp
src/gui/FxMixerView.cpp
src/tracks/InstrumentTrack.cpp
2014-03-26 11:21:15 +01:00
Tobias Doerffel
8e4d66d707
Merge branch 'stable-1.0'
2014-03-26 11:06:57 +01:00
Tobias Doerffel
f0b6d34b3a
Removed old ChangeLog
2014-03-26 11:06:24 +01:00
Tobias Doerffel
1b08cc0649
CALF: do not compile with -finline-limit=80 when building for OS X
2014-03-26 10:57:04 +01:00
Tobias Doerffel
55396dc981
Merge pull request #511 from diizy/wavetablesynth
...
Watsyn: Add smart oversampling interpolation
2014-03-26 09:30:34 +01:00
Vesa
07d37e0fbc
Forgot to change phasemod constant
2014-03-26 00:39:27 +02:00
Vesa
19b56779e9
Add smart oversampling interpolation
2014-03-26 00:22:14 +02:00
Tobias Doerffel
4c2bf8982f
CALF: fixed compilation with clang
2014-03-25 20:09:41 +01:00
Tobias Doerffel
99e1a1b658
Merge pull request #510 from diizy/wavetablesynth
...
Watsyn: Switch back to linear interpolation...
2014-03-25 10:44:00 +01:00
Vesa
1168dc0558
Switch back to linear interpolation...
2014-03-25 10:45:50 +02:00
Tobias Doerffel
e1eb54cf6f
Merge pull request #508 from diizy/wavetablesynth
...
Watsyn wavetablesynth
2014-03-25 08:58:24 +01:00
Vesa
b118c23123
Rename & refactor to Watsyn, add logo, tweak some algorithms
2014-03-25 02:15:03 +02:00
Vesa
8109d38f2e
I forgot how to think... fix all stupidity of the last commit
2014-03-24 21:43:29 +02:00
Vesa
bfa73aa5a5
Changes again - moved frequency calculations to a static method... for some reason this saves a lot of cpu.
2014-03-24 21:43:29 +02:00
Vesa
7f98215c29
Add crosstalk knob, some code changes
2014-03-24 21:43:29 +02:00
Vesa
e38ef81e03
Add waveform load button, better button graphics
2014-03-24 21:43:29 +02:00
Vesa
6eca2b422c
fix env tempo sync
2014-03-24 21:43:29 +02:00
Vesa
badd8339f5
fix previous
2014-03-24 21:43:28 +02:00
Vesa
e58e55660a
Add hold knob
2014-03-24 21:43:28 +02:00
Vesa
ea8744b2ce
Adjust previous
2014-03-24 21:43:28 +02:00
Vesa
ed2b63b1ff
Added simple mix envelope
2014-03-24 21:43:28 +02:00
Vesa
10994e3ae5
Copy wavegraphs to synthobject at note start, prevent hangups if wave edited while playing
2014-03-24 21:43:28 +02:00
Vesa
b574e1c1ca
Revert earlier
2014-03-24 21:43:28 +02:00
Vesa
f7e107ea2c
Add some mixer locks
2014-03-24 21:43:28 +02:00
Vesa
4924dadaa5
Graphics
2014-03-24 21:43:28 +02:00
Vesa
89089886fa
Correct phase mod algo (add below-bounds check)
2014-03-24 21:43:27 +02:00
Vesa
861a7d1ce1
Fix mixing / modulation behaviour, add some more buffer safeguards
2014-03-24 21:43:27 +02:00
Vesa
d8d9ac21cd
Move stream buffers to the synth object
2014-03-24 21:43:27 +02:00
Vesa
42e44b739f
Fixed multiplier weirdness
2014-03-24 21:43:27 +02:00
Vesa
95bf833ace
Updates, fixes etc
2014-03-24 21:43:27 +02:00
Vesa
9b394b3660
Changes... now it seems to work
2014-03-24 21:43:27 +02:00
Vesa
da2a26572f
Changes
2014-03-24 21:43:27 +02:00
Vesa
23b3179e1f
WTSynth files
2014-03-24 21:43:27 +02:00
Vesa
0fa2908f7f
Start wavetable synth
2014-03-24 21:43:27 +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
d32377845b
ComboBoxModel: coding style fixes
2014-03-24 19:21:18 +01:00
Tobias Doerffel
2ab5b1da0c
AutomatableModel: always fit value from linked model
...
When using value from linked model, make sure to fit it into own range
as otherwise this can cause out-of-boundary accesses e.g. in ComboBoxModel.
Closes #505 .
2014-03-24 19:21:12 +01:00
Tobias Doerffel
02219d908c
Merge pull request #507 from diizy/stable-0.4
...
Compat code to make LMMS compile on Qt <4.8
2014-03-24 19:02:40 +01:00
Vesa
d80a8436c0
Remove spaces
2014-03-24 19:49:33 +02:00
Vesa
11a76c45fc
Compat code to make LMMS compile on Qt <4.8
2014-03-24 17:11:42 +02:00
Tobias Doerffel
794e697e22
Made 1.0.0 release
...
After almost exactly 10 years of development, we proudly bump the version
number to 1.0.0.
2014-03-23 23:55:21 +01:00
Tobias Doerffel
2f4d9c6c66
InstrumentSoundShapingView: display info about single-streamed instruments
...
Until we have a solution for hiding the ENV/LFO tab, display a sensible
message at least.
2014-03-23 23:52:04 +01:00
Tobias Doerffel
752f48f51c
Revert "Do not display ENV/LFO tab in plugin window if controls are disabled in it (SF2 Player and OpulenZ)"
...
This does not work well if you open an instrument window of a single
streamed instrument, close it afterwards and open an instrument window
of a regular instrument due to widget caching/reuse. We therefore have
to find a better solution which allows dynamically showing/hiding tabs
in the TabWidget class. Until then restore the previous behaviour.
This reverts commit ed29f2b6f6 .
2014-03-23 23:44:30 +01:00
Tobias Doerffel
565ebee7d1
Merge pull request #500 from diizy/stable-0.4
...
Piano widget: fix velocity, Opulenz: increase volume
2014-03-23 09:35:58 +01:00
Vesa
33b9524346
Envelope: fix drawing of envelope graph, scale to fit view if graph gets too long
...
(also fix typo in last pianoview commit)
2014-03-22 19:09:42 +02:00
Vesa
e4340c630d
Do the opl amplification smarter
2014-03-22 13:33:42 +02:00
Vesa
f986f099da
Piano widget: make keypresses (gui and keyboard) based on the MIDI base velocity spinner
2014-03-22 12:32:43 +02:00
Vesa
22cb12d066
Increase the volume of OpulenZ, because it is very very quiet and it's better to correct this now before 1.0.0 is released
2014-03-22 12:31:34 +02:00
Tobias Doerffel
6c920df328
Merge pull request #486 from midi-pascal/stable-0.4
...
Do not display ENV/LFO tab in plugin window if controls are disabled in ...
2014-03-22 08:39:19 +01:00
Paul Giblock
25f2eae67f
Revert LB302 db24 switch
...
Invert it so 3-pole is used for DB24 mode again. Fixes #477
2014-03-22 01:03:28 -04:00
Tobias Doerffel
b02c351fe1
Merge pull request #483 from softrabbit/bug468
...
basic_filters.h: Saner limits for frequency
2014-03-21 17:24:22 +01:00
Tobias Doerffel
69e02fc37d
VeSTige: removed unused array
2014-03-21 17:23:25 +01:00
Tobias Doerffel
e4dd6938cc
CMakeLists: updated libpng DLL file name
2014-03-21 17:23:11 +01:00
Tobias Doerffel
13a41b5bff
VstEffectControlDialog: remove unused variable
2014-03-21 11:16:45 +01:00
Tobias Doerffel
6a1a295cec
More CLANG compiler warning fixes
2014-03-21 11:14:22 +01:00
Tobias Doerffel
6bb16951ad
Main: fixed various CLANG compiler warnings
2014-03-21 11:13:30 +01:00
Tobias Doerffel
8e4417e5d9
Mixer: fixed various CLANG compiler warnings
2014-03-21 11:13:20 +01:00
Tobias Doerffel
890993bff0
Vibed: fixed various CLANG compiler warnings
2014-03-21 11:13:05 +01:00
Tobias Doerffel
71eaa4f5e3
TripleOscillator: fixed various CLANG compiler warnings
2014-03-21 11:12:52 +01:00
Tobias Doerffel
1153e85c0c
StereoEnhancer: fixed various CLANG compiler warnings
2014-03-21 11:12:39 +01:00
Tobias Doerffel
6e4fbbed87
Papu: fixed various CLANG compiler warnings
2014-03-21 11:12:29 +01:00
Tobias Doerffel
b2c1a04df8
OPL2: fixed various CLANG compiler warnings
2014-03-21 11:12:17 +01:00
Tobias Doerffel
33ea001c31
LB302: fixed various CLANG compiler warnings
2014-03-21 11:12:08 +01:00
Tobias Doerffel
117ca99c85
BitInvader: fixed various CLANG compiler warnings
2014-03-21 11:11:50 +01:00
Tobias Doerffel
9aa6a3fbeb
AudioFileProcessor: fixed various CLANG compiler warnings
2014-03-21 11:11:39 +01:00
Tobias Doerffel
bdf234aeb8
ZynAddSubFX: fixed various CLANG compiler warnings
2014-03-21 11:11:15 +01:00
Tobias Doerffel
cce942e5d5
Graph: removed unused member variable
2014-03-21 10:48:43 +01:00
Tobias Doerffel
d4bbaa58b4
SerializingObject: made saveSettings() and loadSettings() pure virtual
...
All classes inheriting from SerializingObject should also provide
according functionality, therefore ensure, they implement methods for
loading and saving settings.
2014-03-21 10:47:05 +01:00
Tobias Doerffel
729838fa08
ModelView, Model: coding style improvements
2014-03-21 10:46:42 +01:00
Tobias Doerffel
b5eb4f1f7a
ControllerView: remove unused member variable
2014-03-21 10:44:56 +01:00
Tobias Doerffel
585f95741c
AutomationPattern: define constants outside class declarations
2014-03-21 10:44:22 +01:00
Tobias Doerffel
9ffeae441d
AutomatableModel: avoid hiding virtual functions by overload
2014-03-21 10:43:26 +01:00
Tobias Doerffel
6f5a47342b
AutomatableModel: coding style improvements
2014-03-21 10:43:07 +01:00
Tobias Doerffel
e1bebbfcad
Removed obsolete pch.h include
2014-03-21 10:08:02 +01:00
Tobias Doerffel
246572489b
Merge pull request #494 from diizy/stable-0.4
...
Desktop file modification to correct ubuntu behavior, icon file copied t...
2014-03-20 18:58:47 +01:00
Vesa
9c107f3860
Desktop file modification to correct ubuntu behavior, icon file copied to data/ as lmms.png because it's needed for packaging
2014-03-20 16:44:35 +02:00
Tobias Doerffel
40c67ac5dd
Merge pull request #492 from diizy/stable-0.4
...
GraphModel: fix/improve normalize() function - remove bias before maximi...
2014-03-20 11:40:23 +01:00
Vesa
7a7c9abd9b
GraphModel: fix/improve normalize() function - remove bias before maximizing, also add some new slots for future use (which I plan to use for something neat in the future ;) )
2014-03-20 12:19:55 +02:00
Raine M. Ekman
450bf3a35a
basic_filters.h: Tweaked limits for cutoff.
2014-03-19 23:21:48 +02:00
Raine M. Ekman
87d62a6a73
Merge https://github.com/LMMS/lmms into bug468
2014-03-19 23:21:23 +02:00
Tobias Doerffel
2a0f268a89
Merge pull request #484 from grejppi/stable-0.4-sf2velocity
...
Fix for #481
2014-03-19 09:08:36 +01:00
Tobias Doerffel
376765526a
Merge pull request #487 from diizy/stable-0.4
...
Dual Filter fix: make more efficient - don't calculate coefficients unn...
2014-03-19 07:42:39 +01:00
Vesa
34ba29cfcd
Change Linux Multimedia etc. to LMMS in desktop/package files
2014-03-19 03:26:36 +02:00
Vesa
0b46aa4506
Dual Filter fix: make more efficient - don't calculate coefficients unnecessarily
2014-03-19 03:19:02 +02:00
pascal
ed29f2b6f6
Do not display ENV/LFO tab in plugin window if controls are disabled in it (SF2 Player and OpulenZ)
2014-03-18 21:09:32 -04:00
Hannu Haahti
9ab6699a26
sf2_player: fix #481
2014-03-19 00:31:29 +02:00
Tobias Doerffel
41c154dc95
Control play/pause buttons in slot of MainWindow via signal in Song class
...
The engine class as the component instance manager is the wrong place to
control the play/pause buttons. Instead emit a signal in the Song class
and update the buttons in a slot in MainWindow. This fixes problems with
GUI/pixmap operations happening outside the GUI thread when exporting a
project.
Closes #435 .
2014-03-18 20:39:52 +01:00
Tobias Doerffel
b45c0c5f02
MainWindow: coding style improvements
2014-03-18 20:39:01 +01:00
Raine M. Ekman
194088db5f
basic_filters.h: Saner limits for frequency
2014-03-18 21:26:08 +02:00
Tobias Doerffel
a4b328e28f
Merge pull request #480 from dnl-music/patch-1
...
Update PianoView.cpp
2014-03-18 20:15:10 +01:00
Tobias Doerffel
78e14739f0
Fixed FX channel of Erazzor preset
...
Thanks to Tres for pointing out this issue.
2014-03-18 20:04:10 +01:00
Tobias Doerffel
547e6dcc95
Merge pull request #479 from diizy/stable-0.4
...
Disable Sfxr preview for now, possibly reimplement after 1.0.0
2014-03-18 11:50:17 +01:00
Vesa
66ba074554
Disable Sfxr preview for now, possibly reimplement after 1.0.0
2014-03-18 11:08:34 +02:00
Tobias Doerffel
5e2d299360
MidiPort: introduced internal base velocity property
...
In order to keep compatibility with projects created with LMMS < 1.0.0
we maintain a property specifying the base velocity (i.e. the velocity
sent to MIDI-based instruments at volume=100%). For new projects this
always will be 64 while compat code enforces a value of 127 for old
projects.
We can also think about hiding the new groupbox in order to hide
complexity from the user.
Closes #430 .
2014-03-17 22:30:52 +01:00
Tobias Doerffel
f32c89bd13
InstrumentMidiIOView: coding style improvements
2014-03-17 21:25:50 +01:00
Tobias Doerffel
ab4cebeea0
MidiPort: remove unneccessary line breaks
2014-03-17 21:08:55 +01:00
Raine M. Ekman
23165043c8
Merge https://github.com/LMMS/lmms into bugs_283_303
2014-03-17 20:59:05 +02:00
Tobias Doerffel
a1e7d9e42d
LB302: flag as single stream instrument
...
LB302 doesn't produce per-note-sound, therefore return proper flags in
the virtual flags() method.
Closes #470 .
2014-03-16 23:05:35 +01:00
Tobias Doerffel
fb161d5b69
Merge pull request #474 from diizy/effects
...
Dual Filter
2014-03-16 23:01:13 +01:00
Vesa
719d39df76
Dual Filter: forgot to set volume knobs
2014-03-16 23:29:59 +02:00
Vesa
a585650904
Dual Filter
2014-03-16 23:26:44 +02:00
Raine M. Ekman
16ea5d7f52
Merge https://github.com/LMMS/lmms into bugs_283_303
2014-03-16 10:13:52 +02:00
Tobias Doerffel
ce9cfa6821
Merge pull request #467 from diizy/effects
...
Amplifier plugin
2014-03-16 09:03:31 +01:00
Tobias Doerffel
91e9802993
Merge pull request #463 from diizy/stable-0.4
...
Knob: add volumeRatio property to allow showing knobs with ratios other ...
2014-03-15 23:12:55 +01:00
Vesa
a666df0e56
Fix incorrect loading/saving of models on all native effect plugins. Backwards compatible.
2014-03-15 21:37:35 +02:00
Vesa
d269cfe6db
BassBooster artwork
2014-03-15 21:16:06 +02:00
Vesa
0ed2b5c4a7
Cmakelist
2014-03-15 21:15:39 +02:00
Vesa
eb63f04f55
Amplifier
2014-03-15 21:14:55 +02:00
Raine M. Ekman
5600d98661
Merge https://github.com/LMMS/lmms into bugs_283_303
2014-03-15 21:06:23 +02:00
Vesa
cf925d7c5b
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 17:19:31 +02: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
Tobias Doerffel
5e3d7fa720
Merge pull request #461 from diizy/stable-0.4
...
Graph widget: fix off-by-one error in drawing code, inconsistency in smo...
2014-03-14 22:15:02 +01:00
Vesa
cf341c7bdf
Graph widget: fix off-by-one error in drawing code, inconsistency in smoothing algorithm
2014-03-14 22:52:19 +02:00
Raine M. Ekman
eeb8ebdf4e
Merge https://github.com/LMMS/lmms into bugs_283_303
2014-03-14 20:44:27 +02:00
Tobias Doerffel
325a8cf842
Merge pull request #460 from diizy/stable-0.4
...
SampleBuffer: Remove mp3 from the list of supported files
2014-03-14 17:34:12 +01:00
Vesa
cea7394e86
SampleBuffer: Remove mp3 from the list of supported files
2014-03-14 17:34:41 +02:00
Tobias Doerffel
3637359506
Merge pull request #456 from diizy/stable-0.4
...
Improve pattern name text visibility
2014-03-14 13:54:46 +01:00
Vesa
daa0476205
Improve pattern name text visibility
2014-03-14 13:21:59 +02:00
Tobias Doerffel
847edd624c
Merge pull request #449 from diizy/stable-0.4
...
Fix sfxr crashing on very high notes
2014-03-13 18:12:59 +01:00
Tobias Doerffel
a54e665e7a
Merge pull request #450 from zonkmachine/capitalization
...
Fix capitalization in some plugins description
2014-03-13 18:12:48 +01:00
Oskar Wallgren
dbea815931
Fix capitalization in some plugins description
2014-03-13 17:37:36 +01:00
Vesa
b8e2f3f785
Fix sfxr crashing on very high notes
2014-03-13 18:23:43 +02:00
Tobias Doerffel
7af2930a45
Merge pull request #436 from softrabbit/bug433
...
LB302: make filter selection sync with GUI
2014-03-12 21:58:05 +01:00
Tobias Doerffel
1725498bef
Merge pull request #442 from softrabbit/bug440
...
Export: check for end of export in ticks, not in tacts.
2014-03-12 21:57:48 +01:00
Raine M. Ekman
fab41306ac
Export: check for end of export in ticks, not in tacts.
...
This works better with time signature changes.
2014-03-12 20:18:39 +02:00
Tobias Doerffel
6a86fccfa1
Merge pull request #439 from diizy/stable-0.4
...
Fixes for Triple osc, LB302 logos
2014-03-12 09:36:36 +01:00
Vesa
24c5b2367e
Fixes for Triple osc, LB302 logos
2014-03-12 10:32:19 +02:00
Tobias Doerffel
a394bb099c
Merge pull request #438 from diizy/stable-0.4
...
Highlight the currently selected instrument/automation patterns in the s...
2014-03-12 09:21:06 +01:00
Vesa
ba7e5e5f5c
Highlight the currently selected instrument/automation patterns in the song editor
2014-03-12 07:14:29 +02:00
dnl-music
6a6711b088
Update PianoView.cpp
...
Add new keys to control (Windows, Linux), replace Windows "/" key.
2014-03-12 09:58:40 +07:00
Raine M. Ekman
ab69c2d44b
LB302: make filter selection sync with GUI on initialisation and preset load
2014-03-11 21:57:31 +02:00
Tobias Doerffel
288a3162c5
Third release candidate for 1.0.0
...
Bumped version number to 0.9.92 in CMakeLists.txt, README and lmms.rc.in.
2014-03-10 19:19:32 +01:00
Tobias Doerffel
06289781e4
AutomationEditor: update pause icon manually
...
As we have a special semantic for automation pattern playback (i.e. we
don't playback the pattern itself but its container component like
Song Editor, Piano Roll etc.).
Closes #292 .
2014-03-10 19:12:50 +01:00
Tobias Doerffel
ed6ccddc6c
Song: do not stop playback twice
...
Otherwise we reset data which doesn't need to be reset when stopped
already.
Closes #255 .
2014-03-10 18:50:33 +01:00
Tobias Doerffel
9e86990f41
Song: reset milli seconds counter when looping BB or pattern
...
Closes #252 .
2014-03-10 18:45:19 +01:00
Raine M. Ekman
b7410f81d0
Merge https://github.com/LMMS/lmms into bugs_283_303
2014-03-10 18:42:00 +02:00
Tobias Doerffel
8d52387926
Merge pull request #428 from diizy/stable-0.4
...
Graphics updates
2014-03-10 15:15:44 +01:00
Vesa
fd681b5c51
GUI: Lots of icon updates
2014-03-10 14:16:43 +02:00
Vesa
86564e11fb
Change icon of bb-editor window to one that fits better, also: remove add_controller.png which isn't used anywhere
2014-03-10 11:46:27 +02:00
Vesa
2bca23bddc
GUI: improvements on icon graphics, missing updated setup dialog icons
2014-03-10 11:38:46 +02:00
Tobias Doerffel
0674e1434c
SongEditor: renamed class and file name to match current coding style
2014-03-09 23:25:38 +01:00
Tobias Doerffel
24a9ef01f9
PianoRoll: renamed class and file name to match current coding style
2014-03-09 23:19:46 +01:00
Tobias Doerffel
5b0ddf7e5c
Projects: install sample project templates
...
Also install sample project templates in order to make the open-from-
template button usable per default.
Closes #425 .
2014-03-09 22:48:39 +01:00
Tobias Doerffel
66da544ceb
PianoRoll: don't play test notes while recording
...
This is a partial revert of 2e799718d6 .
As playing test notes generate MIDI events as well, they get recorded
like any other notes resulting in undesired behaviour.
Closes #368 .
2014-03-09 22:42:48 +01:00
Tobias Doerffel
27ea577ed5
Merge pull request #427 from diizy/stable-0.4
...
Waveshaper, Dynamics processor: some code improvements
2014-03-09 15:38:30 +01:00
Vesa
bcd604edc6
Waveshaper, Dynamics processor: some code improvements
2014-03-09 15:31:03 +02:00
Raine M. Ekman
84f1e1a6da
AutomationEditor: fix grid drawing, now both time signatures other than 4/4 and scrolling should work quite a bit better.
2014-03-09 14:51:19 +02:00
Tobias Doerffel
d834131645
Merge pull request #423 from diizy/stable-0.4
...
Triple osc: make buttons more visible (fix #306 )
2014-03-09 02:09:30 +01:00
Vesa
f2b2a8c4be
Triple osc: make buttons more visible ( fix #306 )
2014-03-09 00:39:54 +02:00
Tobias Doerffel
7c685bdd18
Merge pull request #421 from diizy/stable-0.4
...
More bug fixes : #419 , #286
2014-03-08 19:42:32 +01:00
Tobias Doerffel
56ee27ed9b
Midi: added MidiDefaultVelocity to be used for test notes etc.
2014-03-08 13:22:51 +01:00
Tobias Doerffel
b01f093e37
InstrumentTrack: hide sound shaping widgets for single-streamed instruments
...
We currently don't apply envelopes/LFOs and filters to single-streamed
instruments, therefore hide the GUI.
2014-03-08 13:17:55 +01:00
Tobias Doerffel
4803c3542d
InstrumentSoundShaping: coding style improvements
2014-03-08 13:17:11 +01:00
Tobias Doerffel
3d0c5e9f48
InstrumentTrack: another explicit for single stream property
2014-03-08 13:15:27 +01:00
Tobias Doerffel
ba324f4aa8
InstrumentTrack: scale output volume by 2 for MIDI-based instruments
...
As of 0ca3901ab8 MIDI-based instruments are
played at velocity 63 for volume=100%. In order to get the same output
volume, we need to scale it by 2.
2014-03-08 12:56:40 +01:00
Tobias Doerffel
ae105c22cc
InstrumentTrack: explicitely test for single streamed instrument
...
...instead of implicitely assuming that the instrument is single-streamed
just because it did not pass a NotePlayHandle.
2014-03-08 12:53:57 +01:00
Tobias Doerffel
1c66bb9d66
Instrument: introduced flags to replace virtual property getters
...
There'll be more and more flags for instruments. Handling them using
virtual and overloaded getter functions doesn't scale well and adds
unneccessary overhead.
2014-03-08 12:47:42 +01:00
Tobias Doerffel
83af61836f
Sf2Player: corrected MIDI velocity calculation for pseudo envelopes
2014-03-08 12:46:52 +01:00
Vesa
ee043f9b68
Fix previous
2014-03-08 13:14:21 +02:00
Tobias Doerffel
0ca3901ab8
Normalize volume 100% to MIDI velocity 63
...
Furthermore moved midiVelocity() to Note and removed global volumeToMidi()
helper method.
Closes #280 .
2014-03-08 12:13:42 +01:00
Vesa
0947bcf70f
Song editor: fix jittery tracks bug (issue #286 )
2014-03-08 11:43:05 +02:00
Vesa
31fa7ca061
AutomationPattern: fix a bug I accidentally introduced in length()
2014-03-07 11:54:17 +02:00
Vesa
aff2987a43
Patternview: improve note drawing code, fix bugs ( fixes #419 )
2014-03-07 10:26:47 +02:00
Tobias Doerffel
0b0d905214
Merge pull request #418 from diizy/stable-0.4
...
AutomationPattern: fix values after last value
2014-03-06 13:29:24 +01:00
Vesa
eb81e6b9d6
AutomationPattern: fix values after last value
2014-03-06 10:37:27 +02:00
Tobias Doerffel
0b387b0f72
Merge pull request #417 from diizy/stable-0.4
...
Pattern: fix bb-track mousewheeling (bit of an oversight on my part, for...
2014-03-06 09:04:05 +01:00
Vesa
e40c70ff8c
Pattern: fix bb-track mousewheeling (bit of an oversight on my part, forgot about mousewheel in the last bb-editor fix)
2014-03-06 09:14:54 +02:00
Tobias Doerffel
192484fa28
Merge pull request #413 from diizy/stable-0.4
...
Pattern: Refactor getNoteAtStep -> noteAtStep
2014-03-05 09:58:13 +01:00
Vesa
b49f4e483e
Pattern: Refactor getNoteAtStep -> noteAtStep
2014-03-05 10:39:08 +02:00
Tobias Doerffel
10b1f12e7e
Merge pull request #411 from zonkmachine/Envelope_time
...
Envelope time
2014-03-05 09:33:42 +01:00
Tobias Doerffel
4fb81c1af7
Merge pull request #412 from diizy/stable-0.4
...
Pattern: fix beat pattern behaviour with different time signatures
2014-03-05 09:32:37 +01:00
Tobias Doerffel
780f4c1481
Merge pull request #410 from mikobuntu/stable-0.4
...
fix for #405 . fixes bad placement of Automation_editor and piano_roll w...
2014-03-05 09:11:34 +01:00
Vesa
5d1e864417
Pattern: fix beat pattern behaviour with different time signatures
2014-03-05 05:28:46 +02:00
Oskar Wallgren
5d2100c965
Revert accidental change
2014-03-05 03:29:07 +01:00
Oskar Wallgren
81aa00c978
Increased envelope times
2014-03-05 03:10:53 +01:00
mikobuntu
0485ef8da6
Update AutomationEditor.cpp
2014-03-04 23:13:01 +00:00
mikobuntu
5f9a202d42
fix for #405 . fixes bad placement of Automation_editor and piano_roll windows on initial opening.
2014-03-04 22:58:33 +00:00
Tobias Doerffel
fcf5c054ac
Merge pull request #406 from softrabbit/stable-0.4
...
Drumsynth: make rendering use mixer samplerate instead of hard coded 44100
2014-03-04 23:39:14 +01:00
Tobias Doerffel
8027decdb0
Merge pull request #408 from diizy/stable-0.4
...
Fix bug in AutomatableModel, also: save as icon
2014-03-04 23:38:51 +01:00
Vesa
06421005dd
AutomatableModel: fix error in loading connected controllers
2014-03-04 23:51:45 +02:00
Vesa
5d1eb8a687
Set "save as" icon the same as save icon, for now (for theme consistency)
2014-03-04 23:46:21 +02:00
Raine M. Ekman
fed2c6b4ac
Drumsynth: make rendering use the mixer samplerate instead of hard coded 44100.
2014-03-04 22:00:02 +02:00
Tobias Doerffel
16a3248aa1
Merge pull request #404 from diizy/stable-0.4
...
Sidebar updates
2014-03-04 12:12:46 +01:00
Vesa
549f8eb536
New computer icon
2014-03-04 12:35:48 +02:00
Vesa
b1e653060a
Sidebar: rotate icons to normal orientation, fixes #183
2014-03-04 12:11:04 +02:00
Tobias Doerffel
8363e262cf
AutomatableModel: eliminate return statement
...
There's no need for the return statement anymore when changing the
branching logic.
2014-03-04 00:05:43 +01:00
Tobias Doerffel
21b5396253
AutomatableModel: load connection settings before automation link
...
Controller connections got lost in case the control had automation
patterns attached and thus the loadSettings() function returned
prematurely.
2014-03-04 00:05:36 +01:00
Tobias Doerffel
e99efd541a
LadspaControl: save to dedicated DOM element
...
Instead of cluttering parent's attribute list, we created a dedicated
DOM element for each LadspaControl. This gives us the possibility to
save further information later.
Closes #401 .
2014-03-03 23:59:33 +01:00
Tobias Doerffel
2981a5994c
ZynAddSubFX: update buffer size when opening GUI
...
When opening the ZynAddSubFX GUI the buffer size information was not
retrieved properly and caused problems when setting a low global buffer
size in LMMS. We update the buffer size in ZynAddSubFX manually now as
as a temporary workaround until the VST synchronization feature gets
stripped out of the RemotePluginClient class.
Closes #335 .
2014-03-03 22:55:52 +01:00
Tobias Doerffel
b5183fdd5f
ZynAddSubFX: added pitch range support
...
Even though ZynAddSubFX does not support updating its pitch wheel range
via MIDI events we can set it manually using provided internal functions.
Closes #394 .
2014-03-03 22:37:00 +01:00
Tobias Doerffel
46ca257c14
Merge pull request #396 from diizy/stable-0.4
...
A bunch of bugfixes
2014-03-03 09:44:16 +01:00
Vesa
1c5106ee3b
When saving new version of a project, skip already existing version numbers
2014-03-03 10:26:08 +02:00
Vesa
dd8fa5d80c
Make LcdSpinBox double-clickable to enter value
2014-03-01 23:44:58 +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
9b8d396d82
Make sfxr use noteplayhandle, to enable velocity and env/lfo tab
2014-03-01 22:59:48 +02:00
Vesa
de77ae38da
Fix #397 (presets with input velocity = 1)
2014-03-01 19:28:55 +02:00
Vesa
82b1c2f882
Zyn fix: export now fully works with GUI either open/closed
2014-03-01 15:53:34 +02:00
Tobias Doerffel
c9f460b03d
Merge pull request #395 from diizy/stable-0.4
...
Fix zynaddsubfx export with higher samplerates
2014-03-01 13:00:26 +01:00
Vesa
cd9709d855
Fix zynaddsubfx export with higher samplerates
2014-03-01 13:41:24 +02:00
Lukas W
17d62dad63
Merge pull request #393 from Lukas-W/stable-0.4
...
Fix #386 ; Add target to gitignore
2014-03-01 08:57:31 +01:00
Lukas W
e4cd692e91
SaveDialog: Switch order of mmp and mmpz
...
Fixes #386 .
When selecting the filter in the file save dialog, the file name used to change to *.mmp. As this is not desired, this commit changes it to '.mmpz'.
2014-02-28 18:06:32 +01:00
Lukas W
b511344bad
.gitignore: Add /target
2014-02-28 17:37:16 +01:00
Tobias Doerffel
62a8275f87
Merge pull request #392 from diizy/stable-0.4
...
Fix for sfxr export problem
2014-02-28 09:28:48 +01:00
Vesa
56747ab9a7
Fix for sfxr export problem
2014-02-28 08:09:16 +02:00
Tobias Doerffel
382a76773d
Merge pull request #390 from wongcc966422/issue360
...
sf2 plugin: fixes naming issue
2014-02-27 16:05:10 +01:00
Wong Cho Ching
d76e3dd301
sf2 plugin:fixes naming issue
2014-02-27 19:47:20 +08:00
Tobias Doerffel
d98570a34b
Merge pull request #384 from diizy/stable-0.4
...
Make all pattern colours CSS-stylable
2014-02-25 22:47:39 +01:00
Vesa
a89b131eca
Fix a bug where copied instrument tracks appear grey
2014-02-25 23:35:46 +02:00
Vesa
103ac21922
Some cleanup (remove temporary comments)
2014-02-25 21:35:01 +02:00
Vesa
e7b097d255
Define all pattern colours in CSS and make them stylable
...
also coding style improvements (remove leading underscores from header guards)
2014-02-25 21:30:39 +02:00
Tobias Doerffel
2100bf8c0c
Merge pull request #382 from grejppi/stable-0.4-bbcolour
...
Automatically change old B&B default colour to the new one
2014-02-25 08:22:08 +01:00
Hannu Haahti
fcfcee1895
one hardcoded default colour less
2014-02-25 03:56:11 +02:00
Tobias Doerffel
5b5feca4eb
Note: use qBound() instead of tLimit()
2014-02-25 00:29:19 +01:00
Tobias Doerffel
9eafca3615
Note, NotePlayHandle: no default arguments for setVolume() and setPanning()
2014-02-25 00:27:11 +01:00
Tobias Doerffel
b5c713e0ea
Removed traces of old SurroundArea implementation
2014-02-25 00:26:03 +01:00
Tobias Doerffel
7db99cc04c
NotePlayHandle: coding style fixes
2014-02-24 23:29:01 +01:00
Tobias Doerffel
b28b00ff23
NotePlayHandle: emit midiNoteOff() signal in noteOff()
...
Instead of emitting InstrumentTrack::midiNoteOff() in destructor of
NotePlayHandle do this where it actually happens -> noteOff().
Fixes length of recorded notes when there's e.g. a long release.
Closes #378 .
2014-02-24 23:24:11 +01:00
Tobias Doerffel
a18604d574
Merge pull request #379 from diizy/stable-0.4
...
Updated knob code, now everything seems to work really smoothly regardle...
2014-02-24 21:18:41 +01: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
Tobias Doerffel
a0c6f958fc
Merge pull request #377 from diizy/stable-0.4
...
Knob behaviour fix
2014-02-24 18:36:22 +01:00
Vesa
867afc6ffb
Coding style..
2014-02-24 18:39:25 +02:00
Vesa
3e22c747d7
Coding style..
2014-02-24 18:38:37 +02:00
Vesa
79edbf7f52
Knob behaviour fix
2014-02-24 18:33:16 +02:00
Tobias Doerffel
154742f203
Merge pull request #373 from diizy/stable-0.4
...
More updates to song editor graphics based on feedback and IRC discussio...
2014-02-24 09:19:38 +01:00
Tobias Doerffel
5c19d3ef4c
Merge pull request #374 from grejppi/stable-0.4-vst
...
Little things in RemoteVstPlugin behaviour
2014-02-24 08:12:06 +01:00
Vesa
7c585c9dd8
Fix display of too long names in instrument windows
2014-02-24 04:15:01 +02:00
Vesa
3ccc0685b7
More updates to song editor graphics based on feedback and IRC discussions
...
also fixed the automation pattern rendering which had some slightly bad behaviour
2014-02-24 01:52:03 +02:00
Hannu Haahti
a34a0932d1
RemoteVstPlugin: don't mess with plugin internals
2014-02-24 00:57:03 +02:00
Hannu Haahti
1e3dcdec0d
RemoteVstPlugin: close the plugin properly
2014-02-24 00:56:40 +02:00
Tobias Doerffel
8b138202ca
SpectrumAnalyzer: fixed spectrum painting
...
Variable aliasing due to code style fixes introduced a regression in the
darken() method.
2014-02-23 18:51:04 +01:00
Tobias Doerffel
05e4cdaaef
Revert "FxMixer: no need to check for master channel"
...
This reverts commit 1adc8f8ba3 .
Closes #279 .
2014-02-23 18:31:08 +01:00
Tobias Doerffel
4903190759
Removed old ladspa_effect directory
...
Something went wrong with the rename in 9c9372f0c8 .
2014-02-23 17:35:22 +01:00
Tobias Doerffel
dd1a227963
EffectSelectDialog: sort effect keys instead of plugin names
...
Commit 360bfe5089 broke mapping between
displayed and internal effect list. Fix this by sorting the effect key
list itself.
2014-02-23 17:34:40 +01:00
Tobias Doerffel
ed973bd8be
LadspaEffect, VstEffect: shortened plugin name
...
In order to display less redundancy in EffectSelectDialog, the plugin
names were shortened to "LADSPA" and "VST".
2014-02-23 15:24:15 +01:00
Tobias Doerffel
9c9372f0c8
LadspaEffect: renamed source directory to match coding style
2014-02-23 15:23:57 +01:00
Tobias Doerffel
360bfe5089
EffectSelectDialog: sort plugin names
...
Sort plugin names and make sure that effects without sub plugins (i.e.
native LMMS effects) are listed first in order to better advertise our
cool plugins.
Closes #331 .
2014-02-23 15:20:16 +01:00
Tobias Doerffel
feecf52b57
DynamicsProcessor: fix e758f80536
2014-02-23 15:19:47 +01:00
Tobias Doerffel
408c98f473
VstEffect: fixed some messages
2014-02-23 15:08:19 +01:00
Tobias Doerffel
67d363ef79
SpectrumAnalyzer: coding style / naming conventions improvements
2014-02-23 14:58:51 +01:00
Tobias Doerffel
e758f80536
DynamicsProcessor: no underscore in plugin filename
2014-02-23 14:42:19 +01:00
Tobias Doerffel
3be2e89d37
DspEffectLibrary: renamed from effectLib
2014-02-23 14:41:23 +01:00
Tobias Doerffel
cde708fe06
LadspaSubPluginFeatures: also show file name for plugin details
2014-02-23 14:41:23 +01:00
Tobias Doerffel
e0837726b0
BassBooster: coding style / naming conventions improvements
2014-02-23 14:41:22 +01:00
Tobias Doerffel
c121cf8906
Merge pull request #370 from diizy/stable-0.4
...
Song editor, Bitinvader UI tweaks
2014-02-23 01:04:30 +01:00
Vesa
df18a989d9
Bitinvader changes
2014-02-22 22:30:55 +02:00
Tobias Doerffel
b0c662591d
ZynAddSubFX: less line breaks / coding style
2014-02-22 20:55:14 +01:00
Tobias Doerffel
b9384c52bb
ZynAddSubFX: delete LocalZynAddSubFX instance in destructor
...
This is a really embarrassing leak causing LMMS to never cleanup internal
instances of ZynAddSubFX.
Closes #357 .
2014-02-22 20:55:14 +01:00
Tobias Doerffel
49a28a7960
Merge pull request #369 from softrabbit/stable-0.4
...
Timer display widget: cosmetic fixes
2014-02-22 20:38:00 +01:00
Raine M. Ekman
92c2491846
Timer display widget: change bar:ticks:milliseconds to bar:beat:ticks, 1-based instead of 0-based
2014-02-22 21:03:33 +02:00
Vesa
490a71313a
Slight change to song editor background
2014-02-22 19:18:28 +02:00
Tobias Doerffel
0db83c6ede
Merge pull request #366 from diizy/stable-0.4
...
Dynamics processor peak release fix, also more updates to song editor style
2014-02-22 08:44:46 +01:00
Vesa
9f64e6f428
More tweaks on song editor style
2014-02-22 02:34:26 +02:00
Vesa
3f3cde8332
Dynamics processor peak release fix
2014-02-21 23:01:38 +02:00
Tobias Doerffel
987fdc2e01
Sf2Player: less line breaks and a few other coding style improvements
2014-02-21 20:43:23 +01:00
Tobias Doerffel
7cd7ca46f8
Sf2Player: use qDebug() rather than QTextStream on stdout
2014-02-21 20:43:23 +01:00
Tobias Doerffel
a34f8e722b
Merge pull request #365 from diizy/stable-0.4
...
Updates to song editor style. Also couple of fixes to SID layout.
2014-02-21 20:43:13 +01:00
Vesa
9896d94b09
Updates to song editor style. Also couple of fixes to SID layout.
2014-02-21 21:13:07 +02:00
Tobias Doerffel
418a5e6a75
Merge pull request #361 from diizy/stable-0.4
...
SID artwork
2014-02-21 13:32:08 +01:00
Vesa
cd2850dcdc
SID artwork
2014-02-21 03:03:08 +02:00
Tobias Doerffel
087a8ac159
Revert "Papu: fixed out-of-bounds array access due to too small data types"
...
This reverts commit ea5f5c4f00 as the actual
off-by-one error has been fixed.
2014-02-20 23:29:43 +01:00
Tobias Doerffel
29fcb9d7b9
Freeboy/Gb_Apu: fixed require() statement
...
Classical off-by-one error.
2014-02-20 23:28:35 +01:00
Tobias Doerffel
2591378818
LcdSpinBox: adopt naming style convention
2014-02-20 22:17:28 +01:00
Tobias Doerffel
0e8d47cfe0
LADSPA/SWH/Vocoder: fixed instantiation on Win32
...
Due to the nature of DLL files LADSPA plugins need a little extra care
when building for Win32, otherwise they can't be instantiated and won't
be available.
Closes #356 .
2014-02-20 22:01:58 +01:00
Tobias Doerffel
e6883e7743
LcdSpinBox: check for mouse button in mouseReleaseEvent()
...
Otherwise we restore things that were never changed when releasing right
or middle mouse button.
Closes #358 .
2014-02-20 21:53:48 +01:00
Vesa
2e799718d6
Allow piano roll playing while playing, fixes #21
2014-02-20 10:35:26 +02:00
Tobias Doerffel
2049e00901
Merge pull request #155 from 8tab/warning
...
Some code cleanup
2014-02-20 08:10:28 +01:00
Paul Giblock
fc1475bf75
Fix leak in last commit
...
Sorry dudes. This one really fixes #353
2014-02-19 21:25:31 -05:00
Paul Giblock
b19522c55a
Hopefully fix race-condition in lb302 db24 switch
...
So, we were swapping out some pointer mid-process at times. Instead,
use an atomic pointer, and just have the process function grab the
current value and use it through the entire processing period.
Still has a sound glitch when switching, but this switch was never
intended to be used "live".
Closes #353
2014-02-19 21:21:17 -05:00
Tobias Doerffel
41ce88b68c
CMakeLists: added doc directory to dist target
2014-02-19 22:10:28 +01:00
Tobias Doerffel
7daf4f7543
Second release candidate for 1.0.0
...
Bumped version number to 0.9.90 in CMakeLists.txt, README and lmms.rc.in.
2014-02-19 19:11:16 +01:00
Tobias Doerffel
8b84526dc5
Pattern: removed freeze functionality
...
Since addition of automation, controllers etc. the freeze functionality
has been rather broken and thus adds no value anymore. In order to not
confuse users with broken functionality, remove it at all.
Closes #345 .
2014-02-19 19:07:47 +01:00
Tobias Doerffel
7d965e251c
RemotePlugin: always use installation directory as working directory
...
On Windows the working directory is not set to the installation directory
when launching LMMS by opening an associated project file. Because of this
the RemotePlugin programs can't be launched as the required DLL files are
missing.
Closes #351 .
2014-02-19 18:31:48 +01:00
Tobias Doerffel
e84b537a60
NSIS/FileAssociation: do not write DefaultIcon registry key
...
Setting the DefaultIcon registry key uses LMMS' logo instead of a file
icon with the logo inside.
Thanks to Tres Finocchiaro for spotting the issue.
2014-02-19 18:09:27 +01:00
Tobias Doerffel
d39a79220a
Travis: remove duplicate libsamplerate0-dev dependency
2014-02-19 17:34:27 +01:00
Tobias Doerffel
3f6ff1deb0
Removed libsamplerate from source tree
...
Drop another 3rdparty component and rely on system libraries instead.
2014-02-18 23:40:40 +01:00
Tobias Doerffel
0ee88252bb
DynamicsProcessor: fixed Win32 build issue
...
For some reason isnanf() is not defined when building with recent MinGW64
toolchain, therefore define it manually if neccessary.
2014-02-18 23:33:17 +01:00
Tobias Doerffel
f512c63017
LadspaEffect: fixed default value if hints are sample rate dependent
...
When hints are sample rate dependent we also need to scale default
value accordingly as well.
Closes #334 .
2014-02-18 23:03:36 +01:00
Tobias Doerffel
7d6f661590
ZynAddSubFX: update submodule reference
2014-02-18 23:00:54 +01:00
Tobias Doerffel
989361e859
Merge pull request #330 from diizy/stable-0.4
...
New icon and splash images
2014-02-18 20:57:02 +01:00
Tobias Doerffel
1cf3daed93
ZynAddSubFX: update submodule reference
2014-02-18 20:54:39 +01:00
Tobias Doerffel
296a1585bd
ZynAddSubFX: update submodule reference
2014-02-18 20:48:50 +01:00
Tobias Doerffel
66ca51bf43
RemoteZynAddSubFX: start/stop NIO system
...
Fixes crash when showing GUI of ZynAddSubFX.
2014-02-18 20:48:21 +01:00
Tobias Doerffel
df53432289
ZynAddSubFX: define PLUGINVERSION macro
...
Removes exit confirmation dialogs etc. in MasterUI.fl
2014-02-18 20:47:54 +01:00
Tobias Doerffel
a5f21cf61b
ZynAddSubFX: initialize IO engine after setting up synth instance
2014-02-18 20:28:34 +01:00
Tobias Doerffel
71103a71ba
VeSTige: adapt rename of MidiMaxKey constant
2014-02-18 20:24:36 +01:00
Tobias Doerffel
ed56bdc47d
ZynAddSubFX: Use upstream icon file
2014-02-18 20:03:41 +01:00
Tobias Doerffel
9209ef59e3
Initial integration of updated ZynAddSubFX
2014-02-18 19:59:40 +01:00
Tobias Doerffel
f969bd4650
Added separate ZynAddSubFX repository as submodule
2014-02-18 19:59:26 +01:00
Vesa
33a924d45b
New icon and splash images
2014-02-18 17:48:26 +02:00
Tobias Doerffel
db305c1d1d
Merge pull request #329 from diizy/stable-0.4
...
AudioFileProcessor knob fix
2014-02-18 08:05:27 +01:00
Vesa
a2484bc9c0
AudioFileProcessor knob fix
2014-02-18 01:42:28 +02:00
Tobias Doerffel
34ee048fd8
Merge pull request #327 from diizy/stable-0.4
...
Vestige artwork retouch
2014-02-17 22:45:37 +01:00
Vesa
ec7e4e044b
Vestige: Change text "Preset" dark grey
2014-02-17 21:47:59 +02:00
Vesa
e9baa33706
Updated LMMS icon
2014-02-17 21:44:44 +02:00
Vesa
11af0635ef
New scale/note icons by John, afp knobs back to non-styled
2014-02-17 21:38:27 +02:00
Vesa
6841a694b8
Vestige artwork retouch
2014-02-17 17:59:09 +02:00
Tobias Doerffel
b25e2150a9
Merge pull request #324 from diizy/waveshaper
...
Dynamics processor
2014-02-17 16:21:59 +01:00
Vesa
0dd96faf59
Layout fix
2014-02-16 19:51:52 +02:00
Vesa
4eacba7e3b
Some fixes
2014-02-16 13:38:22 +02:00
Vesa
289f498737
Dynamics processor, first commit
2014-02-16 11:15:25 +02:00
Lukas W
7ec2c5e683
README: Add libfltk as build dependency
...
Needed since 0f4182e084
[skip ci]
2014-02-15 10:24:36 +01:00
Tobias Doerffel
d59ee225be
Merge pull request #313 from diizy/stable-0.4
...
Waveshaper updates: added amplitude +/- buttons, toggle led to clip inpu...
2014-02-14 22:19:14 +01:00
Vesa
45625d2a34
Slight fix to the wavegraph: grow height by 1 px to make default state look better
2014-02-14 19:48:29 +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
Tobias Doerffel
6b54cf90d1
Merge pull request #310 from wongcc966422/issue309
...
AFP: revert changes
2014-02-14 13:53:19 +01:00
Wong Cho Ching
9d913d13b1
AFP: revert changes
2014-02-14 15:44:32 +08:00
Tobias Doerffel
b05c3ee283
SideBar: add tooltips to buttons
...
Closes #259 .
2014-02-13 17:13:38 +01:00
Tobias Doerffel
7e680abf13
InstrumentTrack, NotePlayHandle: ignore volume of InstrumentTrack for MIDI events
...
The volume of an InstrumentTrack is applied separately when post-processing
the audio buffer and is not related to MIDI processing. It therefore should
not be included into MIDI velocity calculation.
Closes #301 .
2014-02-13 01:35:49 +01:00
Tobias Doerffel
a87c206e31
volumeToMidi(): limit to MidiMaxVelocity
2014-02-13 01:35:38 +01:00
Tobias Doerffel
cdb8197c5d
AutomatableModel: use nearbyintf() for rounding
...
For some reason roundf() causes an exception on Win32 when calling with
negative values. This caused LMMS to crash when turning an external MIDI
pitch wheel downwards.
Closes #281 .
2014-02-13 01:14:06 +01:00
Tobias Doerffel
f329bccb6b
AutomatableModel: remove bogus assigment if step size is 0
...
No idea why we set value to m_minValue in case the step size is 0. There
shouldn't be models with step size 0 nevertheless.
2014-02-13 01:13:22 +01:00
Tobias Doerffel
592ab25c57
Merge pull request #297 from Lukas-W/stable-0.4-doc
...
Add CMake doc target
2014-02-12 23:23:51 +01:00
Tobias Doerffel
20c86b7fe5
Merge pull request #302 from diizy/waveshaper
...
Waveshaper
2014-02-12 23:23:35 +01:00
Vesa
bb145b4b53
Higher range in gain knobs
2014-02-12 22:21:12 +02:00
Vesa
cc1dea42bb
Final fixes and tweaks: old bugs fixed in graph behaviour, more responsive and accurate now
2014-02-12 22:13:36 +02:00
Vesa
58e451925e
Graph code improvements, graphics
2014-02-12 20:58:30 +02:00
Vesa
4b125abc0e
Added reset & smooth buttons, graphics, fixed graph smoothing behaviour
2014-02-12 16:21:46 +02:00
Vesa
201fa1d89a
Waveshaper: added bg image for graph, made graph larger
...
Graph widget: added new functionality - ability to draw straight lines with shift-click
2014-02-12 13:21:55 +02:00
Lukas W
5b13a11748
Add CMake doc target
...
* Added doc/CMakeLists.txt with doxygen target
* Moved Doxyfile to doc/
* Updated Doxyfile (removed obsolete variables)
2014-02-11 21:58:23 +01:00
Vesa
2405a6a25e
Waveshaper, first working version...
2014-02-11 15:19:04 +02:00
Vesa
30940fc112
Initial commit - copied files from bassbooster to modify into new plugin
2014-02-11 10:11:29 +02:00
Vesa
a612deee24
Resize zoom & quantize comboboxes in piano roll to conserve space
2014-02-11 10:02:00 +02:00
Vesa
b66f83dff0
Betterified the icon in zyn artwork
2014-02-11 10:02:00 +02:00
Tobias Doerffel
0f4182e084
ZynAddSubFX: removed FLTK source code
...
As FLTK 1.3 is available in all recent Linux distributions as well as
our MinGW-X PPA there's no need to maintain a copy of the FLTK source
code inside LMMS.
2014-02-11 00:27:54 +01:00
Andrew Kelley
e0e5aa3c58
Merge pull request #295 from unfa/stable-0.4
...
Removed the dependancy of "AMP_GCIA" plugin.
2014-02-10 17:53:49 -05:00
unfa
21a2d585e4
Removed the dependancy of "AMP_GCIA" plugin.
2014-02-10 23:46:45 +01:00
Tobias Doerffel
0c63d7cf5e
Merge pull request #294 from Lukas-W/stable-0.4
...
Fix wrong quoting in CMake
2014-02-10 15:32:57 +01:00
Lukas W
c41f8e6528
Fix a CMake quote sign problem
...
Caused by 95b0a4305e
2014-02-10 15:23:54 +01:00
Lukas W
58796a6d15
Add verbose make output to Travis CI
2014-02-10 14:45:18 +01:00
Lukas W
568d0de8e5
Revert ab44ef221e
...
libfreetype6-dev is not necessary, it is already part of other dependencies.
2014-02-10 14:44:45 +01:00
Tobias Doerffel
c6a6feb588
Merge pull request #290 from M374LX/stable-0.4
...
Better way to update play button icons
2014-02-09 22:38:39 +01:00
Tobias Doerffel
ab44ef221e
Travis: added libfreetype6-dev as build dependency
...
We need libfreetype6-dev for building ZynAddSubFX/FLTK.
2014-02-09 22:37:33 +01:00
Alexandre Almeida
def1154971
Update AutomationEditor.h
2014-02-09 19:04:34 -02:00
Alexandre Almeida
e6ec932848
Update bb_editor.cpp
2014-02-09 19:02:07 -02:00
Alexandre Almeida
f10d856290
Update engine.cpp
...
A better way to update the play button icons, which requires less "if" checks and method calls in total.
2014-02-09 18:57:03 -02:00
Alexandre Almeida
64e1c2080c
Update bb_editor.h
...
A better way to update the play button icons, which requires less "if" checks and method calls in total.
2014-02-09 18:55:29 -02:00
Alexandre Almeida
2a1f4a61fa
Update piano_roll.h
...
A better way to update the play button icons, which requires less "if" checks and method calls in total.
2014-02-09 18:54:23 -02:00
Alexandre Almeida
10b8990ac5
Update song_editor.h
...
A better way to update the play button icons, which requires less "if" checks and method calls in total.
2014-02-09 18:52:11 -02:00
Alexandre Almeida
40c35f2092
Update AutomationEditor.cpp
...
A better way to update the play button icons, which requires less "if" checks and method calls in total.
2014-02-09 18:47:51 -02:00
Alexandre Almeida
5239afb3e4
Update piano_roll.cpp
...
A better way to update the play button icons, which requires less "if" checks and method calls in total.
2014-02-09 18:46:39 -02:00
Alexandre Almeida
774d09b7a1
Update song_editor.cpp
...
A better way to update the play button icons, which requires less "if" checks and method calls in total.
2014-02-09 18:44:51 -02:00
Tobias Doerffel
0e5f148dce
Merge pull request #231 from elfring/Complete_quoting_for_parameters_of_some_CMake_commands
...
Complete quoting for parameters of some CMake commands.
2014-02-09 18:57:51 +01:00
Tobias Doerffel
a522e42562
Merge pull request #288 from softrabbit/stable-0.4
...
AutomationEditor: fixed calculation of Y-coordinates for grid and values...
2014-02-09 18:14:32 +01:00
Raine M. Ekman
c14d19409c
AutomationEditor: fixed calculation of Y-coordinates for grid and values.
2014-02-09 16:00:08 +02:00
Tobias Doerffel
9419ed71bc
Merge pull request #285 from diizy/stable-0.4
...
AFP artwork, Zyn artwork update
2014-02-09 13:49:10 +01:00
Vesa
d29b5fa5e8
AFP artwork, Zyn artwork update
2014-02-09 12:29:48 +02:00
Tobias Doerffel
3125a7a954
EffectChain: remove unused and broken isRunning()
...
isRunning() is neither used nor is it correct in terms of semantic, so
we can remove it safely.
2014-02-07 00:34:32 +01:00
Tobias Doerffel
124ce9823b
ZynAddSubFX: commented out debug messages
2014-02-07 00:34:03 +01:00
Tobias Doerffel
1adc8f8ba3
FxMixer: no need to check for master channel
...
The m_used property will always be true for the master channel as soon
as data was received from at least one FX channel.
2014-02-06 23:43:01 +01:00
Tobias Doerffel
8c06cb60f4
InstrumentTrack: always process silence at least one time
...
As of commit 1266278229 silent buffers
from InstrumentPlayHandle-driven instruments are ignored. This is a good
thing but can beak PeakController instances attached to e.g. ZynAddSubFX.
Fixes playback of unfa-Spoken.mmpz.
2014-02-06 23:40:50 +01:00
Tobias Doerffel
1266278229
InstrumentTrack: skip processing for IPH-driven instruments when silent
...
InstrumentPlayHandle-driven instruments (i.e. instruments producing only
one sound stream for all notes) are running all the time even if no notes
are running. The plugin itself usually does not consume much CPU time
while silent but all effects afterwards inside LMMS unneccessarily
consume lots of CPU time for processing silent buffer.
Typical case: a song with lots of instruments like ZynAddSubFX.
With this change, all processing is skipped on silent buffers which
notably decreases CPU load for many projects. All effects in following
effect chains continue to run until they're silent as well.
Closes #267 .
2014-02-06 22:59:14 +01:00
Tobias Doerffel
be5e17c29c
MixHelpers: added isSilent()
...
A simple function for testing whether a given sample buffer is silent.
Maybe we have to adjust/lower the threshold.
2014-02-06 22:59:02 +01:00
Tobias Doerffel
f01c90b6a5
EffectChain: new argument hasInputNoise for processAudioBuffer()
...
Use the extra information to determine whether we need to process input
at all if plugin is not running anymore.
In FX mixer we now omit starting effects if no data has been mixed to
a certain FX channel. Instead let effects running until they finished.
First of multiple fixes for #267 .
2014-02-06 22:20:23 +01:00
Tobias Doerffel
6c1835bdd1
FxMixer, Mixer, AudioPort: minor coding style fixes
2014-02-06 22:18:58 +01:00
Tobias Doerffel
f44843d95c
VstEffect: added NULL pointer check in closePlugin()
...
We must not call methods on m_plugin in case there's no valid instance
e.g. due to missing DLL files.
Closes #245 .
2014-02-06 20:58:30 +01:00
Tobias Doerffel
eccfc0c688
SongEditor: remove unused messing with engine's pointer to SongEditor
...
Back in time we obviously didn't manage to get construction dependencies
sorted so we needed to mess with the pointer to the SongEditor instance in
the engine class.
Thanks to Alexandre Almeida for pointing out this issue.
Closes #261 .
2014-02-06 20:51:16 +01:00
Tobias Doerffel
7cddb23fbf
Merge pull request #271 from zonkmachine/chromatic-scale
...
Added scales (chromatic scale again)
2014-02-06 20:45:19 +01:00
Tobias Doerffel
b661c9b369
Merge pull request #270 from zonkmachine/ghost-files
...
Remove remaining files from Covers. Fixes #264
2014-02-06 20:44:15 +01:00
Tobias Doerffel
92bfd71c63
ComboBox: more checks for valid model + coding style
...
Before accessing the model, we have to check whether it is valid at all
in order to avoid a crash.
Closes #273 .
2014-02-06 20:42:29 +01:00
Tobias Doerffel
2f4fb1a173
Merge pull request #278 from M374LX/stable-0.4
...
Fix a segmentation fault
2014-02-06 08:19:29 +01:00
Alexandre Almeida
5550377fe2
Fix a segmentation fault
...
Fix the segmentation fault caused by clicking on the "Cancel" button of the export dialog, as in issue #249 .
2014-02-05 23:26:32 -02:00
Tobias Doerffel
cf5ecc052b
Refreshed all translation files
2014-02-05 23:40:20 +01:00
Tobias Doerffel
ea0c6cc775
Merge pull request #274 from diizy/stable-0.4
...
Adding MIME-type icon to the data directory for packagers to use
2014-02-04 23:02:55 -08:00
Tobias Doerffel
9f78d541bd
Merge pull request #275 from wongcc966422/issue273
...
Fixes crashes on ctrl+drag
2014-02-04 22:58:06 -08:00
Wong Cho Ching
6fca8814cb
Fixes crashes on ctrl+drag.~
2014-02-05 13:05:59 +08:00
Vesa
d8e41d9818
Adding MIME-type icon to the data directory for packagers to use
2014-02-05 05:35:56 +02:00
Tobias Doerffel
2f0cd8b7c4
InstrumentTrack: load pitch range model before pitch model
...
As the pitch range model defines the range of the pitch model we have
to load it first so the range of m_pitchModel gets adjusted accordingly.
Closes #272 .
2014-02-04 23:45:23 +01:00
Tobias Doerffel
056e63416f
Merge pull request #268 from softrabbit/stable-0.4
...
Cleaned Bubbly_days.xpf of solo and FX channel settings
2014-02-04 14:15:43 -08:00
Oskar Wallgren
c7e7748bc3
Added scales
2014-02-04 20:12:46 +01:00
Oskar Wallgren
330f7c0000
Remove remaining files from Covers.
2014-02-04 19:29:12 +01:00
Raine M. Ekman
69212f2bda
Cleaned Bubbly_days.xpf of solo and FX channel settings
2014-02-04 18:14:33 +02:00
Tobias Doerffel
4a7a922e9a
Merge pull request #244 from softrabbit/stable-0.4
...
Add Doxyfile and doc directory
2014-02-04 00:07:18 -08:00
Raine M. Ekman
c4b34b4368
Added Doxyfile.
2014-02-03 22:10:32 +02:00
Raine M. Ekman
a5c3febfb8
Merge https://github.com/LMMS/lmms into stable-0.4
2014-02-03 22:09:56 +02:00
Raine M. Ekman
faac9af1fe
Merge https://github.com/LMMS/lmms into stable-0.4
2014-02-02 20:41:59 +02:00
Markus Elfring
95b0a4305e
Bug #175 : Completed quoting for parameters of some CMake commands
...
A Wiki article pointed out that whitespace will only be preserved for parameters
in CMake commands if passed strings will be appropriately quoted or escaped.
http://cmake.org/Wiki/CMake/Language_Syntax#CMake_splits_arguments_unless_you_use_quotation_marks_or_escapes .
Quoting was added so that more places should also handle file names correctly
which contain space characters eventually.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net >
2014-02-01 15:20:27 +01:00
Raine M. Ekman
67314f0622
Move version details into .h file and add them to main.cpp
2014-01-31 21:39:03 +02:00
8tab
869229025c
restored fltk-config
2014-01-26 15:44:51 +01:00
8tab
eb8fb3134a
tap_rotspeak - cleanup
2014-01-26 00:56:30 +01:00
8tab
3dad5f2940
fixed code formatting
2014-01-25 21:31:55 +01:00
8tab
592adf19e1
fixed some errors from static analyzer
2014-01-25 21:04:07 +01:00
8tab
3f41759677
gitignore updated
2014-01-25 21:04:07 +01:00
8tab
b1ec5e1b6c
more warnings
2014-01-25 21:04:06 +01:00
Tobias Doerffel
12939c24df
InstrumentTrack: set range of FX channel model to infinite when loading settings
...
When loading a project, instrument tracks usually are instantiated/loaded
before the FX mixer settings are loaded which results in an empty FX mixer
and thus 0 FX channels. The actual FX channel value for the instrument track
would be lost that way. Therefore set a big value which is being corrected
later by the FxMixerView for all instruments.
2014-01-17 20:01:24 +01:00
Tobias Doerffel
c868d691ab
Merge branch 'stable-0.4' into stable-0.4-new-fx-mixer
...
Conflicts:
src/core/FxMixer.cpp
src/gui/FxMixerView.cpp
2014-01-17 19:56:51 +01:00
Tobias Doerffel
dddf5eb61c
FxMixer: ignore mute state in addChannelLeaf() to fix lockup
...
Even if we do not process the FX chain later, we at least have to enqueue
all related FX channels to the job queue in order to prevent a lockup.
2014-01-17 19:53:05 +01:00
Tobias Doerffel
abc3c8080f
Merge branch 'stable-0.4' into stable-0.4-new-fx-mixer
2014-01-16 23:08:04 +01:00
Tobias Doerffel
ee9160c024
Merge branch 'stable-0.4' into stable-0.4-new-fx-mixer
2014-01-16 18:25:39 +01:00
Tobias Doerffel
6993eda404
Merge branch 'stable-0.4' into stable-0.4-new-fx-mixer
...
Conflicts:
src/gui/FxMixerView.cpp
2014-01-15 22:59:49 +01:00
tobydox
4728fb425a
Merge pull request #25 from diizy/stable-0.4-new-fx-mixer
...
Ported the FX mixer UI changes from stable-0.4
2014-01-15 13:20:21 -08:00
Vesa
037b977137
Ported the FX mixer UI changes from stable-0.4
2014-01-15 21:51:35 +02:00
Tobias Doerffel
dbb4a8e6ab
FxMixerView: fixed clear()
...
Before calling refreshDisplay() we have to actually clear the backend model.
2014-01-14 18:18:59 +01:00
Tobias Doerffel
27b51c2508
Song: added missing refresh of FxMixerView when loading project
...
Missed this call when backporting.
2014-01-14 18:17:51 +01:00
Tobias Doerffel
5b480dd898
FxMixer: rewrote loop for adjusting FX channel models in deleteChannel()
2014-01-14 18:04:51 +01:00
Tobias Doerffel
af693c562c
Merge branch 'stable-0.4' into stable-0.4-new-fx-mixer
2014-01-14 18:02:13 +01:00
Tobias Doerffel
a955fb755a
FxMixer, Mixer, FxMixerView: backported FX send support from master branch
...
There once have been huge efforts to implement FX send support in the
master branch. In order to make it available on a stable base here's
a backport which is non-trivial as there have been major rewrites of
the mixer's worker thread architecture.
There still seem to be bugs which we have to fix before merging into
stable branch.
Thanks to Andrew Kelley for the original work.
2014-01-08 23:21:41 +01:00
Tobias Doerffel
4f9ec51d7a
JournallingObject: header cleanups
...
No need to include various QtCore header files anymore. Fix resulting
missing headers in some other files.
2014-01-07 23:51:31 +01:00
Tobias Doerffel
4641a8001b
JournallingObject, ProjectJournal: global checkpoint management
...
There's no need for having each JournallingObject maintain it's own
checkpoints and build a complex (and buggy) logic in ProjectJournal
in order to manage all the JournallingObject with their checkpoints.
Instead do it the simple way: in ProjectJournal maintain a stack for
undo checkpoints and a stack for redo checkpoints. On each undo or redo
operation simply push and pop to/from the according stacks and save
and load states of the concerned JournallingObject.
This basically strips most functionality from JournallingObject. All
what's left is the management of its ID which unluckily is still
required in order to properly implement undo/redo of additions and
removals of JournallingObject.
2014-01-07 23:50:27 +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
d0f6eaef3b
PianoRoll: initial undo/redo support
...
Most editing operations in PianoRoll are now tracked by the revised
journalling and thus are included in global undo/redo.
2014-01-07 23:48:48 +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