/[svn]/gigedit/trunk/src/gigedit/dimregionedit.cpp
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/dimregionedit.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2430 by persson, Sun Mar 3 17:26:11 2013 UTC revision 2690 by schoenebeck, Sun Jan 4 18:36:42 2015 UTC
# Line 1  Line 1 
1  /*  /*
2   * Copyright (C) 2006-2013 Andreas Persson   * Copyright (C) 2006-2015 Andreas Persson
3   *   *
4   * This program is free software; you can redistribute it and/or   * This program is free software; you can redistribute it and/or
5   * modify it under the terms of the GNU General Public License as   * modify it under the terms of the GNU General Public License as
# Line 94  bool CrossfadeCurve::on_draw(const Cairo Line 94  bool CrossfadeCurve::on_draw(const Cairo
94              }              }
95          }          }
96          int bitcount = 0;          int bitcount = 0;
         int layer_bit = 0;  
97          for (int dim = 0 ; dim < region->Dimensions ; dim++) {          for (int dim = 0 ; dim < region->Dimensions ; dim++) {
98              if (region->pDimensionDefinitions[dim].dimension ==              if (region->pDimensionDefinitions[dim].dimension ==
99                  gig::dimension_layer) {                  gig::dimension_layer) {
                 layer_bit = 1 << bitcount;  
   
100                  int mask =                  int mask =
101                      ~(((1 << region->pDimensionDefinitions[dim].bits) - 1) <<                      ~(((1 << region->pDimensionDefinitions[dim].bits) - 1) <<
102                        bitcount);                        bitcount);
# Line 154  DimRegionEdit::DimRegionEdit() : Line 151  DimRegionEdit::DimRegionEdit() :
151      velocity_curve(&gig::DimensionRegion::GetVelocityAttenuation),      velocity_curve(&gig::DimensionRegion::GetVelocityAttenuation),
152      release_curve(&gig::DimensionRegion::GetVelocityRelease),      release_curve(&gig::DimensionRegion::GetVelocityRelease),
153      cutoff_curve(&gig::DimensionRegion::GetVelocityCutoff),      cutoff_curve(&gig::DimensionRegion::GetVelocityCutoff),
154      eEG1PreAttack(_("Pre-attack"), 0, 100, 2),      eEG1PreAttack(_("Pre-attack Level (%)"), 0, 100, 2),
155      eEG1Attack(_("Attack"), 0, 60, 3),      eEG1Attack(_("Attack Time (seconds)"), 0, 60, 3),
156      eEG1Decay1(_("Decay 1"), 0.005, 60, 3),      eEG1Decay1(_("Decay 1 Time (seconds)"), 0.005, 60, 3),
157      eEG1Decay2(_("Decay 2"), 0, 60, 3),      eEG1Decay2(_("Decay 2 Time (seconds)"), 0, 60, 3),
158      eEG1InfiniteSustain(_("Infinite sustain")),      eEG1InfiniteSustain(_("Infinite sustain")),
159      eEG1Sustain(_("Sustain"), 0, 100, 2),      eEG1Sustain(_("Sustain Level (%)"), 0, 100, 2),
160      eEG1Release(_("Release"), 0, 60, 3),      eEG1Release(_("Release Time (seconds)"), 0, 60, 3),
161      eEG1Hold(_("Hold")),      eEG1Hold(_("Hold Attack Stage until Loop End")),
162      eEG1Controller(_("Controller")),      eEG1Controller(_("Controller")),
163      eEG1ControllerInvert(_("Controller invert")),      eEG1ControllerInvert(_("Controller invert")),
164      eEG1ControllerAttackInfluence(_("Controller attack influence"), 0, 3),      eEG1ControllerAttackInfluence(_("Controller attack influence"), 0, 3),
# Line 173  DimRegionEdit::DimRegionEdit() : Line 170  DimRegionEdit::DimRegionEdit() :
170      eLFO1Controller(_("Controller")),      eLFO1Controller(_("Controller")),
171      eLFO1FlipPhase(_("Flip phase")),      eLFO1FlipPhase(_("Flip phase")),
172      eLFO1Sync(_("Sync")),      eLFO1Sync(_("Sync")),
173      eEG2PreAttack(_("Pre-attack"), 0, 100, 2),      eEG2PreAttack(_("Pre-attack Level (%)"), 0, 100, 2),
174      eEG2Attack(_("Attack"), 0, 60, 3),      eEG2Attack(_("Attack Time (seconds)"), 0, 60, 3),
175      eEG2Decay1(_("Decay 1"), 0.005, 60, 3),      eEG2Decay1(_("Decay 1 Time (seconds)"), 0.005, 60, 3),
176      eEG2Decay2(_("Decay 2"), 0, 60, 3),      eEG2Decay2(_("Decay 2 Time (seconds)"), 0, 60, 3),
177      eEG2InfiniteSustain(_("Infinite sustain")),      eEG2InfiniteSustain(_("Infinite sustain")),
178      eEG2Sustain(_("Sustain"), 0, 100, 2),      eEG2Sustain(_("Sustain Level (%)"), 0, 100, 2),
179      eEG2Release(_("Release"), 0, 60, 3),      eEG2Release(_("Release Time (seconds)"), 0, 60, 3),
180      eEG2Controller(_("Controller")),      eEG2Controller(_("Controller")),
181      eEG2ControllerInvert(_("Controller invert")),      eEG2ControllerInvert(_("Controller invert")),
182      eEG2ControllerAttackInfluence(_("Controller attack influence"), 0, 3),      eEG2ControllerAttackInfluence(_("Controller attack influence"), 0, 3),
# Line 224  DimRegionEdit::DimRegionEdit() : Line 221  DimRegionEdit::DimRegionEdit() :
221      ePitchTrack(_("Pitch track")),      ePitchTrack(_("Pitch track")),
222      eDimensionBypass(_("Dimension bypass")),      eDimensionBypass(_("Dimension bypass")),
223      ePan(_("Pan"), -64, 63),      ePan(_("Pan"), -64, 63),
224      eSelfMask(_("Self mask")),      eSelfMask(_("Kill lower velocity voices (a.k.a \"Self mask\")")),
225      eAttenuationController(_("Attenuation controller")),      eAttenuationController(_("Attenuation controller")),
226      eInvertAttenuationController(_("Invert attenuation controller")),      eInvertAttenuationController(_("Invert attenuation controller")),
227      eAttenuationControllerThreshold(_("Attenuation controller threshold")),      eAttenuationControllerThreshold(_("Attenuation controller threshold")),
228      eChannelOffset(_("Channel offset"), 0, 9),      eChannelOffset(_("Channel offset"), 0, 9),
229      eSustainDefeat(_("Sustain defeat")),      eSustainDefeat(_("Ignore Hold Pedal (a.k.a. \"Sustain defeat\")")),
230      eMSDecode(_("MS decode")),      eMSDecode(_("Decode Mid/Side Recordings")),
231      eSampleStartOffset(_("Sample start offset"), 0, 2000),      eSampleStartOffset(_("Sample start offset"), 0, 2000),
232      eUnityNote(_("Unity note")),      eUnityNote(_("Unity note")),
233        eSampleFormatInfo(_("Sample Format")),
234        eSampleID("Sample ID"),
235      eFineTune(_("Fine tune"), -49, 50),      eFineTune(_("Fine tune"), -49, 50),
236      eGain(_("Gain"), -96, 0, 2, -655360),      eGain(_("Gain"), -96, 0, 2, -655360),
237      eGainPlus6(_("Gain +6dB"), eGain, 6 * -655360),      eGainPlus6(_("Gain +6dB"), eGain, 6 * -655360),
# Line 391  DimRegionEdit::DimRegionEdit() : Line 390  DimRegionEdit::DimRegionEdit() :
390            "Caution: this setting is stored on Sample side, thus is shared "            "Caution: this setting is stored on Sample side, thus is shared "
391            "among all dimension regions that use this sample!")            "among all dimension regions that use this sample!")
392      );      );
393        
394        eEG1PreAttack.set_tip(
395            "Very first level this EG starts with. It rises then in Attack Time "
396            "seconds from this initial level to 100%."
397        );
398        eEG1Attack.set_tip(
399            "Duration of the EG's Attack stage, which raises its level from "
400            "Pre-Attack Level to 100%."
401        );
402        eEG1Hold.set_tip(
403           "On looped sounds, enabling this will cause the Decay 1 stage not to "
404           "enter before the loop has been passed one time."
405        );
406        eAttenuationController.set_tip(_(
407            "If you are not using the 'Layer' dimension, then this controller "
408            "simply alters the volume. If you are using the 'Layer' dimension, "
409            "then this controller is controlling the crossfade between Layers in "
410            "real-time."
411        ));
412    
413        eLFO1Sync.set_tip(
414            "If not checked, every voice will use its own LFO instance, which "
415            "causes voices triggered at different points in time to have different "
416            "LFO levels. By enabling 'Sync' here the voices will instead use and "
417            "share one single LFO, causing all voices to have the same LFO level, "
418            "no matter when the individual notes have been triggered."
419        );
420        eLFO2Sync.set_tip(
421            "If not checked, every voice will use its own LFO instance, which "
422            "causes voices triggered at different points in time to have different "
423            "LFO levels. By enabling 'Sync' here the voices will instead use and "
424            "share one single LFO, causing all voices to have the same LFO level, "
425            "no matter when the individual notes have been triggered."
426        );
427        eLFO3Sync.set_tip(
428            "If not checked, every voice will use its own LFO instance, which "
429            "causes voices triggered at different points in time to have different "
430            "LFO levels. By enabling 'Sync' here the voices will instead use and "
431            "share one single LFO, causing all voices to have the same LFO level, "
432            "no matter when the individual notes have been triggered."
433        );
434        eLFO1FlipPhase.set_tip(
435           "Inverts the LFO's generated wave vertically."
436        );
437        eLFO2FlipPhase.set_tip(
438           "Inverts the LFO's generated wave vertically."
439        );
440    
441      pageno = 0;      pageno = 0;
442      rowno = 0;      rowno = 0;
# Line 400  DimRegionEdit::DimRegionEdit() : Line 446  DimRegionEdit::DimRegionEdit() :
446      addString(_("Sample"), lSample, wSample);      addString(_("Sample"), lSample, wSample);
447      //TODO: the following would break drag&drop:   wSample->property_editable().set_value(false);  or this:    wSample->set_editable(false);      //TODO: the following would break drag&drop:   wSample->property_editable().set_value(false);  or this:    wSample->set_editable(false);
448  #ifdef OLD_TOOLTIPS  #ifdef OLD_TOOLTIPS
449      tooltips.set_tip(*wSample, _("Drop a sample here"));      tooltips.set_tip(*wSample, _("Drag & drop a sample here"));
450  #else  #else
451      wSample->set_tooltip_text(_("Drop a sample here"));      wSample->set_tooltip_text(_("Drag & drop a sample here"));
452  #endif  #endif
453      addProp(eUnityNote);      addProp(eUnityNote);
454        addProp(eSampleFormatInfo);
455        addProp(eSampleID);
456      addHeader(_("Optional Settings"));      addHeader(_("Optional Settings"));
457      addProp(eSampleStartOffset);      addProp(eSampleStartOffset);
458      addProp(eChannelOffset);      addProp(eChannelOffset);
# Line 434  DimRegionEdit::DimRegionEdit() : Line 482  DimRegionEdit::DimRegionEdit() :
482      addHeader(_("Amplitude Envelope (EG1)"));      addHeader(_("Amplitude Envelope (EG1)"));
483      addProp(eEG1PreAttack);      addProp(eEG1PreAttack);
484      addProp(eEG1Attack);      addProp(eEG1Attack);
485        addProp(eEG1Hold);
486      addProp(eEG1Decay1);      addProp(eEG1Decay1);
487      addProp(eEG1Decay2);      addProp(eEG1Decay2);
488      addProp(eEG1InfiniteSustain);      addProp(eEG1InfiniteSustain);
489      addProp(eEG1Sustain);      addProp(eEG1Sustain);
490      addProp(eEG1Release);      addProp(eEG1Release);
     addProp(eEG1Hold);  
491      addProp(eEG1Controller);      addProp(eEG1Controller);
492      addProp(eEG1ControllerInvert);      addProp(eEG1ControllerInvert);
493      addProp(eEG1ControllerAttackInfluence);      addProp(eEG1ControllerAttackInfluence);
# Line 639  DimRegionEdit::DimRegionEdit() : Line 687  DimRegionEdit::DimRegionEdit() :
687    
688      nextPage();      nextPage();
689    
690      addHeader(_("Velocity Reponse"));      addHeader(_("Velocity Response"));
691      eVelocityResponseCurve.set_choices(curve_type_texts, curve_type_values);      eVelocityResponseCurve.set_choices(curve_type_texts, curve_type_values);
692      addProp(eVelocityResponseCurve);      addProp(eVelocityResponseCurve);
693      addProp(eVelocityResponseDepth);      addProp(eVelocityResponseDepth);
# Line 658  DimRegionEdit::DimRegionEdit() : Line 706  DimRegionEdit::DimRegionEdit() :
706                            Gtk::SHRINK, Gtk::SHRINK);                            Gtk::SHRINK, Gtk::SHRINK);
707      rowno++;      rowno++;
708    
709      addHeader(_("Release Velocity Reponse"));      addHeader(_("Release Velocity Response"));
710      eReleaseVelocityResponseCurve.set_choices(curve_type_texts,      eReleaseVelocityResponseCurve.set_choices(curve_type_texts,
711                                                curve_type_values);                                                curve_type_values);
712      addProp(eReleaseVelocityResponseCurve);      addProp(eReleaseVelocityResponseCurve);
# Line 685  DimRegionEdit::DimRegionEdit() : Line 733  DimRegionEdit::DimRegionEdit() :
733          eDimensionBypass.set_choices(choices, values);          eDimensionBypass.set_choices(choices, values);
734      }      }
735      addProp(eDimensionBypass);      addProp(eDimensionBypass);
736        eSelfMask.widget.set_tooltip_text(_(
737            "If enabled: new notes with higher velocity value will stop older "
738            "notes with lower velocity values, that way you can save voices that "
739            "would barely be audible. This is also useful for certain drum sounds."
740        ));
741      addProp(eSelfMask);      addProp(eSelfMask);
742        eSustainDefeat.widget.set_tooltip_text(_(
743            "If enabled: sustain pedal will not hold a note. This way you can use "
744            "the sustain pedal for other purposes, for example to switch among "
745            "dimension regions."
746        ));
747      addProp(eSustainDefeat);      addProp(eSustainDefeat);
748        eMSDecode.widget.set_tooltip_text(_(
749            "Defines if Mid/Side Recordings should be decoded. Mid/Side Recordings "
750            "are an alternative way to record sounds in stereo. The sampler needs "
751            "to decode such samples to actually make use of them. Note: this "
752            "feature is currently not supported by LinuxSampler."
753        ));
754      addProp(eMSDecode);      addProp(eMSDecode);
755    
756      nextPage();      nextPage();
# Line 912  void DimRegionEdit::set_dim_region(gig:: Line 976  void DimRegionEdit::set_dim_region(gig::
976      eMSDecode.set_value(d->MSDecode);      eMSDecode.set_value(d->MSDecode);
977      eSampleStartOffset.set_value(d->SampleStartOffset);      eSampleStartOffset.set_value(d->SampleStartOffset);
978      eUnityNote.set_value(d->UnityNote);      eUnityNote.set_value(d->UnityNote);
979        // assemble sample format info string
980        {
981            Glib::ustring s;
982            if (d->pSample) {
983                switch (d->pSample->Channels) {
984                    case 1: s = _("Mono"); break;
985                    case 2: s = _("Stereo"); break;
986                    default:
987                        s = ToString(d->pSample->Channels) + _(" audio channels");
988                        break;
989                }
990                s += " " + ToString(d->pSample->BitDepth) + " Bits";
991                s += " " + ToString(d->pSample->SamplesPerSecond/1000) + "."
992                          + ToString((d->pSample->SamplesPerSecond%1000)/100) + " kHz";
993            } else {
994                s = _("No sample assigned to this dimension region.");
995            }
996            eSampleFormatInfo.text.set_text(s);
997        }
998        // generate sample's memory address pointer string
999        {
1000            Glib::ustring s;
1001            if (d->pSample) {
1002                char buf[64] = {};
1003                snprintf(buf, sizeof(buf), "%p", d->pSample);
1004                s = buf;
1005            } else {
1006                s = "---";
1007            }
1008            eSampleID.text.set_text(s);
1009        }
1010      eFineTune.set_value(d->FineTune);      eFineTune.set_value(d->FineTune);
1011      eGain.set_value(d->Gain);      eGain.set_value(d->Gain);
1012      eGainPlus6.set_value(d->Gain);      eGainPlus6.set_value(d->Gain);
# Line 928  void DimRegionEdit::set_dim_region(gig:: Line 1023  void DimRegionEdit::set_dim_region(gig::
1023          d->pSample ? d->pSample->LoopPlayCount : 0);          d->pSample ? d->pSample->LoopPlayCount : 0);
1024      update_model--;      update_model--;
1025    
1026      wSample->set_text(d->pSample ? d->pSample->pInfo->Name.c_str() : _("NULL"));      wSample->set_text(d->pSample ? gig_to_utf8(d->pSample->pInfo->Name) :
1027                          _("NULL"));
1028    
1029      update_loop_elements();      update_loop_elements();
1030      VCFEnabled_toggled();      VCFEnabled_toggled();
# Line 1150  void DimRegionEdit::loop_infinite_toggle Line 1246  void DimRegionEdit::loop_infinite_toggle
1246      update_model--;      update_model--;
1247  }  }
1248    
1249  bool DimRegionEdit::set_sample(gig::Sample* sample)  bool DimRegionEdit::set_sample(gig::Sample* sample, bool copy_sample_unity, bool copy_sample_tune, bool copy_sample_loop)
1250  {  {
1251      if (dimregion) {      if (dimregion) {
1252          //TODO: we should better move the code from MainWindow::on_sample_label_drop_drag_data_received() here          //TODO: we should better move the code from MainWindow::on_sample_label_drop_drag_data_received() here
# Line 1194  bool DimRegionEdit::set_sample(gig::Samp Line 1290  bool DimRegionEdit::set_sample(gig::Samp
1290              d[i]->pSample = sample;              d[i]->pSample = sample;
1291    
1292              // copy sample information from Sample to DimensionRegion              // copy sample information from Sample to DimensionRegion
1293                if (copy_sample_unity)
1294              d[i]->UnityNote = sample->MIDIUnityNote;                  d[i]->UnityNote = sample->MIDIUnityNote;
1295              d[i]->FineTune = sample->FineTune;              if (copy_sample_tune)
1296                    d[i]->FineTune = sample->FineTune;
1297              int loops = sample->Loops ? 1 : 0;              if (copy_sample_loop) {
1298              while (d[i]->SampleLoops > loops) {                  int loops = sample->Loops ? 1 : 0;
1299                  d[i]->DeleteSampleLoop(&d[i]->pSampleLoops[0]);                  while (d[i]->SampleLoops > loops) {
1300              }                      d[i]->DeleteSampleLoop(&d[i]->pSampleLoops[0]);
1301              while (d[i]->SampleLoops < sample->Loops) {                  }
1302                  DLS::sample_loop_t loop;                  while (d[i]->SampleLoops < sample->Loops) {
1303                  d[i]->AddSampleLoop(&loop);                      DLS::sample_loop_t loop;
1304              }                      d[i]->AddSampleLoop(&loop);
1305              if (loops) {                  }
1306                  d[i]->pSampleLoops[0].Size = sizeof(DLS::sample_loop_t);                  if (loops) {
1307                  d[i]->pSampleLoops[0].LoopType = sample->LoopType;                      d[i]->pSampleLoops[0].Size = sizeof(DLS::sample_loop_t);
1308                  d[i]->pSampleLoops[0].LoopStart = sample->LoopStart;                      d[i]->pSampleLoops[0].LoopType = sample->LoopType;
1309                  d[i]->pSampleLoops[0].LoopLength = sample->LoopEnd - sample->LoopStart + 1;                      d[i]->pSampleLoops[0].LoopStart = sample->LoopStart;
1310                        d[i]->pSampleLoops[0].LoopLength = sample->LoopEnd - sample->LoopStart + 1;
1311                    }
1312              }              }
1313          }          }
1314    
1315          // update ui          // update ui
1316          update_model++;          update_model++;
1317          wSample->set_text(dimregion->pSample->pInfo->Name);          wSample->set_text(gig_to_utf8(dimregion->pSample->pInfo->Name));
1318          eUnityNote.set_value(dimregion->UnityNote);          eUnityNote.set_value(dimregion->UnityNote);
1319          eFineTune.set_value(dimregion->FineTune);          eFineTune.set_value(dimregion->FineTune);
1320          eSampleLoopEnabled.set_value(dimregion->SampleLoops);          eSampleLoopEnabled.set_value(dimregion->SampleLoops);

Legend:
Removed from v.2430  
changed lines
  Added in v.2690

  ViewVC Help
Powered by ViewVC