History log of /haiku/src/apps/soundrecorder/VUView.cpp
Revision Date Author Comments
# 1fb59be1 14-Apr-2018 Jérôme Duval <jerome.duval@gmail.com>

Fix some usages of BStackOrHeapArray.

Validates the buffer with IsValid() before actually using it. Thanks Rene!


# f4c2f7eb 10-Jan-2014 Jonathan Schleifer <js@webkeks.org>

Remove variable length arrays of non-PODs.

Variable length arrays of non-PODs are not part of the C++ standard, but
a GNU extension that never worked correctly. Instead, BStackOrHeap array
is used now, which makes sure that it's not too big for the stack, calls
all constructors and is valid C++.


# 84011d23 23-Dec-2010 Marcus Overhagen <marcusoverhagen@gmail.com>

data should be const


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39927 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3ee96407 04-Jun-2010 Jérôme Duval <korli@users.berlios.de>

Patch from Karvjorm (ticket #6107): Localization for SoundRecorder.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37009 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 778f5617 28-Jul-2009 Jérôme Duval <korli@users.berlios.de>

* uses the full view for the ScopeView
* adjust the VUView range for the INT format
* cleanup


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31876 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ad0c65ea 26-Jul-2009 Jérôme Duval <korli@users.berlios.de>

* now supports several audio formats for VUView and ScopeView
* cleanup


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31760 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fc6956ac 06-Jul-2006 Jérôme Duval <korli@users.berlios.de>

fix some little bugs


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18051 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 57e2f323 09-Jun-2005 Jérôme Duval <korli@users.berlios.de>

Added SoundRecorder (inspired by SoundCapture from beos samples)
Alpha state


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13035 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f4c2f7ebdb11576420c00fc4ecb23b32c3ce3137 10-Jan-2014 Jonathan Schleifer <js@webkeks.org>

Remove variable length arrays of non-PODs.

Variable length arrays of non-PODs are not part of the C++ standard, but
a GNU extension that never worked correctly. Instead, BStackOrHeap array
is used now, which makes sure that it's not too big for the stack, calls
all constructors and is valid C++.


# 84011d23949401f654dfb1a4d2a58a543157013c 23-Dec-2010 Marcus Overhagen <marcusoverhagen@gmail.com>

data should be const


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39927 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3ee964070b768aa3482c08fa82aa73e70cd175d1 04-Jun-2010 Jérôme Duval <korli@users.berlios.de>

Patch from Karvjorm (ticket #6107): Localization for SoundRecorder.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37009 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 778f56175e6999e1d34fd007d0e7bf1181f302c5 28-Jul-2009 Jérôme Duval <korli@users.berlios.de>

* uses the full view for the ScopeView
* adjust the VUView range for the INT format
* cleanup


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31876 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ad0c65ea97e4acc420fc3a60e884f2402ad2859b 26-Jul-2009 Jérôme Duval <korli@users.berlios.de>

* now supports several audio formats for VUView and ScopeView
* cleanup


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31760 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fc6956ac0c776d9a75e0f1bd4846222a6aacc1c4 06-Jul-2006 Jérôme Duval <korli@users.berlios.de>

fix some little bugs


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18051 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 57e2f323c716056c45fb64f8e8d1f5e034ad0f4f 09-Jun-2005 Jérôme Duval <korli@users.berlios.de>

Added SoundRecorder (inspired by SoundCapture from beos samples)
Alpha state


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13035 a95241bf-73f2-0310-859d-f6bbb57e9c96