~hp/mephisto.lv2

a377133ddbfd79711d6344badea295d7828fc50b — Hanspeter Portner 1 year, 4 months ago b7de19c
Only show omk url in dsp preset license headers
M dsp/bank-analyzer_vu-meter.dsp => dsp/bank-analyzer_vu-meter.dsp +1 -1
@@ 1,4 1,4 @@
// SPDX-FileCopyrightText: Hanspeter Portner <dev@open-music-kontrollers.ch>
// SPDX-FileCopyrightText: open-music-kontrollers.ch
// SPDX-License-Identifier: CC0-1.0

import("stdfaust.lib");

M dsp/bank-filter_gain.dsp => dsp/bank-filter_gain.dsp +1 -1
@@ 1,4 1,4 @@
// SPDX-FileCopyrightText: Hanspeter Portner <dev@open-music-kontrollers.ch>
// SPDX-FileCopyrightText: open-music-kontrollers.ch
// SPDX-License-Identifier: CC0-1.0

import("stdfaust.lib");

M dsp/bank-filter_through.dsp => dsp/bank-filter_through.dsp +1 -1
@@ 1,4 1,4 @@
// SPDX-FileCopyrightText: Hanspeter Portner <dev@open-music-kontrollers.ch>
// SPDX-FileCopyrightText: open-music-kontrollers.ch
// SPDX-License-Identifier: CC0-1.0

import("stdfaust.lib");

M dsp/bank-instrument_osc.dsp => dsp/bank-instrument_osc.dsp +1 -1
@@ 1,4 1,4 @@
// SPDX-FileCopyrightText: Hanspeter Portner <dev@open-music-kontrollers.ch>
// SPDX-FileCopyrightText: open-music-kontrollers.ch
// SPDX-License-Identifier: CC0-1.0

declare options "[nvoices:16][midi:on]";

M dsp/bank-time_lfo.dsp => dsp/bank-time_lfo.dsp +1 -1
@@ 1,4 1,4 @@
// SPDX-FileCopyrightText: Hanspeter Portner <dev@open-music-kontrollers.ch>
// SPDX-FileCopyrightText: open-music-kontrollers.ch
// SPDX-License-Identifier: CC0-1.0

declare options "[time:on]";

M meson_options.txt => meson_options.txt +1 -1
@@ 27,4 27,4 @@ option('lv2libdir',
	type : 'string',
	value : 'lib/lv2')

option('version', type : 'string', value : '0.19.103')
option('version', type : 'string', value : '0.19.105')