ketchupok / half-physler

This repository contains material to build a hybrid single-reed instrument called the Half-Physler.
9 stars 0 forks source link

pickup position is not fully implemented #1

Closed ketchupok closed 5 years ago

ketchupok commented 5 years ago

either remove from opcode and GUI, or add in C++ code

SiloNo5 commented 5 years ago
 I included in aperf of the _PC function:
  // sound is obtained at given position
  int pickup_idx = ceil(pickup_pos * L/dx);
  o_sound = pnew[pickup_idx];  // Output the damped ending of the tube to csound

however, it doesn't seem to do much...

SiloNo5 commented 5 years ago

vasilis fixed that, so I close this Issue.