/[svn]/linuxsampler/trunk/src/common/Ref.cpp
ViewVC logotype

Contents of /linuxsampler/trunk/src/common/Ref.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2581 - (show annotations) (download)
Fri May 30 12:48:05 2014 UTC (9 years, 10 months ago) by schoenebeck
File size: 337 byte(s)
* (WIP) Implemented parser and VM for upcoming new real-time instrument
  script support. It needs yet to be integrated into the sampler's
  sampler engines. You can toy around for now with the command line tool
  "ls_instr_script" and i.e. examples showing the core language features
  under src/scriptvm/examples/.
* Bumped version (1.0.0.svn41).

1 /*
2 * Copyright (c) 2014 Christian Schoenebeck
3 *
4 * http://www.linuxsampler.org
5 *
6 * This file is part of LinuxSampler and released under the same terms.
7 * See README file for details.
8 */
9
10 #include "Ref.h"
11
12 namespace LinuxSampler {
13
14 #if LS_REF_ASSERT_MODE
15 std::set<void*> _allRefPtrs;
16 #endif
17
18 } // namespace LinuxSampler

  ViewVC Help
Powered by ViewVC