[beast/wip/soundfont: 818/832] BSE: SF2: use Bse::TickStamp instead of old gsl API
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast/wip/soundfont: 818/832] BSE: SF2: use Bse::TickStamp instead of old gsl API
- Date: Sun, 6 Nov 2016 11:51:28 +0000 (UTC)
commit 2976cca70b68c28118f3ee4a72b239d72f974b5c
Author: Tim Janik <timj gnu org>
Date: Sat Mar 16 19:54:51 2013 +0100
BSE: SF2: use Bse::TickStamp instead of old gsl API
bse/bsesoundfontosc.cc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bse/bsesoundfontosc.cc b/bse/bsesoundfontosc.cc
index afe7837..c289f0a 100644
--- a/bse/bsesoundfontosc.cc
+++ b/bse/bsesoundfontosc.cc
@@ -52,7 +52,7 @@
*
* The check:
*
- * gint64 now_tick_stamp = GSL_TICK_STAMP;
+ * gint64 now_tick_stamp = Bse::TickStamp::current();
* if (sfrepo->channel_values_tick_stamp != now_tick_stamp)
* ...
*
@@ -444,7 +444,7 @@ sound_font_osc_process (BseModule *module,
flmod->config.sfont_id, flmod->config.bank,
flmod->config.program);
flmod->last_update_preset = flmod->config.update_preset;
}
- gint64 now_tick_stamp = GSL_TICK_STAMP;
+ gint64 now_tick_stamp = Bse::TickStamp::current();
if (sfrepo->channel_values_tick_stamp != now_tick_stamp)
process_fluid_L (sfrepo, fluid_synth, now_tick_stamp);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]