ardour.git
9 years agoadd new debug bit definitions and declarations for Waves backend
Paul Davis [Thu, 30 Oct 2014 00:16:47 +0000 (20:16 -0400)]
add new debug bit definitions and declarations for Waves backend

9 years ago[Summary] Temporarily set unlimited samples per pixel for temporal wave zoom.
VKamyshniy [Wed, 29 Oct 2014 23:16:29 +0000 (01:16 +0200)]
[Summary] Temporarily set unlimited samples per pixel for temporal wave zoom.

9 years agoRevert "alter the way the border of Canvas::Rectangle is drawn to meet the intent...
Paul Davis [Wed, 29 Oct 2014 20:27:56 +0000 (16:27 -0400)]
Revert "alter the way the border of Canvas::Rectangle is drawn to meet the intent that a single pixel border passes through the corner coordinates"

This reverts commit 55cd0a4a3393e6b5e6e5091c5bd5a276d71a8656.

9 years agoalter the way the border of Canvas::Rectangle is drawn to meet the intent that a...
Paul Davis [Mon, 22 Sep 2014 15:35:55 +0000 (11:35 -0400)]
alter the way the border of Canvas::Rectangle is drawn to meet the intent that a single pixel border passes through the corner coordinates

Conflicts:
libs/canvas/rectangle.cc

9 years agofix typo in 58fec98a
Robin Gareus [Wed, 29 Oct 2014 17:31:13 +0000 (18:31 +0100)]
fix typo in 58fec98a

the documentation was correct: “GTK+ uses G_PRIORITY_HIGH_IDLE + 10
for resizing operations, and G_PRIORITY_HIGH_IDLE + 20 for redrawing
operations.”  but the priority for the idle visual changer was wrong.

fixes, follow-playhead and zoom/scrolling under load (no idle)

9 years agoremove undefined method from LocationUI
Paul Davis [Wed, 29 Oct 2014 18:11:56 +0000 (14:11 -0400)]
remove undefined method from LocationUI

9 years ago[Summary] Per change request from Igor
VKamyshniy [Wed, 29 Oct 2014 15:26:55 +0000 (17:26 +0200)]
[Summary] Per change request from Igor

9 years ago[Summary] Corrected mistakes in comments
GZharun [Wed, 29 Oct 2014 16:23:09 +0000 (18:23 +0200)]
[Summary] Corrected mistakes in comments

9 years ago[Summary] Fixed defines in previous task
Greg Zharun [Wed, 29 Oct 2014 16:18:40 +0000 (18:18 +0200)]
[Summary] Fixed defines in previous task

9 years ago[Summary] Prevented multiple application instances launch on Windows
Greg Zharun [Wed, 29 Oct 2014 14:13:45 +0000 (16:13 +0200)]
[Summary] Prevented multiple application instances launch on Windows

9 years ago[Summary] Fixed issue, when tracks were not connected to physical inputs
Greg Zharun [Wed, 29 Oct 2014 10:58:07 +0000 (12:58 +0200)]
[Summary] Fixed issue, when tracks were not connected to physical inputs

9 years ago[Summary] Pixel hunting per Igor's request
VKamyshniy [Tue, 28 Oct 2014 16:07:13 +0000 (18:07 +0200)]
[Summary] Pixel hunting per Igor's request

9 years ago[Summary] Change request per Igor's request
VKamyshniy [Tue, 28 Oct 2014 13:43:42 +0000 (15:43 +0200)]
[Summary] Change request per Igor's request

9 years ago[Summary] Pixel Hunting
VKamyshniy [Mon, 27 Oct 2014 18:26:06 +0000 (20:26 +0200)]
[Summary] Pixel Hunting

9 years ago[Summary] Adding new graphics and XML changes per Igor's request
GZharun [Mon, 27 Oct 2014 14:19:33 +0000 (16:19 +0200)]
[Summary] Adding new graphics and XML changes per Igor's request

9 years ago[Summary] Added tooltips on horizontal and vertical zooms
Nikolay [Thu, 23 Oct 2014 14:00:16 +0000 (17:00 +0300)]
[Summary] Added tooltips on horizontal and vertical zooms
[Reviewed] nobobdy

9 years ago[Summary] Reworked implementation on Esc and on Enter pressed according to new possib...
Nikolay [Thu, 23 Oct 2014 08:46:40 +0000 (11:46 +0300)]
[Summary] Reworked implementation on Esc and on Enter pressed according to new possibilities in parent class WavesDialog
[Reviewed] Nobody

9 years ago[Summary] Allow all classes derived from WavesDialog redefine actions on Enter and...
Nikolay [Thu, 23 Oct 2014 08:45:11 +0000 (11:45 +0300)]
[Summary] Allow all classes derived from WavesDialog redefine actions on Enter and Esc button pressed
[Reviewed] Nobody

9 years ago[Summary] Change request from Igor
VKamyshniy [Wed, 22 Oct 2014 10:10:51 +0000 (13:10 +0300)]
[Summary] Change request from Igor

9 years agoa few tweaks to zoom computations so that zoom-to-range works correctly
Paul Davis [Tue, 21 Oct 2014 18:48:45 +0000 (14:48 -0400)]
a few tweaks to zoom computations so that zoom-to-range works correctly

9 years agoadd mouse mode enums to enums.cc (just for utility purposes)
Paul Davis [Tue, 21 Oct 2014 15:49:27 +0000 (11:49 -0400)]
add mouse mode enums to enums.cc (just for utility purposes)

9 years agofix note 15897 on #5589 - only use fader cursor for region gain line when in mouse...
Paul Davis [Tue, 21 Oct 2014 15:50:06 +0000 (11:50 -0400)]
fix note 15897 on #5589 - only use fader cursor for region gain line when in mouse gain mode

9 years agoDisallow midi-note duration changes beyond region boundaries
Robin Gareus [Tue, 21 Oct 2014 13:12:13 +0000 (15:12 +0200)]
Disallow midi-note duration changes beyond region boundaries

Fixes crash/assert with negative Beats.

TODO discuss alternative:
 automatically extend/trim region (if possible) or
 accept but hide notes that are out of bounds. That would need
 some solution for ghost notes which still can have negative Beats
 while dragging.

9 years agofix midi-ghost region y-scale
Robin Gareus [Tue, 21 Oct 2014 12:05:41 +0000 (14:05 +0200)]
fix midi-ghost region y-scale
Conflicts:
gtk2_ardour/ghostregion.cc

9 years agofix track height resizing on OSX.
Robin Gareus [Tue, 21 Oct 2014 11:20:17 +0000 (13:20 +0200)]
fix track height resizing on OSX.

If the transport is running, g_idle with G_PRIORITY_DEFAULT_IDLE is
never called.

TODO: check other g_idle functions in libs/gtkmm2ext

9 years agostopgap solution for VST plugins that call audioMasterWantMidi during effOpen
Robin Gareus [Mon, 20 Oct 2014 21:30:33 +0000 (23:30 +0200)]
stopgap solution for VST plugins that call audioMasterWantMidi during effOpen

audioMasterWantMidi needs plugin _info, but _info is currently only
available after instantiating the plugin in LXVSTPluginInfo::load().

vstfx_instantiate() -> effOpen -> [plugin] -> vst_callback(..,opcode=6,..) -> crash

9 years agoBring back control slider on MIDI controller "tracks".
David Robillard [Sun, 31 Aug 2014 21:52:09 +0000 (17:52 -0400)]
Bring back control slider on MIDI controller "tracks".

9 years agofix midi automation sliders
Robin Gareus [Thu, 16 Oct 2014 19:21:11 +0000 (21:21 +0200)]
fix midi automation sliders

Allow controls to work without a list. see also 34c1465 and b469cd2

9 years agofix region drag/drop from region list
Robin Gareus [Tue, 21 Oct 2014 09:46:15 +0000 (11:46 +0200)]
fix region drag/drop from region list

The canvas’ Y-offset (rulers & scroll) needs to be subtracted here.

9 years ago[Summary] Put path to Default session location on 2 pixels lower. Bug 43571
Nikolay [Wed, 22 Oct 2014 12:05:49 +0000 (15:05 +0300)]
[Summary] Put path to Default session location on 2 pixels lower. Bug 43571

9 years ago[Summary] Hide MasterBus in Multi out mode. Fix bug #43576
Nikolay [Wed, 22 Oct 2014 09:47:40 +0000 (12:47 +0300)]
[Summary] Hide MasterBus in Multi out mode. Fix bug #43576
[Reviewed] nobody

9 years ago[Summary] Allow user to use Enter and Esc in Add track dialog
Nikolay [Tue, 21 Oct 2014 08:50:10 +0000 (11:50 +0300)]
[Summary] Allow user to use Enter and Esc in Add track dialog
[Reviewed] Nobody

9 years agomove [ MIDI ] icon in markers up by 1 pixel to deal with height change in marker...
Paul Davis [Mon, 20 Oct 2014 21:23:13 +0000 (17:23 -0400)]
move [ MIDI ] icon in markers up by 1 pixel to deal with height change in marker lane

9 years agoensure that MIDI-scene-change markers show their [ MIDI ] icon
Paul Davis [Mon, 20 Oct 2014 20:43:13 +0000 (16:43 -0400)]
ensure that MIDI-scene-change markers show their [ MIDI ] icon

9 years ago[Summary] New icons
Nikolay [Mon, 20 Oct 2014 13:25:46 +0000 (16:25 +0300)]
[Summary] New icons

9 years ago[Summary] New icons
Nikolay [Mon, 20 Oct 2014 13:15:53 +0000 (16:15 +0300)]
[Summary] New icons

9 years ago[Summary] Fixed bug with black lines and bad alignment in the Track Header
Nikolay [Mon, 20 Oct 2014 10:20:08 +0000 (13:20 +0300)]
[Summary] Fixed bug with black lines and bad alignment in the Track Header

9 years ago[Summary] Change in UI on Igor's request. Igor has sent these XML files.
Nikolay [Mon, 20 Oct 2014 08:15:59 +0000 (11:15 +0300)]
[Summary] Change in UI on Igor's request. Igor has sent these XML files.
[Reviewed] nobody

9 years ago[Summary] Put Add track dialog on the center of the screen
Nikolay [Thu, 16 Oct 2014 15:03:41 +0000 (18:03 +0300)]
[Summary] Put Add track dialog on the center of the screen

9 years agowhen cancelling an import, call DropReferences so that the Session forgets about...
Paul Davis [Thu, 16 Oct 2014 01:12:19 +0000 (21:12 -0400)]
when cancelling an import, call DropReferences so that the Session forgets about the new sources.

Not doing this leaves the sources in the session list and then the session fails to open on next load
because the files are not there.

Arguably we should not announce the new files until they are complete, but this is a simpler fix for now.

9 years agoremove debug output
Paul Davis [Wed, 15 Oct 2014 23:08:46 +0000 (19:08 -0400)]
remove debug output

9 years agoforward port ffd5c24 from master (extend video file ext list)
Robin Gareus [Wed, 15 Oct 2014 23:15:45 +0000 (01:15 +0200)]
forward port ffd5c24 from master (extend video file ext list)

9 years agowhen flushing notifications/signals from an ARDOUR::Playlist, emit the RegionAdded...
Paul Davis [Wed, 15 Oct 2014 22:44:17 +0000 (18:44 -0400)]
when flushing notifications/signals from an ARDOUR::Playlist, emit the RegionAdded/ContentsChanged signals first so that when LayersChanged is sent, the receivers know about all the new regions

9 years agoadd mutex/lock to all Evoral::SMF methods that use _smf/libsmf, to avoid inadvertent...
Paul Davis [Wed, 15 Oct 2014 19:12:02 +0000 (15:12 -0400)]
add mutex/lock to all Evoral::SMF methods that use _smf/libsmf, to avoid inadvertent corruption via multithreaded access.

Serialization of Session::save_state() will already protect against most of this, but there is really no
good reason why Evoral::SMF's API should require single-threaded/explicit serialization.

9 years agoallow zero-latency sessions
Robin Gareus [Wed, 15 Oct 2014 13:49:49 +0000 (15:49 +0200)]
allow zero-latency sessions

e.g. sessions with disconnected master-out,
or Dummmy (both jack and ardour) with no latency.

9 years agocorrect msg in fatal error
Paul Davis [Tue, 14 Oct 2014 16:57:39 +0000 (12:57 -0400)]
correct msg in fatal error

9 years agoremove code commented out in 0874426a (2009/06)
Paul Davis [Tue, 14 Oct 2014 16:56:28 +0000 (12:56 -0400)]
remove code commented out in 0874426a (2009/06)

9 years agoContainers should not consider the size of invisible items when computing their own...
Paul Davis [Tue, 14 Oct 2014 02:40:08 +0000 (22:40 -0400)]
Containers should not consider the size of invisible items when computing their own bounding boxes.

This fixes issues related to the rulers container believing it was taller than it actually is, and possibly other issues also

9 years agofix note 0015900 on #5589 (cursor doesn't change when switching edit point
Paul Davis [Mon, 13 Oct 2014 19:19:07 +0000 (15:19 -0400)]
fix note 0015900 on #5589 (cursor doesn't change when switching edit point

9 years agotweak implementation of Session::audible_frame() to be a little more defensible,...
Paul Davis [Mon, 13 Oct 2014 03:00:14 +0000 (23:00 -0400)]
tweak implementation of Session::audible_frame() to be a little more defensible, and correct problems with record align/playhead position while disconnected from physical outputs

9 years agosubtle changes to accomplish two goals (1) playhead should stop where the user presse...
Paul Davis [Fri, 10 Oct 2014 17:22:45 +0000 (13:22 -0400)]
subtle changes to accomplish two goals (1) playhead should stop where the user pressed stopped (2) captured regions should end where the playhead ends

9 years ago[Summary] Added graphics which Igor provided
GZharun [Thu, 16 Oct 2014 12:42:10 +0000 (15:42 +0300)]
[Summary] Added graphics which Igor provided

9 years agoadd a Dummy Backend Loopback mode:
Robin Gareus [Sat, 11 Oct 2014 12:47:35 +0000 (14:47 +0200)]
add a Dummy Backend Loopback mode:

Conflicts:
libs/backends/dummy/dummy_audiobackend.cc
libs/backends/dummy/dummy_audiobackend.h

9 years agorevert 8ca546e - original version was correct (note added)
Robin Gareus [Sat, 11 Oct 2014 13:00:52 +0000 (15:00 +0200)]
revert 8ca546e - original version was correct (note added)

9 years agoamend 5d0303b - fix editor summary leak
Robin Gareus [Sat, 11 Oct 2014 11:36:52 +0000 (13:36 +0200)]
amend 5d0303b - fix editor summary leak

9 years agofix LTC generator latency compensation.
Robin Gareus [Sat, 11 Oct 2014 09:15:08 +0000 (11:15 +0200)]
fix LTC generator latency compensation.

9 years ago[Summary] Trivial changes in add track dialog
Nikolay [Thu, 16 Oct 2014 08:59:35 +0000 (11:59 +0300)]
[Summary] Trivial changes in add track dialog

9 years ago[Summary] trivial change in add track dialog and session close dialog on Igor's request
Nikolay [Thu, 16 Oct 2014 08:57:26 +0000 (11:57 +0300)]
[Summary] trivial change in add track dialog and session close dialog on Igor's request

9 years ago[Summary] Optimized Tracks removing/adding but redundant actions cut off
GZharun [Thu, 16 Oct 2014 08:57:09 +0000 (11:57 +0300)]
[Summary] Optimized Tracks removing/adding but redundant actions cut off

9 years ago[Summary] Removed redundant actions. This will be handled during route destruction
GZharun [Wed, 15 Oct 2014 08:18:40 +0000 (11:18 +0300)]
[Summary] Removed redundant actions. This will be handled during route destruction

9 years ago[Summary] Reworked tracks deletion algorithm to remove multiple tracks at once and...
GZharun [Tue, 14 Oct 2014 10:31:44 +0000 (13:31 +0300)]
[Summary] Reworked tracks deletion algorithm to remove multiple tracks at once and do common actions only once for all deleted tracks

9 years ago[Summary] Extended GUI thread memory pool for session events handling
GZharun [Tue, 14 Oct 2014 10:28:23 +0000 (13:28 +0300)]
[Summary] Extended GUI thread memory pool for session events handling

9 years ago[Summary] Arrange buttons in the track header in required order
Nikolay [Mon, 13 Oct 2014 10:23:06 +0000 (13:23 +0300)]
[Summary] Arrange buttons in the track header in required order
[Reviewed] GZharun

9 years agoMerge branch 'master' of git.waves.com:waves/tracks
GZharun [Mon, 13 Oct 2014 09:42:22 +0000 (12:42 +0300)]
Merge branch 'master' of git.waves.com:waves/tracks

9 years ago[Summary] Added graphics per Igor's request
GZharun [Mon, 13 Oct 2014 09:41:19 +0000 (12:41 +0300)]
[Summary] Added graphics per Igor's request

9 years ago[Summary] Fix colour issue in the session dialog
Nikolay [Mon, 13 Oct 2014 08:53:48 +0000 (11:53 +0300)]
[Summary] Fix colour issue in the session dialog
[Reviewed] GZharun

9 years ago[Summary] In preference panel put path to default folder 3 pixels lower
Nikolay [Mon, 13 Oct 2014 08:53:14 +0000 (11:53 +0300)]
[Summary] In preference panel put path to default folder 3 pixels lower
[Reviewed] GZharun

9 years agoensure registration of all SessionEvent types
Paul Davis [Fri, 10 Oct 2014 17:21:46 +0000 (13:21 -0400)]
ensure registration of all SessionEvent types

9 years agomake output of SessionEventManager::dump_events() a bit more readable
Paul Davis [Fri, 10 Oct 2014 17:20:28 +0000 (13:20 -0400)]
make output of SessionEventManager::dump_events() a bit more readable

9 years agofix memory leak in editor summary.
Robin Gareus [Fri, 10 Oct 2014 14:18:03 +0000 (16:18 +0200)]
fix memory leak in editor summary.

9 years agoamend previous commit
Robin Gareus [Fri, 10 Oct 2014 13:24:52 +0000 (15:24 +0200)]
amend previous commit

blame gitx 0.15.1949: it updates the stage view
even though the changes are not staged.

9 years agoadd script to run ardour in valgrind/massif
Robin Gareus [Fri, 10 Oct 2014 13:03:26 +0000 (15:03 +0200)]
add script to run ardour in valgrind/massif

9 years agocleanup unused nested regions:
Robin Gareus [Fri, 10 Oct 2014 12:12:48 +0000 (14:12 +0200)]
cleanup unused nested regions:

This and two previous commits fixes #5979

9 years agoProperly count nested regions
Robin Gareus [Fri, 10 Oct 2014 12:11:43 +0000 (14:11 +0200)]
Properly count nested regions

9 years agore-reference regions during uncombine - #5979
Robin Gareus [Fri, 10 Oct 2014 12:05:49 +0000 (14:05 +0200)]
re-reference regions during uncombine - #5979

9 years agoadd support for OSX 10.9 clang's lldb (there's no gdb on 10.9)
Robin Gareus [Thu, 9 Oct 2014 07:56:18 +0000 (09:56 +0200)]
add support for OSX 10.9 clang's lldb  (there's no gdb on 10.9)

9 years agofix dup free in waves/midi:
Robin Gareus [Thu, 9 Oct 2014 07:48:54 +0000 (09:48 +0200)]
fix dup free in waves/midi:

The PortMidi queue just holds a pointer to the midi events.
The same Midi events are free()d during WavesMidiBuffer::clear()
which is called at cycle start for every buffer and in the dtor
of the WavesMidiBuffer.

9 years agofix wavesbackend midi timing
Robin Gareus [Thu, 9 Oct 2014 07:43:53 +0000 (09:43 +0200)]
fix wavesbackend midi timing

9 years agoinitialize some uninitialized vars - closes #5974
Robin Gareus [Wed, 8 Oct 2014 17:16:21 +0000 (19:16 +0200)]
initialize some uninitialized vars - closes #5974

9 years agoupdate osx DMG icon tool paths
Robin Gareus [Tue, 7 Oct 2014 23:00:51 +0000 (01:00 +0200)]
update osx DMG icon tool paths

OS 10.9 no longer has /Developer, but
DeRez, Rez & SetFile are in $PATH since at least 10.6

9 years agofix crashes for plugin using maxBlockLength during latency compute.
Robin Gareus [Tue, 7 Oct 2014 19:45:46 +0000 (21:45 +0200)]
fix crashes for plugin using maxBlockLength during latency compute.

9 years agoavoid a set of calls to gettext() and/or cousins from global constructor scope
Paul Davis [Tue, 7 Oct 2014 18:27:12 +0000 (14:27 -0400)]
avoid a set of calls to gettext() and/or cousins from global constructor scope

9 years agofix VST user cache typo: info/blacklist
Robin Gareus [Sun, 5 Oct 2014 00:57:14 +0000 (02:57 +0200)]
fix VST user cache typo: info/blacklist

9 years agouse single newline char in VST info files.
Robin Gareus [Sat, 4 Oct 2014 16:01:43 +0000 (18:01 +0200)]
use single newline char in VST info files.

windows writes \r\n to non-binary files and the VST
info parser does not handle that case.

9 years agoupdate VST scanner lookup (prepare for moving to BINDIR)
Robin Gareus [Sat, 4 Oct 2014 15:57:05 +0000 (17:57 +0200)]
update VST scanner lookup (prepare for moving to BINDIR)

Conflicts:
libs/ardour/plugin_manager.cc

9 years agoWhen building 'libs/pbd/cpus.cc' (with MSVC) make sure we know what 'PTW32_VERSION' is
John Emmas [Wed, 8 Oct 2014 14:00:51 +0000 (15:00 +0100)]
When building 'libs/pbd/cpus.cc' (with MSVC) make sure we know what 'PTW32_VERSION' is

9 years agofix logic error in CARBON_FLAT_INCLUDES logic (previous commit)
Paul Davis [Tue, 7 Oct 2014 20:34:54 +0000 (16:34 -0400)]
fix logic error in CARBON_FLAT_INCLUDES logic (previous commit)

9 years agoimproved macros for handling Mavericks-style Carbon headers; remove redundant extra...
Paul Davis [Tue, 7 Oct 2014 20:16:57 +0000 (16:16 -0400)]
improved macros for handling Mavericks-style Carbon headers; remove redundant extra addition of --stdlib=libc++ in CXXFLAGS on mavericks

9 years agoadd correct copyright statements to all files in Waves backend except those derived...
Paul Davis [Tue, 7 Oct 2014 20:09:29 +0000 (16:09 -0400)]
add correct copyright statements to all files in Waves backend except those derived from portaudio/portmidi

This follows the letter sent from Waves Audio Ltd. to Paul Davis dated February 20th 2014 agreeing to release this code
under the GNU Public License, version 2, with copyright owned by Waves Audio Ltd

9 years agoListen to per-location signals for autopunch, not class-level signals
Paul Davis [Tue, 7 Oct 2014 13:07:46 +0000 (09:07 -0400)]
Listen to per-location signals for autopunch, not class-level signals

Not used in tracks, but keeps the codebase correct

9 years agoSession should be using per-location signals for Location property changes
Paul Davis [Tue, 7 Oct 2014 13:07:14 +0000 (09:07 -0400)]
Session should be using per-location signals for Location property changes

This fixes the interaction between dragging (e.g.) a skip range and the loop range

9 years ago[Summary] Blocked redundant updates when mute button is pressed
GZharun [Mon, 6 Oct 2014 07:52:06 +0000 (10:52 +0300)]
[Summary] Blocked redundant updates when mute button is pressed

9 years ago[Summary] Fixing a bug: gain_display_button has not a chance to process button releas...
Valeriy Kamyshniy [Thu, 2 Oct 2014 13:25:59 +0000 (16:25 +0300)]
[Summary] Fixing a bug: gain_display_button has not a chance to process button release event.

9 years ago[Summary] Fixed master bus UI live-cycle
GZharun [Thu, 2 Oct 2014 12:51:10 +0000 (15:51 +0300)]
[Summary] Fixed master bus UI live-cycle

9 years ago[Submit] Fader should not swallow the button press
Valeriy Kamyshniy [Thu, 2 Oct 2014 12:32:14 +0000 (15:32 +0300)]
[Submit] Fader should not swallow the button press

9 years ago[Summary] Selection of track per MOUSE DOWN (not up)
Valeriy Kamyshniy [Thu, 2 Oct 2014 12:25:16 +0000 (15:25 +0300)]
[Summary] Selection of track per MOUSE DOWN (not up)

9 years agoRevert "change return value for several RouteUI:: button press handlers so that Waves...
GZharun [Thu, 2 Oct 2014 12:06:37 +0000 (15:06 +0300)]
Revert "change return value for several RouteUI:: button press handlers so that WavesButton::on_button_press_event() is still called."

This reverts commit 56890964ec6e7bafebc9eef93647a327082b7f0d.

9 years ago[Summary] Setting loop is mode to true
Valeriy Kamyshniy [Thu, 2 Oct 2014 11:45:47 +0000 (14:45 +0300)]
[Summary] Setting loop is mode to true

9 years ago[Summary] Change request from IGOR
VKamyshniy [Thu, 2 Oct 2014 09:16:46 +0000 (12:16 +0300)]
[Summary] Change request from IGOR

9 years ago[Summary] Change request from Igor
VKamyshniy [Thu, 2 Oct 2014 08:42:20 +0000 (11:42 +0300)]
[Summary] Change request from Igor