HISE Logo Forum
    • Categories
    • Register
    • Login

    sendDataToGlobalCable issue No matching member function

    Scheduled Pinned Locked Moved General Questions
    1 Posts 1 Posters 19 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ustkU
      ustk
      last edited by ustk

      Trying to send back to the second cable, I get a No matching member function...
      But I succeed receiving from the first cable

      enum class GlobalCables
      {
          dataCable = 0,
          sendBackCable
      };
      
      // Subclass your node from this
      using cable_manager_t = routing::global_cable_cpp_manager<SN_GLOBAL_CABLE(-389806413),
                                                                SN_GLOBAL_CABLE(1515911406)>;
      
      
      template <int NV> struct cubic_bezier_shaper: public data::base, public cable_manager_t
      {
      	//...
      
      	template <typename T> void process(T& data)
      	{
      		//...
              
              this->sendDataToGlobalCable<GlobalCables::sendBackCable>(shaper); // No matching member function for call to 'sendDataToGlobalCable'
      	}
      
      
      private:
          
          span<float, 1024> shaper = { 0.0f };
      }
      

      Hise made me an F5 dude, browser just suffers...

      1 Reply Last reply Reply Quote 0
      • First post
        Last post

      26

      Online

      1.9k

      Users

      12.3k

      Topics

      106.8k

      Posts